query-d5e52d22eccebea5b7b68eeed3a2fd8e
Label service seems to have problems with 'values' statements.Task T317941PhabricatorTracked in The testcase results in 36 results instead of the expected 10.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT * WHERE {
VALUES ?val { 1 1 1 1 2 2 9 9 9 9 }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?val"):::projected
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?val/]
bind0-->v1
bind00(["1^^xsd:integer"])
bind00 --> bind0
bind01(["1^^xsd:integer"])
bind01 --> bind0
bind02(["1^^xsd:integer"])
bind02 --> bind0
bind03(["1^^xsd:integer"])
bind03 --> bind0
bind04(["2^^xsd:integer"])
bind04 --> bind0
bind05(["2^^xsd:integer"])
bind05 --> bind0
bind06(["9^^xsd:integer"])
bind06 --> bind0
bind07(["9^^xsd:integer"])
bind07 --> bind0
bind08(["9^^xsd:integer"])
bind08 --> bind0
bind09(["9^^xsd:integer"])
bind09 --> bind0
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end