Represents a unique property identifier in the ontology system.
Property IDs follow a specific naming convention with the prefix "property_" followed by a unique string identifier. Properties can be attached to nodes, edges, or graphs.
const propertyId: PropertyId = "property_age"; Copy
const propertyId: PropertyId = "property_age";
Represents a unique property identifier in the ontology system.
Property IDs follow a specific naming convention with the prefix "property_" followed by a unique string identifier. Properties can be attached to nodes, edges, or graphs.