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
The following query gives an empty result on Wikidata, but it should return one match:
PREFIX wd: <http://www.wikidata.org/entity/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX ql: <http://qlever.cs.uni-freiburg.de/builtin-functions/> SELECT * WHERE { wd:Q40 @de@rdfs:label ?austria_label_de . [ ql:contains-entity ?austria_label_de ; ql:contains-word "Öster*" ] }
https://qlever.cs.uni-freiburg.de/wikidata/GonqcK
The text was updated successfully, but these errors were encountered:
I doubt that this has anything to do with umlauts, the same issue seems to occur when doing this with germany wd:Q183 accordingly.
wd:Q183
Sorry, something went wrong.
No branches or pull requests
The following query gives an empty result on Wikidata, but it should return one match:
https://qlever.cs.uni-freiburg.de/wikidata/GonqcK
The text was updated successfully, but these errors were encountered: