@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:SupportedDatamodelRetrievalCommand a s4dmgt:SupportedDatamodelCommandCategory .

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

s4dmgt:SupportedDatamodelCommandCategory a owl:Class ;
    rdfs:label "Supported Datamodel Command Category"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:comment "Category of commands enabling the manipulation of supported datamodels."@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 "SupportedDatamodelCommandCategory" .

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

