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

Spacial Aspects

Spacial Aspect Classes

Spacial Aspects

Classes

Spacial extent

Definition:

TBD

OWL:

fnd:SpacialExtent a owl:Class ;
  rdfs:subClassOf fnd:SpatialReference ;
  skos:prefLabel "Spacial extent"@en ;
  skos:definition ""@en .

Spacial location

Definition:

TBD

OWL:

fnd:SpacialLocation a owl:Class ;
  rdfs:subClassOf fnd:SpatialReference ;
  skos:prefLabel "Spacial location"@en ;
  skos:definition ""@en .

Spacial object

Definition:

TBD

OWL:

fnd:SpacialObject a owl:Class ;
  rdfs:subClassOf fnd:SpatialReference ;
  skos:prefLabel "Spacial object"@en ;
  skos:definition ""@en .

Spatial reference

Definition:

TBD

OWL:

fnd:SpatialReference a owl:Class ;
  rdfs:subClassOf fnd:Reference ;
  skos:prefLabel "Spatial reference"@en ;
  skos:definition ""@en .

Spatial reference scheme

Definition:

TBD

OWL:

fnd:SpatialReferenceScheme a owl:Class ;
  rdfs:subClassOf fnd:Scheme ;
  skos:prefLabel "Spatial reference scheme"@en ;
  skos:definition ""@en .

Spatial region

Definition:

TBD

OWL:

fnd:SpatialRegion a owl:Class ;
  rdfs:subClassOf fnd:SpatialReference ;
  skos:prefLabel "Spatial region"@en ;
  skos:definition ""@en .

Properties

spatial property

Definition:

TBD

OWL:

fnd:spatialProperty a owl:ObjectProperty ;
  rdfs:domain fnd:Thing ;
  rdfs:range fnd:SpatialReference ;
  skos:prefLabel "spatial property"@en ;
  skos:definition ""@en .

in spatial scheme

Definition:

TBD

OWL:

fnd:inSpatialScheme a owl:ObjectProperty ;
  rdfs:domain fnd:SpatialReference ;
  rdfs:range fnd:SpatialReferenceScheme ;
  skos:prefLabel "in spatial scheme"@en ;
  skos:definition ""@en .