Documentation - v1.0.0
    Preparing search index...

    Type Alias PropertyId

    PropertyId: `property_${string}`

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