s4dmgt:DatamodelParameterOperateCommand — Datamodel parameter operate command

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

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

Command to trigger the execution of a datamodel parameter instance that corresponds to an executable process on a device.

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:DatamodelParameterFunction saref:hasCommand s4dmgt:DatamodelParameterOperateCommand .

s4dmgt:DatamodelParameterOperateCommand a owl:Thing,
        s4dmgt:DatamodelParameterCommandCategory ;
    rdfs:label "Datamodel parameter operate command"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Command to trigger the execution of a datamodel parameter instance that corresponds to an executable process on a device."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "DatamodelParameterOperateCommand" ;
    saref:controls s4dmgt:DatamodelParameterInstanceProperty .

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