query-dbea342458365dcbd00ba95b8f0feceb

rq turtle/ttl

الأفلام وموقع سردها على خريطة Movies and their narrative location on a map Pel·lícules i la seva ubicació narrativa en un mapa Filmy a jejich lokace na mapě Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Les films positionnés sur une carte en fonction des lieux de leur histoire סרטים ומיקום הסיפור שלהם על מפה Movies and their narrative location on a map Movies and their narrative location on a map I film e la loro posizione narrativa su una mappa 映画とその物語の場所を地図上に Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Films en hun verhalende locatie op een kaart Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Movies and their narrative location on a map Filmer och platsen där de utspelar sig på en karta Movies and their narrative location on a map Movies and their narrative location on a map Фільми та розташування їхнього місця оповіді на карті Movies and their narrative location on a map 地图上的电影及讲述的地点

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?movie ?movieLabel ?narrative_location ?narrative_locationLabel ?coordinates WHERE {
   ?movie wdt:P840 ?narrative_location ;
          wdt:P31 wd:Q11424 .
   ?narrative_location wdt:P625 ?coordinates .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coordinates"):::projected v1("?movie"):::projected v2("?narrative_location"):::projected c6(["bd:serviceParam"]):::iri c3(["wd:Q11424"]):::iri c8(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v1 --"wdt:P840"--> v2 v1 --"wdt:P31"--> c3 v2 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end