query-c8a231194689989aa01a1c753e9d3278
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
- https://query.wikidata.org/sparql
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
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/ar
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/arz
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/da
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/en
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/fr
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/hy
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/id
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/it
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/ja
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/nl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/pl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/sv
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/th
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/uk
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/human/zh
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