query-c3830107fe347bd06db87f9252180020

rq turtle/ttl

TODO

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#>
:SELECT ?bataille ?batailleLabel ?Coordonnees ?date WHERE {
:  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
:  ?bataille wdt:P31/wdt:P279* wd:Q178561.
:  OPTIONAL { ?bataille wdt:P625 ?coords. }
: ?bataille wdt:P585 ?date. 
:  OPTIONAL { ?bataille wdt:P276 ?lieu.}
:  optional{?lieu wdt:P625 ?coordlieu.}
:  BIND(COALESCE(?coords,?coordlieu) as ?Coordonnees)
:}
:

Query found at