Definition of s4dmgt:ModuleManagementCommandCategory
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
Category of commands enabling the manipulation of device modules.
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 skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:ModuleActivationCommand a s4dmgt:ModuleManagementCommandCategory .
s4dmgt:ModuleDeactivationCommand a s4dmgt:ModuleManagementCommandCategory .
s4dmgt:ModuleDiscoveryCommand a s4dmgt:ModuleManagementCommandCategory .
s4dmgt:ModuleInformationRetrievalCommand a s4dmgt:ModuleManagementCommandCategory .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:ModuleManagementCommandCategory ;
dcterms:subject s4dmgt:ModuleManagementCommandCategory .
s4dmgt:ModuleManagementCommandCategory a owl:Class ;
rdfs:label "Module Management Command Category"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "Category of commands enabling the manipulation of device modules."@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 "ModuleManagementCommandCategory" .
[] a owl:AllDisjointClasses ;
owl:members ( s4dmgt:DatamodelParameterCommandCategory s4dmgt:DeviceControlCommandCategory s4dmgt:DeviceIdentityCommandCategory s4dmgt:FirmwareManagementCommandCategory s4dmgt:ModuleManagementCommandCategory s4dmgt:PackageManagementCommandCategory s4dmgt:SupportedDatamodelCommandCategory ) .