isSomeValue is used for
class UnknownValueGrouping.query_filter_out_fragment` (ref), ie when constructing SPARQL for the drilldown queries endpoint in case of UnknownValueGrouping ; but the function is not supported by QLever.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | JeanFred | T385749 Support qlever endpoint for integraality | |||
| Resolved | JeanFred | T420247 Function "<http://wikiba.se/ontology#isSomeValue>" is currently not supported by QLever. |
Event Timeline
Comment Actions
Is replacing
FILTER(wikibase:isSomeValue(?grouping))
with
FILTER(STRSTARTS(STR(?grouping), "http://www.wikidata.org/.well-known/genid/"))
the correct course of action here?