Skip to content

Commit

Permalink
change example for post code from "68161\\12" to "98765-4321"
Browse files Browse the repository at this point in the history
change adress to address
  • Loading branch information
birgitZF committed Aug 9, 2023
1 parent 36e3dfd commit d31be9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions io.catenax.shared.address_characteristic/3.0.0/AddressAspect.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@

:AddressAspect a samm:Aspect ;
samm:preferredName "Address Aspect"@en ;
samm:description "Aspect used for the Characteristic :PostalAddress to reference adress data"@en ;
samm:description "Aspect used for the Characteristic :PostalAddress to reference address data"@en ;
samm:properties ( :address ) ;
samm:operations ( ) ;
samm:events ( ) .

:address a samm:Property ;
samm:preferredName "Adress"@en ;
samm:description "the adress of the data provider"@en ;
samm:preferredName "Address"@en ;
samm:description "the address of the data provider"@en ;
samm:characteristic :PostalAddress .

:PostalAddress a samm:Characteristic ;
samm:description "A characteristic to express the postal adress and which is intended to be referenced by other aspects"@en ;
samm:description "A characteristic to express the postal address and which is intended to be referenced by other aspects"@en ;
samm:dataType :AddressEntity .

:AddressEntity a samm:Entity ;
Expand Down Expand Up @@ -99,7 +99,7 @@

:PostCodeCharacteristic a samm-c:SingleEntity ;
samm:preferredName "PostCode Characteristic"@en ;
samm:description "Characteristic for defining a postcode which can consist of a type (e.g. \"REGULAR\" for zip codes) and a value (e.g. \"68161\\12\"). Model follows the specification of BPDM."@en ;
samm:description "Characteristic for defining a postcode which can consist of a type (e.g. \"REGULAR\" for zip codes) and a value (e.g. \"98765-4321"). Model follows the specification of BPDM."@en ;
samm:dataType :PostCodeEntity .

:ThoroughfareEntity a samm:Entity ;
Expand Down Expand Up @@ -194,7 +194,7 @@
samm:preferredName "Post Code Value "@en ;
samm:description "The value of a post code"@en ;
samm:characteristic :PostCodeTrait ;
samm:exampleValue "68161\\12" .
samm:exampleValue "98765-4321" .

:postCodeTechnicalKey a samm:Property ;
samm:preferredName "Post Code Technical Key"@en ;
Expand Down

0 comments on commit d31be9a

Please sign in to comment.