@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:DigitalRepresentation . ns1:Measurement owl:disjointWith ns0:DigitalRepresentation . ns1:UnitOfMeasure owl:disjointWith ns0:DigitalRepresentation . ns0:Color owl:disjointWith ns0:DigitalRepresentation . ns0:CommunicationInterface owl:disjointWith ns0:DigitalRepresentation . ns0:CommunicationProtocol owl:disjointWith ns0:DigitalRepresentation . ns0:CompassDirection owl:disjointWith ns0:DigitalRepresentation . ns0:DigitalRepresentation metadata_def:mappingLoom "digitalrepresentation" ; metadata_def:mappingSameURI ns0:DigitalRepresentation ; metadata_def:prefLabel "Digital representation" ; metadata:prefixIRI "s4envi:DigitalRepresentation" ; a owl:Class ; rdfs:comment "A digital representation encapsulates a physical object accessible via Web services"@en ; rdfs:label "Digital representation"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith 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:DigitalRepresentation .

ns1:Measurement
    owl:disjointWith ns0:DigitalRepresentation .

ns1:UnitOfMeasure
    owl:disjointWith ns0:DigitalRepresentation .

ns0:Color
    owl:disjointWith ns0:DigitalRepresentation .

ns0:CommunicationInterface
    owl:disjointWith ns0:DigitalRepresentation .

ns0:CommunicationProtocol
    owl:disjointWith ns0:DigitalRepresentation .

ns0:CompassDirection
    owl:disjointWith ns0:DigitalRepresentation .

ns0:DigitalRepresentation
    metadata_def:mappingLoom "digitalrepresentation" ;
    metadata_def:mappingSameURI ns0:DigitalRepresentation ;
    metadata_def:prefLabel "Digital representation" ;
    metadata:prefixIRI "s4envi:DigitalRepresentation" ;
    a owl:Class ;
    rdfs:comment "A digital representation encapsulates a physical object accessible via Web services"@en ;
    rdfs:label "Digital representation"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Geometry, ns0:Light .