Jupyter Notebooks · JSON-LD Context

Jupyter Notebooks Context

JSON-LD context defining the semantic vocabulary for Jupyter Notebooks from Jupyter Notebooks.

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

jn: https://raw.githubusercontent.com/api-evangelist/jupyter-notebooks/main/json-ld/jupyter-notebooks-context.jsonld#

Classes

name description url Notebook Cell Kernel KernelSpec Session Terminal cellType source outputs executionCount

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "jn": "https://raw.githubusercontent.com/api-evangelist/jupyter-notebooks/main/json-ld/jupyter-notebooks-context.jsonld#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "Notebook": "jn:Notebook",
    "Cell": "jn:Cell",
    "Kernel": "jn:Kernel",
    "KernelSpec": "jn:KernelSpec",
    "Session": "jn:Session",
    "Terminal": "jn:Terminal",
    "cellType": "jn:cellType",
    "source": "jn:source",
    "outputs": "jn:outputs",
    "executionCount": "jn:executionCount"
  }
}