@faubulous/mentor-rdf
    Preparing search index...

    Interface QueryOptions

    Parameters for matching triples in the store.

    interface QueryOptions {
        includeInferred?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    includeInferred?: boolean

    Indicates if inferred triples should be included in the result. If undefined, the default value is true when a reasoner associated with the store and false otherwise.