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↗ andrelationships.jsonl↗ -
curl↗ commandsFor entitiesFor relationships
Related topics
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.