eclipse-tractusx / sldt-semantic-models

sldt-semantic-models
Creative Commons Attribution 4.0 International
22 stars 41 forks source link

[Model Update]: SingleLevelBomAsPlanned 3.0.0 #639

Closed johannsvarela closed 3 months ago

johannsvarela commented 3 months ago

Description

Based on continuous development of the Industry Core, the ability to run down the data chain for PartType twins was implemented so that the relationship described by the SingleLevelBomAsPlanned model meets the requirements of the data chain template.

Closes #632

MS2 Criteria

(to be filled out by PR reviewer)

MS3 Criteria

(to be filled out by semantic modeling team before merge to main-branch)

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

johannsvarela commented 3 months ago

modeling_team

johannsvarela commented 3 months ago

FYI @jacewski-bosch @BenediktMuellerIML @jonbckr

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Syntax error in line 113, column 132: Illegal escape sequence value: . (0x2E)

  108:    samm:dataType xsd:string.
  109: 
  110: :DateTimeRegularExpression a samm-c:RegularExpressionConstraint;
  111:    samm:preferredName "Date Time Regular Expression"@en;
  112:    samm:description "Regular Expression to enable UTC and Timezone formats and the possibility to exclude time information."@en;
->113:    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))?)?$".
  114: 
  115: :ValidityPeriodEntity a samm:Entity;
  116:    samm:preferredName "Validity Period Entity"@en;
  117:    samm:description "If a validity period only has a start that means that the period is valid from the start date without a (yet)defined enddate and vice versa."@en;
  118:    samm:properties ([ samm:property :validFrom; samm:optional true ] [ samm:property :validTo; samm:optional true ]).
github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Syntax error in line 113, column 132: Illegal escape sequence value: . (0x2E)

  108:    samm:dataType xsd:string.
  109: 
  110: :DateTimeRegularExpression a samm-c:RegularExpressionConstraint;
  111:    samm:preferredName "Date Time Regular Expression"@en;
  112:    samm:description "Regular Expression to enable UTC and Timezone formats and the possibility to exclude time information."@en;
->113:    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))?)?$".
  114: 
  115: :ValidityPeriodEntity a samm:Entity;
  116:    samm:preferredName "Validity Period Entity"@en;
  117:    samm:description "If a validity period only has a start that means that the period is valid from the start date without a (yet)defined enddate and vice versa."@en;
  118:    samm:properties ([ samm:property :validFrom; samm:optional true ] [ samm:property :validTo; samm:optional true ]).
github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

agg3fe commented 3 months ago

@johannsvarela changes are required.

github-actions[bot] commented 3 months ago

Validation Report for io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl

Input model is valid

johannsvarela commented 3 months ago

@agg3fe Changes on the quantity characteristic were made as @tom-rm-meyer-ISST recommended. Therefore we can merge this PR!

FYI @BenediktMuellerIML @jacewski-bosch