Skip to main content

Overview

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

You can download all data in the Knowledge Graph using the following methods:
  • Direct links - nodes.jsonl ↗ and relationships.jsonl ↗
  • curl ↗ commands
    For entities
    For relationships
You can also download specific subsets of the Knowledge Graph, otherwise known as datasets: Each dataset will include its own unique list of JSONL files to download.

Core concepts

Learn how entities, relationships, and UUIDs appear in the JSONL files.

Quickstart

Compare local files with other ways to get started with Knowledge Graph.