s4ehaw:hasGateway — has gateway

IRI
https://saref.etsi.org/saref4ehaw/hasGateway
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:hasGateway

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

Links a communication network to its gateway, the communication interface of a device.

Description as an Object Property

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 skos: <http://www.w3.org/2004/02/skos/core#> .

s4ehaw:hasGateway a owl:ObjectProperty ;
    rdfs:label "has gateway"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:comment "Links a communication network to its gateway, the communication interface of a device."@en ;
    rdfs:domain s4ehaw:CommunicationNetwork ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:range s4ehaw:CommunicationInterface ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:subPropertyOf s4syst:connectsSystem ;
    skos:hiddenLabel "hasGateway" .

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