Slot: edges (multivalued)
Description: A list of associations between two entities.
Range: Association
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| KnowledgeGraph | A container representing a knowledge graph serialized in KGX (Knowledge Graph Exchange) format. A KnowledgeGraph aggregates a collection of nodes (entities) and edges (relationships between entities) conforming to the KGX specification, enabling interoperable exchange of biomedical knowledge graphs across tools and systems in the Biolink ecosystem. | no |
| KnowledgeGraph | A knowledge graph is a structured representation of knowledge in the form of a graph, where nodes represent entities or concepts, and edges represent relationships between them. Knowledge graphs are used to organize and connect information from various sources, enabling better understanding, analysis, and reasoning about complex domains. | no |
LinkML Source
name: edges
description: A list of associations between two entities.
from_schema: https://w3id.org/biolink/vocab/
alias: edges
domain_of:
- KnowledgeGraph
- knowledge graph
range: association
multivalued: true
inlined: true
inlined_as_list: true