query-c333be11937f52851bb25a79d6fabbc4

rq turtle/ttl

Maps view

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#>
#South Park performer birth location
#defaultView:Map
SELECT ?performer ?performerLabel ?place_of_birth ?place_of_birthLabel ?coordinates WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?South_Park wdt:P1441 wd:Q16538.
  ?South_Park wdt:P175 ?performer.
  ?performer wdt:P19 ?place_of_birth.
  ?place_of_birth wdt:P625 ?coordinates
}
ORDER BY ?birthPlace

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?South_Park") v1("?birthPlace") v5("?coordinates"):::projected v3("?performer"):::projected v4("?place_of_birth"):::projected c6(["wd:Q16538"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P1441"--> c6 v2 --"wdt:P175"--> v3 v3 --"wdt:P19"--> v4 v4 --"wdt:P625"--> v5