Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar committed Sep 6, 2024
1 parent ead94cf commit ae7fd88
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions documentation/pathfinder_example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"message": {
"query_graph": {
"nodes": {
"n0": {
"ids": [
"PUBCHEM.COMPOUND:5291"
],
"name": "imatinib"
},
"n1": {
"ids": [
"MONDO:0004979"
],
"name": "asthma"
},
"un": {
"categories": [
"biolink:NamedThing"
]
}
},
"edges": {
"e0": {
"subject": "n0",
"object": "n1",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
},
"e1": {
"subject": "n0",
"object": "un",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
},
"e2": {
"subject": "n1",
"object": "un",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
}
}
},
"knowledge_graph": {
"nodes": {},
"edges": {}
},
"results": []
}
}

0 comments on commit ae7fd88

Please sign in to comment.