Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Domain: Spatial

View: Postal Schemes

Postal Schemes

Postal Addressing Schemes

View: Geographic Coordinate Scheme

Geographic Coordinate Scheme

Geographic Coordinate Scheme

Classes

Geographic Coordinate

Definition:

TBD

OWL:

:GeographicCoordinate a owl:Class ;
  rdfs:subClassOf :SpatialLocation ;
  skos:prefLabel "Geographic cordinate"@en ;
  skos:definition ""@en .

Geographic Coordinate Scheme

Definition:

TBD

OWL:

:Geographic coordinate scheme a owl:Class ;
  rdfs:subClassOf :SpatialReferenceScheme ;
  skos:prefLabel "Geographic coordinate scheme"@en ;
  skos:definition ""@en .

Postal Address

Definition:

TBD

OWL:

:PostalAddress a owl:Class ;
  rdfs:subClassOf :SpatialLocation ;
  skos:prefLabel "Postal address"@en ;
  skos:definition ""@en .

Postal Address Scheme

Definition:

TBD

OWL:

:PostalAddressScheme a owl:Class ;
  rdfs:subClassOf :SpatialReferenceScheme ;
  skos:prefLabel "Postal address scheme"@en ;
  skos:definition ""@en .

Postal Code

Definition:

TBD

OWL:

:PostalCode a owl:Class ;
  rdfs:subClassOf :SpatialLocation ;
  skos:prefLabel "Postal code"@en ;
  skos:definition ""@en .

Postal Code Scheme

Definition:

TBD

OWL:

:PostalCodeScheme a owl:Class ;
  rdfs:subClassOf :SpatialReferenceScheme ;
  skos:prefLabel "Postal code scheme"@en ;
  skos:definition ""@en .

Properties

hasPostalCode

Definition:

TBD

OWL:

:hasPostalCode a owl:ObjectProperty ;
  rdfs:domain :PostalAddress ;
  rdfs:range :PostalCode ;
  skos:prefLabel "has postal code"@en ;
  skos:definition ""@en .

inGeographicScheme

Definition:

TBD

OWL:

:inGeographicScheme a owl:ObjectProperty ;
  rdfs:subPropertyOf :inScheme ;
  rdfs:domain :GeographicCoordinate ;
  rdfs:range :GeographicCoordinateScheme ;
  skos:prefLabel "in geographic scheme"@en ;
  skos:definition ""@en .