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
- has super-properties
- s4syst:connectsSystem
- has domain
- s4ehaw:CommunicationNetwork
- has range
- s4ehaw:CommunicationInterface
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 .