JupyterHub · JSON-LD Context

Jupyter Hub Context

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

12 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

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

Classes

name description url User Group Service Server Token Hub username admin lastActivity

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "jh": "https://raw.githubusercontent.com/api-evangelist/jupyter-hub/main/json-ld/jupyter-hub-context.jsonld#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "User": "jh:User",
    "Group": "jh:Group",
    "Service": "jh:Service",
    "Server": "jh:Server",
    "Token": "jh:Token",
    "Hub": "jh:Hub",
    "username": "jh:username",
    "admin": "jh:admin",
    "lastActivity": "jh:lastActivity"
  }
}