Skip to content

Commit

Permalink
update AddressId
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani committed Apr 25, 2022
1 parent a9e19f6 commit 7f8dc6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion releases/2.00/context/core-location-ap.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions releases/2.00/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h1 class="h1">Core Location Vocabulary</h1>
<div class="head" role="metainfo" id="metainfo">
<dl>
<dt>Source</dt><dd><a href="https://github.com/SEMICeu/Core-Location-Vocabulary/tree/master/releases/2.00">https://github.com/SEMICeu/Core-Location-Vocabulary/tree/master/releases/2.00</a></dd>
<!--<dt>Changelog</dt><dd><a href="[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/5ef2af0b9e9135d1af1ac60e245b607a0d9038ac/CHANGELOG">[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/5ef2af0b9e9135d1af1ac60e245b607a0d9038ac/CHANGELOG</a></dd>-->
<!--<dt>Changelog</dt><dd><a href="[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/07b328e8f8810654a2dda3bd58aa64d19d91f7d4/CHANGELOG">[email protected]:SEMICeu/uri.semic.eu-thema.git/blob/07b328e8f8810654a2dda3bd58aa64d19d91f7d4/CHANGELOG</a></dd>-->
<dt>Feedback</dt><dd><a href="https://github.com/SEMICeu/Core-Location-Vocabulary/issues">https://github.com/SEMICeu/Core-Location-Vocabulary/issues</a></dd>
<!--<dt>Registry of standards</dt><dd><a href="Core-Location-Vocabulary">Core-Location-Vocabulary</a></dd>-->

Expand Down Expand Up @@ -393,10 +393,10 @@ <h3 class="h3" id="Address"><a href="http://www.w3.org/ns/locn#Address" data-tog
<td></td>
</tr>

<tr id="Address%3Aaddress%20ID" typeof="rdfs:Property" resource="http://www.w3.org/ns/locn#addressID">
<tr id="Address%3Aaddress%20ID" typeof="rdfs:Property" resource="http://www.w3.org/ns/locn#addressId">
<td>
<code property="rdfs:label">
<a href="http://www.w3.org/ns/locn#addressID" data-toggle="tooltip" data-content="http://www.w3.org/ns/locn#addressID" data-placement="right">
<a href="http://www.w3.org/ns/locn#addressId" data-toggle="tooltip" data-content="http://www.w3.org/ns/locn#addressId" data-placement="right">
address ID</a>
</code>
</td>
Expand Down
2 changes: 1 addition & 1 deletion releases/2.00/shacl/core-location-ap-SHACL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.w3.org/ns/locn#addressID>
shacl:path <http://www.w3.org/ns/locn#addressId>
], [
shacl:class <http://data.europa.eu/m8g/AdminUnit>;
shacl:description "The adminUnit relationship links an Address with the Administrative Unit class."@en;
Expand Down

0 comments on commit 7f8dc6c

Please sign in to comment.