-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update: Fleet.Vehicles to 2.0.0 #514
Conversation
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
Merging the depended model Vehicle.ProductDescription:3.0.0 into Fleet.Vehicles Using share UUIDV4 for catenaXVehicleID Set most of the properties to optional
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
fixed typo
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
@agg3fe modelling_team |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
|
||
:UniqueID a samm:Characteristic ; | ||
samm:preferredName "unique ID"@en ; | ||
samm:description "This Characteristic describes a property that is truly unque either inside the Company that is providing the data or even in Catena-X dataspace. Only one property in a semantic entity should be a uniqueID. Unique ids can be used to link a data set with other semantic models."@en ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo unque
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
|
||
:recordStatus a samm:Property ; | ||
samm:preferredName "Record status"@en ; | ||
samm:description "The record operation enunumeration can be used to realize delta update concept.\nDelta updateupdate concept means:\n- You transfer an initial load of data\n- After the first week only the delta to the initial load is transferred\n\n\nThe record status describes whether this record is:\n- new=>This record is transferred the first time\n- update=> Some properties of this record have changed compared to a previous transfer\n- delete=> This record was transferred in the initial load or in a previous delta update, but is not \nused any more and therefore it should be deleted on data consumer side\n- same=> This record was transferred in the initial load or in a previous delta update"@en ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo enunumeration
, updateupdate
, \nused
.
please check in other models also if used same description.
|
||
:MetaCharacteristic a samm:Characteristic ; | ||
samm:preferredName "MetaCharacteristic"@en ; | ||
samm:description "Chracteristic for the meta information."@en ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo Chracteristic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check my comments
Fixed findings from review.
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
@agg3fe Please check - I fixed all mentioned findings |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
|
||
:recordStatus a samm:Property ; | ||
samm:preferredName "Record status"@en ; | ||
samm:description "The record operation enunumeration can be used to realize delta update concept.\nDelta update concept means:\n- You transfer an initial load of data\n- After the first week only the delta to the initial load is transferred\n\n\nThe record status describes whether this record is:\n- new=>This record is transferred the first time\n- update=> Some properties of this record have changed compared to a previous transfer\n- delete=> This record was transferred in the initial load or in a previous delta update, but is not \nused any more and therefore it should be deleted on data consumer side\n- same=> This record was transferred in the initial load or in a previous delta update"@en ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix typo enunumeration
. should be enumeration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TorstenHirsch please fix this typo in this and other model.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed @agg3fe
modelling_team
@TorstenHirsch please fix one typo, then we are good for MS2. |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@TorstenHirsch you can update the copyright information in a same way you have done here https://github.com/eclipse-tractusx/sldt-semantic-models/pull/516/files#diff-86e16b0506922dc2f5838d29fbf64889e88904ad8eb64cd762816d9996292a34R2 |
Validation Report for io.catenax.fleet.vehicles/2.0.0/Vehicles.ttlInput model is valid |
Description
QAX (Catena-X use case quality) decided to set most of the properties to optional and also to streamline the aspect data model.
Added
Changed
Removed
Streamlining of aspect model:
Closes #512
MS2 Criteria
(to be filled out by PR reviewer)
DismantlerId
andDismantlerName
use an EntityDismantler
with the propertiesname
andid
or use a URN likeio.catenax.dismantler:0.0.1
)preferredName
anddescription
are not the samepreferredName
should be human readable and follow normal orthography (e.g., no camel case but normal word separation)MS3 Criteria
(to be filled out by semantic modeling team before merge to main-branch)