User:Mcarondiotte/Battles

From Wikidata
Jump to navigation Jump to search

Merci à VIGNERON pour son aide lors de son stream!

#title: Batailles ayant lieu avant l'an -500
SELECT DISTINCT ?item ?itemLabel ?date ?starttime ?endtime ?geo ?location WHERE 
{
  ?item wdt:P31 wd:Q178561.
  OPTIONAL { ?item wdt:P585 ?date } .
  OPTIONAL { ?item wdt:P580 ?starttime } .
  OPTIONAL { ?item wdt:P582 ?endtime } .
  OPTIONAL { ?item wdt:P625 ?geo } .
  OPTIONAL { ?item wdt:P276/wdt:P625 ?location } .
  FILTER ( YEAR(?date) < -500 ) .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Batailles ayant lieu avant l'an -500