s4dmgt:DeviceInfoRetrievalCommand — Device info retrieval command

IRI
https://saref.etsi.org/saref4dmgt/DeviceInfoRetrievalCommand
Is defined by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4dmgt/v1.1.1/
https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#
Download serialization
License

Definition of s4dmgt:DeviceInfoRetrievalCommand

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

A command to retrieve any Device identity property.

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:DeviceIdentityFunction saref:hasCommand s4dmgt:DeviceInfoRetrievalCommand .

<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:DeviceInfoRetrievalCommand .

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

s4dmgt:DeviceInfoRetrievalCommand a owl:Thing,
        s4dmgt:DeviceIdentityCommandCategory ;
    rdfs:label "Device info retrieval command"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/>,
        <https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> ;
    rdfs:comment "A command to retrieve any Device identity property."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "DeviceInfoRetrievalCommand" ;
    saref:observes s4dmgt:DeviceIdentityProperty .