s4dmgt:DevicePackage — Device Package

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

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

A DevicePackage is an archive file that may contain resource files, code, libraries or executable files. It is a resource that the Device should retrieve or receive from an external source. A DevicePackage is only actionable once it has been downloaded and installed. It may allow a Device to support additional Functions by instantiating a DeviceModule. A DevicePackage may be uninstalled and then removed from the Device.

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:DevicePackage a owl:Class ;
    rdfs:label "Device Package"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment """A DevicePackage is an archive file that may contain resource files, code, libraries or executable files.
It is a resource that the Device should retrieve or receive from an external source.

A DevicePackage is only actionable once it has been downloaded and installed.

It may allow a Device to support additional Functions by instantiating a DeviceModule.

A DevicePackage may be uninstalled and then removed from the Device."""@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 "DevicePackage" .

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