Represents a unique node identifier in the ontology system.
Node IDs follow a specific naming convention with the prefix "node_" followed by a unique string identifier. Each node in a graph must have a unique ID.
const nodeId: NodeId = "node_person_entity"; Copy
const nodeId: NodeId = "node_person_entity";
Represents a unique node identifier in the ontology system.
Node IDs follow a specific naming convention with the prefix "node_" followed by a unique string identifier. Each node in a graph must have a unique ID.