Metreeca Wire
    Preparing search index...
    • Generates a SPARQL SELECT query.

      Prefixes the projection with select, followed by the space-joined clauses. The projection is either a single expression, such as the all wildcard, or a list of projection variables and as aliases joined into a fragment. Supply the graph pattern and solution modifiers as the trailing clauses.

      Parameters

      • projection: string | readonly string[]

        The result projection: a single expression, or a list of projection variables and aliases

      • ...clauses: Mixed<string>

        The query clauses, typically a where clause followed by solution modifiers

      Returns string

      The SPARQL SELECT query