Skip to main content
The Knowledge graph data is available for download in newline delimited jsonl format with UTF-8 encoding. The graph data is exported with nodes.jsonl representing the nodes of the knowledge graph and the relationships.jsonl file capturing the connections between nodes.

Files

  • StandardsFramework: Educational standards frameworks.
  • StandardsFrameworkItem: Individual standards and learning objectives within frameworks.
  • LearningComponent: Granular, precise representations of individual skills or concepts.
  • Relationships: Connections and associations between all entity/node types.

Download options

You can download the files through direct S3 links or using curl commands.

CSV files:

JSON files:

Using curl commands

You can also download the files using curl commands. If you don’t have curl installed, visit https://github.com/curl/curl for installation instructions. Copy and paste the following commands to download all files:

CSV files

# Download CSV files
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/csv/StandardsFramework.csv?ref=docs_curl" -o StandardsFramework.csv
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/csv/StandardsFrameworkItem.csv?ref=docs_curl" -o StandardsFrameworkItem.csv
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/csv/LearningComponent.csv?ref=docs_curl" -o LearningComponent.csv
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/csv/Relationships.csv?ref=docs_curl" -o Relationships.csv

JSON files

# Download JSON files
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/json/StandardsFramework.json?ref=docs_curl" -o StandardsFramework.json
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/json/StandardsFrameworkItem.json?ref=docs_curl" -o StandardsFrameworkItem.json
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/json/LearningComponent.json?ref=docs_curl" -o LearningComponent.json
curl -L "https://aidt-knowledge-graph-datasets-public-prod.s3.us-west-2.amazonaws.com/knowledge-graph/v1.2.0/json/Relationships.json?ref=docs_curl" -o Relationships.json
This filters for nodes with:
  • Label: StandardsFrameworkItem
  • Jurisdiction: Multi-State (Common Core)
  • Academic Subject: Mathematics

Next steps

This article walked you through downloading Knowledge Graph so you can start using it. Check the link below to help you understand the data model.