Comunica
    Preparing search index...

    Variable KeysQuerySourceIdentifyConst

    KeysQuerySourceIdentify: {
        hypermediaSourcesAggregatedStores: ActionContextKey<
            Map<string, IAggregatedStore<Quad>>,
        >;
        sourceIds: ActionContextKey<Map<QuerySourceReference, string>>;
        traverse: ActionContextKey<boolean>;
    } = ...

    Type declaration

    • hypermediaSourcesAggregatedStores: ActionContextKey<Map<string, IAggregatedStore<Quad>>>

      Hypermedia sources mapping to their aggregated store.

    • sourceIds: ActionContextKey<Map<QuerySourceReference, string>>

      A map containing unique IDs for each source

    • traverse: ActionContextKey<boolean>

      If links may be traversed from this source. This means that sources annotated with this flag are considered incomplete until all links have been traversed.