@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:CommunicationInterface . ns1:Measurement owl:disjointWith ns0:CommunicationInterface . ns1:Property owl:disjointWith ns0:CommunicationInterface . ns1:UnitOfMeasure owl:disjointWith ns0:CommunicationInterface . ns0:Color owl:disjointWith ns0:CommunicationInterface . ns0:CommunicationInterface metadata_def:mappingLoom "communicationinterface" ; metadata_def:mappingSameURI ns0:CommunicationInterface ; metadata_def:prefLabel "Communication interface" ; metadata:prefixIRI "s4envi:CommunicationInterface" ; a owl:Class ; rdfs:comment "An interface defines which primitive operations and services the lower layer makes available to the upper one, when referring to network layers. (Definition adapted from \"Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.\")"@en ; rdfs:label "Communication interface"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith 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:CommunicationInterface .

ns1:Measurement
    owl:disjointWith ns0:CommunicationInterface .

ns1:Property
    owl:disjointWith ns0:CommunicationInterface .

ns1:UnitOfMeasure
    owl:disjointWith ns0:CommunicationInterface .

ns0:Color
    owl:disjointWith ns0:CommunicationInterface .

ns0:CommunicationInterface
    metadata_def:mappingLoom "communicationinterface" ;
    metadata_def:mappingSameURI ns0:CommunicationInterface ;
    metadata_def:prefLabel "Communication interface" ;
    metadata:prefixIRI "s4envi:CommunicationInterface" ;
    a owl:Class ;
    rdfs:comment "An interface defines which primitive operations and services the lower layer makes available to the upper one, when referring to network layers. (Definition adapted from \"Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.\")"@en ;
    rdfs:label "Communication interface"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:CommunicationProtocol, ns0:CompassDirection, ns0:DigitalRepresentation, ns0:Geometry, ns0:Light .