query-a61abda0bfb3acbc09e72a4810c9ceab
Puentes en el mundo de Arquitectos que hayan estudiado en el Politécnico de ZurichAñadimos P84 (arquitecto) Añadimos P69 (educado en)
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#>
SELECT ?cosa ?cosaLabel ?arquitecto ?arquitectoLabel
WHERE
{
?cosa wdt:P31 wd:Q12280 .
?cosa wdt:P84 ?arquitecto .
?arquitecto wdt:P69 wd:Q11942
SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?arquitecto"):::projected
v1("?cosa"):::projected
c7(["bd:serviceParam"]):::iri
c9(["es,en"]):::literal
c2(["wd:Q12280"]):::iri
c5(["wd:Q11942"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P84"--> v2
v2 --"wdt:P69"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end