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

s4dmgt:DeviceModuleActivated a owl:Thing,
        s4dmgt:DeviceModuleState ;
    rdfs:label "Device module activated"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "State of a Device Module whose related functions were made available on a device, either automatically after the Device Module installation, or through a Module activation command."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "DeviceModuleActivated" .

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

