Wikidata:Edit groups/QSv2/38455

From Wikidata
Jump to navigation Jump to search

Edit group QSv2/38455

Summary {{{summary}}} Author Epìdosis
Number of edits 8,743 (more statistics) Example edit Q50326894

Discussion[edit]

@Epìdosis: if someone has the occupation (P106) singer (Q177220), one can infer that they play instrument (P1303) voice (Q17172850). Maybe worth writing a bot that automatically adds these extra statements 1Veertje (talk) 16:49, 16 July 2020 (UTC)[reply]

@1Veertje: I don't understand how this is related to may batch of item-merges. Anyway, what you suggest is very easy to do, see:
SELECT DISTINCT ?person
WHERE {
  ?person p:P106 ?statement .
  ?statement ps:P106 wd:Q177220 .
  ?statement prov:wasDerivedFrom ?reference .
  MINUS { ?person wdt:P1303 wd:Q17172850 . }
}
Try it!

giving 9692 potential additions of instrument (P1303)Asplenium setulosum (Q17178250) as of now, which I can easily perform through QuickStatements. If you confirm, I can start the batch now. --Epìdosis 17:02, 16 July 2020 (UTC)[reply]

I came across this edit that included the statement "occupation, singer". Adding statements with reference is of course preferable but doing that batch with the reference "inferred from, occupation" would be the second best yes. 1Veertje (talk) 17:54, 16 July 2020 (UTC)[reply]