Skip to main content
Knowledge Graph data can be downloaded as 2 files in newline delimited JSONL format with UTF-8 encoding:
  • nodes.jsonl - Contains Knowledge Graph entities (graph nodes)
  • relationships.jsonl - Contains Knowledge Graph relationships (graph edges)

Download options

  • Direct links - nodes.jsonl ↗ and relationships.jsonl ↗
  • curl ↗ commands
    For entities
    curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/nodes.jsonl?ref=docs_curl" -o nodes.jsonl
    
    For relationships
    curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.10.1/exports/relationships.jsonl?ref=docs_curl" -o relationships.jsonl