Definition of s4dmgt:DeviceManagementState
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
This is a class of states for Device Management.
Description as a Class
- has super-classes
- saref:State
- has sub-classes
-
s4dmgt:DeviceModuleState
s4dmgt:DevicePackageState
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:DeviceModuleState rdfs:subClassOf s4dmgt:DeviceManagementState .
s4dmgt:DevicePackageState rdfs:subClassOf s4dmgt:DeviceManagementState .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:DeviceManagementState ;
dcterms:subject s4dmgt:DeviceManagementState .
s4dmgt:DeviceManagementState a owl:Class ;
rdfs:label "Device Management State"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "This is a class of states for Device Management."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:subClassOf saref:State ;
skos:hiddenLabel "DeviceManagementState" .