Skip to content

Commit

Permalink
Merge pull request #514 from TorstenHirsch/Update-io.catenax.fleet.ve…
Browse files Browse the repository at this point in the history
…hicles-to-2.0.0---isuse#340

Update: Fleet.Vehicles to 2.0.0
  • Loading branch information
agg3fe authored Jan 23, 2024
2 parents 50df9c5 + dc79b7e commit 62cfae3
Show file tree
Hide file tree
Showing 7 changed files with 3,878 additions and 2 deletions.
402 changes: 402 additions & 0 deletions io.catenax.fleet.vehicles/2.0.0/Vehicles.ttl

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

48 changes: 48 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,48 @@
{
"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",
"plantDescription" : "Wolfsburg",
"anonymizedVin" : "3747429FGH382923974682",
"soldCountryGroup" : "Europe",
"wmiCode" : "WVW",
"productionDate" : "2018-01-15T00:00:00",
"catenaXVehicleId" : "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379",
"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",
"driveType" : "All-Wheel Drive",
"wmiNameNHTSA" : "Volkswagen",
"steeringPos" : "Left-Hand Drive",
"powerTrainType" : "BEV (Battery Electric Vehicle)",
"soldCountryCode" : "DEU",
"plantCatenaXId" : "BPNS0123456789ZZ",
"plantCountryCode" : "DEU",
"modelDescription" : "Golf VIII",
"plantIdentifier" : "4711",
"equipments" : [ {
"equipmentIdentifier" : "S248A",
"equipmentDescription" : "Seat heating front",
"group" : "Interior"
} ],
"recordStatus" : "new",
"softwareCategory" : "TZGH64738",
"vehicleSeries" : "Golf",
"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 added to root entity: Gives data consumer necessary information how data provider created this data set
- integration of shared UUID characteristic and RegEx for the vehicle Catena-X identifier
- introducing new characteristic to mark 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

0 comments on commit 62cfae3

Please sign in to comment.