Comunica
    Preparing search index...

    Data interface for the type of action.

    interface IActionQuerySerialize {
        context: IActionContext;
        indentWidth?: number;
        newlines?: boolean;
        operation: BaseOperation;
        queryFormat: QueryFormat;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The input context that is passed through by actors.

    indentWidth?: number

    Number of whitespace character to indent.

    newlines?: boolean

    If newlines should be printed.

    operation: BaseOperation

    A query in SPARQL algebra.

    queryFormat: QueryFormat

    The query format to serialize to.