> ## 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.

# Dataset catalog

> Browse Knowledge Graph datasets in the Learning Commons Platform, download open files, and request access to gated datasets from publishers.

export const ComingSoonBadge = ({size = "md", children}) => {
  return <Badge color="orange" size={size} icon="clock">
      <span className="whitespace-nowrap">
        {children == null || children === "" ? "Coming soon" : children}
      </span>
    </Badge>;
};

export const GatedBadge = ({size = "md", children}) => {
  return <Badge color="red" size={size} icon="lock">
      {children == null || children === "" ? "Gated" : typeof children === "string" ? children.trim() : children}
    </Badge>;
};

export const OpenBadge = ({size = "md", children}) => {
  return <Badge color="green" size={size}>
      {children == null || children === "" ? "Open" : typeof children === "string" ? children.trim() : children}
    </Badge>;
};

The [Dataset catalog](https://platform.learningcommons.org/dataset-catalog) ↗ breaks [Knowledge Graph](/knowledge-graph/understanding-knowledge-graph/introduction) data down into 5 thematic categories:

* [Standards](#standards)
* [Learning components](#learning-components)
* [Learning progressions](#learning-progressions)
* [Curriculum](#curriculum)
* [Instructional guidance](#instructional-guidance)

These categories contain related [datasets](#datasets-by-category), each of which includes one or more file downloads.

<Note>
  Example: The [Standards](#standards) group includes the [U.S. academic standards](/knowledge-graph/datasets/standards/us-academic-standards) dataset (among others).

  That dataset includes several file downloads: "Math standards", "ELA standards", etc.

  If you only need ELA standards for your use case, you can simply download the "ELA standards" file. You do not need to download the whole [U.S. academic standards](/knowledge-graph/datasets/standards/us-academic-standards) dataset ([or the entire Knowledge Graph](/knowledge-graph/using-knowledge-graph/local-files)).
</Note>

## How to use the catalog

From the Dataset catalog, you can:

* Download all of Knowledge Graph's **Open** access datasets at once:
  * `nodes.jsonl` - Contains Knowledge Graph [entities](/knowledge-graph/understanding-knowledge-graph/core-concepts#entities) (graph nodes)
  * `relationships.jsonl` - Contains Knowledge Graph [relationships](/knowledge-graph/understanding-knowledge-graph/core-concepts#relationships) (graph edges)
* Browse datasets from different publishers to download just the dataset or file(s) relevant to your use case

## Datasets by category

<Note>
  New datasets will be added over time. See the [Dataset
  catalog](https://platform.learningcommons.org/dataset-catalog) ↗ for the
  latest information.
</Note>

### [Standards](/knowledge-graph/schema-reference/standards)

| Dataset                                                                                                                                  | Access type   | Description                                                                                              | Coverage                                                                                    |
| :--------------------------------------------------------------------------------------------------------------------------------------- | :------------ | :------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ |
| [U.S. academic standards](/knowledge-graph/datasets/standards/us-academic-standards)                                                     | <OpenBadge /> | Official learning expectations across U.S. states and subjects                                           | K-12 for all 50 U.S. states and Washington, D.C. for Math, ELA, Science, and Social Studies |
| [U.S. academic standards crosswalks](/knowledge-graph/datasets/standards/us-academic-standards-crosswalks)                               | <OpenBadge /> | Similarity matches between state and <Tooltip tip="Common Core State Standards">CCSS</Tooltip> standards | K-12 for Math and ELA in U.S. standards (where learning components alignment exists)        |
| [English Language Development Standards Framework](/knowledge-graph/datasets/standards/english-language-development-standards-framework) | <OpenBadge /> | Official language development expectations for multilingual learners                                     | K-12 for WIDA English Language Development Standards                                        |
| [XQ Competencies](/knowledge-graph/datasets/standards/xq-competencies)                                                                   | <OpenBadge /> | Durable-skill learner outcomes and competencies                                                          | 9–12 for 5 durable-skill learner outcomes                                                   |
| [Carnegie Skills Progressions](/knowledge-graph/datasets/standards/carnegie-skills-progressions)                                         | <OpenBadge /> | Collaboration, Communication, and Critical Thinking                                                      | 9–12 for Collaboration, Communication, and Critical Thinking                                |

### [Learning components](/knowledge-graph/schema-reference/learning-components)

| Dataset                                                                                            | Access type   | Description                                                                                          | Coverage                                      |
| :------------------------------------------------------------------------------------------------- | :------------ | :--------------------------------------------------------------------------------------------------- | :-------------------------------------------- |
| [Math learning components](/knowledge-graph/datasets/learning-components/math-learning-components) | <OpenBadge /> | Granular Math skills and concepts aligned to standards                                               | K-12 for Common Core and 40+ state frameworks |
| [ELA learning components](/knowledge-graph/datasets/learning-components/ela-learning-components)   | <OpenBadge /> | Granular <Tooltip tip="English Language Arts">ELA</Tooltip> skills and concepts aligned to standards | K-2 for Common Core and 12 states             |

### [Learning progressions](/knowledge-graph/schema-reference/learning-progressions)

| Dataset                                                                                  | Access type   | Description                                                     | Coverage                                                                                      |
| :--------------------------------------------------------------------------------------- | :------------ | :-------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- |
| [Math Coherence Map](/knowledge-graph/datasets/learning-progressions/math-coherence-map) | <OpenBadge /> | Prerequisite and successor relationships between math standards | K-12 for <Tooltip tip="Common Core State Standards for Mathematics">CCSSM</Tooltip> standards |

### [Curriculum](/knowledge-graph/schema-reference/curriculum)

| Dataset                                                     | Access type                                                             | Description                                                           | Coverage                                            |
| :---------------------------------------------------------- | :---------------------------------------------------------------------- | :-------------------------------------------------------------------- | :-------------------------------------------------- |
| [IM® v.360](/knowledge-graph/datasets/curriculum/im-v360)   | <div className="whitespace-nowrap"><OpenBadge /> + <GatedBadge /></div> | Open scope and sequence; gated instructional and assessment materials | K–12 Math                                           |
| [OpenSciEd](/knowledge-graph/datasets/curriculum/openscied) | <GatedBadge />                                                          | NGSS-aligned K–12 science curriculum                                  | K–8 and High School Biology, Chemistry, and Physics |

### [Instructional guidance](/knowledge-graph/schema-reference/instructional-guidance)

| Dataset                                                                                                                                 | Access type         | Description                                                                       | Coverage                    |
| :-------------------------------------------------------------------------------------------------------------------------------------- | :------------------ | :-------------------------------------------------------------------------------- | :-------------------------- |
| [Learner Variability Navigator](/knowledge-graph/datasets/instructional-guidance/learner-variability-navigator)                         | <ComingSoonBadge /> | Learner factors and instructional strategies from Digital Promise®                | PK–12 Math and Literacy     |
| [English Learners Success Forum Guidelines](/knowledge-graph/datasets/instructional-guidance/english-learners-success-forum-guidelines) | <OpenBadge />       | Guidance for designing instructional materials that support multilingual learners | K–12 Math, ELA, and Science |

## Access types

<Note>
  Data access is scoped by
  [organization](/platform/understanding-the-platform/organizations). Switching
  organizations may change which data is accessible to you and your team
  members.
</Note>

A dataset includes one or more file downloads.

Data access is granted by file, so a dataset can be fully **Open**, fully **Gated**, or a mix of both **Open** and **Gated**.

| Access type                                                             | Description                                                                                                                                                                                                                                                                                    |
| :---------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <OpenBadge />                                                           | Available to anyone signed in to [Platform](https://platform.learningcommons.org/) via the [Dataset catalog](https://platform.learningcommons.org/dataset-catalog)                                                                                                                             |
| <GatedBadge />                                                          | Requires a license agreement with the publisher, who reviews requests, sets licensing terms, and may charge fees                                                                                                                                                                               |
| <div className="whitespace-nowrap"><OpenBadge /> + <GatedBadge /></div> | Contains both open and gated files<br /><br />e.g., [IM® v.360](/knowledge-graph/datasets/curriculum/im-v360) has an open **Scope and Sequence** file, but gated **Instructional Materials** and **Assessment Materials** files                                                                |
| <ComingSoonBadge />                                                     | Not yet available via the [Dataset catalog](http://platform.learningcommons.org/dataset-catalog) ↗ or [local download](/knowledge-graph/using-knowledge-graph/local-files#download-all-data). Contact [support@learningcommons.org](mailto:support@learningcommons.org) ↗ for more information |

## Downloading open data

<Steps>
  <Step title="Find the open download file">
    In the [**Dataset
    catalog**](https://platform.learningcommons.org/dataset-catalog) ↗, open a dataset that includes open download files.

    Reference the [Knowledge Graph datasets](/knowledge-graph/datasets) for detailed schema information.
  </Step>

  <Step title="Download">
    For open datasets and open download files, download the listed JSONL files and
    query them locally. See [Local
    files](/knowledge-graph/using-knowledge-graph/local-files) for file format
    details and example queries.
  </Step>
</Steps>

## Requesting access to gated data

<Badge>Admin only</Badge>

<Note>
  Request access now so that publishers can begin reviewing your use case.

  Downloads become available in **Fall 2026**.
</Note>

To access gated datasets or files, your organization may need to sign a licensing agreement with the publisher, who reviews your request and negotiates licensing terms directly.

**Admins** can go to the [Dataset catalog](https://platform.learningcommons.org/dataset-catalog) ↗ to start this request process.

**Collaborators** cannot submit their own access requests, but they can see the [status of submitted requests](#request-statuses).

<Steps>
  <Step title="Find the gated download file">
    In the [**Dataset catalog**](https://platform.learningcommons.org/dataset-catalog) ↗, open a dataset that includes gated download files. Mixed datasets show which files are open and which require a request.
  </Step>

  <Step title="Create the request">
    Complete the request form.

    The publisher will use this information to evaluate your organization's use case and decide whether to grant access to the requested data.
  </Step>

  <Step title="Verify organization details">
    If your organization has not verified this information yet, you will be prompted to verify organization details like name, domain, size, etc.

    Review all details carefully – if you submit a request with incorrect information, you will need to contact [support@learningcommons.org](mailto:support@learningcommons.org) ↗ to fix the issue.
  </Step>

  <Step title="Share contact information">
    Submit your contact information, as well as the contact information of someone who can negotiate and sign the license agreement with the publisher.
  </Step>

  <Step title="Verify domain">
    If your organization has not verified its domain yet, you will be taken to the [Organization settings](https://platform.learningcommons.org/settings/organization) to verify your domain. You will be prompted to copy a provided host and value, and then paste them into a TXT record in your domain provider’s <Tooltip tip="Domain Name System">DNS</Tooltip> settings.

    This process verifies that you are associated with your organization and ensures that no one else will be able to use your domain with Learning Commons.

    Return to [Organization settings](https://platform.learningcommons.org/settings/organization) and click **Start checking** to finalize verification.

    <Warning>
      It may take up to 72 hours for your TXT record changes to take effect. Contact [support@learningcommons.org](mailto:support@learningcommons.org) ↗ if you are experiencing issues.
    </Warning>
  </Step>

  <Step title="Publisher reviews request">
    The data publisher will review your request and may reach out to you to negotiate licensing terms.

    Contact the publisher directly for questions about licensing.
  </Step>

  <Step title="Download">
    Once the publisher formally approves the request, your organization will be able to download the requested file in Fall 2026.
  </Step>
</Steps>

### Request statuses

Troubleshoot why your access request has not yet been approved based on its status in the [Dataset catalog](https://platform.learningcommons.org/dataset-catalog) ↗.

| Status                                      | Description                                                                                     | What to do                                                                                                                                                                                                                                                |
| :------------------------------------------ | :---------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <Badge color="yellow">Verify domain</Badge> | Your request was saved. You must verify your domain to submit your request to the publisher.    | **Admin** must complete verification in [Organization settings](https://platform.learningcommons.org/settings/organization) ↗. If you can't access DNS or have other issues, contact [support@learningcommons.org](mailto:support@learningcommons.org) ↗. |
| <Badge>Submitted</Badge>                    | Your request was submitted. The publisher has not yet started reviewing the request.            | No action needed. If the status doesn't update to "In review" for several weeks, contact [support@learningcommons.org](mailto:support@learningcommons.org) ↗.                                                                                             |
| <Badge>In review</Badge>                    | The publisher is reviewing your request and will contact you about licensing.                   | Respond promptly to any outreach. If you hear nothing for several weeks, contact the publisher.                                                                                                                                                           |
| <Badge color="green">Approved</Badge>       | Your organization has access to the publisher's gated data under your negotiated license terms. | Downloads will be allowed starting Fall 2026. We will contact you when your data is available.                                                                                                                                                            |
| <Badge color="red">Not approved</Badge>     | Your request was not approved.                                                                  | Ask the publisher why your request was not approved. Use this information to submit a new request.                                                                                                                                                        |
| <Badge color="red">Deactivated</Badge>      | Access to this data is no longer active.                                                        | Contact the publisher to reactivate access. Deactivation is often due to expired terms, unpaid fees, or license violations. If you hear nothing for several weeks, submit a new request.                                                                  |
| <Badge color="orange">Withdrawn</Badge>     | An **Admin** in your organization withdrew this request.                                        | Submit a new request when your organization is ready.                                                                                                                                                                                                     |

## Related topics

<CardGroup cols={2}>
  <Card title="Dataset catalog" icon="database" href="https://platform.learningcommons.org/dataset-catalog">
    Browse and download Knowledge Graph datasets.
  </Card>

  <Card title="API keys" icon="key" href="/platform/using-the-platform/api-keys">
    Authenticate REST API and MCP requests for your organization.
  </Card>
</CardGroup>
