NCATSTranslator / testing

Materials and tools for testing Translator components
1 stars 9 forks source link

Disease (MONDO:0008814) <related_to> NamedThing #175

Open MarkDWilliams opened 2 years ago

MarkDWilliams commented 2 years ago

Query: hyperArgininemia.json PK: a3c0fc09-26b6-4420-83a0-b152c2b852f4 Control: Query looking for things related to hyperargininemia. A jumping off point for discussion. The SME was interested in the long term effects of protein restriction. Screen Shot 2022-02-18 at 3 40 10 PM

vdancik commented 2 years ago

@MarkDWilliams , there is a disconnect between the json query and PK that are listed at the top of the ticket. It looks like the above results actually show the outcome of this query graph:

{
  "edges": {
    "e00": {
      "object": "n1",
      "subject": "n0"
    }
  },
  "nodes": {
    "n0": {
      "ids": [
        "OMIM:207800"
      ],
      "is_set": false
    },
    "n1": {
      "categories": [
        "biolink:NamedThing"
      ],
      "is_set": false
    }
  }
}