query-25dc98b49647d56d2b0d9dd2f918092b

rq turtle/ttl

Propertiesfamily name (P734)given name (P735)father (P22)date of birth (P569)spouse (P26)

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 ?item ?itemLabel ?vader ?vaderLabel ?echtgenoot ?echtgenootLabel ?geboortedatum WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P734 wd:Q53703358.
  OPTIONAL { ?item wdt:P735 ?voornaam. }
  OPTIONAL { ?item wdt:P22 ?vader. }
  OPTIONAL { ?item wdt:P569 ?geboortedatum. }
  OPTIONAL { ?item wdt:P26 ?echtgenoot. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?echtgenoot"):::projected v4("?geboortedatum"):::projected v1("?item"):::projected v3("?vader"):::projected v2("?voornaam") c2(["bd:serviceParam"]):::iri c6(["wd:Q53703358"]):::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 v1 --"wdt:P734"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P735".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P22".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P569".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P26".-> v5 end