Definition of s4dmgt:hasConnectedClient
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
Relationship between a Server and a Client when the Client is connected and authenticated to the Server, enabling the exposition of its DM Functions. This relationship could be inferred when a Management Service connects both the Client and the Server. Inverse of saref4dmgt:connectedToServer.
Description as an Object Property
- has super-properties
- s4syst:connectedTo
- has domain
- s4dmgt:Server
- has range
- s4dmgt:Client
- is inverse of
- s4dmgt:connectedToServer
Turtle
@prefix dcterms: <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 s4dmgt: <https://saref.etsi.org/saref4dmgt/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:connectedToServer owl:inverseOf s4dmgt:hasConnectedClient .
<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:hasConnectedClient .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:hasConnectedClient ;
dcterms:subject s4dmgt:hasConnectedClient .
s4dmgt:hasConnectedClient a owl:ObjectProperty ;
rdfs:label "has connected client"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/>,
<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> ;
rdfs:comment "Relationship between a Server and a Client when the Client is connected and authenticated to the Server, enabling the exposition of its DM Functions. This relationship could be inferred when a Management Service connects both the Client and the Server. Inverse of saref4dmgt:connectedToServer."@en ;
rdfs:domain s4dmgt:Server ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:range s4dmgt:Client ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:subPropertyOf s4syst:connectedTo ;
skos:hiddenLabel "hasConnectedClient" .