From 7f8dc6c19bf81a219dd44d7451e32cf9f9a04e2c Mon Sep 17 00:00:00 2001 From: emidiostani Date: Mon, 25 Apr 2022 18:01:03 +0200 Subject: [PATCH] update AddressId --- releases/2.00/context/core-location-ap.jsonld | 2 +- releases/2.00/index.html | 6 +++--- releases/2.00/shacl/core-location-ap-SHACL.ttl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releases/2.00/context/core-location-ap.jsonld b/releases/2.00/context/core-location-ap.jsonld index 30867d6..621ea62 100644 --- a/releases/2.00/context/core-location-ap.jsonld +++ b/releases/2.00/context/core-location-ap.jsonld @@ -8,7 +8,7 @@ }, "Address.addressId": { "@container": "@set", - "@id": "http://www.w3.org/ns/locn#addressID", + "@id": "http://www.w3.org/ns/locn#addressId", "@type": "http://www.w3.org/2001/XMLSchema#string" }, "Address.administrativeUnit": { diff --git a/releases/2.00/index.html b/releases/2.00/index.html index 5d0be15..e89ae29 100644 --- a/releases/2.00/index.html +++ b/releases/2.00/index.html @@ -209,7 +209,7 @@

Core Location Vocabulary

Source
https://github.com/SEMICeu/Core-Location-Vocabulary/tree/master/releases/2.00
- +
Feedback
https://github.com/SEMICeu/Core-Location-Vocabulary/issues
@@ -393,10 +393,10 @@

- + - + address ID diff --git a/releases/2.00/shacl/core-location-ap-SHACL.ttl b/releases/2.00/shacl/core-location-ap-SHACL.ttl index 20102f9..1b267fd 100644 --- a/releases/2.00/shacl/core-location-ap-SHACL.ttl +++ b/releases/2.00/shacl/core-location-ap-SHACL.ttl @@ -22,7 +22,7 @@ shacl:datatype xsd:string; shacl:description "A globally unique identifier for each instance of an Address."@en; shacl:name "address ID"@en; - shacl:path + shacl:path ], [ shacl:class ; shacl:description "The adminUnit relationship links an Address with the Administrative Unit class."@en;