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|readonlystring[]
The result projection: a single expression, or a list of projection variables and aliases
Generates a SPARQL
SELECTquery.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.