s4dmgt:DatamodelParameterCommandCategory — Datamodel Parameter Command Category

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

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

Category of commands enabling the manipulation of one or more Datamodel Parameters.

Description as a Class

Turtle

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4dmgt: <https://saref.etsi.org/saref4dmgt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4dmgt:DatamodelParameterCreationCommand a s4dmgt:DatamodelParameterCommandCategory .

s4dmgt:DatamodelParameterDeletionCommand a s4dmgt:DatamodelParameterCommandCategory .

s4dmgt:DatamodelParameterOperateCommand a s4dmgt:DatamodelParameterCommandCategory .

s4dmgt:DatamodelParameterRetrievalCommand a s4dmgt:DatamodelParameterCommandCategory .

s4dmgt:DatamodelParameterUpdateCommand a s4dmgt:DatamodelParameterCommandCategory .

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

s4dmgt:DatamodelParameterCommandCategory a owl:Class ;
    rdfs:label "Datamodel Parameter Command Category"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Category of commands enabling the manipulation of one or more Datamodel Parameters."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:subClassOf s4dmgt:DeviceManagementCommandCategory ;
    skos:hiddenLabel "DatamodelParameterCommandCategory" .

[] a owl:AllDisjointClasses ;
    owl:members ( s4dmgt:DatamodelParameterCommandCategory s4dmgt:DeviceControlCommandCategory s4dmgt:DeviceIdentityCommandCategory s4dmgt:FirmwareManagementCommandCategory s4dmgt:ModuleManagementCommandCategory s4dmgt:PackageManagementCommandCategory s4dmgt:SupportedDatamodelCommandCategory ) .