Query takes 19 secs - how to speed it up? #866
Unanswered
WolfgangFahl
asked this question in
Q&A
Replies: 1 comment 1 reply
-
https://qlever.cs.uni-freiburg.de/wikidata/TXa49v takes 1 msec (on second call) PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item ?itemLabel
WHERE {
?item wdt:P31 wd:Q101352.
?item rdfs:label ?itemLabel.
FILTER(LANG(?itemLabel)="en").
FILTER(?itemLabel= "Abbas"@en )
} still problematic on WQDS |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://qlever.cs.uni-freiburg.de/wikidata/qwZEdr takes 19 secs and times out on wikidata query service
Beta Was this translation helpful? Give feedback.
All reactions