Definition of s4ener:hasManufacturerNodeIdentification
Defined in https://saref.etsi.org/saref4ener/v2.1.1/ as:
A node identification for the device as defined by the manufacturer. This could be used for the identification of a device, even if it was removed from the network and re-joined later with changed node address.
Definition as a Datatype Property
- has super-properties
- saref:hasIdentifier
- has domain
- saref:Device
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4ener:hasManufacturerNodeIdentification a owl:DatatypeProperty ;
rdfs:label "has manufacturer node identification"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:comment "A node identification for the device as defined by the manufacturer. This could be used for the identification of a device, even if it was removed from the network and re-joined later with changed node address."@en ;
rdfs:domain saref:Device ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:subPropertyOf saref:hasIdentifier ;
ns1:hiddenLabel "hasManufacturerNodeIdentification" .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasManufacturerNodeIdentification ;
dct:subject s4ener:hasManufacturerNodeIdentification .