@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:SupportedDatamodelParameterProperty skos:broader s4dmgt:SupportedDatamodelParameterType .

s4dmgt:SupportedDatamodelParameterType a owl:Thing,
        saref:Property ;
    rdfs:label "Supported datamodel parameter type"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment """Type of a supported datamodel parameter. 

For instance, this type can represent that the supported datamodel parameter is a reference to an executable resource. The corresponding type would be 'command' in the CWMP standard protocol, and its TR-181 technical report.

This type can represent a reference to a measurement process on the device that retrieves a value. In that case, the supported datamodel parameter also describes the unit of that value.

The type 'object' corresponds to a supported datamodel parameter that contains other supported datamodel parameters, creating a hierarchical structure.

A final example would be a 'table', i.e. the corresponding datamodel parameter is a list of instances of the same object.

For more information, please refer to the specification documents of DM protocol standards such as TR-181 from the BroadBand Forum."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "SupportedDatamodelParameterType" ;
    skos:narrower s4dmgt:SupportedDatamodelParameterProperty .

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

