@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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4dmgt:DeviceControlFunction a owl:Thing,
        s4dmgt:DeviceManagementFunctionCategory ;
    rdfs:label "Device control function"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Function kind to control the global state of the device, e.g. its power state through the Reboot function, or the global configuration through the Reset function."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "DeviceControlFunction" ;
    saref:hasCommand s4dmgt:RebootCommand,
        s4dmgt:ResetCommand .

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

[] a owl:AllDifferent ;
    owl:distinctMembers ( s4dmgt:DatamodelParameterFunction s4dmgt:DeviceControlFunction s4dmgt:DeviceIdentityFunction s4dmgt:FirmwareManagementFunction s4dmgt:ModuleManagementFunction s4dmgt:PackageManagementFunction s4dmgt:SupportedDatamodelFunction ) .

