query-0ee04264c751f3d3e27b5ec40bf2feb3

rq turtle/ttl

Description batches with birth years ]reply[07:12, 21 March 2021 (UTC)) talk (Florentyna (or similar) as description. -- 1972ca.dansk badmintonspiller, født . For the first case there must be Q79119501 or Q73793276. See for instance sourcing circumstances circaYou should refine your software code a little bit, because in a lot of the birth dates the is the qualificator What I did was run the query

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 ?badmintonspiller ?badmintonspillerLabel ?badmintonspillerDescription ?f_dselsdato ?d_dsdato WHERE {
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
   ?badmintonspiller wdt:P106 wd:Q13141064;     wdt:P27 wd:Q35.
   OPTIONAL { ?badmintonspiller wdt:P569 ?f_dselsdato. }
   OPTIONAL { ?badmintonspiller wdt:P570 ?d_dsdato. } }
 LIMIT 10000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?badmintonspiller"):::projected v3("?d_dsdato"):::projected v2("?f_dselsdato"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q13141064"]):::iri c8(["wd:Q35"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P106"--> c6 v1 --"wdt:P27"--> c8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P569".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P570".-> v3 end