s4dmgt:Client — Client

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

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

Software entity which represents a Device by exposing its DM Functions to one or more DM Server(s). It is responsible for the triggering of the DM Functions when a Command targeting the represented Device is received by the Server. The Client is also responsible for the reporting of the results of the Function execution to the Server. The Client has an identifier that is unique only relatively to each Server it is connected to.

Description as a Class

Turtle

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:ManagementConnection rdfs:subClassOf [ a owl:Class ;
            owl:intersectionOf ( s4syst:Connection [ a owl:Restriction ;
                        owl:onProperty s4syst:connectsSystem ;
                        owl:someValuesFrom s4dmgt:Client ] [ a owl:Restriction ;
                        owl:onProperty s4syst:connectsSystem ;
                        owl:someValuesFrom s4dmgt:Server ] ) ] .

s4dmgt:connectedToServer rdfs:domain s4dmgt:Client .

s4dmgt:hasConnectedClient rdfs:range s4dmgt:Client .

s4dmgt:isRepresentedBy rdfs:range s4dmgt:Client .

s4dmgt:representsDevice rdfs:domain s4dmgt:Client .

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

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

s4dmgt:Client a owl:Class ;
    rdfs:label "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 """Software entity which represents a Device by exposing its DM Functions to one or more DM Server(s). 

It is responsible for the triggering of the DM Functions when a Command targeting the represented Device is received by the Server. The Client is also responsible for the reporting of the results of the Function execution to the Server.

The Client has an identifier that is unique only relatively to each Server it is connected to."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:subClassOf s4syst:System ;
    skos:hiddenLabel "Client" .