Talk:Q312499

From Wikidata
Jump to navigation Jump to search

Map of voyages

[edit]

The following query uses these:

  • : map (Q24515275)  View with Reasonator View with SQID
    #title: Map of places where the person have been
    # defaultView:Timeline
    #defaultView:Map
    SELECT ?place ?placeLabel ?time ?start ?end ?coor WHERE {
      wd:Q312499 p:P551 [ps:P551 ?place]
      OPTIONAL { wd:Q312499 p:P551 [ps:P551 ?place; pq:P585 ?time] }
      OPTIONAL { wd:Q312499 p:P551 [ps:P551 ?place; pq:P580 ?start] }
      OPTIONAL { wd:Q312499 p:P551 [ps:P551 ?place; pq:P582 ?end] }
      ?place wdt:P625 ?coor.
        SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Infovarius (talk) 12:02, 1 September 2023 (UTC)[reply]