Skip to main content

Using Knowledge Graph

You can access Knowledge Graph data in several ways: Each access method has their own unique use cases and benefits.

Steps

Query the Knowledge Graph for the educational data you’re interested in.
1

Download the Knowledge Graph JSONL files

2

Install jq

Install jq ↗, a lightweight command-line JSON processor.
3

Query the JSONL files

Query your downloaded files for the data you’re interested in.e.g., To get Common Core Math Standards, filter for nodes with a StandardsFrameworkItem label, a Multi-State jurisdiction (Common Core), and a Mathematics academic subject:

API Reference

Explore API endpoints to access Knowledge Graph data programmatically.

Tutorials

Follow a step-by-step tutorial to query frameworks and tag content.