query-36023726a68445f8b86d6b85e9210252

rq turtle/ttl

Progress report 2020-05-23 of which a further two were fixed and one wrong GND assignment was resolved. Several merges added new name forms to longer existing items. I got several notifications due to new links to the new items. I also saw bots and users adding new data to the items. [7]), adding it to many long existing items. GND duplicates were down to 10 https://w.wiki/Raq400000 humans exist that have P7902 and P227, that is 100000 new. Each of the 400000 has a value for P21 ( 16:04, 23 May 2020 (UTC)) talk (MrProperLawAndOrderNow running a second import of about 60000. Each has P21 - as before - and at least a value in in the fields date of birth or date of death in the DtBio website. This adds many living artists, including many from filmportal.de. 15:09, 24 May 2020 (UTC)) talk (MrProperLawAndOrderAs mentioned 19 May "the next things to add is VIAF and time information". GND is CC0 and offers a linked data service, so additional information is ready to be added by bots. I am working on that. 10:23, 24 May 2020 (UTC)) talk (M2k~dewiki). --diff (User_talk:Mike_Peel#Matching_existing_wikidata_objects_with_unconnected_articlesAlso see 09:23, 24 May 2020 (UTC) JuraPlease complete the items before creating more of them. Items with merely a GND identifier are mostly useless and saturate matching for any other application. --- Query (all items above Q95000000 should belong to this import):

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?person ?gnd
WHERE { 
  ?person wdt:P227 ?gnd . 
  ?person wdt:P7902 ?gnd .
  MINUS { ?person wdt:P569 ?b . }
  MINUS { ?person wdt:P570 ?d . }
}
ORDER BY DESC(?person)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?b") v4("?d") v2("?gnd"):::projected v1("?person"):::projected v1 --"wdt:P227"--> v2 v1 --"wdt:P7902"--> v2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P569"--> v3 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P570"--> v4 end