s4dmgt:connectedToServer — connected to server

IRI
https://saref.etsi.org/saref4dmgt/connectedToServer
Is defined by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4dmgt/v1.1.1/
https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#
Download serialization
License

Definition of s4dmgt:connectedToServer

Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:

Relationship between a Client and a Server when the Client is connected and authenticated to a 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:hasConnectedClient.

Description as an Object Property

has super-properties
s4syst:connectedTo
has domain
s4dmgt:Client
has range
s4dmgt:Server
is inverse of
s4dmgt:hasConnectedClient

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#> .

<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:connectedToServer .

s4dmgt:connectedToServer a owl:ObjectProperty ;
    rdfs:label "connected to server"@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 Client and a Server when the Client is connected and authenticated to a 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:hasConnectedClient."@en ;
    rdfs:domain s4dmgt:Client ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:range s4dmgt:Server ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:subPropertyOf s4syst:connectedTo ;
    owl:inverseOf s4dmgt:hasConnectedClient ;
    skos:hiddenLabel "connectedToServer" .

<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:connectedToServer ;
    dcterms:subject s4dmgt:connectedToServer .