@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://www.w3.org/ns/locn#addressId> rdf:type rdf:Property ; rdfs:label "address ID"@en ; rdfs:domain <http://www.w3.org/ns/locn#Address> ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy <http://www.w3.org/ns/locn> ; rdfs:comment "The concept of adding a globally unique identifier for each instance of an address is a crucial part of the INSPIRE data spec. The domain of locn:addressId is locn:Address."@en ; <http://purl.org/dc/terms/identifier> "locn:addressId" ; <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable"@en .