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

| 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 guidance**](/knowledge-graph/schema-reference/instructional-guidance) | [`LearnerModel`](/knowledge-graph/schema-reference/instructional-guidance#learnermodel), [`Factor`](/knowledge-graph/schema-reference/instructional-guidance#factor), [`Strategy`](/knowledge-graph/schema-reference/instructional-guidance#strategy)                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

## Relationships by category

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

| 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 guidance**](/knowledge-graph/schema-reference/instructional-guidance) | [`hasFactor`](/knowledge-graph/schema-reference/instructional-guidance#hasfactor), [`hasStrategy`](/knowledge-graph/schema-reference/instructional-guidance#hasstrategy), [`interactsWithFactor`](/knowledge-graph/schema-reference/instructional-guidance#interactswithfactor), [`targetsFactor`](/knowledge-graph/schema-reference/instructional-guidance#targetsfactor), [`relevantToStandard`](/knowledge-graph/schema-reference/instructional-guidance#relevanttostandard)                                                                                                                                                                  |

## Enums and formats

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

## Related topics

<CardGroup cols={2}>
  <Card title="Core concepts" icon="lightbulb" href="/knowledge-graph/understanding-knowledge-graph/core-concepts">
    Learn how entities, relationships, and UUIDs structure Knowledge Graph
    datasets.
  </Card>

  <Card title="Common relationship properties" icon="share-nodes" href="/knowledge-graph/schema-reference/common-relationship-properties">
    Review the shared property set on every Knowledge Graph relationship.
  </Card>

  <Card title="Enums and formats" icon="list" href="/knowledge-graph/schema-reference/enums-and-formats">
    Look up controlled vocabularies used across Knowledge Graph entities and
    relationships.
  </Card>
</CardGroup>
