Property: Compass Direction (ov:compassDirection.html)

Full URI: http://open.vocab.org/terms/compassDirection

The Compass Direction that a Thing faces.

Eg: :NordWand rdfs:label "North Face of the Eiger" ; ov:compassDirection "N" .

Values should be compass directions, eg: N, NE, E, SE, S, SW, W, NW

Class Information

Having this property implies being a geo:SpatialThing

Every value of this property is a rdfs:Literal

Edit | Add sub-property

Change History

  • 2009-04-24T15:05:03Z Anonymous user at 87.114.161.183 said "Created"

This term is considered to be unstable. Unstable terms may be edited at any time by anyone so their meaning may change unpredictably.

RDF

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ov: <http://open.vocab.org/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix o: <http://open.vocab.org/> .
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix label: <http://purl.org/net/vocab/2004/03/label#> .

ov:compassDirection rdfs:isDefinedBy o:terms ;
                    status:term_status "unstable" ;
                    rdfs:domain geo:SpatialThing ;
                    status:userdocs <http://open.vocab.org/terms/compassDirection.html> ;
                    rdfs:range rdfs:Literal ;
                    label:plural "Compass Directions"@en ;
                    rdfs:comment "The Compass Direction that a Thing faces."@en ;
                    rdf:type rdf:Property ;
                    rdfs:label "Compass Direction"@en ;
                    ov:markdownDescription '''Eg: :NordWand rdfs:label "North Face of the Eiger" ; ov:compassDirection "N" .

Values should be compass directions, eg: N, NE, E, SE, S, SW, W, NW
'''@en .

This description in other formats: RDF/XML, Turtle, RDF/JSON