Table of Contents

Introduction

The ISA Programme Location Core Vocabulary was developed by the EU ISA Programme Core Vocabularies Working Group (Location Task Force). This is the namespace document, generated from the associated RDF schema. Full documentation is provided in the Core Vocabularies Specification document itself. This includes background information, use cases, the conceptual model and full definitions for all terms used.

Namespace

The URI for this vocabulary is

http://www.w3.org/ns/locn#

When abbreviating terms the suggested prefix is locn

Each class or property in the vocabulary has a URI constructed by appending a term name to the vocabulary URI. For example:

http://www.w3.org/ns/locn#Address

The ISA Programme Location Core Vocabulary includes terms defined in the following namespaces:

Vocabulary Terms at a Glance

Classes (3):
Properties (16):

Classes

This section provides the formal definition of each class in the vocabulary.

Class Location

Type of TermClass
QNamedcterms:Location
URIhttp://purl.org/dc/terms/Location
Term statustesting
Definitiondcterms:Location class fully represents the ISA Programme Location Core Vocabulary class of Location.

Usage Note

This is the key class for the ISA Programme Location Core Vocabulary and represents any location, irrespective of size or other restriction.

Class Address

Type of TermClass
QNamelocn:Address
URIhttp://www.w3.org/ns/locn#Address
Term statustesting
DefinitionAn "address representation" as defined in the INSPIRE Data Specification on Addresses, v3.0.1. The locn:addressId property may be used to link this locn:Address to other representations.

Class Geometry

Type of TermClass
QNamelocn:Geometry
URIhttp://www.w3.org/ns/locn#Geometry
Term statusunstable
DefinitionThe locn:Geometry class provides the means to identify a location as a point, line, polygon, etc. expressed using coordinates in some coordinate reference system.

Usage Note

This class defines the notion of "geometry" at the conceptual level, and it shall be encoded by using different formats (see usage note of the locn:geometry property).

Properties

This section provides the formal definition of each property in the vocabulary.

Property location

Type of TermProperty
QNamelocn:location
URIhttp://www.w3.org/ns/locn#location
Term statustesting
Rangehttp://purl.org/dc/terms/Location
DefinitionThe location property links any resource to the Location Class. Asserting the location relationship implies only that the domain has some connection to a Location in time or space. It does not imply that the resource is necessarily at that location at the time when the assertion is made.

Property geographic name

Type of TermProperty
QNamelocn:geographicName
URIhttp://www.w3.org/ns/locn#geographicName
Term statustesting
Definition

A geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE Data Specification on Geographical Names, v3.0.1 (pages 40-42), the following are all valid geographic names for the Greek capital:

  • Aθnνa (the Greek endonym written in the Greek script)
  • Athína (the standard Romanisation of the endonym)
  • Athens (the English language exonym)

For INSPIRE-conformant data, provide the metadata for the geographic name using a skos:Concept as a datatype.

Property geographic identifier

Type of TermProperty
QNamerdfs:seeAlso
URIhttp://www.w3.org/2000/01/rdf-schema#seeAlso
Term statusunstable
Definitionrdfs:seeAlso fully represents the ISA Programme Location Core Vocabulary concept of a geographic identifier.

Usage Note

Used in the ISA Programme Location Core Vocabulary to provide a URI that identifies the location. This should be expressed using the rdfs:seeAlso property unless the identifier is already the subject of the description. Examples include URIs from GeoNames.org and DBpedia such as http://dbpedia.org/resource/ISO_3166-2:XX where XX is the ISO 3166 two character code for a country.

Property geometry

Type of TermProperty
QNamelocn:geometry
URIhttp://www.w3.org/ns/locn#geometry
Term statustesting
Rangehttp://www.w3.org/ns/locn#Geometry
DefinitionAssociates any resource with the corresponding geometry.

Usage Note

Depending on how a geometry is encoded, the range of this property may be one of the following:

For interoperability reasons, it is recommended using one of the following:

Example

