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
  • curl ↗ commands
    <!-- For entities -->
    curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.9.0/exports/nodes.jsonl?ref=docs_curl" -o nodes.jsonl
    
    <!-- For relationships -->
    curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.9.0/exports/relationships.jsonl?ref=docs_curl" -o relationships.jsonl