Definition of s4ehaw:CommunicationNetwork
Defined in https://saref.etsi.org/saref4ehaw/v2.1.1/ as:
A communication network.
Description as a Class
- has super-classes
- 
        saref:FeatureOfInterest
 s4syst:Connection
- is in domain of
- s4ehaw:hasGateway
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:domain s4ehaw:CommunicationNetwork .
s4ehaw:CommunicationNetwork a owl:Class ;
    rdfs:label "Communication Network"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:comment "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 saref:FeatureOfInterest,
        s4syst:Connection ;
    skos:hiddenLabel "CommunicationNetwork" .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:CommunicationNetwork ;
    dct:subject s4ehaw:CommunicationNetwork .