Definition of s4dmgt:hasDevicePackage
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
A relationship between a DeviceModule and a DevicePackage that represents the fact that the DeviceModule only exists thanks to the DevicePackage. If the DevicePackage is uninstalled, the DeviceModule does not exist anymore.
Description as an Object Property
- is inverse of
- s4dmgt:enablesDeviceModule
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 skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:enablesDeviceModule owl:inverseOf s4dmgt:hasDevicePackage .
s4dmgt:hasDevicePackage a owl:ObjectProperty ;
rdfs:label "has device package"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "A relationship between a DeviceModule and a DevicePackage that represents the fact that the DeviceModule only exists thanks to the DevicePackage. If the DevicePackage is uninstalled, the DeviceModule does not exist anymore."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
skos:hiddenLabel "hasDevicePackage" .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:hasDevicePackage ;
dcterms:subject s4dmgt:hasDevicePackage .