Definition of s4dmgt:ModuleInformationRetrievalCommand
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
Command to retrieve device module information such as the name of the module or its version.
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:ModuleManagementFunction saref:hasCommand s4dmgt:ModuleInformationRetrievalCommand .
s4dmgt:ModuleInformationRetrievalCommand a owl:Thing,
s4dmgt:ModuleManagementCommandCategory ;
rdfs:label "Module information retrieval command"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "Command to retrieve device module information such as the name of the module or its version."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
skos:hiddenLabel "ModuleInformationRetrievalCommand" ;
saref:observes s4dmgt:ModuleProperty .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:ModuleInformationRetrievalCommand ;
dcterms:subject s4dmgt:ModuleInformationRetrievalCommand .