Definition of s4dmgt:DeviceIdentityProperty
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
Set of properties that constitutes a Device Identity.
Definition as a Named Individual
Turtle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:DeviceInfoRetrievalCommand saref:observes s4dmgt:DeviceIdentityProperty .
s4dmgt:HardwareVersion skos:narrower s4dmgt:DeviceIdentityProperty .
s4dmgt:Manufacturer skos:narrower s4dmgt:DeviceIdentityProperty .
s4dmgt:ModelName skos:narrower s4dmgt:DeviceIdentityProperty .
s4dmgt:ModelNumber skos:narrower s4dmgt:DeviceIdentityProperty .
s4dmgt:SerialNumber skos:narrower s4dmgt:DeviceIdentityProperty .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:DeviceIdentityProperty ;
dcterms:subject s4dmgt:DeviceIdentityProperty .
s4dmgt:DeviceIdentityProperty a owl:Thing,
saref:Property ;
rdfs:label "Device identity property"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:comment "Set of properties that constitutes a Device Identity."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
skos:broader s4dmgt:HardwareVersion,
s4dmgt:Manufacturer,
s4dmgt:ModelName,
s4dmgt:ModelNumber,
s4dmgt:SerialNumber ;
skos:hiddenLabel "DeviceIdentityProperty" .