Traqula
    Preparing search index...

    Simple BGP entry (triple)

    interface Pattern {
        graph: Term;
        metadata?: Record<string, unknown>;
        object: Term;
        predicate: Term;
        subject: Term;
        termType: "Quad";
        type: PATTERN;
        value: "";
        equals(other: undefined | null | Term): boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    graph: Term

    The named graph.

    Quad_Graph

    metadata?: Record<string, unknown>
    object: Term

    The object.

    Quad_Object

    predicate: Term

    The predicate.

    Quad_Predicate

    subject: Term

    The subject.

    Quad_Subject

    termType: "Quad"

    Contains the constant "Quad".

    type: PATTERN
    value: ""

    Contains an empty string as constant value.

    Methods

    • Parameters

      • other: undefined | null | Term

        The term to compare with.

      Returns boolean

      True if and only if the argument is a) of the same type b) has all components equal.