s4dmgt:ModuleManagementFunction — Module management function

IRI
https://saref.etsi.org/saref4dmgt/ModuleManagementFunction
Is defined by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Download serialization
License

Definition of s4dmgt:ModuleManagementFunction

Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:

Function kind for the management of Device Modules.

Definition as a Named Individual

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

s4dmgt:ModuleManagementFunction a owl:Thing,
        s4dmgt:DeviceManagementFunctionCategory ;
    rdfs:label "Module management function"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Function kind for the management of Device Modules."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "ModuleManagementFunction" ;
    saref:hasCommand s4dmgt:ModuleActivationCommand,
        s4dmgt:ModuleDeactivationCommand,
        s4dmgt:ModuleDiscoveryCommand,
        s4dmgt:ModuleInformationRetrievalCommand .

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

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