Definition of s4dmgt:DeviceControlCommandCategory
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
Category of commands enabling the manipulation of the device state, for instance the power state with a Reboot or Shutdown command.
Description as a Class
- has super-classes
- s4dmgt:DeviceManagementCommandCategory
- has members
- s4dmgt:RebootCommand, s4dmgt:ResetCommand
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 skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:RebootCommand a s4dmgt:DeviceControlCommandCategory .
s4dmgt:ResetCommand a s4dmgt:DeviceControlCommandCategory .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:DeviceControlCommandCategory ;
dcterms:subject s4dmgt:DeviceControlCommandCategory .
s4dmgt:DeviceControlCommandCategory a owl:Class ;
rdfs:label "Device Control Command Category"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "Category of commands enabling the manipulation of the device state, for instance the power state with a Reboot or Shutdown command."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory ;
skos:hiddenLabel "DeviceControlCommandCategory" .
[] a owl:AllDisjointClasses ;
owl:members ( s4dmgt:DatamodelParameterCommandCategory s4dmgt:DeviceControlCommandCategory s4dmgt:DeviceIdentityCommandCategory s4dmgt:FirmwareManagementCommandCategory s4dmgt:ModuleManagementCommandCategory s4dmgt:PackageManagementCommandCategory s4dmgt:SupportedDatamodelCommandCategory ) .