Comunica
    Preparing search index...

    Data interface for the type of action.

    interface IActionQueryParse {
        baseIRI?: string;
        context: IActionContext;
        query: string;
        queryFormat?: QueryFormat;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseIRI?: string

    The query's default base IRI.

    The input context that is passed through by actors.

    query: string

    A query.

    queryFormat?: QueryFormat

    The query format.