Duplicate human genes

Issue #90 resolved
Sebastian Burgstaller created an issue

There are 246 duplicate human genes in Wikidata. These have been created by ProteinBoxBot.

PREFIX wdt: <http://www.wikidata.org/prop/direct/>

select * where {
  {
  select ?gene1 ?entrez where {
    ?gene1 wdt:P351 ?entrez .
  }
  group by ?gene1 ?entrez
  }

  ?gene2 wdt:P351 ?entrez .

  filter (?gene2 != ?gene1)  
  }

Comments (8)

  1. Andrea Mignone

    Hello, I've just landed here from the original Paper "Wikidata as a semantic framework for the Gene Wiki initiative".

    Is this project still alive and are you going to fix those data duplicates?

  2. Sebastian Burgstaller reporter

    a bunch of those are from plasmodium, a genus which has not been imported by us but by Magnus Manske from Sanger.

  3. Log in to comment