@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:CommunicationProtocol . ns1:Measurement owl:disjointWith ns0:CommunicationProtocol . ns1:Property owl:disjointWith ns0:CommunicationProtocol . ns1:Service owl:disjointWith ns0:CommunicationProtocol . ns1:UnitOfMeasure owl:disjointWith ns0:CommunicationProtocol . ns0:Color owl:disjointWith ns0:CommunicationProtocol . ns0:CommunicationInterface owl:disjointWith ns0:CommunicationProtocol . ns0:CommunicationProtocol metadata_def:mappingLoom "communicationprotocol" ; metadata_def:mappingSameURI ns0:CommunicationProtocol ; metadata_def:prefLabel "Communication protocol" ; metadata:prefixIRI "s4envi:CommunicationProtocol" ; a owl:Class ; rdfs:comment "A protocol is an agreement between the communicating parties on how communication is to proceed. (Definition taken from \"Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.\")"@en ; rdfs:label "Communication protocol"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith 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:CommunicationProtocol .

ns1:Measurement
    owl:disjointWith ns0:CommunicationProtocol .

ns1:Property
    owl:disjointWith ns0:CommunicationProtocol .

ns1:Service
    owl:disjointWith ns0:CommunicationProtocol .

ns1:UnitOfMeasure
    owl:disjointWith ns0:CommunicationProtocol .

ns0:Color
    owl:disjointWith ns0:CommunicationProtocol .

ns0:CommunicationInterface
    owl:disjointWith ns0:CommunicationProtocol .

ns0:CommunicationProtocol
    metadata_def:mappingLoom "communicationprotocol" ;
    metadata_def:mappingSameURI ns0:CommunicationProtocol ;
    metadata_def:prefLabel "Communication protocol" ;
    metadata:prefixIRI "s4envi:CommunicationProtocol" ;
    a owl:Class ;
    rdfs:comment "A protocol is an agreement between the communicating parties on how communication is to proceed. (Definition taken from \"Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.\")"@en ;
    rdfs:label "Communication protocol"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:CompassDirection, ns0:DigitalRepresentation, ns0:Geometry, ns0:Light .