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

    Interface TypedInstanceQueryOptions

    Parameters for store queries that support filtering on the type of resource.

    interface TypedInstanceQueryOptions {
        includeInferred?: boolean;
        includeSubTypes?: boolean;
    }

    Hierarchy (View Summary)

    Index

    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.

    includeSubTypes?: boolean

    Indicate if instances of a subclasses of the type should be included in the result.