Skip to main content

Overview

Knowledge Graph data can be downloaded as 2 newline-delimited JSONL files 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

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.