> ## Documentation Index
> Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Standards crosswalks

> Reference for standards crosswalk relationships in Knowledge Graph: map state mathematics standards to Common Core using Jaccard similarity and learning component overlap.

[Dataset last updated July 2, 2026.](#dataset-release-history)

## Overview

<Note>
  The Standards crosswalks dataset uses Standards
  [entities](/knowledge-graph/schema-reference/standards#entities) and
  [relationships](/knowledge-graph/schema-reference/standards#relationships).
</Note>

The Standards crosswalks dataset connects state standards to their closest matching Common Core State Standards (CCSSM).

It essentially measures how many [Learning components](/knowledge-graph/schema-reference/learning-components) that various [Standards](/knowledge-graph/schema-reference/standards) have in common in order to calculate a similarity score.

|                      |                                                                                                                                                                                                                                                                                |
| :------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Source**           | [Learning Components](/knowledge-graph/schema-reference/learning-components) alignments to state and CCSSM mathematics standards<br /><br />Crosswalks are derived from evidence-based matching—standards must share at least one Learning Component to generate an alignment. |
| **Supported grades** | K-12                                                                                                                                                                                                                                                                           |
| **Includes**         | <ul><li>Math Standards crosswalks</li><li>English Language Arts (ELA) Standards crosswalks</li></ul>                                                                                                                                                                           |

## Use cases

| Use case                                            | Examples                                                                                                                                                                                                                                                                        |
| :-------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Map state standards to Common Core equivalents**  | <ul><li>Match a state standard like <em>NY 3.NF.1</em> to its Common Core equivalent <em>3.NF.A.1</em></li><li>Evaluate state vs. Common Core standards alignment by comparing their shared [Learning Components](/knowledge-graph/datasets/math-learning-components)</li></ul> |
| **Adapt CCSSM-aligned content to a specific state** | <ul><li>Share the same CCSSM content across multiple states by automatically remapping the content to local standards</li></ul>                                                                                                                                                 |

## Schema

The data maps state standards to Common Core equivalents with the following entities and relationships:

|                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| :------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Data model**                                                                        | <Frame><img src="https://mintcdn.com/czi-60a2a443/bb-F2r75Gz83PPsi/images/kg/standards-crosswalks.svg?fit=max&auto=format&n=bb-F2r75Gz83PPsi&q=85&s=a0861ab5f70a6d17e4c2f488a301184b" alt="Diagram: state mathematics standards linked to Common Core standards via hasStandardAlignment, with Jaccard similarity and shared Learning Components" width="921" height="562" data-path="images/kg/standards-crosswalks.svg" /></Frame> |
| [**Entities**](/knowledge-graph/schema-reference/standards#entities)                  | <ul><li>[`StandardsFrameworkItem`](/knowledge-graph/schema-reference/standards#standardsframeworkitem) (state standard, defined in [Standards](/knowledge-graph/schema-reference/standards#entities))<ul><li>Standard from a state framework (e.g. <em>NY 3.NF.1</em>)</li></ul></li><li>[`StandardsFrameworkItem`](/knowledge-graph/schema-reference/standards#standardsframeworkitem) (CCSS standard)<ul><li>Matching Common Core standard (e.g. <em>3.NF.A.1</em>)</li></ul></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [**Relationships**](/knowledge-graph/schema-reference/standards#hasstandardalignment) | <ul><li>[`StandardsFrameworkItem`](/knowledge-graph/schema-reference/standards#standardsframeworkitem) (state) → [`hasStandardAlignment`](/knowledge-graph/schema-reference/standards#hasstandardalignment) → [`StandardsFrameworkItem`](/knowledge-graph/schema-reference/standards#standardsframeworkitem) (CCSS) (e.g. NY 3.NF.1 → 3.NF.A.1)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |

## Usage details

|                                          |                                                                                                       |
| :--------------------------------------- | :---------------------------------------------------------------------------------------------------- |
| **Requires files from other datasets**   | <ul><li>Math standards</li><li><Tooltip tip="English Language Arts">ELA</Tooltip> standards</li></ul> |
| **References files from other datasets** | None                                                                                                  |
| **REST API endpoints**                   | [Standards crosswalks](/api-reference/standards-crosswalks/crosswalks-for-a-standard)                 |

## Dataset release history

| Date               | Changed                                                                                                       |
| ------------------ | ------------------------------------------------------------------------------------------------------------- |
| July 2, 2026       | Restored Math Standards crosswalks between Texas and CCSS that were incorrectly removed in v1.9.0.            |
| June 18, 2026      | Removed duplicate Learning Components that were causing inaccurate Jaccard similarity scores.                 |
| May 27, 2026       | Added English Language Arts Standards crosswalks alongside ELA Learning Components.                           |
| December 8, 2025   | Added crosswalk fields for comparing state standards to Common Core alignments, including Jaccard similarity. |
| September 23, 2025 | First release with Mathematics Standards crosswalks.                                                          |

## Related topics

<CardGroup cols={2}>
  <Card title="Standards schema reference" icon="share-nodes" href="/knowledge-graph/schema-reference/standards#hasstandardalignment">
    Review the `hasStandardAlignment` relationship and Jaccard similarity
    properties.
  </Card>

  <Card title="Tutorial: Compare Common Core and state frameworks" icon="graduation-cap" href="/knowledge-graph/getting-started/tutorials/compare-common-core-and-state-frameworks">
    Walk through a crosswalk comparison tutorial with Jaccard analysis.
  </Card>

  <Card title="Standards Crosswalks API endpoints" icon="code" href="/api-reference/standards-crosswalks/crosswalks-for-a-standard">
    Find aligned standards across frameworks with similarity metrics via the
    REST API.
  </Card>
</CardGroup>
