Data talk:Zika-institutions-test.tab

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This data set is generated from data in Wikidata and is periodically updated by a bot.
Edits made to the data will be removed on the next update!
The generating query is:

SELECT DISTINCT ?item (COUNT(?citing_work) AS ?count) WHERE {
  { ?citing_author wdt:P108 ?citing_organization. }
  UNION
  { ?citing_author wdt:P1416 ?citing_organization. }
  { ?cited_author wdt:P108 ?item. }
  UNION
  { ?cited_author wdt:P1416 ?item. }
  ?citing_work wdt:P50 ?citing_author;
    wdt:P921 wd:Q202864.
  ?cited_work wdt:P921 wd:Q202864.
  ?citing_work wdt:P2860 ?cited_work.
  ?cited_work wdt:P50 ?cited_author.
  FILTER(?citing_work != ?cited_work)
  FILTER(NOT EXISTS {
    ?citing_work wdt:P50 ?author;
      wdt:P2860 ?cited_work.
    ?cited_work wdt:P50 ?author.
  })
}
GROUP BY ?item ?count
ORDER BY DESC (?count)
Try it!