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

# Overview

> Overview of shared relationship properties across Knowledge Graph edges, including edge structure and how relationships connect entities.

Knowledge Graph [entities](/knowledge-graph/understanding-knowledge-graph/core-concepts#entities) connect through [relationships](/knowledge-graph/understanding-knowledge-graph/core-concepts#relationships).

Thematically connected entities and relationships are grouped into categories like [Standards](/knowledge-graph/schema-reference/standards) and [Learning components](/knowledge-graph/schema-reference/learning-components).

<Frame>
  <img
    src="https://mintcdn.com/czi-60a2a443/lmmW7u7D7sahe0jS/images/kg/all-relationships.jpg?fit=max&auto=format&n=lmmW7u7D7sahe0jS&q=85&s=77023c5f545ede5f095dcce929bc9f09"
    alt="Diagram of all Knowledge Graph entities and
relationships"
    width="2664"
    height="1870"
    data-path="images/kg/all-relationships.jpg"
  />
</Frame>

## Entities by dataset category

| Dataset category                                                                     | Entities                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| :----------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Standards](/knowledge-graph/schema-reference/standards)                             | [`StandardsFramework`](/knowledge-graph/schema-reference/standards#standardsframework), [`StandardsFrameworkItem`](/knowledge-graph/schema-reference/standards#standardsframeworkitem)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| [Learning components](/knowledge-graph/schema-reference/learning-components)         | [`LearningComponent`](/knowledge-graph/schema-reference/learning-components#learningcomponent)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [Curriculum](/knowledge-graph/schema-reference/curriculum)                           | [`Course`](/knowledge-graph/schema-reference/curriculum#course), [`LessonGrouping`](/knowledge-graph/schema-reference/curriculum#lessongrouping), [`Lesson`](/knowledge-graph/schema-reference/curriculum#lesson), [`Activity`](/knowledge-graph/schema-reference/curriculum#activity), [`Assessment`](/knowledge-graph/schema-reference/curriculum#assessment), [`Material`](/knowledge-graph/schema-reference/curriculum#material), [`ClassroomMaterial`](/knowledge-graph/schema-reference/curriculum#classroommaterial), [`GlossaryTerm`](/knowledge-graph/schema-reference/curriculum#glossaryterm), [`InstructionalRoutine`](/knowledge-graph/schema-reference/curriculum#instructionalroutine) |
| [Instructional practices](/knowledge-graph/schema-reference/instructional-practices) | [`LearnerModel`](/knowledge-graph/schema-reference/instructional-practices#learnermodel), [`Factor`](/knowledge-graph/schema-reference/instructional-practices#factor), [`Strategy`](/knowledge-graph/schema-reference/instructional-practices#strategy)                                                                                                                                                                                                                                                                                                                                                                                                                                              |

## Relationships by dataset category

<Note>
  All relationships share [a common property
  set](/knowledge-graph/schema-reference/common-relationship-properties).
</Note>

| Dataset category                                                                     | Relationships                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| :----------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Standards](/knowledge-graph/schema-reference/standards)                             | [`hasChild`](/knowledge-graph/schema-reference/standards#haschild), [`supports`](/knowledge-graph/schema-reference/standards#supports), [`hasEducationalAlignment`](/knowledge-graph/schema-reference/standards#haseducationalalignment), [`hasStandardAlignment`](/knowledge-graph/schema-reference/standards#hasstandardalignment)                                                                                                                                                                                                                                                                                                             |
| [Learning components](/knowledge-graph/schema-reference/learning-components)         | [`supports`](/knowledge-graph/schema-reference/learning-components#supports)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [Learning progressions](/knowledge-graph/schema-reference/learning-progressions)     | [`buildsTowards`](/knowledge-graph/schema-reference/learning-progressions#buildstowards), [`relatesTo`](/knowledge-graph/schema-reference/learning-progressions#relatesto)                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [Curriculum](/knowledge-graph/schema-reference/curriculum)                           | [`hasPart`](/knowledge-graph/schema-reference/curriculum#haspart), [`hasEducationalAlignment`](/knowledge-graph/schema-reference/curriculum#haseducationalalignment), [`usesRoutine`](/knowledge-graph/schema-reference/curriculum#usesroutine), [`uses`](/knowledge-graph/schema-reference/curriculum#uses), [`hasDependency`](/knowledge-graph/schema-reference/curriculum#hasdependency), [`hasReference`](/knowledge-graph/schema-reference/curriculum#hasreference), [`references`](/knowledge-graph/schema-reference/curriculum#references), [`mutuallyExclusiveWith`](/knowledge-graph/schema-reference/curriculum#mutuallyexclusivewith) |
| [Instructional practices](/knowledge-graph/schema-reference/instructional-practices) | [`hasFactor`](/knowledge-graph/schema-reference/instructional-practices#hasfactor), [`hasStrategy`](/knowledge-graph/schema-reference/instructional-practices#hasstrategy), [`interactsWithFactor`](/knowledge-graph/schema-reference/instructional-practices#interactswithfactor), [`targetsFactor`](/knowledge-graph/schema-reference/instructional-practices#targetsfactor), [`relevantToStandard`](/knowledge-graph/schema-reference/inst#relevanttostandard)                                                                                                                                                                                |

## Enums and formats

Controlled vocabularies used across the Knowledge Graph are documented in [Enums and formats](/knowledge-graph/schema-reference/enums-and-formats).
