Knowledge-Graph-Hub / kg-obo

A package to transform all OBO ontologies into KGX TSV format and OBO json, and put the transformed graph in KGhub
https://knowledge-graph-hub.github.io/kg-obo/getting_started.html
GNU General Public License v3.0
28 stars 2 forks source link

Duplicates in node list of PCO , version 2021-05-03, #209

Open LucaCappelletti94 opened 1 year ago

LucaCappelletti94 commented 1 year ago

Describe the bug

Duplicates in node list: ["PCO:0000030"]

caufieldjh commented 1 year ago

Defined twice in the OWL:

$ grep PCO_0000030 pco.owl
    <!-- http://purl.obolibrary.org/obo/PCO_0000030 -->
    <owl:Class rdf:about="http://purl.obolibrary.org/obo/PCO_0000030">
    <!-- http://purl.obolibrary.org/obo/pco.owl/PCO_0000030 -->
    <owl:Class rdf:about="http://purl.obolibrary.org/obo/pco.owl/PCO_0000030">

Solution will be the same as for #208