Comunica
    Preparing search index...

    Interface IQuerySourceUnidentifiedExpandedRawContext

    interface IQuerySourceUnidentifiedExpandedRawContext {
        context?: Record<string, any>;
        type?: string;
        value: string | Store<Quad> | Source<Quad>;
    }
    Index

    Properties

    Properties

    context?: Record<string, any>
    type?: string
    value: string | Store<Quad> | Source<Quad>