Documentation - v1.0.0
    Preparing search index...

    Type Alias GraphId

    GraphId: `graph_${string}`

    Represents a unique graph identifier in the ontology system.

    Graph IDs follow a specific naming convention with the prefix "graph_" followed by a unique string identifier. This ensures type safety and prevents confusion with other identifier types.

    const graphId: GraphId = "graph_my_ontology";