Skip to content

Commit

Permalink
Merge pull request #712 from andrewsu/main
Browse files Browse the repository at this point in the history
add creative mode example query
  • Loading branch information
tokebe authored Aug 31, 2023
2 parents a3262e8 + f802408 commit e22d416
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/v1.1/inferred_query_drug_treats_disease.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"message": {
"query_graph": {
"nodes": {
"n0": {
"categories": ["biolink:ChemicalEntity"]
},
"n1": {
"categories": ["biolink:Disease"],
"ids": ["MONDO:0800044"]
}
},
"edges": {
"e01": {
"subject": "n0",
"object": "n1",
"predicates": ["biolink:treats"],
"knowledge_type": "inferred"
}
}
}
}
}

0 comments on commit e22d416

Please sign in to comment.