Represents a unique edge identifier in the ontology system.
Edge IDs follow a specific naming convention with the prefix "edge_" followed by a unique string identifier. Each edge connecting nodes must have a unique ID.
const edgeId: EdgeId = "edge_works_for"; Copy
const edgeId: EdgeId = "edge_works_for";
Represents a unique edge identifier in the ontology system.
Edge IDs follow a specific naming convention with the prefix "edge_" followed by a unique string identifier. Each edge connecting nodes must have a unique ID.