From 2364edaf3fa94872848f8d3cffa8f53265345f90 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Tue, 23 Jul 2024 12:43:51 +0200 Subject: [PATCH] Update CustomsInformation.ttl --- io.catenax.customs_information/1.0.0/CustomsInformation.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.customs_information/1.0.0/CustomsInformation.ttl b/io.catenax.customs_information/1.0.0/CustomsInformation.ttl index a90a6c00..631739fa 100644 --- a/io.catenax.customs_information/1.0.0/CustomsInformation.ttl +++ b/io.catenax.customs_information/1.0.0/CustomsInformation.ttl @@ -113,7 +113,7 @@ :OriginInformationEntity a samm:Entity; samm:preferredName "Origin Information Entity"@en; samm:description "Entity of the origin information."@en; - samm:properties (:tradeRelation [ samm:property :commercialCountryOfOrigin; samm:optional true ] [ samm:property :federalState; samm:optional true ] :preferedStatus [ samm:property :tracedWorth; samm:optional true ] :contactInformation [ samm:property :originOfManufacturing; samm:optional true ]). + samm:properties (:tradeRelation [ samm:property :commercialCountryOfOrigin; samm:optional true ] [ samm:property :federalState; samm:optional true ] :preferredStatus [ samm:property :tracedWorth; samm:optional true ] :contactInformation [ samm:property :originOfManufacturing; samm:optional true ]). :tradeRelation a samm:Property; samm:preferredName "Trade Relation"@en; @@ -133,8 +133,8 @@ samm:characteristic :FederalStateTrait; samm:exampleValue "BW". -:preferedStatus a samm:Property; - samm:preferredName "Prefered Status"@en; +:preferredStatus a samm:Property; + samm:preferredName "Preferred Status"@en; samm:description "This is the preference status of the part."@en; samm:characteristic :PreferredStatusEnumeration; samm:exampleValue "Y-Certified".