-
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: QualityTaks to 2.0.0 #515
Update: QualityTaks to 2.0.0 #515
Conversation
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
Adaptions in the model that came up during the QAX review session
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
Validation Report for io.catenax.quality_task/2.0.0/QualityTasks.ttlInput model is valid |
Validation Report for io.catenax.quality_task/2.0.0/QualityTasks.ttlInput model is valid |
Validation Report for io.catenax.quality_task/2.0.0/QualityTasks.ttlInput model is valid |
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
modelling_team |
|
||
:name a samm:Property ; | ||
samm:preferredName "Company name"@en ; | ||
samm:description "Name of the comapny"@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 comapny
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
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 looks like this one is skipped.
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
|
||
: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
@TorstenHirsch we have one clause: 'name of aspect is singular except if it only has one property which is a Collection, List or Set. In theses cases, the aspect name is plural.' |
Dear @agg3fe I hope I have fixed all your findings. modelling_team
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
@agg3fe Let's keep the model name qualityTask - if possible |
Fixe updateupdate typo
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.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.
@TorstenHirsch please fix one typo, then we are good for MS2. |
Done - let's go for MS2 :-) |
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.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
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
typo fixed
Validation Report for io.catenax.quality_task/2.0.0/QualityTask.ttlInput model is valid |
Description
Converting the model to SAMM.
Added
Changed
Removed
Closes #416
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)