BLE · JSON-LD Context

Ble Context

JSON-LD context defining the semantic vocabulary for Ble from BLE.

11 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

bluetooth: https://www.bluetooth.com/ontology/

Classes

uuid rssi txPowerLevel serviceUUIDs manufacturerData companyId connectable addressType characteristics localName address

JSON-LD Document

ble-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "bluetooth": "https://www.bluetooth.com/ontology/",
    "uuid": "bluetooth:uuid",
    "rssi": "bluetooth:rssi",
    "txPowerLevel": "bluetooth:txPowerLevel",
    "serviceUUIDs": "bluetooth:serviceUUIDs",
    "manufacturerData": "bluetooth:manufacturerData",
    "companyId": "bluetooth:companyId",
    "connectable": "bluetooth:connectable",
    "addressType": "bluetooth:addressType",
    "characteristics": "bluetooth:characteristics",
    "localName": "name",
    "address": "bluetooth:deviceAddress"
  }
}