@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:Color . ns1:Service owl:disjointWith ns0:Color . ns1:UnitOfMeasure owl:disjointWith ns0:Color . ns0:Color metadata_def:mappingLoom "color" ; metadata_def:mappingSameURI ns0:Color ; metadata_def:prefLabel "Color" ; metadata:prefixIRI "s4envi:Color" ; a owl:Class ; rdfs:comment "Color of the emitted light. It might be indicated by named colors or using other type of color values like hexadecimal for RGB, color temperature, etc."@en ; rdfs:label "Color"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:CommunicationInterface, ns0:CommunicationProtocol, ns0:CompassDirection, 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:Color .

ns1:Service
    owl:disjointWith ns0:Color .

ns1:UnitOfMeasure
    owl:disjointWith ns0:Color .

ns0:Color
    metadata_def:mappingLoom "color" ;
    metadata_def:mappingSameURI ns0:Color ;
    metadata_def:prefLabel "Color" ;
    metadata:prefixIRI "s4envi:Color" ;
    a owl:Class ;
    rdfs:comment "Color of the emitted light. It might be indicated by named colors or using other type of color values like hexadecimal for RGB, color temperature, etc."@en ;
    rdfs:label "Color"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:CommunicationInterface, ns0:CommunicationProtocol, ns0:CompassDirection, ns0:DigitalRepresentation, ns0:Geometry, ns0:Light .