@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:DatamodelParameterCreationCommand saref:controls s4dmgt:DatamodelParameterInstanceProperty .

s4dmgt:DatamodelParameterDeletionCommand saref:controls s4dmgt:DatamodelParameterInstanceProperty .

s4dmgt:DatamodelParameterOperateCommand saref:controls s4dmgt:DatamodelParameterInstanceProperty .

s4dmgt:DatamodelParameterRetrievalCommand saref:observes s4dmgt:DatamodelParameterInstanceProperty .

s4dmgt:DatamodelParameterUpdateCommand saref:controls s4dmgt:DatamodelParameterInstanceProperty .

s4dmgt:DatamodelParameterInstanceName skos:narrower s4dmgt:DatamodelParameterInstanceProperty .

s4dmgt:DatamodelParameterInstanceValue skos:narrower s4dmgt:DatamodelParameterInstanceProperty .

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

s4dmgt:DatamodelParameterInstanceProperty a owl:Thing,
        saref:Property ;
    rdfs:label "Datamodel parameter instance property"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment """Property kind that represents the properties of a Datamodel Parameter Instance.

These parameter instances represent the actionable capabilities of the Device in a format specific to the datamodel implemented by the Device, and exposed by the Client.

It should not be confused with the Supported Datamodel Parameter, which represents the abstract capabilities of the Device."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:broader s4dmgt:DatamodelParameterInstanceName,
        s4dmgt:DatamodelParameterInstanceValue ;
    skos:hiddenLabel "DatamodelParameterInstanceProperty" .

