Comunica
    interface ISyncExpressionContext {
        actionContext: IActionContext;
        baseIRI?: string;
        bnode: (input?: string) => BlankNode;
        extensionFunctionCreator?: (
            functionNamedNode: NamedNode,
        ) => undefined | ((args: Term[]) => Promise<Term>);
        functionArgumentsCache?: FunctionArgumentsCache;
        now?: Date;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    actionContext: IActionContext
    baseIRI?: string
    bnode: (input?: string) => BlankNode
    extensionFunctionCreator?: (
        functionNamedNode: NamedNode,
    ) => undefined | ((args: Term[]) => Promise<Term>)
    functionArgumentsCache?: FunctionArgumentsCache
    now?: Date
    MMNEPVFCICPMFPCPTTAAATR