Analog Devices · JSON-LD Context

Analog Devices Context

JSON-LD context defining the semantic vocabulary for Analog Devices from Analog Devices.

5 Classes 6 Properties 3 Namespaces
View Context View on GitHub

Namespaces

adi: https://www.analog.com/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

IIODevice IIOChannel IIOContext name description

Properties

Property Type Container
id string
label string
channels set
attrs reference
scanElement boolean
devices set

JSON-LD Document

analog-devices-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adi": "https://www.analog.com/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "IIODevice": "adi:IIODevice",
    "IIOChannel": "adi:IIOChannel",
    "IIOContext": "adi:IIOContext",
    "name": "schema:name",
    "description": "schema:description",
    "id": {
      "@id": "adi:id",
      "@type": "xsd:string"
    },
    "label": {
      "@id": "adi:label",
      "@type": "xsd:string"
    },
    "channels": {
      "@id": "adi:channels",
      "@container": "@set"
    },
    "attrs": {
      "@id": "adi:attrs",
      "@type": "@id"
    },
    "scanElement": {
      "@id": "adi:scan_element",
      "@type": "xsd:boolean"
    },
    "devices": {
      "@id": "adi:devices",
      "@container": "@set"
    }
  }
}