From edde16e87d7fbc920efbe7e215bc88c166bad25d Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Tue, 23 Jul 2024 12:40:40 +0200 Subject: [PATCH] Update CustomsInformation.ttl --- .../1.0.0/CustomsInformation.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/io.catenax.customs_information/1.0.0/CustomsInformation.ttl b/io.catenax.customs_information/1.0.0/CustomsInformation.ttl index 80f9faac..a90a6c00 100644 --- a/io.catenax.customs_information/1.0.0/CustomsInformation.ttl +++ b/io.catenax.customs_information/1.0.0/CustomsInformation.ttl @@ -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; @@ -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; @@ -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; @@ -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").