s4dmgt:FirmwareProperty — Firmware property

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

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

Property kind that represents the properties of the firmware of a device. The device firmware is the running base software for a device, which is automatically loaded into memory and executed at boot.

Definition as a Named Individual

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:FirmwareInformationRetrievalCommand saref:observes s4dmgt:FirmwareProperty .

s4dmgt:FirmwareUpdateCommand saref:controls s4dmgt:FirmwareProperty .

s4dmgt:FirmwareVersion skos:narrower s4dmgt:FirmwareProperty .

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

s4dmgt:FirmwareProperty a owl:Thing,
        saref:Property ;
    rdfs:label "Firmware property"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment """Property kind that represents the properties of the firmware of a device.

The device firmware is the running base software for a device, which is automatically loaded into memory and executed at boot."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:broader s4dmgt:FirmwareVersion ;
    skos:hiddenLabel "FirmwareProperty" .