@triply/triplydb
    Preparing search index...

    Type Alias SparqlQueryServiceType

    SparqlQueryServiceType: Extract<
        Models.SparqlQueryServiceType,
        "virtuoso"
        | "jena"
        | "speedy",
    >

    The kinds of service a saved query can be run on.

    virtuoso and jena need a service of that kind on the dataset before the query will run; speedy answers from the dataset itself and needs none.