Traqula
    Preparing search index...

    Algebra operation representing the Property path one or more (+). Property paths have a specific SPARQL definition

    interface OneOrMorePath {
        path: Algebra.PropertyPathSymbol;
        subType?: string;
        type: ONE_OR_MORE_PATH;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    subType?: string