@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:Geometry . ns1:Measurement owl:disjointWith ns0:Geometry . ns1:Property owl:disjointWith ns0:Geometry . ns1:Service owl:disjointWith ns0:Geometry . ns1:UnitOfMeasure owl:disjointWith ns0:Geometry . ns0:Color owl:disjointWith ns0:Geometry . ns0:CommunicationInterface owl:disjointWith ns0:Geometry . ns0:CommunicationProtocol owl:disjointWith ns0:Geometry . ns0:CompassDirection owl:disjointWith ns0:Geometry . ns0:DigitalRepresentation owl:disjointWith ns0:Geometry . ns0:Geometry metadata_def:mappingLoom "geometry" ; metadata_def:mappingSameURI ns0:Geometry ; metadata_def:prefLabel "Geometry" ; metadata:prefixIRI "s4envi:Geometry" ; a owl:Class ; rdfs:comment "Represents the shape of the light emission. It might be instantiated by individuals like \"spherical\", \"cylindrical\", etc. even though it is open to more comples representation of geometries using other vocabularies."@en ; rdfs:label "Geometry"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith 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:Geometry .

ns1:Measurement
    owl:disjointWith ns0:Geometry .

ns1:Property
    owl:disjointWith ns0:Geometry .

ns1:Service
    owl:disjointWith ns0:Geometry .

ns1:UnitOfMeasure
    owl:disjointWith ns0:Geometry .

ns0:Color
    owl:disjointWith ns0:Geometry .

ns0:CommunicationInterface
    owl:disjointWith ns0:Geometry .

ns0:CommunicationProtocol
    owl:disjointWith ns0:Geometry .

ns0:CompassDirection
    owl:disjointWith ns0:Geometry .

ns0:DigitalRepresentation
    owl:disjointWith ns0:Geometry .

ns0:Geometry
    metadata_def:mappingLoom "geometry" ;
    metadata_def:mappingSameURI ns0:Geometry ;
    metadata_def:prefLabel "Geometry" ;
    metadata:prefixIRI "s4envi:Geometry" ;
    a owl:Class ;
    rdfs:comment "Represents the shape of the light emission. It might be instantiated by individuals like \"spherical\", \"cylindrical\", etc. even though it is open to more comples representation of geometries using other vocabularies."@en ;
    rdfs:label "Geometry"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Light .