@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:DatamodelParameterCommandCategory rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory .

s4dmgt:DeviceControlCommandCategory rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory .

s4dmgt:DeviceIdentityCommandCategory rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory .

s4dmgt:FirmwareManagementCommandCategory rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory .

s4dmgt:ModuleManagementCommandCategory rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory .

s4dmgt:PackageManagementCommandCategory rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory .

s4dmgt:SupportedDatamodelCommandCategory rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory .

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

s4dmgt:DeviceManagementCommandCategory a owl:Class ;
    rdfs:label "Device Management Command Category"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Category of Commands that are specific to the Device Management domain."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:subClassOf saref:Command ;
    skos:hiddenLabel "DeviceManagementCommandCategory" .

