@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:DatamodelParameterFunction a s4dmgt:DeviceManagementFunctionCategory .

s4dmgt:DeviceControlFunction a s4dmgt:DeviceManagementFunctionCategory .

s4dmgt:DeviceIdentityFunction a s4dmgt:DeviceManagementFunctionCategory .

s4dmgt:FirmwareManagementFunction a s4dmgt:DeviceManagementFunctionCategory .

s4dmgt:ModuleManagementFunction a s4dmgt:DeviceManagementFunctionCategory .

s4dmgt:PackageManagementFunction a s4dmgt:DeviceManagementFunctionCategory .

s4dmgt:SupportedDatamodelFunction a s4dmgt:DeviceManagementFunctionCategory .

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

s4dmgt:DeviceManagementFunctionCategory a owl:Class ;
    rdfs:label "Device Management Function Category"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment """Category of Functions related to the Device Management domain.

These Functions correspond to the capabilities of the Device to perform its own diagnostics, maintenance, configuration, monitoring and control."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:subClassOf saref:Function ;
    skos:hiddenLabel "DeviceManagementFunctionCategory" .

