query-ee79015bcea8a9a0c2bdd88f29a03ef2
Descendents del papa Borja ascendents de Felip I de Bèlgica SELECT DISTINCT ?persona ?personaLabel ?pares ?paresLabel WITH { SELECT ?persona WHERE { ?persona wdt:P40 wd:Q155004 . } } AS %1 WITH { SELECT ?persona WHERE { wd:Q108316 wdt:P40 ?persona. } } AS %2 WHERE { INCLUDE %1 INCLUDE %2 ?persona wdt:P22|wdt:P25 ?pares SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es,an,eu" . } }
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#>
#Descendents del papa Borja ascendents de Felip I de Bèlgica
SELECT DISTINCT ?persona ?personaLabel ?pares ?paresLabel
WHERE {
{ SELECT ?persona WHERE { ?persona wdt:P40* wd:Q155004 . } } { SELECT ?persona WHERE { wd:Q108316 wdt:P40* ?persona. } } ?persona wdt:P22|wdt:P25 ?pares
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es,an,eu" .
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?pares"):::projected
v1("?persona"):::projected
c7(["bd:serviceParam"]):::iri
c3(["wd:Q108316"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,ca,en,es,an,eu"]):::literal
c2(["wd:Q155004"]):::iri
v1 --"wdt:P40"--> c2
c3 --"wdt:P40"--> v1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P25"--> v2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P22"--> v2
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end