query-1653a976b7c427742c022fdc875e79ba
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item {
BIND( URI( "http://de.memory-alpha.wikia.com/wiki/Gullivers_Fl%C3%BCchtlinge" ) AS ?url ) .
?item wdt:P973 ?url .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?url")
bind0[/"'http://de.memory-alpha.wikia.com/wiki/Gullivers_Fl%C3%BCchtlinge'"/]
bind0 --as--o v1
v2 --"wdt:P973"--> v1