Traqula
    Preparing search index...

    Algebra operation representing the property of a Property path. Property paths have a specific SPARQL definition This operation, is just a way of saying to a Propery Path operation that nothing fancy is going on, and it should just match this property.

    interface Link {
        iri: NamedNode;
        subType?: string;
        type: LINK;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    iri: NamedNode
    subType?: string
    type: LINK