s4envi:CompassDirection — Compass direction

IRI
https://saref.etsi.org/saref4envi/CompassDirection
Is defined by
https://saref.etsi.org/saref4envi/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4envi/v1.1.2/
Download serialization
License

Definition of s4envi:CompassDirection

Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:

The four cardinal directions or cardinal points are the directions of north, east, south, and west, commonly denoted by their initials: N, E, S, W. East and west are at right angles to north and south, with east being in the clockwise direction of rotation from north and west being directly opposite east. Intermediate points between the four cardinal directions form the points of the compass. (definition taken from https://en.wikipedia.org/wiki/Cardinal_direction)

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

wgs84:SpatialThing owl:disjointWith s4envi:CompassDirection .

saref:Measurement owl:disjointWith s4envi:CompassDirection .

saref:Property owl:disjointWith s4envi:CompassDirection .

saref:Service owl:disjointWith s4envi:CompassDirection .

saref:UnitOfMeasure owl:disjointWith s4envi:CompassDirection .

s4envi:Color owl:disjointWith s4envi:CompassDirection .

s4envi:CommunicationInterface owl:disjointWith s4envi:CompassDirection .

s4envi:CommunicationProtocol owl:disjointWith s4envi:CompassDirection .

s4envi:Light rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4envi:CompassDirection ;
            owl:onProperty s4envi:isProjectedInDirection ] .

<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:CompassDirection ;
    dct:subject s4envi:CompassDirection .

s4envi:CompassDirection a owl:Class ;
    rdfs:label "Compass direction"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    rdfs:comment "The four cardinal directions or cardinal points are the directions of north, east, south, and west, commonly denoted by their initials: N, E, S, W. East and west are at right angles to north and south, with east being in the clockwise direction of rotation from north and west being directly opposite east. Intermediate points between the four cardinal directions form the points of the compass. (definition taken from https://en.wikipedia.org/wiki/Cardinal_direction)"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    owl:disjointWith s4envi:DigitalRepresentation,
        s4envi:Geometry,
        s4envi:Light ;
    ns1:hiddenLabel "CompassDirection" .