Definition of s4dmgt:ManagementService
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
A saref:Service that represents functions or functions of interest of the Device Management Function Category. The ManagementService exposes these functions through a Connection, between a Client and a Server.
Description as a Class
- has super-classes
- saref:Service
- is in domain of
- s4dmgt:hasConnection
- is in range of
- s4dmgt:enablesManagementService
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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:enablesManagementService rdfs:range s4dmgt:ManagementService .
s4dmgt:hasConnection rdfs:domain s4dmgt:ManagementService .
<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:ManagementService .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:ManagementService ;
dcterms:subject s4dmgt:ManagementService .
s4dmgt:ManagementService a owl:Class ;
rdfs:label "Management Service"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/>,
<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> ;
rdfs:comment """A saref:Service that represents functions or functions of interest of the Device Management Function Category.
The ManagementService exposes these functions through a Connection, between a Client and a Server."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:subClassOf saref:Service ;
skos:hiddenLabel "ManagementService" .