Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change example for post code from "68161\\12" to "98765-4321" #276

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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