@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:SupportedDatamodelParameterPrimitives .

s4dmgt:SupportedDatamodelParameterPrimitives a owl:Thing,
        saref:Property ;
    rdfs:label "supported datamodel parameter primitives"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment """Property of a supported datamodel parameter listing the different available primitives for the manipulation of the corresponding Datamodel parameter instance(s).

These primitives will for instance include the basic "Create", "Read", "Update", "Delete" operations and their corresponding names in the different Device Management protocols."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "SupportedDatamodelParameterPrimitives" ;
    skos:narrower s4dmgt:SupportedDatamodelParameterProperty .

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

