s4ehaw:CommunicationInterface — Communication Interface

IRI
https://saref.etsi.org/saref4ehaw/CommunicationInterface
Is defined by
https://saref.etsi.org/saref4ehaw/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ehaw/v2.1.1/
Download serialization
License

Definition of s4ehaw:CommunicationInterface

Defined in https://saref.etsi.org/saref4ehaw/v2.1.1/ as:

A communication interface of a device to a communication network.

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4ehaw:hasGateway rdfs:range s4ehaw:CommunicationInterface .

s4ehaw:hasIPv4Address rdfs:domain s4ehaw:CommunicationInterface .

s4ehaw:hasMACAddress rdfs:domain s4ehaw:CommunicationInterface .

s4ehaw:hasPortNumber rdfs:domain s4ehaw:CommunicationInterface .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:CommunicationInterface ;
    dct:subject s4ehaw:CommunicationInterface .

s4ehaw:CommunicationInterface a owl:Class ;
    rdfs:label "Communication Interface"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:comment "A communication interface of a device to a communication network."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4syst:connectionPointOf ;
            owl:someValuesFrom saref:Device ],
        saref:FeatureOfInterest,
        s4syst:ConnectionPoint ;
    skos:hiddenLabel "CommunicationInterface" .