Reference for Knowledge Graph
Knowledge Graph uses the following terminologies.
| Term | Description |
|---|---|
| Knowledge Graph Schema | Structured representation of real-world entities and their relationships, stored in a graph database. |
| Knowledge Graph Canvas | The editor used to create and edit Knowledge Graph Schemas. You can also use it to add or delete nodes and edges. |
| Node | An entity or object that represents a data point such as a person, place, product, or concept. |
| Data Source | The source table that is linked to a node. |
| Node Properties | The attributes or columns of the source table linked to a node. |
| Connected Node | The nodes that have a connection with the selected node. |
| Edge | Represent the relationships or interactions between nodes. |
| Connecting Edges | The edge that connects two nodes. |
| Available Edges | Available connection between selected nodes. |
| Start Node | The start data point for creating an edge or relationship. |
| End Node | The end data point for creating an edge or relationship. |