Skip to content

learning-commons-org/knowledge-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

knowledge_graph_banner

Getting set upTutorials

About Knowledge Graph

Knowledge Graph is a structured dataset that connects state academic standards, curricula, and learning science data from domain experts.

Key use cases include:

  • Standards alignment: Identify how your content supports specific academic standards and create content rooted in learner competencies across all key subjects
  • Instructional planning: Create dependencies, learning progressions, and content coverage, starting with math in the Common Core State Standards
  • Compare state standards: Adapt content aligned to one state standard to other states, initially in math across Common Core State Standards and 15+ additional states
  • Curriculum alignment: Align your content or create additional materials aligned to curriculum (private-beta access only - details below on how to join)

Knowledge Graph is distributed as CSV and JSON export files, making it accessible without specialized infrastructure. These files reflect a graph-based model, allowing developers to work with the data in relational databases or other environments. This structure enables rich querying and supports AI-enhanced educational applications.

For complete setup instructions and usage examples, see the full docs.

Repository contents

Path Description
import_scripts/ Helper scripts to import Knowledge Graph data into relational databases
sample_queries/ Example SQL queries for exploring Knowledge Graph data
tutorials/ Standalone example apps to demonstrate how Knowledge Graph data could be applied to solve different use cases
LICENSE Open source license details

Quick Start

The knowledge graph data is available for download in both CSV and JSON formats. The graph data is exported with each file representing a specific entity type, and a relationships file capturing the connections between entities.

CSV files: UTF-8 encoded with comma delimiters and quoted fields. All CSV files include header rows with column names.

JSON files: Newline delimited JSON format with UTF-8 encoding.

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 types

Download options

There are two options to download the files: direct s3 links, or using curl commands.

Direct S3 links

CSV files:

JSON files:

Using curl commands

If you don't have curl installed, see installation instructions.

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

Next steps

This quick start walked you through how to download Knowledge Graph so you can start using it. You can explore next steps under import_scripts/, sample_queries/ and tutorials/.

Support & Feedback

We want to hear from you. For questions or feedback, please open an issue or reach out to us at support@learningcommons.org.

Partner with us

Learn more about our Knowledge Graph or join our private beta to access:

  • Full curriculum-aligned datasets

  • Early access to new features and APIs

  • Personalized support from the Knowledge Graph team

Contact us here.

Reporting Security Issues

If you believe you have found a security issue, please responsibly disclose by contacting us at security@learningcommons.org.

Disclaimer

The resources provided in this repository are made available "as-is", without warranties or guarantees of any kind. They may contain inaccuracies, limitations, or other constraints depending on the context of use. Use of these resources is subject to our Terms of Use.

By accessing or using these resources, you acknowledge that:

  • You are responsible for evaluating their suitability for your specific use case.
  • Learning Commons makes no representations about the accuracy, completeness, or fitness of these resources for any particular purpose.
  • Any use of the materials is at your own risk, and Learning Commons is not liable for any direct or indirect consequences that may result.

Please refer to each resource’s README, license, and associated docs for any additional limitations, attribution requirements, or guidance specific to that resource.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published