Wikidata LabelService does not behave as expected
The following Wikidata query does not work as I would expect it: # WikiData SPARQL Query # # Wolfgang Fahl 2018-01-06 # # get father of queen victoria SELECT ?queenVictoria ?queenVictoriaLabel ?fatherProperty ?fatherPropertyLabel ?father ?fatherLabel WHERE { # # father # https://www.wikidata.org/wiki/Property:P42 # Queen Victoria # https://www.wikidata.org/wiki/Q9439 BIND (wdt:P22 AS ?fatherProperty). BIND (wd:Q9439 AS ?queenVictoria). ?queenVictoria ?fatherProperty ?father. SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } try it! The result is queenVictoria