-
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
[Model Update]: SingleLevelUsageAsBuilt 3.0.0 #638
[Model Update]: SingleLevelUsageAsBuilt 3.0.0 #638
Conversation
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
modeling_team |
samm:characteristic samm-c:Boolean; | ||
samm:exampleValue false. | ||
|
||
:parentCatenaXId a samm:Property; |
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.
renaming required?
samm:description "Describes the quantity in which the child part is assembled in the parent object by providing a quantity value and the measurement unit in which the quantity is measured."@en; | ||
samm:dataType :Quantity. | ||
|
||
:Quantity a samm:Entity; |
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.
preferredName
missing
samm:exampleValue "urn:uuid:43364d8c-cf38-423c-b907-6e68e0f0fe2f". | ||
|
||
:QuantityCharacteristic a samm-c:Quantifiable; | ||
samm:description "Describes the quantity in which the child part is assembled in the parent object by providing a quantity value and the measurement unit in which the quantity is measured."@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.
preferredName
missing
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
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
## [Unreleased] | ||
## [3.0.0] - 2024-02-19 | ||
### Added | ||
- added new `parentCatenaXId` property as child of the existing `parentItems` property |
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 correct release notes. @johannsvarela
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.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlSyntax error in line 120, column 132: Illegal escape sequence value: . (0x2E) 115: samm:dataType xsd:string.
116:
117: :DateTimeRegularExpression a samm-c:RegularExpressionConstraint;
118: samm:preferredName "Date Time Regular Expression"@en;
119: samm:description "Regular Expression to enable UTC and Timezone formats and the possibility to exclude time information."@en;
->120: samm:value "^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)?$". |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlSyntax error in line 120, column 132: Illegal escape sequence value: . (0x2E) 115: samm:dataType xsd:string.
116:
117: :DateTimeRegularExpression a samm-c:RegularExpressionConstraint;
118: samm:preferredName "Date Time Regular Expression"@en;
119: samm:description "Regular Expression to enable UTC and Timezone formats and the possibility to exclude time information."@en;
->120: samm:value "^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)?$". |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
Validation Report for io.catenax.single_level_usage_as_built/3.0.0/SingleLevelUsageAsBuilt.ttlInput model is valid |
@agg3fe Changes on the quantity characteristic were made as @tom-rm-meyer-ISST recommended. Therefore we can merge this PR! |
Description
Based on continuous development of the Industry Core, the ability to run up the data chain for PartInstance twins was implemented so that the relationship described by the SingleLevelUsageAsBuilt model meets the requirements of the data chain template.
Closes #631
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)