query-23bb661472d2a851a19f0ba37f174c77

rq turtle/ttl

مسقط رأس أشخص يُدعَون أنطوان Birthplaces of humans named Antoine Birthplaces of humans named Antoine Rodiště lidí se jménem Antoine Birthplaces of humans named Antoine Geburtsorte von Menschen namens Antoine 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 Lieux de naissance des personnes prénommées « Antoine » מקומות לידה של בני אדם שנקראים אנטואן Birthplaces of humans named Antoine Birthplaces of humans named Antoine Luoghi di nascita di persone di nome Antoine アントワーヌという名前の人の出生地 Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Geboorteplaatsen van mensen met de naam Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Места рождения людей по имени Антуан Birthplaces of humans named Antoine Födelseplatser för människor med namnet Antoine Birthplaces of humans named Antoine Birthplaces of humans named Antoine Місця народження людей з ім'ям Антуан Birthplaces of humans named Antoine 名为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#>
# 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