Overview

Knowledge Graph represents learning progressions based on Student Achievement Partner’s Coherence Map for Common Core State Standards for Mathematics. Using learning progressions, you can trace backward or forward from a standard and identify logical paths through which students can progress in their learning.

Data relationship diagram

Coherence Map Dataset Data Model Diagram High Level
Sv

Learning progression relationships

A learning progression represents a sequenced set of skills or concepts that describe how student understanding develops over time. It is an ordered pathway of learning used to articulate dependencies between standards, Learning components, or other instructional targets. Learning progressions are grounded in research or expert consensus, support interoperability across curricula, and provide a framework for organizing content, guiding instruction, and enabling coherent learning experiences. The relationships relevant for academic standards are:
  • buildsTowards
  • relatesTo

buildTowards

A buildsTowards relationship indicates that proficiency in one StandardsFrameworkItem supports the likelihood of success in another StandardsFrameworkItem. While this relationship reflects a directional dependency, it does not require that the first StandardsFrameworkItem be fully mastered before engaging with the second, nor that it is the immediate next step. Instead, it captures a meaningful progression in which earlier learning contributes to later achievement. (:StandardsFrameworkItem)-[:buildsTowards]->(:StandardsFrameworkItem)

Example

JSON
{
	"identifier":"6f3c41db-e3ad-5ce1-8de4-cc0cce7ceda9",
	"relationshipType":"buildsTowards",
	"description":"A buildsTowards relationship indicates that proficiency in one entity supports the likelihood of success in another, capturing a directional progression without requiring strict prerequisite order.",
	"sourceEntity":"StandardsFrameworkItem",
	"sourceEntityKey":"caseIdentifierUUID",
	"sourceEntityValue":"6ba0609c-d7cc-11e8-824f-0242ac160002",
	"targetEntity":"StandardsFrameworkItem",
	"targetEntityKey":"caseIdentifierUUID",
	"targetEntityValue":"6b9efd43-d7cc-11e8-824f-0242ac160002",
	"author":"Student Achievement Partners",
	"provider":"Chan Zuckerberg Initiative",
	"license":"https://creativecommons.org/licenses/by/4.0/",
	"attributionStatement":"Knowledge Graph is provided by CZI-E under the CC BY-4.0 license. CZI-E received learning progressions under CC0 from Student Achievement Partners."
}

relatesTo

A relatesTo relationship connects two StandardsFrameworkItems that share a meaningful conceptual or skill-based link without implying a specific sequence or prerequisite order. This non-directed relationship highlights associations that can inform instructional design, curricular coherence, or identification of reinforcing concepts across standards. (:StandardsFrameworkItem)-[:relatesTo]->(:StandardsFrameworkItem)

Example

JSON
{
	"identifier":"05acb43e-bc9e-5b07-9298-2a4d115687d5",
	"relationshipType":"relatesTo",
	"description":"A relatesTo relationship connects two entities that share a meaningful conceptual or skill-based link without implying sequence or dependency.",
	"sourceEntity":"StandardsFrameworkItem",
	"sourceEntityKey":"caseIdentifierUUID",
	"sourceEntityValue":"6ba02461-d7cc-11e8-824f-0242ac160002",
	"targetEntity":"StandardsFrameworkItem",
	"targetEntityKey":"caseIdentifierUUID",
	"targetEntityValue":"6ba0feac-d7cc-11e8-824f-0242ac160002",
	"author":"Student Achievement Partners",
	"provider":"Chan Zuckerberg Initiative",
	"license":"https://creativecommons.org/licenses/by/4.0/",
	"attributionStatement":"Knowledge Graph is provided by CZI-E under the CC BY-4.0 license. CZI-E received learning progressions under CC0 from Student Achievement Partners."
}