Wikidata:Synia:filmdatabasen-index

From Wikidata
Jump to navigation Jump to search

Synia: Filmdatabasen

[edit]

Map of topic in films

[edit]
#defaultView:Map
SELECT 
  ?filmdatabasen 
  ?film ?filmLabel
  ?location ?locationLabel
  ?geo
WHERE {
  ?film wdt:P1804 ?filmdatabasen ;
        wdt:P921 ?location .
  ?location wdt:P625 ?geo .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Map of depicted in films

[edit]
#defaultView:Map
SELECT 
  ?filmdatabasen 
  ?film ?filmLabel
  ?location ?locationLabel
  ?geo
WHERE {
  ?film wdt:P1804 ?filmdatabasen ;
        wdt:P180 ?location .
  ?location wdt:P625 ?geo .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!