You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that KG2.10.1 includes three predicates that have a double 'biolink' prefix of sorts:
MATCH p=()-[e:`biolink:biolink_in_clinical_trials_for`|:`biolink:biolink_mentioned_in_trials_for`|:`biolink:biolink_treats`]->() RETURN distinct e.predicate, count(distinct e)
e.predicate
count(distinct e)
"biolink:biolink_in_clinical_trials_for"
13459
"biolink:biolink_treats"
3558
"biolink:biolink_mentioned_in_trials_for"
14215
these appear to have come from the Clinical Trials KP ingest - not sure if the double biolink situation was already present in the version of their data we consumed, or something added during the KG2pre build process...
The text was updated successfully, but these errors were encountered:
I noticed that KG2.10.1 includes three predicates that have a double 'biolink' prefix of sorts:
these appear to have come from the Clinical Trials KP ingest - not sure if the double biolink situation was already present in the version of their data we consumed, or something added during the KG2pre build process...
The text was updated successfully, but these errors were encountered: