monarch-initiative / dipper

Data Ingestion Pipeline for Monarch
https://dipper.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
56 stars 26 forks source link

omim dipper for mondo missing some classes #954

Closed cmungall closed 3 years ago

cmungall commented 3 years ago

I am using https://data.monarchinitiative.org/experimental/omim.ttl

to seed mondo

I get some triples such as

<http://omim.org/entry/180860> <https://w3id.org/biolink/vocab/category> <https://w3id.org/biolink/vocab/Disease> .

but I have no rdfs:label triple for https://omim.org/entry/180860

kshefchek commented 3 years ago

try https://data.monarchinitiative.org/dev/omim.ttl, this is the output from the master branch weekly runs

OMIM:180860 a owl:Class ; rdfs:label "Silver-Russell Syndrome 1" ; ...