@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/saref4envi/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://saref.etsi.org/core/> . @prefix ns2: <http://www.w3.org/2003/01/geo/wgs84_pos#> . ns2:SpatialThing owl:disjointWith ns0:CompassDirection . ns1:Measurement owl:disjointWith ns0:CompassDirection . ns1:Property owl:disjointWith ns0:CompassDirection . ns1:Service owl:disjointWith ns0:CompassDirection . ns1:UnitOfMeasure owl:disjointWith ns0:CompassDirection . ns0:Color owl:disjointWith ns0:CompassDirection . ns0:CommunicationInterface owl:disjointWith ns0:CompassDirection . ns0:CommunicationProtocol owl:disjointWith ns0:CompassDirection . ns0:CompassDirection metadata_def:mappingLoom "compassdirection" ; metadata_def:mappingSameURI ns0:CompassDirection ; metadata_def:prefLabel "Compass direction" ; metadata:prefixIRI "s4envi:CompassDirection" ; a owl:Class ; 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:label "Compass direction"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:DigitalRepresentation, ns0:Geometry, ns0:Light .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://saref.etsi.org/saref4envi/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://saref.etsi.org/core/> .
@prefix ns2: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

ns2:SpatialThing
    owl:disjointWith ns0:CompassDirection .

ns1:Measurement
    owl:disjointWith ns0:CompassDirection .

ns1:Property
    owl:disjointWith ns0:CompassDirection .

ns1:Service
    owl:disjointWith ns0:CompassDirection .

ns1:UnitOfMeasure
    owl:disjointWith ns0:CompassDirection .

ns0:Color
    owl:disjointWith ns0:CompassDirection .

ns0:CommunicationInterface
    owl:disjointWith ns0:CompassDirection .

ns0:CommunicationProtocol
    owl:disjointWith ns0:CompassDirection .

ns0:CompassDirection
    metadata_def:mappingLoom "compassdirection" ;
    metadata_def:mappingSameURI ns0:CompassDirection ;
    metadata_def:prefLabel "Compass direction" ;
    metadata:prefixIRI "s4envi:CompassDirection" ;
    a owl:Class ;
    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:label "Compass direction"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:DigitalRepresentation, ns0:Geometry, ns0:Light .