monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

Add meta field to evidence graph edge list #298

Closed kshefchek closed 5 years ago

kshefchek commented 5 years ago

Comparing biolink to solr it looks like we're missing the meta field from our edges. This contains useful information on the source of the triple - isDefinedBy, and well as some clique merge data, equivalentOriginalNodeTarget, equivalentOriginalNodeSource, and the label for the edge.

kshefchek commented 5 years ago

fixed with https://github.com/biolink/biolink-api/pull/302