Zephyr Project · JSON-LD Context

Zephyr Context

JSON-LD context defining the semantic vocabulary for Zephyr from Zephyr Project.

18 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
zephyr: https://www.zephyrproject.org/vocab#

Classes

Board Architecture SoC Driver Subsystem Sample Module Devicetree Kconfig Release name description version url license vendor architecture supportedFeatures

JSON-LD Document

zephyr-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "zephyr": "https://www.zephyrproject.org/vocab#",
    "Board": "zephyr:Board",
    "Architecture": "zephyr:Architecture",
    "SoC": "zephyr:SoC",
    "Driver": "zephyr:Driver",
    "Subsystem": "zephyr:Subsystem",
    "Sample": "zephyr:Sample",
    "Module": "zephyr:Module",
    "Devicetree": "zephyr:Devicetree",
    "Kconfig": "zephyr:Kconfig",
    "Release": "zephyr:Release",
    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "url": "schema:url",
    "license": "schema:license",
    "vendor": "zephyr:vendor",
    "architecture": "zephyr:architecture",
    "supportedFeatures": "zephyr:supportedFeatures"
  }
}