query-eaeeb33e2fb7ed2762160f2c7d5da878

rq turtle/ttl

أسلاف فيليم ألكسندر من هولندا Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Předkové Willema-Alexandra Nizozemského Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancêtres de Willem-Alexander des Pays-Bas Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Antenati di Willem-Alexander dei Paesi Bassi Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Voorouders van Willem-Alexander der Nederlanden Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Willhem-Alexander av Nederländernas förfäder Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands Ancestors of Willem-Alexander of the Netherlands 荷兰人威廉·亚历山大的祖先

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#>
SELECT DISTINCT ?item ?itemLabel ?dateofbirth WHERE {
  wd:Q154952 (wdt:P22|wdt:P25)* ?item .
  OPTIONAL { ?item wdt:P569 ?dateofbirth } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
} ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?dateofbirth"):::projected v2("?item"):::projected v1("?itemLabel"):::projected c1(["wd:Q154952"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; c1 --"wdt:P25"--> v2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; c1 --"wdt:P22"--> v2 end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P569".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end