Class: Node
Description: A generic node in a KGX-formatted knowledge graph, representing a single entity or concept with a unique identifier. This class serves as the structural superclass for `named thing` in Biolink, providing the minimal KGX-compliant contract (identifier, category, etc.) that any biolink entity participating in a knowledge graph must satisfy.
classDiagram
class Node
Slots
| Name | Cardinality and Range | Inheritance | Examples |
|---|---|---|---|
LinkML Source
name: Node
description: A generic node in a KGX-formatted knowledge graph, representing a single
entity or concept with a unique identifier. This class serves as the structural
superclass for `named thing` in Biolink, providing the minimal KGX-compliant contract
(identifier, category, etc.) that any biolink entity participating in a knowledge
graph must satisfy.
from_schema: https://w3id.org/biolink/vocab/