Definition of s4dmgt:DatamodelParameterFunction
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
Function kind for the manipulation of datamodel parameters.
Definition as a Named Individual
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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:DatamodelParameterFunction a owl:Thing,
s4dmgt:DeviceManagementFunctionCategory ;
rdfs:label "Datamodel parameter function"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "Function kind for the manipulation of datamodel parameters."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
skos:hiddenLabel "DatamodelParameterFunction" ;
saref:hasCommand s4dmgt:DatamodelParameterCreationCommand,
s4dmgt:DatamodelParameterDeletionCommand,
s4dmgt:DatamodelParameterOperateCommand,
s4dmgt:DatamodelParameterRetrievalCommand,
s4dmgt:DatamodelParameterUpdateCommand .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:DatamodelParameterFunction ;
dcterms:subject s4dmgt:DatamodelParameterFunction .
[] a owl:AllDifferent ;
owl:distinctMembers ( s4dmgt:DatamodelParameterFunction s4dmgt:DeviceControlFunction s4dmgt:DeviceIdentityFunction s4dmgt:FirmwareManagementFunction s4dmgt:ModuleManagementFunction s4dmgt:PackageManagementFunction s4dmgt:SupportedDatamodelFunction ) .