Definition of s4dmgt:DatamodelParameterInstanceValue
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
Value of a datamodel parameter instance, obtained as the result of the execution of a Datamodel parameter retrieval command.
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:DatamodelParameterInstanceProperty skos:broader s4dmgt:DatamodelParameterInstanceValue .
s4dmgt:DatamodelParameterInstanceValue a owl:Thing,
saref:Property ;
rdfs:label "Datamodel parameter instance value"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "Value of a datamodel parameter instance, obtained as the result of the execution of a Datamodel parameter retrieval command."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
skos:hiddenLabel "DatamodelParameterInstanceValue" ;
skos:narrower s4dmgt:DatamodelParameterInstanceProperty .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:DatamodelParameterInstanceValue ;
dcterms:subject s4dmgt:DatamodelParameterInstanceValue .