Jupyter Server · JSON-LD Context

Jupyter Server Context

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

6 Classes 0 Properties 9 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
Kernel: https://jupyter-server.readthedocs.io/vocab#Kernel
Session: https://jupyter-server.readthedocs.io/vocab#Session
Contents: https://jupyter-server.readthedocs.io/vocab#Contents
Notebook: https://jupyter-server.readthedocs.io/vocab#Notebook
Terminal: https://jupyter-server.readthedocs.io/vocab#Terminal
executionState: https://jupyter-server.readthedocs.io/vocab#executionState
connections: https://jupyter-server.readthedocs.io/vocab#connections
kernel: https://jupyter-server.readthedocs.io/vocab#kernel

Classes

JupyterServer name description version path lastActivity

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://jupyter-server.readthedocs.io/vocab#",
    "schema": "https://schema.org/",
    "JupyterServer": "schema:SoftwareApplication",
    "Kernel": "https://jupyter-server.readthedocs.io/vocab#Kernel",
    "Session": "https://jupyter-server.readthedocs.io/vocab#Session",
    "Contents": "https://jupyter-server.readthedocs.io/vocab#Contents",
    "Notebook": "https://jupyter-server.readthedocs.io/vocab#Notebook",
    "Terminal": "https://jupyter-server.readthedocs.io/vocab#Terminal",
    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "path": "schema:contentLocation",
    "lastActivity": "schema:dateModified",
    "executionState": "https://jupyter-server.readthedocs.io/vocab#executionState",
    "connections": "https://jupyter-server.readthedocs.io/vocab#connections",
    "kernel": "https://jupyter-server.readthedocs.io/vocab#kernel"
  }
}