Definition of s4dmgt:DevicePackageDownloaded
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
State of a Device Package whose set of required files are available of on the device, either through a download process from a Client, or an upload process from a Server. This is a transitory state, that changes to the either the Device Package Validated state, or returns to the Device Package Initialized state in case of error.
Definition as a Named Individual
- belongs to
- s4dmgt:DevicePackageState
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:DevicePackageDownloaded a owl:Thing,
s4dmgt:DevicePackageState ;
rdfs:label "Device package downloaded"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "State of a Device Package whose set of required files are available of on the device, either through a download process from a Client, or an upload process from a Server. This is a transitory state, that changes to the either the Device Package Validated state, or returns to the Device Package Initialized state in case of error."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
skos:hiddenLabel "DevicePackageDownloaded" .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:DevicePackageDownloaded ;
dcterms:subject s4dmgt:DevicePackageDownloaded .