@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/> . ns1:Measurement owl:disjointWith ns0:Light . ns1:Property owl:disjointWith ns0:Light . ns1:Service owl:disjointWith ns0:Light . ns1:UnitOfMeasure owl:disjointWith ns0:Light . ns0:Color owl:disjointWith ns0:Light . ns0:CommunicationInterface owl:disjointWith ns0:Light . ns0:CommunicationProtocol owl:disjointWith ns0:Light . ns0:CompassDirection owl:disjointWith ns0:Light . ns0:DigitalRepresentation owl:disjointWith ns0:Light . ns0:Geometry owl:disjointWith ns0:Light . ns0:Light metadata_def:mappingLoom "light" ; metadata_def:mappingSameURI ns0:Light ; metadata_def:prefLabel "Light" ; metadata:prefixIRI "s4envi:Light" ; a owl:Class ; rdfs:comment "A light source, which may be a lantern, a street light, a floodlight, a signal lamp or any other device whose primary purpose is the generation of light. (Definition taken from http://wiki.openstreetmap.org/wiki/Proposed_features/Key:light_source#Description)"@en ; rdfs:label "Light"@en ; rdfs:subClassOf owl:Thing .
@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/> .

ns1:Measurement
    owl:disjointWith ns0:Light .

ns1:Property
    owl:disjointWith ns0:Light .

ns1:Service
    owl:disjointWith ns0:Light .

ns1:UnitOfMeasure
    owl:disjointWith ns0:Light .

ns0:Color
    owl:disjointWith ns0:Light .

ns0:CommunicationInterface
    owl:disjointWith ns0:Light .

ns0:CommunicationProtocol
    owl:disjointWith ns0:Light .

ns0:CompassDirection
    owl:disjointWith ns0:Light .

ns0:DigitalRepresentation
    owl:disjointWith ns0:Light .

ns0:Geometry
    owl:disjointWith ns0:Light .

ns0:Light
    metadata_def:mappingLoom "light" ;
    metadata_def:mappingSameURI ns0:Light ;
    metadata_def:prefLabel "Light" ;
    metadata:prefixIRI "s4envi:Light" ;
    a owl:Class ;
    rdfs:comment "A light source, which may be a lantern, a street light, a floodlight, a signal lamp or any other device whose primary purpose is the generation of light. (Definition taken from http://wiki.openstreetmap.org/wiki/Proposed_features/Key:light_source#Description)"@en ;
    rdfs:label "Light"@en ;
    rdfs:subClassOf owl:Thing .