Documentation - v1.0.0
    Preparing search index...

    Type Alias NodeId

    NodeId: `node_${string}`

    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";