query-c8a231194689989aa01a1c753e9d3278

rq turtle/ttl

Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Lieu de naissance des humains nommés Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine アントワーヌという名前の人の出生地 Geboorteplaatsen van mensen genaamd Antoine Birthplaces of humans named Antoine Födelseorter för människor som heter Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine

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#>
#added before 2016-10

# Coordinates of the birth places of people named Antoine
#defaultView:Map
SELECT ?item ?itemLabel ?coord
WHERE
{
  ?item wdt:P31 wd:Q5 .   # human
  ?item wdt:P735 wd:Q15235674.
  ?item wdt:P19 ?place.
  ?place wdt:P625 ?coord.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coord"):::projected v1("?item"):::projected v2("?place") c8(["bd:serviceParam"]):::iri c4(["wd:Q15235674"]):::iri c2(["wd:Q5"]):::iri c10(["fr"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P735"--> c4 v1 --"wdt:P19"--> v2 v2 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end