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"; Copy
const graphId: GraphId = "graph_my_ontology";
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.