Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Fleet.Vehicles to 2.0.0 #514

396 changes: 396 additions & 0 deletions io.catenax.fleet.vehicles/2.0.0/Vehicles.ttl

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions io.catenax.fleet.vehicles/2.0.0/gen/Vehicles-schema.json

Large diffs are not rendered by default.

3,013 changes: 3,013 additions & 0 deletions io.catenax.fleet.vehicles/2.0.0/gen/Vehicles.html

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions io.catenax.fleet.vehicles/2.0.0/gen/Vehicles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"metaInformation" : {
"selectionEnd" : "2023-12-31T23:59:59",
"selectionStart" : "2023-01-01T00:00:00",
"selectionCriteria" : "Export of vehicles that are involved in the linked qualityTask and FleetClaim list. "
},
"listOfVehicles" : [ {
"modelIdentifier" : "689-G8",
"soldDate" : "2018-02-03T00:00:00",
"driveType" : "All-Wheel Drive",
"plantDescription" : "Wolfsburg",
"wmiNameNHTSA" : "Volkswagen",
"steeringPos" : "Left-Hand Drive",
"powerTrainType" : "BEV (Battery Electric Vehicle)",
"soldCountryCode" : "DEU",
"anonymizedVin" : "3747429FGH382923974682",
"soldCountryGroup" : "Europe",
"wmiCode" : "WVW",
"plantCountryCode" : "DEU",
"modelDescription" : "Golf VIII",
"plantIdentifier" : "4711",
"equipments" : [ {
"equipmentIdentifier" : "S248A",
"equipmentDescription" : "Seat heating front",
"group" : "Interior"
} ],
"recordStatus" : "new",
"productionDate" : "2018-01-15T00:00:00",
"catenaXVehicleId" : "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379",
"softwareCategory" : "TZGH64738",
"vehicleSeries" : "Golf",
"engines" : [ {
"serialNumber" : "3434937GJJG3738",
"size" : 1968,
"installDate" : "2018-01-10T00:00:00",
"engineDescription" : "2.0 TDI",
"power" : 110,
"nhtsaFuelType" : "Compressed Hydrogen/Hydrogen",
"engineId" : "CKBY",
"engineSeries" : "EA189",
"engineProductionDate" : "2017-10-20T00:00:00"
} ],
"driveSystemPower" : 200,
"class" : "A",
"softwareVersion" : "3.4.9837.567"
} ]
}
Binary file added io.catenax.fleet.vehicles/2.0.0/gen/Vehicles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions io.catenax.fleet.vehicles/2.0.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "status" : "release"}
28 changes: 26 additions & 2 deletions io.catenax.fleet.vehicles/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
# Changelog
All notable changes to this model will be documented in this file.

## [Unreleased]
## [Purpose of this model]
This aspect model was created in the Catena-X use case quality. The purpose of this aspect model is to transfer general information of a list/fleet of vehicles - primarily how the vehicles are equipped, when they were built and which engines are installed.

## [1.0.0] - 2023-06-26
## [2.0.0] - 2024-01-22
### Added
- metaInformation property added to root entity
- integration of the shared UUID characteristic and RegEx for the vehicle Catena-X identifie
- Introducing new characteristic for unique identifiers
- integration of separate aspect model Vehicle.ProductDescription:3.0.0 into this model to do necessary adaptions that were decided in Catena-X Quality use case team: Most of the properties should be set to optional

### Changed
- changed all properties to optional except one unique identifier per entity
- properties that were linked to OEM entity are now one level up
- fuel type property now linked to engine property
- entity production was renamed to productionPlant to increase clarity

### Removed
- link to Vehicle.ProductDescription:3.0.0: Previous linked model now integrated and adapted
Streamlining of aspect model:
- remove of body entity + body properties as it was never used
- remove of all KBA properties: Focusing on NHTSA properties only
- remove of oem entity: Properties now located on vehicle level
- remove of fuel entity: Properties now located on vehicle and engines level
- remove of sale entity: Properties now located on vehicle level
- remove of production entity: Properties now located on vehicle level

## [1.0.0] - 2023-05-15
### Added
- initial version of this model

Expand Down