Definition of s4dmgt:enablesDeviceModule
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
A relationship between a DevicePackage and a DeviceModule 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:hasDevicePackage
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 a owl:ObjectProperty ;
rdfs:label "enables device module"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "A relationship between a DevicePackage and a DeviceModule 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/> ;
owl:inverseOf s4dmgt:hasDevicePackage ;
skos:hiddenLabel "enablesDeviceModule" .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:enablesDeviceModule ;
dcterms:subject s4dmgt:enablesDeviceModule .