The following are examples of equivalent statements using different geometry encodings:

  • WKT (GeoSPARQL)

    :Resource locn:geometry
      "<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Point(-0.001475 51.477811)"^^ogc:WKTLiteral .
  • GML

    :Resource locn:geometry
      "<gml:Point srsName='http://www.opengis.net/def/crs/OGC/1.3/CRS84'>
      <gml:coordinates>-0.001475, 51.477811</gml:coordinates></gml:Point>"^^ogc:GMLLiteral .
  • RDF+WKT (GeoSPARQL)

    :Resource locn:geometry
      [ a ogc:Point; ogc:asWKT "<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Point(-0.001475 51.477811)"^^ogc:WKTLiteral ] .
  • RDF+GML (GeoSPARQL)

    :Resource locn:geometry
      [ a ogc:Point; ogc:asGML
         "<gml:Point srsName='http://www.opengis.net/def/crs/OGC/1.3/CRS84'>
          <gml:coordinates>-0.001475, 51.477811</gml:coordinates></gml:Point>"^^ogc:GMLLiteral ] .
  • RDF (WGS84 lat/long)

    :Resource locn:geometry [ a geo:Point; geo:lat "51.477811"; geo:long "-0.001475" ] .
  • RDF (schema.org)

    :Resource locn:geometry [ a schema:GeoCoordinates; schema:latitude "51.477811"; schema:longitude "-0.001475" ] .
  • geo URI

    :Resource locn:geometry <geo:51.477811,-0.001475;u=0;crs=wgs84> .
  • GeoHash URI

    :Resource locn:geometry <http://geohash.org/gcpuzgnzvxkp> .

Property address

Type of TermProperty
QNamelocn:address
URIhttp://www.w3.org/ns/locn#address
Term statustesting
Rangehttp://www.w3.org/ns/locn#Address
DefinitionThe locn:address property relationship associates any resource with the locn:Address class

Property full address

Type of TermProperty
QNamelocn:fullAddress
URIhttp://www.w3.org/ns/locn#fullAddress
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
Rangehttp://www.w3.org/2000/01/rdf-schema#Literal
DefinitionThe complete address written as a string, with or without formatting. The domain of locn:fullAddress is locn:Address.

Property PO box

Type of TermProperty
QNamelocn:poBox
URIhttp://www.w3.org/ns/locn#poBox
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
Rangehttp://www.w3.org/2000/01/rdf-schema#Literal
DefinitionThe Post Office Box number. The domain of locn:poBox is locn:Address.

Property thoroughfare

Type of TermProperty
QNamelocn:thoroughfare
URIhttp://www.w3.org/ns/locn#thoroughfare
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
Rangehttp://www.w3.org/2000/01/rdf-schema#Literal
DefinitionAn address component that represents the name of a passage or way through from one location to another. A thoroughfare is not necessarily a road, it might be a waterway or some other feature. The domain of locn:thoroughfare is locn:Address.

Property locator designator

Type of TermProperty
QNamelocn:locatorDesignator
URIhttp://www.w3.org/ns/locn#locatorDesignator
Term statustesting
DefinitionA number or a sequence of characters that uniquely identifies the locator within the relevant scope(s). The full identification of the locator could include one or more locator designators.

Property locator name

Type of TermProperty
QNamelocn:locatorName
URIhttp://www.w3.org/ns/locn#locatorName
Term statustesting
DefinitionProper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.

Property address area

Type of TermProperty
QNamelocn:addressArea
URIhttp://www.w3.org/ns/locn#addressArea
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
Rangehttp://www.w3.org/2000/01/rdf-schema#Literal
DefinitionThe name or names of a geographic area or locality that groups a number of addressable objects for addressing purposes, without being an administrative unit. This would typically be part of a city, a neighbourhood or village. The domain of locn:addressArea is locn:Address.

Property post name

Type of TermProperty
QNamelocn:postName
URIhttp://www.w3.org/ns/locn#postName
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
Rangehttp://www.w3.org/2000/01/rdf-schema#Literal
DefinitionThe key postal division of the address, usually the city. (INSPIRE's definition is "One or more names created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."). The domain of locn:postName is locn:Address.

Property admin unit level 2

Type of TermProperty
QNamelocn:adminUnitL2
URIhttp://www.w3.org/ns/locn#adminUnitL2
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
DefinitionThe region of the address, usually a county, state or other such area that typically encompasses several localities. The domain of locn:adminUnitL2 is locn:Address and the range is a literal, conceptually defined by the INSPIRE Geographical Name data type.

Property admin unit level 1

Type of TermProperty
QNamelocn:adminUnitL1
URIhttp://www.w3.org/ns/locn#adminUnitL1
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
DefinitionThe uppermost administrative unit for the address, almost always a country. The domain of locn:adminUnitL1 is locn:Address and the range is a literal, conceptually defined by the INSPIRE Geographical Name data type.

Usage Note

Best practice is to use the ISO 3166-1 code but if this is inappropriate for the context, country names should be provided in a consistent manner to reduce ambiguity. For example, either write 'United Kingdom' or 'UK' consistently throughout the data set and avoid mixing the two.

Property post code

Type of TermProperty
QNamelocn:postCode
URIhttp://www.w3.org/ns/locn#postCode
Term statustesting
Domainhttp://www.w3.org/ns/locn#Address
Rangehttp://www.w3.org/2000/01/rdf-schema#Literal
DefinitionThe post code (a.k.a postal code, zip code etc.). Post codes are common elements in many countries' postal address systems. The domain of locn:postCode is locn:Address.

Property address ID

Type of TermProperty
QNamelocn:addressId
URIhttp://www.w3.org/ns/locn#addressId
Term statusunstable
Domainhttp://www.w3.org/ns/locn#Address
Rangehttp://www.w3.org/2000/01/rdf-schema#Literal
DefinitionThe 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.

Conformance Statement

A conformant implementation of this vocabulary MUST understand all vocabulary terms defined in this document.

Change History

Changes since final draft version released by the EU ISA Programme Core Vocabularies Working Group (Location Task Force)