s4dmgt:DeviceModule — Device Module

IRI
https://saref.etsi.org/saref4dmgt/DeviceModule
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:DeviceModule

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

A DeviceModule is an executable software entity on the Device, i.e. a DeviceModule may be activated and deactivated on demand through dedicated Functions. As such, the DeviceModule implements specific Functions that are available to the Device when the DeviceModule is activated. A DeviceModule may be supported by a DevicePackage: deleting the corresponding DevicePackage will in turn remove the DeviceModule and its related Functions.

Description as a Class

has super-classes
saref:FeatureOfInterest

Turtle

@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:DeviceModule a owl:Class ;
    rdfs:label "Device Module"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment """A DeviceModule is an executable software entity on the Device, i.e. a DeviceModule may be activated and deactivated on demand through dedicated Functions.

As such, the DeviceModule implements specific Functions that are available to the Device when the DeviceModule is activated.

A DeviceModule may be supported by a DevicePackage: deleting the corresponding DevicePackage will in turn remove the DeviceModule and its related Functions."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:subClassOf saref:FeatureOfInterest ;
    skos:hiddenLabel "DeviceModule" .

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