observable:BluetoothAddressFacet leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/BluetoothAddressFacet

Label

BluetoothAddressFacet

Description

A Bluetooth address facet is a grouping of characteristics unique to a Bluetooth standard conformant identifier assigned to a Bluetooth device to enable routing and management of Bluetooth standards conformant communication to or from that device.

Shape Properties

Instances of observable:BluetoothAddressFacet can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

observable:DigitalAddressFacet
observable:addressValue 1 xsd:string
observable:displayName 1 xsd:string

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

observable:BluetoothAddressFacet a owl:Class,
        sh:NodeShape ;
    rdfs:label "BluetoothAddressFacet"@en ;
    rdfs:comment "A Bluetooth address facet is a grouping of characteristics unique to a Bluetooth standard conformant identifier assigned to a Bluetooth device to enable routing and management of Bluetooth standards conformant communication to or from that device."@en ;
    rdfs:subClassOf observable:MACAddressFacet ;
    sh:targetClass observable:BluetoothAddressFacet .