query-45ab25c4930f486ffc376f99f77c6a08
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?Q54806953 WHERE {
?Q54806953 wdt:P973 ?url .
filter(str(?url)="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;
v2("?Q54806953"):::projected
v1("?url")
f0[["str(?url) = 'http://de.memory-alpha.wikia.com/wiki/Gullivers_Fl%C3%BCchtlinge'"]]
f0 --> v1
v2 --"wdt:P973"--> v1