A lazy query source.

Implements

Constructors

Properties

aggregateStore: boolean
bindingsFactory: BindingsFactory
dataFactory: ComunicaDataFactory
firstUrl: string
forceSourceType?: string
logWarning: (warningMessage: string) => void
mediators: IMediatorArgs
referenceValue: string

The URL of RDF source of this source.

sourcesState: LRUCache<string, Promise<ISourceState>, unknown>

A cache for source URLs to source states.

Methods