Skip to content

Commit

Permalink
Update CustomsInformation.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
johannsvarela authored Jul 23, 2024
1 parent dd9f2d0 commit edde16e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions io.catenax.customs_information/1.0.0/CustomsInformation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
samm:preferredName "Status"@en;
samm:description "Status represents the stage of a long-term supplier's declaration. Committed indicates to the data recipient that all data has been provided correctly."@en;
samm:characteristic :StatusEnumeration;
samm:exampleValue "Commited".
samm:exampleValue "Committed".

:OriginInformationCharacteristic a samm:Characteristic;
samm:preferredName "Origin Information Characteristic"@en;
Expand All @@ -108,7 +108,7 @@
samm:preferredName "Status Enumeration"@en;
samm:description "Characteristic of the status property defined as an Enumeration."@en;
samm:dataType xsd:string;
samm-c:values ("Commited" "Not-Completed").
samm-c:values ("Not-Completed" "Committed").

:OriginInformationEntity a samm:Entity;
samm:preferredName "Origin Information Entity"@en;
Expand Down Expand Up @@ -136,7 +136,7 @@
:preferedStatus a samm:Property;
samm:preferredName "Prefered Status"@en;
samm:description "This is the preference status of the part."@en;
samm:characteristic :PreferedStatusEnumeration;
samm:characteristic :PreferredStatusEnumeration;
samm:exampleValue "Y-Certified".

:tracedWorth a samm:Property;
Expand Down Expand Up @@ -169,9 +169,9 @@
samm-c:baseCharacteristic :FederalStateEnumeration;
samm-c:constraint :CountryAndStateCodeRegularExpression.

:PreferedStatusEnumeration a samm-c:Enumeration;
samm:preferredName "Prefered Status Enumeration"@en;
samm:description "Characteristic of the prefered status property defined as an enumeration."@en;
:PreferredStatusEnumeration a samm-c:Enumeration;
samm:preferredName "Preferred Status Enumeration"@en;
samm:description "Characteristic of the preferred status property defined as an enumeration."@en;
samm:dataType xsd:string;
samm-c:values ("Y-Certified" "N-NotCertified" "NoLongerUsed" "NoLongerSupplied").

Expand Down

0 comments on commit edde16e

Please sign in to comment.