query-5f955c18e9347e6eaf1db936a54d0bb2
Finding an item by an URL 18:05, 23 June 2018 (UTC)) talk (Shisma? --(Q54806953)Gulliver's Fugitives Why doesn't this query find
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?Q54806953 WHERE {
?Q54806953 wdt:P973 "http://de.memory-alpha.wikia.com/wiki/Gullivers_Fl%C3%BCchtlinge".
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?Q54806953"):::projected
c2(["http://de.memory-alpha.wikia.com/wiki/Gullivers_Fl%C3%BCchtlinge"]):::literal
v1 --"wdt:P973"--> c2