s4dmgt:DeviceIdentityFunction — Device identity function

IRI
https://saref.etsi.org/saref4dmgt/DeviceIdentityFunction
Is defined by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4dmgt/v1.1.1/
https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#
Download serialization
License

Definition of s4dmgt:DeviceIdentityFunction

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

Function kind that represents the capabilities of a device to expose its own identity.

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#> .

<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:DeviceIdentityFunction .

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

s4dmgt:DeviceIdentityFunction a owl:Thing,
        s4dmgt:DeviceManagementFunctionCategory ;
    rdfs:label "Device identity function"@en ;
    dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/>,
        <https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> ;
    rdfs:comment "Function kind that represents the capabilities of a device to expose its own identity."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    skos:hiddenLabel "DeviceIdentityFunction" ;
    saref:hasCommand s4dmgt:DeviceInfoRetrievalCommand .

[] a owl:AllDifferent ;
    owl:distinctMembers ( s4dmgt:DatamodelParameterFunction s4dmgt:DeviceControlFunction s4dmgt:DeviceIdentityFunction s4dmgt:FirmwareManagementFunction s4dmgt:ModuleManagementFunction s4dmgt:PackageManagementFunction s4dmgt:SupportedDatamodelFunction ) .