Traqula
    Preparing search index...
    • Translates the given SPARQL query to SPARQL Algebra.

      Parameters

      • query: SparqlQuery

        sparql AST generated by Traqula

      • options: ContextConfigs = {}

        Optional options object. Current options:

        • dataFactory

          The Datafactory used to generate terms. Default @rdfjs/data-model.

        • quads

          Boolean indicating whether triples should be converted to Quads (consumes GRAPH statements). Default false.

        • prefixes

          Pre-defined prefixes for the given query. Default empty.

        • baseIRI

          Base IRI that should be used for the query. Default undefined (throws error if required).

        • blankToVariable

          translate all blank nodes into variables

      Returns Operation

      Operation