We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sparqlquery -qp wikidata.yaml -qn GermanFIFA2014WorldCupTeam -f github
see https://qlever.cs.uni-freiburg.de/wikidata/BGoE0M
Exception: ParseException, cause: Expected 'union' but got '}' in the input at pos 653 : } ORDER BY(?playerLabel)
German football players participating in the FIFA World GermanFIFA2014WorldCupTeam
# German FIFA 2014 Worldcup Team # PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX p: <http://www.wikidata.org/prop/> PREFIX wd: <http://www.wikidata.org/entity/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?player ?playerLabel WHERE { #SERVICE <https://query.wikidata.org/bigdata/namespace/wdq/sparql> #SERVICE <http://sun.bitplan.com:7001/> { #a working example query for wikidata: ?player wdt:P31 wd:Q5. #humans ?player wdt:P54 wd:Q43310. #germans ?player wdt:P1344 wd:Q79859. #part of world cup 2014 ?player rdfs:label ?playerLabel. FILTER(LANG(?playerLabel) = "en") } } ORDER BY(?playerLabel)
The text was updated successfully, but these errors were encountered:
Remove the spurious { ... } and the (...) around the argument of the ORDER BY, then it works: https://qlever.cs.uni-freiburg.de/wikidata/VgHqGB
Sorry, something went wrong.
Moved to #615
No branches or pull requests
see https://qlever.cs.uni-freiburg.de/wikidata/BGoE0M
German FIFA 2014 World Cup Team
German football players participating in the FIFA World GermanFIFA2014WorldCupTeam
query
result
The text was updated successfully, but these errors were encountered: