@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:FirmwareManagementFunction saref:hasCommand s4dmgt:FirmwareInformationRetrievalCommand .

s4dmgt:FirmwareInformationRetrievalCommand a owl:Thing,
        s4dmgt:FirmwareManagementCommandCategory ;
    rdfs:label "Firmware information retrieval command"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Command to retrieve firmware information such as the current firmware version for a device."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    owl:differentFrom s4dmgt:FirmwareUpdateCommand ;
    skos:hiddenLabel "FirmwareInformationRetrievalCommand" ;
    saref:observes s4dmgt:FirmwareProperty .

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

