Knowledge-Graph-Hub / kg-covid-19

An instance of KG Hub to produce a knowledge graph for COVID-19 response.
https://github.com/Knowledge-Graph-Hub/kg-covid-19/wiki
BSD 3-Clause "New" or "Revised" License
79 stars 26 forks source link

Resolve duplicated edge categories #460

Open caufieldjh opened 1 year ago

caufieldjh commented 1 year ago

Describe the bug

Some edges contain fully duplicated and redundant edge categories, like rdfs:subClassOf|rdfs:subClassOf.

To Reproduce

grep "subClassOf" merged-kg_edges.tsv

Expected behavior

Multiple edge types are acceptable, but not if they're identical.

Additional context

The universalizer should be able to resolve this.