Event Timeline
Comment Actions
To avoid match/let ... = ...() in the middle of a HOF chain, I've prepared helper methods to read the inner content of an enum:
A SparqlEnum result can be transformed into_bool (UPDATE, INSERT, ...) or into_solutions (SELECT).
Wikidata endpoint only supports SELECT requests, and our code only need to select, so into_bool is never read.
If we release a SPARQL client, we need this.