Skip to content

SRI Ontology Service

karafecho edited this page Sep 14, 2023 · 6 revisions

Back to Home

Description

The SRI Ontology Service (aka, "SRI Ontology KP" or "SRI Ontology KG") provides a Translator Reasoner API (TRAPI) service interface to an integrated collection of bio-ontologies. Inter-concept relations have been precomputed using an OWL reasoner and stored in the UberGraph RDF triplestore. Mappings from the Biolink Model to ontology classes and properties are used to query ontology relations as TRAPI edges.

Usage

The Ontology-KP exposes a standard TRAPI service interface.

Query example (find parts of the hand):

{
  "message": {
    "query_graph": {
      "nodes": {
        "n0": {
          "category": "biolink:AnatomicalEntity"
        },
        "n1": {
          "category": "biolink:AnatomicalEntity",
          "id": "UBERON:0002398"
        }
      },
      "edges": {
        "e0": {
          "subject": "n0",
          "object": "n1",
          "predicate": "biolink:part_of"
        }
      }
    }
  }
}

cURL command:

curl -X POST "https://stars-app.renci.org/sparql-kp/query" -H  "accept: application/json" -H  "Content-Type: application/json" -d "{\"message\":{\"query_graph\":{\"nodes\":{\"n0\":{\"category\":\"biolink:AnatomicalEntity\"},\"n1\":{\"category\":\"biolink:AnatomicalEntity\",\"id\":\"UBERON:0002398\"}},\"edges\":{\"e0\":{\"subject\":\"n0\",\"object\":\"n1\",\"predicate\":\"biolink:part_of\"}}}}}"

Query result:

{
  "message": {
    "query_graph": {
      "nodes": {
        "n0": {
          "category": "biolink:AnatomicalEntity"
        },
        "n1": {
          "category": "biolink:AnatomicalEntity",
          "id": "UBERON:0002398"
        }
      },
      "edges": {
        "e0": {
          "predicate": "biolink:part_of",
          "subject": "n0",
          "object": "n1"
        }
      }
    },
    "knowledge_graph": {
      "nodes": {
        "UBERON:5011982": {
          "name": "manual digit 7 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004312": {
          "name": "distal phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0008465": {
          "name": "abductor pollicis brevis muscle",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003865": {
          "name": "distal phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010688": {
          "name": "skeleton of manual acropodium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001463": {
          "name": "manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010678": {
          "name": "manual digit 4 phalanx cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010677": {
          "name": "manual digit 3 phalanx cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001431": {
          "name": "distal carpal bone 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200179": {
          "name": "manual claw",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003639": {
          "name": "manual digit 5 phalanx",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004409": {
          "name": "distal epiphysis of phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001412": {
          "name": "common palmar digital vein",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004392": {
          "name": "epiphysis of second metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014884": {
          "name": "distal epiphysis of distal phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006213": {
          "name": "carpus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009588": {
          "name": "mesenchyme of interdigital region between manual digits 3 and 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003597": {
          "name": "manual digit connective tissue",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5003623": {
          "name": "manual digit 3 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015045": {
          "name": "manual digit 3 metacarpus endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004423": {
          "name": "proximal epiphysis of second metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010570": {
          "name": "manual digit 1 metacarpus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0019246": {
          "name": "palmar skin crease",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5101463": {
          "name": "manual digit 1 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200108": {
          "name": "outer digit of hand",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007735": {
          "name": "metacarpophalangeal joint of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015025": {
          "name": "manual digit 1 phalanx endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015091": {
          "name": "distal carpal bone 3 cartilage",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0013622": {
          "name": "manual autopod pad",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015097": {
          "name": "distal carpal bone 5 cartilage",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006167": {
          "name": "forelimb proper dorsal digital arteries",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003648": {
          "name": "metacarpal bone of digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010568": {
          "name": "manual digit 4 metacarpus pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015044": {
          "name": "manual digit 2 metacarpus endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200041": {
          "name": "aponeurosis palmaris",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014886": {
          "name": "distal epiphysis of distal phalanx of manual digit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014885": {
          "name": "distal epiphysis of distal phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004489": {
          "name": "musculature of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012268": {
          "name": "equine forelimb splint bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004331": {
          "name": "proximal phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200180": {
          "name": "semilunate carpal",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004453": {
          "name": "metacarpus region",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010193": {
          "name": "prepollical protuberances",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009589": {
          "name": "mesenchyme of interdigital region between manual digits 4 and 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5103625": {
          "name": "manual digit 5 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003649": {
          "name": "metacarpal bone of digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015098": {
          "name": "distal carpal bone 5 pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006165": {
          "name": "median dorsal digital artery for digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011978": {
          "name": "epiphysis of middle phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0016426": {
          "name": "proximal interphalangeal joint of little finger",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005451": {
          "name": "segment of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003230": {
          "name": "epithelium of carpal region",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011982": {
          "name": "manual digit 7",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010726": {
          "name": "os vesalianum manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005880": {
          "name": "prepollex",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001435": {
          "name": "carpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004424": {
          "name": "proximal epiphysis of third metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015079": {
          "name": "proximal carpal cartilage",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006141": {
          "name": "palmar digital artery",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004422": {
          "name": "proximal epiphysis of first metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004440": {
          "name": "proximal epiphysis of proximal phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010679": {
          "name": "manual digit 5 phalanx cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001501": {
          "name": "lumbrical muscle of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5003622": {
          "name": "manual digit 2 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0036173": {
          "name": "abductor digiti minimi of hand",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004437": {
          "name": "proximal epiphysis of middle phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004416": {
          "name": "proximal epiphysis of metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004338": {
          "name": "proximal phalanx of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015027": {
          "name": "manual digit 3 phalanx endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015095": {
          "name": "distal carpal bone 4 pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003623": {
          "name": "manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010572": {
          "name": "manual digit 3 metacarpus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005257": {
          "name": "manual digit mesenchyme",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0002988": {
          "name": "first dorsal interosseous of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004432": {
          "name": "proximal epiphysis of distal phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001430": {
          "name": "distal carpal bone 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015024": {
          "name": "manual digit phalanx endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004561": {
          "name": "proper palmar digital vein",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5103623": {
          "name": "manual digit 3 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003636": {
          "name": "manual digit 2 phalanx",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010060": {
          "name": "centrale (fore)",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004553": {
          "name": "forelimb digital artery",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005645": {
          "name": "manual digit 2 epithelium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015146": {
          "name": "manus hair",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004443": {
          "name": "proximal epiphysis of proximal phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006140": {
          "name": "palmar digital vein",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003646": {
          "name": "metacarpal bone of digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014671": {
          "name": "distal interphalangeal joint of manural digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010686": {
          "name": "manual digit phalanx cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001518": {
          "name": "skin of wrist",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004330": {
          "name": "proximal phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005693": {
          "name": "manual digit 3 mesenchyme",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004321": {
          "name": "middle phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014668": {
          "name": "distal interphalangeal joint of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010574": {
          "name": "manual digit 5 metacarpus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004320": {
          "name": "middle phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011132": {
          "name": "intercarpal joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011977": {
          "name": "epiphysis of proximal phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009880": {
          "name": "carpal skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015069": {
          "name": "distal carpal cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003533": {
          "name": "manual digit skin",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004444": {
          "name": "proximal epiphysis of distal phalanx of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005648": {
          "name": "manual digit 5 epithelium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001428": {
          "name": "intermedium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5103624": {
          "name": "manual digit 4 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007731": {
          "name": "interphalangeal joint of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006013": {
          "name": "interdigital region between manual digits",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012124": {
          "name": "avian scapholunar bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0013753": {
          "name": "distal epiphysis of metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009552": {
          "name": "distal segment of manual digit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011868": {
          "name": "midcarpal joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006026": {
          "name": "interdigital region between manual digits 1 and 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0008438": {
          "name": "webbed interdigital region between manual digits",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014883": {
          "name": "distal epiphysis of distal phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004414": {
          "name": "proximal epiphysis of phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012261": {
          "name": "manual major digit (Aves)",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010127": {
          "name": "fringe on postaxial edge of finger IV",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011104": {
          "name": "epiphysis of fifth metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007722": {
          "name": "interphalangeal joint of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011273": {
          "name": "nail of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014882": {
          "name": "distal epiphysis of distal phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010569": {
          "name": "manual digit 5 metacarpus pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200188": {
          "name": "manual toe disc",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0036172": {
          "name": "palmaris brevis",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007732": {
          "name": "interphalangeal joint of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006029": {
          "name": "interdigital region between manual digits 2 and 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010566": {
          "name": "manual digit 2 metacarpus pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007738": {
          "name": "metacarpophalangeal joint of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0002234": {
          "name": "proximal phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004420": {
          "name": "proximal epiphysis of phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004439": {
          "name": "proximal epiphysis of middle phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010690": {
          "name": "manual digit 1 epithelium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004329": {
          "name": "proximal phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200186": {
          "name": "distal keel of metacarpal III",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011131": {
          "name": "intermetacarpal joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200104": {
          "name": "metacarpal extensor pit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010567": {
          "name": "manual digit 3 metacarpus pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011265": {
          "name": "carpometacarpal joint of digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009600": {
          "name": "mesenchyme of interdigital region of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007747": {
          "name": "metacarpophalangeal joint of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3000856": {
          "name": "intercalary element of fore digit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004418": {
          "name": "proximal epiphysis of phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005694": {
          "name": "manual digit 4 mesenchyme",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005276": {
          "name": "dorsal skin of finger",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009587": {
          "name": "mesenchyme of interdigital region between manual digits 2 and 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012290": {
          "name": "fused carpal bones 2 and 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001502": {
          "name": "interosseous muscle of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004441": {
          "name": "proximal epiphysis of proximal phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010739": {
          "name": "distal carpal bone 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006214": {
          "name": "carpus pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015026": {
          "name": "manual digit 2 phalanx endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011979": {
          "name": "epiphysis of distal phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012141": {
          "name": "manual digitopodium region",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015068": {
          "name": "distal carpal endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5003624": {
          "name": "manual digit 4 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010575": {
          "name": "manual digit 1 phalanx pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010586": {
          "name": "manual digit phalanx pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003637": {
          "name": "manual digit 3 phalanx",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011274": {
          "name": "nail of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006032": {
          "name": "interdigital region between manual digits 3 and 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0035038": {
          "name": "carpal tunnel",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001433": {
          "name": "distal carpal bone 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200219": {
          "name": "middle phalanx of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003622": {
          "name": "manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0002398": {
          "name": "manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007729": {
          "name": "interphalangeal joint of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015087": {
          "name": "distal carpal bone 2 endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006035": {
          "name": "interdigital region between manual digits 4 and 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200140": {
          "name": "prepollical element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012151": {
          "name": "skeleton of manual digitopodium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010719": {
          "name": "dilated medial process of metacarpal IV",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006164": {
          "name": "forelimb common dorsal digital arteries",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001519": {
          "name": "skin of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0035842": {
          "name": "extensor digitorum brevis manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003647": {
          "name": "metacarpal bone of digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3000965": {
          "name": "basale commune (carpal)",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015085": {
          "name": "distal carpal bone 1 cartilage",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5103622": {
          "name": "manual digit 2 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3000859": {
          "name": "foramen perforans carpi",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004421": {
          "name": "proximal epiphysis of phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003864": {
          "name": "middle phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003638": {
          "name": "manual digit 4 phalanx",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003598": {
          "name": "manus connective tissue",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0035128": {
          "name": "manus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010123": {
          "name": "finger fringes",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007958": {
          "name": "central carpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004438": {
          "name": "proximal epiphysis of middle phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001491": {
          "name": "wrist joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010683": {
          "name": "distal-most prepollical element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007723": {
          "name": "interphalangeal joint of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015028": {
          "name": "manual digit 4 phalanx endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015096": {
          "name": "distal carpal bone 5 endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004436": {
          "name": "proximal epiphysis of middle phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005646": {
          "name": "manual digit 3 epithelium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010544": {
          "name": "metacarpus skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003575": {
          "name": "wrist connective tissue",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015088": {
          "name": "distal carpal bone 2 cartilage",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015042": {
          "name": "manual digit metacarpus endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200094": {
          "name": "inner digits of hand",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0019232": {
          "name": "manual digit 2, 3 or 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0013587": {
          "name": "fused metacarpal bones 3 and 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007991": {
          "name": "proximal sesamoid bone of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004314": {
          "name": "distal phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001480": {
          "name": "proximal carpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007960": {
          "name": "scapholunate",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015089": {
          "name": "distal carpal bone 2 pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0036174": {
          "name": "flexor digiti minimi brevis of hand",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0019231": {
          "name": "manual digit 1 or 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010565": {
          "name": "manual digit 1 metacarpus pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015090": {
          "name": "distal carpal bone 3 endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001442": {
          "name": "skeleton of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014375": {
          "name": "intrinsic muscle of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015080": {
          "name": "proximal carpal bone pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004435": {
          "name": "proximal epiphysis of distal phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0013628": {
          "name": "pollical pad",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006564": {
          "name": "superficial palmar arch",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003523": {
          "name": "manus blood vessel",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5003625": {
          "name": "manual digit 5 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001436": {
          "name": "phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005647": {
          "name": "manual digit 4 epithelium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014670": {
          "name": "distal interphalangeal joint of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007730": {
          "name": "interphalangeal joint of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004434": {
          "name": "proximal epiphysis of distal phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003522": {
          "name": "manual digit blood vessel",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004328": {
          "name": "proximal phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011968": {
          "name": "radio-carpal joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004445": {
          "name": "proximal epiphysis of proximal phalanx of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005692": {
          "name": "manual digit 2 mesenchyme",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011869": {
          "name": "pisiform joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007741": {
          "name": "metacarpophalangeal joint of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5011981": {
          "name": "manual digit 6 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003319": {
          "name": "mesenchyme of carpal region",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001503": {
          "name": "dorsal interosseous of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003620": {
          "name": "manual digit 1 phalanx",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010578": {
          "name": "manual digit 4 phalanx pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009586": {
          "name": "mesenchyme of interdigital region between manual digits 1 and 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004419": {
          "name": "proximal epiphysis of phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011012": {
          "name": "flexor pollicis brevis muscle",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004417": {
          "name": "proximal epiphysis of phalanx of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012262": {
          "name": "manual minor digit (Aves)",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004425": {
          "name": "proximal epiphysis of fourth metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0002389": {
          "name": "manual digit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010675": {
          "name": "manual digit 1 phalanx cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003695": {
          "name": "metacarpophalangeal joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0008444": {
          "name": "webbed manual digit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5111982": {
          "name": "manual digit 7 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007997": {
          "name": "sesamoid bone of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012350": {
          "name": "carpal pad",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014376": {
          "name": "thenar muscle",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007744": {
          "name": "metacarpophalangeal joint of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001432": {
          "name": "distal carpal bone 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015046": {
          "name": "manual digit 4 metacarpus endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010698": {
          "name": "manual digit metacarpus pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0016496": {
          "name": "tendon of palmaris longus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004452": {
          "name": "carpal region",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004387": {
          "name": "epiphysis of phalanx of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0002374": {
          "name": "metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011276": {
          "name": "nail of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0002962": {
          "name": "adductor pollicis muscle",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010571": {
          "name": "manual digit 2 metacarpus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010069": {
          "name": "intermedium (fore)",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003624": {
          "name": "manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011983": {
          "name": "manual digit 8",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015094": {
          "name": "distal carpal bone 4 cartilage",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015047": {
          "name": "manual digit 5 metacarpus endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004393": {
          "name": "epiphysis of third metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015093": {
          "name": "distal carpal bone 4 endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006505": {
          "name": "palmar interosseous muscle of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0008878": {
          "name": "palmar part of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005278": {
          "name": "nail bed of finger",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3000846": {
          "name": "element Y of fore mesopodium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0017717": {
          "name": "hypothenar eminence",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010699": {
          "name": "manual digit metacarpus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010564": {
          "name": "manual digit 1 mesenchyme",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5001463": {
          "name": "manual digit 1 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011275": {
          "name": "nail of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006166": {
          "name": "lateral dorsal digital artery for digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012335": {
          "name": "navicular bursa of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011205": {
          "name": "carpometacarpus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001427": {
          "name": "radiale",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5111983": {
          "name": "manual digit 8 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0008257": {
          "name": "radial sesamoid",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011119": {
          "name": "carpometacarpal joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003645": {
          "name": "metacarpal bone of digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010576": {
          "name": "manual digit 2 phalanx pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0036176": {
          "name": "opponens digiti minimi of hand",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010682": {
          "name": "proximal-most prepollical element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005897": {
          "name": "manus bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012260": {
          "name": "alular digit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004391": {
          "name": "epiphysis of first metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5111981": {
          "name": "manual digit 6 digitopodial skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005695": {
          "name": "manual digit 5 mesenchyme",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0007959": {
          "name": "falciform carpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003625": {
          "name": "manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004337": {
          "name": "distal phalanx of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001500": {
          "name": "muscle of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003447": {
          "name": "digit nerve of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015084": {
          "name": "distal carpal bone 1 endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004311": {
          "name": "distal phalanx of manual digit 2",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:4200209": {
          "name": "postaxial process of the ulnare",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015049": {
          "name": "carpus endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004394": {
          "name": "epiphysis of fourth metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004322": {
          "name": "middle phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011277": {
          "name": "nail of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0002445": {
          "name": "ulnare",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015043": {
          "name": "manual digit 1 metacarpus endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0013752": {
          "name": "diaphysis of metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005227": {
          "name": "manual digit epithelium",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0005809": {
          "name": "cortex of manus bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003448": {
          "name": "manus nerve",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011870": {
          "name": "pisotriquetral joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010579": {
          "name": "manual digit 5 phalanx pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004442": {
          "name": "proximal epiphysis of proximal phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004390": {
          "name": "epiphysis of metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0008839": {
          "name": "palmar pad",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012135": {
          "name": "prepollex skeleton",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001410": {
          "name": "common palmar digital artery",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0013777": {
          "name": "skin of palm of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014508": {
          "name": "distal interphalangeal joint of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015086": {
          "name": "distal carpal bone 1 pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014377": {
          "name": "hypothenar muscle",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0009565": {
          "name": "nail of manual digit",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004249": {
          "name": "manual digit bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004426": {
          "name": "proximal epiphysis of fifth metacarpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010577": {
          "name": "manual digit 3 phalanx pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:3010163": {
          "name": "metacarpal fold",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015029": {
          "name": "manual digit 5 phalanx endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0014881": {
          "name": "distal epiphysis of distal phalanx of manual digit 1",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006146": {
          "name": "dorsal digital artery of manus",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004433": {
          "name": "proximal epiphysis of distal phalanx of manual digit 3",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012358": {
          "name": "manual digitopodium bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0017716": {
          "name": "thenar eminence",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0011981": {
          "name": "manual digit 6",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010676": {
          "name": "manual digit 2 phalanx cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003434": {
          "name": "wrist nerve",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001481": {
          "name": "distal carpal bone",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004313": {
          "name": "distal phalanx of manual digit 4",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0010573": {
          "name": "manual digit 4 metacarpus cartilage element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001429": {
          "name": "pisiform",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0003664": {
          "name": "manual digit muscle",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:5011983": {
          "name": "manual digit 8 plus metapodial segment",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015092": {
          "name": "distal carpal bone 3 pre-cartilage condensation",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004563": {
          "name": "forelimb digital vein",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0004323": {
          "name": "middle phalanx of manual digit 5",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0015078": {
          "name": "proximal carpal endochondral element",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0001489": {
          "name": "manus joint",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0012355": {
          "name": "manual acropodium region",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        },
        "UBERON:0006137": {
          "name": "proper palmar digital artery",
          "category": [
            "biolink:AnatomicalEntity"
          ]
        }
      },
      "edges": {
        "af5b31a75c36c9d97ef24139316c0fd1c2c04b0b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004414",
          "object": "UBERON:0002398"
        },
        "8715528a1213a2bcb3e8eb745565c20201f67792": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003230",
          "object": "UBERON:0002398"
        },
        "fb14f31bb3d3ecfac833efe0e269d44d805294f8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0002389",
          "object": "UBERON:0002398"
        },
        "414b9ce5ef8b61789561d8407fe9142f71c06022": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003597",
          "object": "UBERON:0002398"
        },
        "6b76a8349175a2287984a89d8a646d37f73c5d5a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004452",
          "object": "UBERON:0002398"
        },
        "f0cb2779814966455731d0162ee2652932409f3a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014670",
          "object": "UBERON:0002398"
        },
        "7d75093b2feec78dcf2d42f81959416c1037199d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009586",
          "object": "UBERON:0002398"
        },
        "07ccb26997318d3763fb4172147fa1f2fddb93c8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200104",
          "object": "UBERON:0002398"
        },
        "a76eb8bdf3370c2edf893423c6d7e69131797db1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004390",
          "object": "UBERON:0002398"
        },
        "710489b22b86d79e3dd2b38bcb18e38d3863791d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006505",
          "object": "UBERON:0002398"
        },
        "276f0c72da6ca5056876e255ac5165ebca738cd0": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004387",
          "object": "UBERON:0002398"
        },
        "cf200d5950963e56fbb66d58c550bf3f4b0039a6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015093",
          "object": "UBERON:0002398"
        },
        "4e0b547fe9ffb7f948cd9914787a291f98efeede": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5103622",
          "object": "UBERON:0002398"
        },
        "731805d9088b8781e05059a196642670e6cb92cb": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0019246",
          "object": "UBERON:0002398"
        },
        "1707ba67c41557b929af545edb2b9fb184e8ee9a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001491",
          "object": "UBERON:0002398"
        },
        "c26f687f82b129069c4b4d4bbad6b86584763890": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003638",
          "object": "UBERON:0002398"
        },
        "ed0e40d9c0f02f10624aa383a39b5b178538d750": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005695",
          "object": "UBERON:0002398"
        },
        "dbc4a3c76d82cc47b8061ab6576a085884436d09": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001503",
          "object": "UBERON:0002398"
        },
        "154fc4775f15a3fe77964ef50b32691bc70d6b70": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010060",
          "object": "UBERON:0002398"
        },
        "7425b2fc6456f170d51d4c629d966a21c28e5ab8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0013587",
          "object": "UBERON:0002398"
        },
        "aae4002904c2404bcfc07d1a7b3b03f68a8a7c87": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001489",
          "object": "UBERON:0002398"
        },
        "489a7cec1b18092fd8a1997b77a3373ff51be58c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004563",
          "object": "UBERON:0002398"
        },
        "c85db050d10cacf52fc1fe152170104362956548": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004432",
          "object": "UBERON:0002398"
        },
        "f1ca007db6cbe73d023d322c3dc6ab977502cb29": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012355",
          "object": "UBERON:0002398"
        },
        "10a1d148ede8d4b95d093178b2c9b6f9b451451e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010578",
          "object": "UBERON:0002398"
        },
        "b9d7f714e4473eab097f07d1b1831be8a6eed2a0": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004442",
          "object": "UBERON:0002398"
        },
        "13e1c392ee3d23fae76a5ff59589f6033d78ad29": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011277",
          "object": "UBERON:0002398"
        },
        "c1a4612f1c5efadaa451115f045eceae5a2bb1cb": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010698",
          "object": "UBERON:0002398"
        },
        "a4dd7bf64cb729fd2874532bfa8cddd1ee5ab398": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0008839",
          "object": "UBERON:0002398"
        },
        "abcf71a3f6d1041635d514f3a5117bb819470e1e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010686",
          "object": "UBERON:0002398"
        },
        "fb587b7e0062c572bc13cddf1994b044101a4783": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003637",
          "object": "UBERON:0002398"
        },
        "f8b7041a8492a5861b1d6ce0ebf4a4a65fdb61c9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200108",
          "object": "UBERON:0002398"
        },
        "57d7ed807eeabca265602bd5b090a774d9ef4f44": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014882",
          "object": "UBERON:0002398"
        },
        "c33506e74d934104ff2aa0140e9ba87a0f90264f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005647",
          "object": "UBERON:0002398"
        },
        "9d05387dbe2234ca7211bab1ac03099abd273a30": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011276",
          "object": "UBERON:0002398"
        },
        "b4854a87f9015659e9677e7110a697101ea9dbc2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015097",
          "object": "UBERON:0002398"
        },
        "52213e652a376fc0a7cb5c7ca38ac0ce07c757b8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007959",
          "object": "UBERON:0002398"
        },
        "ad90c16a1b84e99a2aecadf944625ff37c2a4fe8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001433",
          "object": "UBERON:0002398"
        },
        "c8f1524be8cd8cd86c3712f2da4c15967b060569": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0016496",
          "object": "UBERON:0002398"
        },
        "b9525d3bacdbb5f4ff359f0d98290f3a1e49494a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003636",
          "object": "UBERON:0002398"
        },
        "2adc942449870796bfc7127c4d8bfa3016079f46": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0013622",
          "object": "UBERON:0002398"
        },
        "0cf5aafd1d672cc8197e9c6eeaa4bcdd8f0250ee": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5003623",
          "object": "UBERON:0002398"
        },
        "913bc7da808f3cec5700153a729c8f24ac449aee": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001442",
          "object": "UBERON:0002398"
        },
        "c551c6588daa4a39154b4c3ea0d0d8cb50bff54e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011870",
          "object": "UBERON:0002398"
        },
        "1cfa36f3b5e83c49bc79b857178ae07821422a92": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010567",
          "object": "UBERON:0002398"
        },
        "b8886e5dc5dd4114c17ad45718c4f607e699aba6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005451",
          "object": "UBERON:0002398"
        },
        "6f15554077700cc899c6013f611a47de8a8f101c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0013752",
          "object": "UBERON:0002398"
        },
        "d45a3cb692bba158ceeeaa34b1408edd0935691f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0008444",
          "object": "UBERON:0002398"
        },
        "b9b338ed6a81b707cc1914665c7b4d66e2bd9305": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009552",
          "object": "UBERON:0002398"
        },
        "0200c13b7d57f80bfa2be6711aa777810adfff0c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5003624",
          "object": "UBERON:0002398"
        },
        "3cdc860fcaf9a8444ba1d329d0faf7211a5d7187": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012260",
          "object": "UBERON:0002398"
        },
        "d51b83732b3931e18025e22e7b27bcb1183d6832": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200094",
          "object": "UBERON:0002398"
        },
        "0feedcc83e3f421a697bbd8ea502263ef3876572": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003664",
          "object": "UBERON:0002398"
        },
        "d8d9510388b1294e42a0e98682452d5338aa39a6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0002445",
          "object": "UBERON:0002398"
        },
        "52db7f483e2d09f6f6a3df2329a0cf23f169a49f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010069",
          "object": "UBERON:0002398"
        },
        "a2bfd3ea76df3f7e68a814d9bcf9e7eb9b4f1497": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014881",
          "object": "UBERON:0002398"
        },
        "e0b313f1ee282a08cfe0bf9e8dd17fd39f58e780": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011977",
          "object": "UBERON:0002398"
        },
        "3d2a116af38f124cf58603d166dc7133000c7b3d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014508",
          "object": "UBERON:0002398"
        },
        "564e6cce846b571f101466f8ae4fdc56d9bacd0c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004392",
          "object": "UBERON:0002398"
        },
        "411fa44070666c5a766696edb16b65e6bef113d4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012261",
          "object": "UBERON:0002398"
        },
        "7b8f5a2b41266be7b23f0c2bf92bb78122b0b39c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006564",
          "object": "UBERON:0002398"
        },
        "41fbb0328c7de4a3ac061e588af696caf306654a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010576",
          "object": "UBERON:0002398"
        },
        "1650f2423f642bcba829a58607a5915b2f49c823": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5001463",
          "object": "UBERON:0002398"
        },
        "b430a6e0a41fc85ea1e4d326e03ded619144d6f2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004453",
          "object": "UBERON:0002398"
        },
        "7a46d3db3a59cff1198a8bcfc8efb5e30ea69922": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004444",
          "object": "UBERON:0002398"
        },
        "d51b82701e516bb703184f9ff9928b8100e4f4ab": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004437",
          "object": "UBERON:0002398"
        },
        "e284014055899ddc2849a4405ec5a2e3157473cf": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003646",
          "object": "UBERON:0002398"
        },
        "449d876ed984564ab2733f54c604c1b5fb3b3193": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012141",
          "object": "UBERON:0002398"
        },
        "4cf7e87c8348b2584e9187d5b81ac59d9a29d08f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010739",
          "object": "UBERON:0002398"
        },
        "3635e72facddd254c8bfb49276ac2d715786123f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010719",
          "object": "UBERON:0002398"
        },
        "14f33e1dbd310d65e91cc83e01c5ccfc8b7ad69f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003523",
          "object": "UBERON:0002398"
        },
        "7296f4d6dea9bd9a3a807c75da44b35938e47635": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010163",
          "object": "UBERON:0002398"
        },
        "8f5c0d5a8dcc5f1d04fb3b98141904cd235c94a4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003575",
          "object": "UBERON:0002398"
        },
        "d746c1ffb9a23d703b269240e71be7bf3f48f0d0": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0013628",
          "object": "UBERON:0002398"
        },
        "f9e12595c7748970181114f6f9e8a6583e0e9b2d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011968",
          "object": "UBERON:0002398"
        },
        "e39ecaed8a666d1778a302fec424cf40985f242c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004323",
          "object": "UBERON:0002398"
        },
        "0af93fb1e885a470f8c93d72f2b3014502116b10": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011273",
          "object": "UBERON:0002398"
        },
        "a16cdb64e82b6a2f01dd4012564359215f6dbda2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001432",
          "object": "UBERON:0002398"
        },
        "e3ee97accc00c4d8549669ae0eb6db6b1346c904": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010571",
          "object": "UBERON:0002398"
        },
        "02015f50b03fe21adbde09332e16641470e45327": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004328",
          "object": "UBERON:0002398"
        },
        "ced800be4544bb539f4b582eb48990d53018138f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014376",
          "object": "UBERON:0002398"
        },
        "314f314a65e17537237238cb2f58c317dfecb839": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015087",
          "object": "UBERON:0002398"
        },
        "2f0ca7c3c4a2eb809ab1be389c18f2664fcc8884": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009588",
          "object": "UBERON:0002398"
        },
        "b5c51fb86d795ec53655376b5cd926271396ad71": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011104",
          "object": "UBERON:0002398"
        },
        "1f63f5ad482ad21d739517045028bd2d363cfdfa": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015026",
          "object": "UBERON:0002398"
        },
        "cc7f8fa029445c11fcd57223f560d2ae28e6e59b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011012",
          "object": "UBERON:0002398"
        },
        "27233c5a00258cec4af746992ecf8547a8e2efc4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010683",
          "object": "UBERON:0002398"
        },
        "4038e80738ffe4b48a081494babc890d9219a4e7": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007735",
          "object": "UBERON:0002398"
        },
        "d0fc4b2f6e595a406bc5bb2278a28cffe2e57f81": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004417",
          "object": "UBERON:0002398"
        },
        "16f5d420ddcbf79fab0f831fcc8c85065f72b01f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003624",
          "object": "UBERON:0002398"
        },
        "d9e0f51ae8cd739e13c5b2340f2acf163e81625e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001436",
          "object": "UBERON:0002398"
        },
        "6dea01ae17e171fe47fb9a78ccfbf29489a313c6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011274",
          "object": "UBERON:0002398"
        },
        "d4937f724add2cef5d692192aa1c95c8b8d04f44": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5011982",
          "object": "UBERON:0002398"
        },
        "e9e8febe9741c466d1d758123dd87243b1b6c85a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005257",
          "object": "UBERON:0002398"
        },
        "463bc1f2a0dae54b04123a4ae62d3d1cb70114d9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0017716",
          "object": "UBERON:0002398"
        },
        "bcb97b1e1b2d6d1a5d9f3fd8422826ea6d12d0e4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010690",
          "object": "UBERON:0002398"
        },
        "32c1b181557661a1107ee4850ff8b88defa46ea8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004314",
          "object": "UBERON:0002398"
        },
        "f9109f431741fa0ce645a2857abdb66c95d6f224": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011981",
          "object": "UBERON:0002398"
        },
        "145f7c8f2e199e4f9ee3d27bb45acd35242115bb": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012262",
          "object": "UBERON:0002398"
        },
        "68b6b13ed08427af95723bb90b84f16351ea3d62": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5103623",
          "object": "UBERON:0002398"
        },
        "8f79abb900332db5f58046ebf6d99a0b445a0195": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006166",
          "object": "UBERON:0002398"
        },
        "ba17d45df39e870f8943181ab5b7e4adee70b1bc": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5111981",
          "object": "UBERON:0002398"
        },
        "a5553e0ca6e51e5d817b0598d5d0e81f492597b4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004435",
          "object": "UBERON:0002398"
        },
        "07d60ffc4adf6ea190d9a3d423750e1c8589f3b0": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011275",
          "object": "UBERON:0002398"
        },
        "2ed596d1af285d8ba47872c3b32fd03c1e471848": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0008257",
          "object": "UBERON:0002398"
        },
        "d3711e665eaf4f0cfb56497c81023a78ad79d113": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004440",
          "object": "UBERON:0002398"
        },
        "2e68eadfed084c32094100aa09054fe23a585acf": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003533",
          "object": "UBERON:0002398"
        },
        "70168a9a277aaf52abbca25f8bc7c4649c9896e7": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010570",
          "object": "UBERON:0002398"
        },
        "4abd924150a6c0fb7bed85e01f87a3a714f77786": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001481",
          "object": "UBERON:0002398"
        },
        "f224a1015211d000da60cc07469c55c830d9a207": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010572",
          "object": "UBERON:0002398"
        },
        "d48715531b883e4a248def247163e80eeb23d1c4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011265",
          "object": "UBERON:0002398"
        },
        "7381fc9fb0a1c2b05b55203104a2373961130920": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004311",
          "object": "UBERON:0002398"
        },
        "57385713396b95ca74822e3325cd915ee994eb49": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200209",
          "object": "UBERON:0002398"
        },
        "7bbaf41b4a48fdf77d6ad94174f93c4d9c5560d5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010574",
          "object": "UBERON:0002398"
        },
        "64d26229f3e99b8200471a2deb51a1e5b411ed5f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010568",
          "object": "UBERON:0002398"
        },
        "9f56ef4af96572d7521b2a8b060553ec78e78d5e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007741",
          "object": "UBERON:0002398"
        },
        "e1ee7c67c3705f8002b085867c78350f08760118": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005693",
          "object": "UBERON:0002398"
        },
        "ec28d35f417f13c1fdb5faf0741d0b9bee117744": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006035",
          "object": "UBERON:0002398"
        },
        "97f28c0491173d4fc9e887bd5988b3a1665e2d6d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0017717",
          "object": "UBERON:0002398"
        },
        "d61eff9f985b814b345e7b99051a9e8d9c0224be": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3000846",
          "object": "UBERON:0002398"
        },
        "84e367fdb2a6696a1aca562c04424f8066275da5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200041",
          "object": "UBERON:0002398"
        },
        "4e045bda156a2db5027b5aa4f5e972b81bb0a932": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004445",
          "object": "UBERON:0002398"
        },
        "860cee3673a543379216806f52e25a3aea0774c2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001429",
          "object": "UBERON:0002398"
        },
        "542d08940ab40a4176ad1f33e449438c74caa53a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015085",
          "object": "UBERON:0002398"
        },
        "dbc2717f055f4b99c8c786c6efa733b467589fbf": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009880",
          "object": "UBERON:0002398"
        },
        "ecc3b22d7df7da8c24bf2920214a158543f40719": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5011981",
          "object": "UBERON:0002398"
        },
        "2757f4ae393b811f0a98aa2c7f1f75bc3a729b08": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010564",
          "object": "UBERON:0002398"
        },
        "bc65c4b849293ca0718f628936440a2351b9ce42": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0013753",
          "object": "UBERON:0002398"
        },
        "a904d3b5ab2c0107ff221776fb33dc27a7269e8c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5103625",
          "object": "UBERON:0002398"
        },
        "ab71fcfe9773adde3df914d16c8653b1b24d197e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010575",
          "object": "UBERON:0002398"
        },
        "bdf16397c7a962a6d3be422a43b82905568b4780": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004418",
          "object": "UBERON:0002398"
        },
        "b80b070a0d2f40142c9513be73d0a882479df7ef": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001442",
          "object": "UBERON:0002398"
        },
        "50c2df30eb970ef9a4070ce339970a3d90c520a9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015084",
          "object": "UBERON:0002398"
        },
        "0338a9943b5c2b0cfe2987eba54a7f1da0b80744": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007722",
          "object": "UBERON:0002398"
        },
        "c46673368e8810de11ac33594e50de59ce02a350": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001430",
          "object": "UBERON:0002398"
        },
        "c8e5baa7c25aa352181ece6e765a94dd26c10219": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015069",
          "object": "UBERON:0002398"
        },
        "8e15de3da5c26872c78aa56a442493fbcf9b86db": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015047",
          "object": "UBERON:0002398"
        },
        "aabeaef613b7e6370cc25ec90999b03e30cc220c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004489",
          "object": "UBERON:0002398"
        },
        "614e95b290200e53b6051696f443370658c299cc": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003864",
          "object": "UBERON:0002398"
        },
        "4ce3e5bbfb417875857724b8a8ce4355c991db0b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004337",
          "object": "UBERON:0002398"
        },
        "9a69a94cdac245bec81a39210d27df83bebd64ab": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015091",
          "object": "UBERON:0002398"
        },
        "cace24de4ff233aec9680b5c5e4b719fffdb8304": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011868",
          "object": "UBERON:0002398"
        },
        "99ab1b3672602dacd32c7c0998982387274f9129": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011978",
          "object": "UBERON:0002398"
        },
        "0eabdb6e40762594a5364731e0a6807b12494583": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0008438",
          "object": "UBERON:0002398"
        },
        "cd27797c40dd8012227a0457c8dbadf12983f263": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005648",
          "object": "UBERON:0002398"
        },
        "a20f4761579fd7326915101d1bca428a43459598": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015080",
          "object": "UBERON:0002398"
        },
        "4019af171f9f103d99c022e6d4d85ab6b9a328b5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010679",
          "object": "UBERON:0002398"
        },
        "9899997f4d0a9181a16999fdef2a177fadbc42a6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004422",
          "object": "UBERON:0002398"
        },
        "52642d63f32990087d2fc5ae7273cd9aca05355c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015086",
          "object": "UBERON:0002398"
        },
        "e016a69999ed828796af16fe250342be0f889fa6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005646",
          "object": "UBERON:0002398"
        },
        "00937ff9e6ab68bdf0384fcb7729dc90d7ad4d1b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006164",
          "object": "UBERON:0002398"
        },
        "82d69fb37603fc5ed02efeb49aeacca1ca52c6c4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003645",
          "object": "UBERON:0002398"
        },
        "9f1c961b26258e48f8973ebda1354355aafe6639": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015025",
          "object": "UBERON:0002398"
        },
        "7b9011dfe656b939af6cbf3a83fa88c0f386f577": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003648",
          "object": "UBERON:0002398"
        },
        "d974bc225e5fe7a296093980f8b457a9c4afa2f6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010193",
          "object": "UBERON:0002398"
        },
        "813d5a38d7550c903ad2226a45d4f1cd05ae1202": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005276",
          "object": "UBERON:0002398"
        },
        "6f13f714c8c53cc4532eb718ea44fc6673ed98dc": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010573",
          "object": "UBERON:0002398"
        },
        "91974c512cf95f6002ebce76aa840af810d8b60f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004553",
          "object": "UBERON:0002398"
        },
        "fb56ee2e32a7c0d8536e0b4614ab90b3c479e10f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007744",
          "object": "UBERON:0002398"
        },
        "b53ad95fb4c6c801da46e7d67797c369606c7092": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015028",
          "object": "UBERON:0002398"
        },
        "8bc5eba6ec9305f6e50b038dac95f1b83e1ed51e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200219",
          "object": "UBERON:0002398"
        },
        "9d061a5dd8cc3bc7a72c5ae0b08415089e4aa675": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005809",
          "object": "UBERON:0002398"
        },
        "bcd86f3bf89c1ed81a1250b0a851a9efcea66a16": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004421",
          "object": "UBERON:0002398"
        },
        "555b474072466ff4a496c629a198fe82d41c341a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003649",
          "object": "UBERON:0002398"
        },
        "38fd87a84c936849a33a92a2ca2ad48c69f50939": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014375",
          "object": "UBERON:0002398"
        },
        "3522461562c2b3929e0cfb74fdb2147118afec6d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015044",
          "object": "UBERON:0002398"
        },
        "08672ad457c0a311bd7005f9c47a9f726e1828c5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014883",
          "object": "UBERON:0002398"
        },
        "6a51cfd58abeaf2a4172de38821591b12050edfb": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0035842",
          "object": "UBERON:0002398"
        },
        "936a51ceec9a00eccb89c2ca98760f5e07020558": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004436",
          "object": "UBERON:0002398"
        },
        "79f11bc1dc108bf4880d0fcdfd084e78b110ad63": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014885",
          "object": "UBERON:0002398"
        },
        "e553ad46514db05fda62863553e0feab539c8521": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003647",
          "object": "UBERON:0002398"
        },
        "3c1d76479a6994be4825f32e5c075666d3353bb3": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003695",
          "object": "UBERON:0002398"
        },
        "28b8210f1db14b67f1a49d37b00ba6a20d32a7ee": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004393",
          "object": "UBERON:0002398"
        },
        "7af88587058b89578332fe921483324bdb572cdc": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0013777",
          "object": "UBERON:0002398"
        },
        "51d5dc275aa6fe0a625686401f53a44d3a612800": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0036173",
          "object": "UBERON:0002398"
        },
        "fc4dca8f35f23c751e6b8ff024a368c1f7912ef4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010699",
          "object": "UBERON:0002398"
        },
        "660d718faf3901727b23f6d346ae71a08f11b4b2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007723",
          "object": "UBERON:0002398"
        },
        "c201d13627a1d7c0d711d161cde966b6a8b75492": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010127",
          "object": "UBERON:0002398"
        },
        "15d669120d6d157044c0023b3ba355650cc359f3": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003522",
          "object": "UBERON:0002398"
        },
        "266db520f8ecf140606dee7147b43bee438fa50e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200179",
          "object": "UBERON:0002398"
        },
        "c7969c504dcdf3a1d38bfcfe821f378d6aa7168c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012135",
          "object": "UBERON:0002398"
        },
        "93aa387eed343bba30364db04af6b4ee70e39315": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0036172",
          "object": "UBERON:0002398"
        },
        "441fb3806351905ce6a568219a1a436b7110369d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011119",
          "object": "UBERON:0002398"
        },
        "88444958a65632614ca8ef9e6ea61ad3ae88518b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004443",
          "object": "UBERON:0002398"
        },
        "356c1047aa12bfadaaf6f7b2294e64f1b6b3dfac": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007958",
          "object": "UBERON:0002398"
        },
        "d71caa38d5cf501046b6c16415d6f872ce8e65c8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010565",
          "object": "UBERON:0002398"
        },
        "f06ce652afa8f5ca06cbb302d0c088379de8e41a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004338",
          "object": "UBERON:0002398"
        },
        "8833d2c43892c9084fe4d09fd0b6e9f6d383ced7": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010569",
          "object": "UBERON:0002398"
        },
        "6eb4b9be9720d37baa27dbaff211feee079744d9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015029",
          "object": "UBERON:0002398"
        },
        "19bda2d6b21fb938b775ab715c59c3f355fae841": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015095",
          "object": "UBERON:0002398"
        },
        "2c69860f27132e8cb6782db4ae99045e882febaa": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0002988",
          "object": "UBERON:0002398"
        },
        "3f56955649ad7a47a9fa22fdcb5d5c575b3572ea": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5003625",
          "object": "UBERON:0002398"
        },
        "2c6f189e88a70a66ba156beba1c6b5145f19427a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001501",
          "object": "UBERON:0002398"
        },
        "6b6ff25c895c4a779e4b8dcf8a8d0f8e3252aff2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001463",
          "object": "UBERON:0002398"
        },
        "c62b1999cc9355968ac1ff7a59827d9d47752ec6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0008465",
          "object": "UBERON:0002398"
        },
        "67c4331ad407dd222d78d11a59d0ba5f011c5df2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003319",
          "object": "UBERON:0002398"
        },
        "572b4091a720d77f3e89ae18d8ae7b51ec35aa41": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012260",
          "object": "UBERON:0002398"
        },
        "2a6a1d18f8e362aef988f88da71d521fb3b296d5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011131",
          "object": "UBERON:0002398"
        },
        "4be7487de3b2f59af4d66d85e22f821c942b4a70": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004249",
          "object": "UBERON:0002398"
        },
        "f12b0c6a90142a7eda19f5db684b7c8ae6ac5433": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001412",
          "object": "UBERON:0002398"
        },
        "99cd611cdf3171384b62b5786e478db76258976f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001410",
          "object": "UBERON:0002398"
        },
        "21761528076892bb4dd7b76464f8b96894b0f6cb": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011132",
          "object": "UBERON:0002398"
        },
        "a8f2c48d31574df41eb2e403c7db89b24842617e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015096",
          "object": "UBERON:0002398"
        },
        "431d136ed22071c15db18d27184fb30a3095bcbf": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006032",
          "object": "UBERON:0002398"
        },
        "16d8712f7e3c838053309d0410ea0f6f6ec22ba3": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0016426",
          "object": "UBERON:0002398"
        },
        "7995f11ed8a2e1cfd61c8070ea494606195f636e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010566",
          "object": "UBERON:0002398"
        },
        "588223db9d2b9c49bc6cb5d7f56b49876ba981c9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015098",
          "object": "UBERON:0002398"
        },
        "ca0feeb3c2afc697fdeda46e009c03e8c3bf80ae": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0002374",
          "object": "UBERON:0002398"
        },
        "af67548a45833eb72e237401ed1ea33269fb6244": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007960",
          "object": "UBERON:0002398"
        },
        "1b4b606f3851fb0b81a72018b3e1eea1e647f51f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012268",
          "object": "UBERON:0002398"
        },
        "ebabf6e642402dabac349ecad81ef9e9a17c741d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003598",
          "object": "UBERON:0002398"
        },
        "069542b9f91cd87ae3096b5e9dde96025886e6e1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0019232",
          "object": "UBERON:0002398"
        },
        "c075c41edf051b35a2e8831e24c34c3528a334fa": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005227",
          "object": "UBERON:0002398"
        },
        "5155b718e2471e67ceb5ea070c94dcfd048ab225": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0036174",
          "object": "UBERON:0002398"
        },
        "e20729611afdd0689d029ff334d7c29db1e5b5da": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200180",
          "object": "UBERON:0002398"
        },
        "1768089d5a9e627637e9d3394fcdb267b3117965": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010677",
          "object": "UBERON:0002398"
        },
        "ea26ce9f346ea6f514944b5f6a49c276fc60d146": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009565",
          "object": "UBERON:0002398"
        },
        "94c70eca411bcb05dfaee72ee3fdd91de452b45f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012124",
          "object": "UBERON:0002398"
        },
        "73d0fbae4137414dd56852d10be85a22223233b6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011982",
          "object": "UBERON:0002398"
        },
        "d24e222b48b873274a736a0e1970ef659e4cbb80": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001431",
          "object": "UBERON:0002398"
        },
        "77240e97e74c41b54dcc63ffd5d67460eb335585": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001502",
          "object": "UBERON:0002398"
        },
        "c493ccae5cced77ae5adb5896abe77540f11d0d7": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004409",
          "object": "UBERON:0002398"
        },
        "b4dc6821ed5e47b72f6bf9268d40421047b17495": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5111982",
          "object": "UBERON:0002398"
        },
        "4193eee8fb6fc93829014f28379c5357eba23fa1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0002234",
          "object": "UBERON:0002398"
        },
        "97b3553e3b75c67307f8c3854847c30a89078d1a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004426",
          "object": "UBERON:0002398"
        },
        "1047afea2da5a316b3012f93df47b539ed84b74a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004425",
          "object": "UBERON:0002398"
        },
        "21c9e57ef01d19d124d008174a7cacee09cc5c1f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015078",
          "object": "UBERON:0002398"
        },
        "399481b82b433ea62c18c16e0dd715a9715e5cff": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006141",
          "object": "UBERON:0002398"
        },
        "51d95233635720f8e7304557286a17350264f4ab": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003623",
          "object": "UBERON:0002398"
        },
        "77489954573a17d9c983e66b61b8491488ba6aed": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015046",
          "object": "UBERON:0002398"
        },
        "9a2c5806120754960797aa1276d76c4b4e07eb4a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006165",
          "object": "UBERON:0002398"
        },
        "2fbb2e5754726e13bdc95a8208971b8846717dfa": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009589",
          "object": "UBERON:0002398"
        },
        "e26cdc6eecd758a6486d380291591a5b0a781552": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004331",
          "object": "UBERON:0002398"
        },
        "8cbfdf18be39d89c7ea34510808124970404d770": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004330",
          "object": "UBERON:0002398"
        },
        "37c13198e608f721aa26e0d771cdeb4cfd39b72a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009600",
          "object": "UBERON:0002398"
        },
        "58683282d40ad125ac22deeec1afa595169afcc4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004441",
          "object": "UBERON:0002398"
        },
        "dcce4e0ce515cdd6a39fe4077fec43b9c5e33d26": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200140",
          "object": "UBERON:0002398"
        },
        "10d9e9abd58c34976a1266711eb82c01b7e531c9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003448",
          "object": "UBERON:0002398"
        },
        "b832daedaaf44d095e8fcec66d353016a4368238": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006140",
          "object": "UBERON:0002398"
        },
        "491c7bd475759767b4d7a1366af830bc8da58dbc": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5003622",
          "object": "UBERON:0002398"
        },
        "928ece68d6db3e3e68369b43d14cf84906997238": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005897",
          "object": "UBERON:0002398"
        },
        "9b1ab00bc4db0428a474942d1cbaba4daa7c81bd": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001427",
          "object": "UBERON:0002398"
        },
        "1506b1b489ff3faefad0417095e61b08e6cfd314": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0002962",
          "object": "UBERON:0002398"
        },
        "0e69f0d4a0fb33fb9876dbc16a636e5bcf2da72b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5101463",
          "object": "UBERON:0002398"
        },
        "e3bf17407d7e30780f7ad8ad5a7a057897f4aaed": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003622",
          "object": "UBERON:0002398"
        },
        "2f4e73b69b855bff5b139101ad721f184202d845": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5011983",
          "object": "UBERON:0002398"
        },
        "1ab4b705c8323bc917e56f2051248db75f862ced": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007738",
          "object": "UBERON:0002398"
        },
        "fc4cb48505f03a5b10c50c8642c13ef168805613": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015079",
          "object": "UBERON:0002398"
        },
        "0baf4924f62d80f7b1f55af4ee08b4759fec3ead": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200188",
          "object": "UBERON:0002398"
        },
        "f01f0ba5eca3522af09e9e425f3369d04769938d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015043",
          "object": "UBERON:0002398"
        },
        "0d2cd557c69fe838af08b3d2d8ee64a956410bd2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015088",
          "object": "UBERON:0002398"
        },
        "aa7173b489a8795611097938a4e4334506b01778": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014884",
          "object": "UBERON:0002398"
        },
        "dfa361eff1f6cf0e60ded2e57503c211eea37612": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004394",
          "object": "UBERON:0002398"
        },
        "1ffe9ca22576bdec8df302af280040fcd08e3853": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007730",
          "object": "UBERON:0002398"
        },
        "a559409438d718d72bc8df5c1ba1669116df87d4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010676",
          "object": "UBERON:0002398"
        },
        "6e915f340691d9563e859d972162f5b17e59c00d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012262",
          "object": "UBERON:0002398"
        },
        "f115ea7802be7cf5f8b1ae6c8c6313eafcfb8259": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004419",
          "object": "UBERON:0002398"
        },
        "d86c9159ad63d24f375e99628374f225650a3f43": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0035128",
          "object": "UBERON:0002398"
        },
        "38f9ed16a548c6cfd8255df850dbbd52cd434bb1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004439",
          "object": "UBERON:0002398"
        },
        "21bb2ea001a9ffd4f7cd3493b908aa708ca13d25": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004420",
          "object": "UBERON:0002398"
        },
        "9854393fa128a09179d1de03ba61a53ff05c2f93": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010123",
          "object": "UBERON:0002398"
        },
        "9785065b691d63003e8df20f0967a712cc4ab40b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001463",
          "object": "UBERON:0002398"
        },
        "bae84808c8607cfc1e8990c330a538d4d77df0be": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015090",
          "object": "UBERON:0002398"
        },
        "4dfc5473f5fcafdc8f3c732721c550fde6a1ce25": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006013",
          "object": "UBERON:0002398"
        },
        "911a9b3b97b4c5c82a6a29d004c0cff5a2d7325d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007991",
          "object": "UBERON:0002398"
        },
        "f2a7e8c44f2bc96afb23c0cc03d27c4275239e39": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003434",
          "object": "UBERON:0002398"
        },
        "b1f1746662fc5adc62312a6b3dd15356cc8d33d4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003865",
          "object": "UBERON:0002398"
        },
        "94d7d72622a25cc024b68c990b1a84c80104c319": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012358",
          "object": "UBERON:0002398"
        },
        "ec56b9fc7aee61d92efae95189293a14e6ec592a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015146",
          "object": "UBERON:0002398"
        },
        "fd419736cbd0f95766c9baa29f4f2dfe85ae2c42": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015027",
          "object": "UBERON:0002398"
        },
        "81d3e4b6addc4cb31f0728dce210fedf00df4452": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007732",
          "object": "UBERON:0002398"
        },
        "2a4f2bf31e64f4d6b10ccaf8693d42ebaf8aedb6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010688",
          "object": "UBERON:0002398"
        },
        "73495a3eb765396cd8bc14a1e79cac33e392ddce": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010544",
          "object": "UBERON:0002398"
        },
        "03ad75eb17a4532f06a34745b07fe042026121df": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004312",
          "object": "UBERON:0002398"
        },
        "b8036325ca8d67b57fd5bc68d6b514a86bd729b9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006214",
          "object": "UBERON:0002398"
        },
        "a2236e4f645201abd9b7a6ee91aee4b0c852666e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003620",
          "object": "UBERON:0002398"
        },
        "851330bb7f953de3baf32a232da0391607f9eead": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004424",
          "object": "UBERON:0002398"
        },
        "e6b017e68d6226eba8759bca9aaa4a66c2e1b2d1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005880",
          "object": "UBERON:0002398"
        },
        "d9f57bebfacc85e4e27228ca581c617b9f648aae": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004561",
          "object": "UBERON:0002398"
        },
        "8a3a004f79ebd8cabf37f6b3512cb6627e8b87b2": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001518",
          "object": "UBERON:0002398"
        },
        "0deff51d24902cccba009a182e879b1bb1211064": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3000856",
          "object": "UBERON:0002398"
        },
        "09e3234874b579625668bcc9733a2629b9c1f5e7": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010675",
          "object": "UBERON:0002398"
        },
        "15562ae06fba30c11576a5effb7d4febf6bc485b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015089",
          "object": "UBERON:0002398"
        },
        "dd4d1ea48ac1c2026ceb2c6585c0c2c132d70b6c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014668",
          "object": "UBERON:0002398"
        },
        "8ba6acdca9780a381f89f54f3eb819251214127a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0009587",
          "object": "UBERON:0002398"
        },
        "d5eb0d0f7604cffc5dd2fe2b11b47f9ad7c0bded": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006137",
          "object": "UBERON:0002398"
        },
        "3cac1c3eb4a114fffb480c0b01e3b375061800fe": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004423",
          "object": "UBERON:0002398"
        },
        "20098b53087a322e661f3fa0b81adeffbfb145b5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004416",
          "object": "UBERON:0002398"
        },
        "cdf87461f8f36e3d64ac2d301affdb61af2d6a98": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004320",
          "object": "UBERON:0002398"
        },
        "92977fb4ac6a8ae7672c92e338ac241c351326ff": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006026",
          "object": "UBERON:0002398"
        },
        "7e6edc84043ff78f9fc03f7f951824f094461109": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014886",
          "object": "UBERON:0002398"
        },
        "5e0969fb8f2a36aa37f46454a7237a6194908c62": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015049",
          "object": "UBERON:0002398"
        },
        "6e4224a3068c91519f43363d9b898f95f1ea111e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014377",
          "object": "UBERON:0002398"
        },
        "a21c7485a53ce97db3a0ea07958a8e8e641a4aff": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015045",
          "object": "UBERON:0002398"
        },
        "e81d4311fb32c1e76a3ff494b16edac1ad313bac": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001500",
          "object": "UBERON:0002398"
        },
        "45fe48ce52e5021cd7779d29ad8fc0d4c9f8ae3f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:4200186",
          "object": "UBERON:0002398"
        },
        "07e5e4d9a7fa73511058eebcb8014d1ea6a79001": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3000965",
          "object": "UBERON:0002398"
        },
        "55959a1577a9059f433294adaa3e53bf14d8c123": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3000859",
          "object": "UBERON:0002398"
        },
        "5195a5cff860ae8108e675860ef5b5273ea73aa5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006146",
          "object": "UBERON:0002398"
        },
        "cc27f41315f7ca6d94a8bfa9ff00bb5010d4d3f4": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010577",
          "object": "UBERON:0002398"
        },
        "53e0713cce098b5371f2fb77d12c6b312e01fd28": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001519",
          "object": "UBERON:0002398"
        },
        "5c1544a5d98107520bc96a2953e91897e053790b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012290",
          "object": "UBERON:0002398"
        },
        "0a3f3fa1a893d187d8fb2c3819f79360bd8ce00b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004434",
          "object": "UBERON:0002398"
        },
        "af8cabbb0797acba69713fac1683e3e8a3e1b66b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012335",
          "object": "UBERON:0002398"
        },
        "b002043f5241024052eaee73be1c4d17adfa16b5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004321",
          "object": "UBERON:0002398"
        },
        "18f097ec447291856fd8d5f80c1531cb632dac0a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001435",
          "object": "UBERON:0002398"
        },
        "c3dc14b66e46c045d13badb559a6464d419889b1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005645",
          "object": "UBERON:0002398"
        },
        "bb09c7cc5df850d72c9fa29af9fa3489711980f5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004391",
          "object": "UBERON:0002398"
        },
        "577c8093ff17535146d9d093f6104ebba740f063": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004329",
          "object": "UBERON:0002398"
        },
        "e138a26055733ffedd9891f073c9e677fa07fc44": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004433",
          "object": "UBERON:0002398"
        },
        "97078461ba9fbde09699e43e46dc65b2e21493d1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001428",
          "object": "UBERON:0002398"
        },
        "1c2f27c14359ea0cc133caea556b805997c33c4f": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005278",
          "object": "UBERON:0002398"
        },
        "c3e32d3b732c0a9fc5f6e59ad146dcbd634bc273": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0019231",
          "object": "UBERON:0002398"
        },
        "7d6cb1a2ab1a46bf5e1d85d64679b147f1e5a1d9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0008878",
          "object": "UBERON:0002398"
        },
        "9e9ad4d1dbebe00be75af100a1b073a21b22115a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011205",
          "object": "UBERON:0002398"
        },
        "fd4fed2e611cb551b661237ec822a6c014b8830c": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0014671",
          "object": "UBERON:0002398"
        },
        "05e0182854ca488d50cd68f44b2e476b6721ef43": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0001480",
          "object": "UBERON:0002398"
        },
        "7da638a53f8f752b14cf4f050190d894e499a45e": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5103624",
          "object": "UBERON:0002398"
        },
        "a95c2b255c92e8eb2c2b6cc84843bb6847aee1b9": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:5111983",
          "object": "UBERON:0002398"
        },
        "cb9853afdf47e1b241d73a538f2ac9d637cbf033": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007731",
          "object": "UBERON:0002398"
        },
        "8d7be37e7669826308c81e2351504ec69a9754aa": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0035038",
          "object": "UBERON:0002398"
        },
        "be48a395a800e6317ef68918269a388cc618dcd6": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011983",
          "object": "UBERON:0002398"
        },
        "75d071e29826178bef6f6acefacaf8033ad636f1": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0036176",
          "object": "UBERON:0002398"
        },
        "ab767f4c1d92aab2634c5ab3299d7f3f7e3fd3a8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005692",
          "object": "UBERON:0002398"
        },
        "e302d0ba6367804dd0bf928e3d107cbfd8af34e5": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:3010682",
          "object": "UBERON:0002398"
        },
        "f5408483238ea963fcd7a533c4119813651c28ac": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007997",
          "object": "UBERON:0002398"
        },
        "88451ba0fb1173de42f4bcb03c5033d4b137a682": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012151",
          "object": "UBERON:0002398"
        },
        "2e726156ab642342c4ff6e7d53588166a7e271cc": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003639",
          "object": "UBERON:0002398"
        },
        "21f4804a2c955aeb50d1e6507d30437125708318": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004322",
          "object": "UBERON:0002398"
        },
        "e40111b30e6c4a5e9e0df11c2d11507c04a5b63a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006167",
          "object": "UBERON:0002398"
        },
        "31be49e4f568c84f153d680dd7591443b38fb326": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007729",
          "object": "UBERON:0002398"
        },
        "45f36d5f6fc6850dd18b228ac1b803ff6a0d46e8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0007747",
          "object": "UBERON:0002398"
        },
        "0dba15069ab9ff7c917d74b07f7fc660dcbbc783": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015042",
          "object": "UBERON:0002398"
        },
        "139aa42718dd694186a150dac979f7cdcd9b2b21": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015068",
          "object": "UBERON:0002398"
        },
        "5dc15e0e27f05439af47fa8cf5871afe50f0ee94": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010726",
          "object": "UBERON:0002398"
        },
        "ca6d32271f3fb9bcb2f19922e30da7555b9e119d": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003447",
          "object": "UBERON:0002398"
        },
        "ed58b5bc8e2c66817cf2fda69e65e9646dcd70af": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010586",
          "object": "UBERON:0002398"
        },
        "cb7e4664c502528a3ba7a710d2f95fb7afbeeb82": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010678",
          "object": "UBERON:0002398"
        },
        "7604a3288137909a0a55eb98608cb9e32bdc2964": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0005694",
          "object": "UBERON:0002398"
        },
        "ba09c4902a0ad6b343609c295c9718fe079bcf0b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0010579",
          "object": "UBERON:0002398"
        },
        "b9aef709232b4442c48b7dd2a5de15702b16712b": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015094",
          "object": "UBERON:0002398"
        },
        "8d8cb71324ebc3799db33186ee2dc305f90a14fd": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0003625",
          "object": "UBERON:0002398"
        },
        "7648fec2ddae0f57a0734f5a3bfd0220a33e6d54": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006029",
          "object": "UBERON:0002398"
        },
        "12a0c2771a2448c83db60753db91cd2806b713ea": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0012350",
          "object": "UBERON:0002398"
        },
        "52ce1f4fc17427fbb85b8895646c3c26b8afffab": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015092",
          "object": "UBERON:0002398"
        },
        "841a2cc82307849c322016cf373c2a981f3b67ea": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011979",
          "object": "UBERON:0002398"
        },
        "0135a9bdca0f45db8a51ed153521fc51c7948db8": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0015024",
          "object": "UBERON:0002398"
        },
        "8e8613295e26659be3a85f0e9290d889578fa2a3": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004313",
          "object": "UBERON:0002398"
        },
        "061778f21d44d97ba0ce8a2760fe10ab4db89283": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0011869",
          "object": "UBERON:0002398"
        },
        "04cefb7fc01ae73ea0f62f22ca7a30160b430d46": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0006213",
          "object": "UBERON:0002398"
        },
        "eeca797c2c223fa20e5b529f867a0e7027b6f86a": {
          "predicate": "biolink:part_of",
          "subject": "UBERON:0004438",
          "object": "UBERON:0002398"
        }
      }
    },
    "results": [
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001429"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "860cee3673a543379216806f52e25a3aea0774c2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001480"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "05e0182854ca488d50cd68f44b2e476b6721ef43"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001481"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4abd924150a6c0fb7bed85e01f87a3a714f77786"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001518"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8a3a004f79ebd8cabf37f6b3512cb6627e8b87b2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0002445"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d8d9510388b1294e42a0e98682452d5338aa39a6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0002962"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1506b1b489ff3faefad0417095e61b08e6cfd314"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003434"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f2a7e8c44f2bc96afb23c0cc03d27c4275239e39"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003447"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ca6d32271f3fb9bcb2f19922e30da7555b9e119d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003522"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "15d669120d6d157044c0023b3ba355650cc359f3"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003533"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2e68eadfed084c32094100aa09054fe23a585acf"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004416"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "20098b53087a322e661f3fa0b81adeffbfb145b5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004417"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d0fc4b2f6e595a406bc5bb2278a28cffe2e57f81"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004418"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "bdf16397c7a962a6d3be422a43b82905568b4780"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004419"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f115ea7802be7cf5f8b1ae6c8c6313eafcfb8259"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004420"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "21bb2ea001a9ffd4f7cd3493b908aa708ca13d25"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004421"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "bcd86f3bf89c1ed81a1250b0a851a9efcea66a16"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004423"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "3cac1c3eb4a114fffb480c0b01e3b375061800fe"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003575"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8f5c0d5a8dcc5f1d04fb3b98141904cd235c94a4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003597"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "414b9ce5ef8b61789561d8407fe9142f71c06022"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003664"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0feedcc83e3f421a697bbd8ea502263ef3876572"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004409"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c493ccae5cced77ae5adb5896abe77540f11d0d7"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004414"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "af5b31a75c36c9d97ef24139316c0fd1c2c04b0b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004424"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "851330bb7f953de3baf32a232da0391607f9eead"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004425"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1047afea2da5a316b3012f93df47b539ed84b74a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004426"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "97b3553e3b75c67307f8c3854847c30a89078d1a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004432"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c85db050d10cacf52fc1fe152170104362956548"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004433"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e138a26055733ffedd9891f073c9e677fa07fc44"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004434"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0a3f3fa1a893d187d8fb2c3819f79360bd8ce00b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004435"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a5553e0ca6e51e5d817b0598d5d0e81f492597b4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004436"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "936a51ceec9a00eccb89c2ca98760f5e07020558"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004438"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "eeca797c2c223fa20e5b529f867a0e7027b6f86a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004439"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "38f9ed16a548c6cfd8255df850dbbd52cd434bb1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004440"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d3711e665eaf4f0cfb56497c81023a78ad79d113"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004441"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "58683282d40ad125ac22deeec1afa595169afcc4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004442"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b9d7f714e4473eab097f07d1b1831be8a6eed2a0"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004443"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "88444958a65632614ca8ef9e6ea61ad3ae88518b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004444"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7a46d3db3a59cff1198a8bcfc8efb5e30ea69922"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005695"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ed0e40d9c0f02f10624aa383a39b5b178538d750"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005809"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9d061a5dd8cc3bc7a72c5ae0b08415089e4aa675"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006026"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "92977fb4ac6a8ae7672c92e338ac241c351326ff"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006029"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7648fec2ddae0f57a0734f5a3bfd0220a33e6d54"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006032"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "431d136ed22071c15db18d27184fb30a3095bcbf"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006035"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ec28d35f417f13c1fdb5faf0741d0b9bee117744"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006137"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d5eb0d0f7604cffc5dd2fe2b11b47f9ad7c0bded"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006140"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b832daedaaf44d095e8fcec66d353016a4368238"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006141"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "399481b82b433ea62c18c16e0dd715a9715e5cff"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004445"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4e045bda156a2db5027b5aa4f5e972b81bb0a932"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004453"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b430a6e0a41fc85ea1e4d326e03ded619144d6f2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004553"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "91974c512cf95f6002ebce76aa840af810d8b60f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004561"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d9f57bebfacc85e4e27228ca581c617b9f648aae"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005645"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c3dc14b66e46c045d13badb559a6464d419889b1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005646"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e016a69999ed828796af16fe250342be0f889fa6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005647"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c33506e74d934104ff2aa0140e9ba87a0f90264f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005648"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cd27797c40dd8012227a0457c8dbadf12983f263"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005692"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ab767f4c1d92aab2634c5ab3299d7f3f7e3fd3a8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005693"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e1ee7c67c3705f8002b085867c78350f08760118"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005694"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7604a3288137909a0a55eb98608cb9e32bdc2964"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004563"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "489a7cec1b18092fd8a1997b77a3373ff51be58c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005276"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "813d5a38d7550c903ad2226a45d4f1cd05ae1202"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005278"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1c2f27c14359ea0cc133caea556b805997c33c4f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006146"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "5195a5cff860ae8108e675860ef5b5273ea73aa5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006164"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "00937ff9e6ab68bdf0384fcb7729dc90d7ad4d1b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006165"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9a2c5806120754960797aa1276d76c4b4e07eb4a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007729"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "31be49e4f568c84f153d680dd7591443b38fb326"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007730"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1ffe9ca22576bdec8df302af280040fcd08e3853"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007731"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cb9853afdf47e1b241d73a538f2ac9d637cbf033"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007732"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "81d3e4b6addc4cb31f0728dce210fedf00df4452"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006166"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8f79abb900332db5f58046ebf6d99a0b445a0195"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006167"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e40111b30e6c4a5e9e0df11c2d11507c04a5b63a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006213"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "04cefb7fc01ae73ea0f62f22ca7a30160b430d46"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006214"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b8036325ca8d67b57fd5bc68d6b514a86bd729b9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006505"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "710489b22b86d79e3dd2b38bcb18e38d3863791d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006564"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7b8f5a2b41266be7b23f0c2bf92bb78122b0b39c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007738"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1ab4b705c8323bc917e56f2051248db75f862ced"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007958"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "356c1047aa12bfadaaf6f7b2294e64f1b6b3dfac"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007959"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "52213e652a376fc0a7cb5c7ca38ac0ce07c757b8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007960"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "af67548a45833eb72e237401ed1ea33269fb6244"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007991"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "911a9b3b97b4c5c82a6a29d004c0cff5a2d7325d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007997"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f5408483238ea963fcd7a533c4119813651c28ac"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0008257"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2ed596d1af285d8ba47872c3b32fd03c1e471848"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0008438"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0eabdb6e40762594a5364731e0a6807b12494583"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009587"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8ba6acdca9780a381f89f54f3eb819251214127a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009588"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2f0ca7c3c4a2eb809ab1be389c18f2664fcc8884"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009589"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2fbb2e5754726e13bdc95a8208971b8846717dfa"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010564"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2757f4ae393b811f0a98aa2c7f1f75bc3a729b08"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0008444"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d45a3cb692bba158ceeeaa34b1408edd0935691f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0008465"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c62b1999cc9355968ac1ff7a59827d9d47752ec6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0008839"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a4dd7bf64cb729fd2874532bfa8cddd1ee5ab398"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009586"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7d75093b2feec78dcf2d42f81959416c1037199d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010565"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d71caa38d5cf501046b6c16415d6f872ce8e65c8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010566"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7995f11ed8a2e1cfd61c8070ea494606195f636e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010567"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1cfa36f3b5e83c49bc79b857178ae07821422a92"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010568"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "64d26229f3e99b8200471a2deb51a1e5b411ed5f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010572"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f224a1015211d000da60cc07469c55c830d9a207"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010573"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6f13f714c8c53cc4532eb718ea44fc6673ed98dc"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010574"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7bbaf41b4a48fdf77d6ad94174f93c4d9c5560d5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010569"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8833d2c43892c9084fe4d09fd0b6e9f6d383ced7"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010570"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "70168a9a277aaf52abbca25f8bc7c4649c9896e7"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010571"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e3ee97accc00c4d8549669ae0eb6db6b1346c904"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010575"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ab71fcfe9773adde3df914d16c8653b1b24d197e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003523"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "14f33e1dbd310d65e91cc83e01c5ccfc8b7ad69f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003598"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ebabf6e642402dabac349ecad81ef9e9a17c741d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005227"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c075c41edf051b35a2e8831e24c34c3528a334fa"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005257"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e9e8febe9741c466d1d758123dd87243b1b6c85a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005451"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b8886e5dc5dd4114c17ad45718c4f607e699aba6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005880"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e6b017e68d6226eba8759bca9aaa4a66c2e1b2d1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012135"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c7969c504dcdf3a1d38bfcfe821f378d6aa7168c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012151"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "88451ba0fb1173de42f4bcb03c5033d4b137a682"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012260"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "3cdc860fcaf9a8444ba1d329d0faf7211a5d7187"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012262"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6e915f340691d9563e859d972162f5b17e59c00d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0005897"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "928ece68d6db3e3e68369b43d14cf84906997238"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0006013"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4dfc5473f5fcafdc8f3c732721c550fde6a1ce25"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009600"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "37c13198e608f721aa26e0d771cdeb4cfd39b72a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009880"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "dbc2717f055f4b99c8c786c6efa733b467589fbf"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012335"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "af8cabbb0797acba69713fac1683e3e8a3e1b66b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015024"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0135a9bdca0f45db8a51ed153521fc51c7948db8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015042"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0dba15069ab9ff7c917d74b07f7fc660dcbbc783"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015049"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "5e0969fb8f2a36aa37f46454a7237a6194908c62"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0035128"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d86c9159ad63d24f375e99628374f225650a3f43"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5001463"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1650f2423f642bcba829a58607a5915b2f49c823"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5003622"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "491c7bd475759767b4d7a1366af830bc8da58dbc"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5003623"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0cf5aafd1d672cc8197e9c6eeaa4bcdd8f0250ee"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5003624"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0200c13b7d57f80bfa2be6711aa777810adfff0c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5003625"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "3f56955649ad7a47a9fa22fdcb5d5c575b3572ea"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5011981"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ecc3b22d7df7da8c24bf2920214a158543f40719"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5011982"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d4937f724add2cef5d692192aa1c95c8b8d04f44"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5011983"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2f4e73b69b855bff5b139101ad721f184202d845"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5101463"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0e69f0d4a0fb33fb9876dbc16a636e5bcf2da72b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5103622"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4e0b547fe9ffb7f948cd9914787a291f98efeede"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5103623"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "68b6b13ed08427af95723bb90b84f16351ea3d62"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5103624"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7da638a53f8f752b14cf4f050190d894e499a45e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5103625"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a904d3b5ab2c0107ff221776fb33dc27a7269e8c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0013752"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6f15554077700cc899c6013f611a47de8a8f101c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015146"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ec56b9fc7aee61d92efae95189293a14e6ec592a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0035038"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8d7be37e7669826308c81e2351504ec69a9754aa"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3000846"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d61eff9f985b814b345e7b99051a9e8d9c0224be"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3000859"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "55959a1577a9059f433294adaa3e53bf14d8c123"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010069"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "52db7f483e2d09f6f6a3df2329a0cf23f169a49f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010123"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9854393fa128a09179d1de03ba61a53ff05c2f93"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010163"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7296f4d6dea9bd9a3a807c75da44b35938e47635"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010193"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d974bc225e5fe7a296093980f8b457a9c4afa2f6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010719"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "3635e72facddd254c8bfb49276ac2d715786123f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200041"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "84e367fdb2a6696a1aca562c04424f8066275da5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5111981"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ba17d45df39e870f8943181ab5b7e4adee70b1bc"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5111982"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b4dc6821ed5e47b72f6bf9268d40421047b17495"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:5111983"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a95c2b255c92e8eb2c2b6cc84843bb6847aee1b9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200104"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "07ccb26997318d3763fb4172147fa1f2fddb93c8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200179"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "266db520f8ecf140606dee7147b43bee438fa50e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200186"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "45fe48ce52e5021cd7779d29ad8fc0d4c9f8ae3f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200188"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0baf4924f62d80f7b1f55af4ee08b4759fec3ead"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200209"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "57385713396b95ca74822e3325cd915ee994eb49"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010576"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "41fbb0328c7de4a3ac061e588af696caf306654a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010577"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cc27f41315f7ca6d94a8bfa9ff00bb5010d4d3f4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010578"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "10a1d148ede8d4b95d093178b2c9b6f9b451451e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010579"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ba09c4902a0ad6b343609c295c9718fe079bcf0b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010586"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ed58b5bc8e2c66817cf2fda69e65e9646dcd70af"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010675"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "09e3234874b579625668bcc9733a2629b9c1f5e7"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010676"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a559409438d718d72bc8df5c1ba1669116df87d4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010677"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1768089d5a9e627637e9d3394fcdb267b3117965"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010678"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cb7e4664c502528a3ba7a710d2f95fb7afbeeb82"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010679"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4019af171f9f103d99c022e6d4d85ab6b9a328b5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010686"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "abcf71a3f6d1041635d514f3a5117bb819470e1e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010690"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "bcb97b1e1b2d6d1a5d9f3fd8422826ea6d12d0e4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010698"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c1a4612f1c5efadaa451115f045eceae5a2bb1cb"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010699"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "fc4dca8f35f23c751e6b8ff024a368c1f7912ef4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010726"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "5dc15e0e27f05439af47fa8cf5871afe50f0ee94"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010739"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4cf7e87c8348b2584e9187d5b81ac59d9a29d08f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011012"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cc7f8fa029445c11fcd57223f560d2ae28e6e59b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011119"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "441fb3806351905ce6a568219a1a436b7110369d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012141"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "449d876ed984564ab2733f54c604c1b5fb3b3193"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012260"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "572b4091a720d77f3e89ae18d8ae7b51ec35aa41"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012261"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "411fa44070666c5a766696edb16b65e6bef113d4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012262"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "145f7c8f2e199e4f9ee3d27bb45acd35242115bb"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001427"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9b1ab00bc4db0428a474942d1cbaba4daa7c81bd"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001428"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "97078461ba9fbde09699e43e46dc65b2e21493d1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001430"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c46673368e8810de11ac33594e50de59ce02a350"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011131"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2a6a1d18f8e362aef988f88da71d521fb3b296d5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011132"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "21761528076892bb4dd7b76464f8b96894b0f6cb"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011205"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9e9ad4d1dbebe00be75af100a1b073a21b22115a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011274"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6dea01ae17e171fe47fb9a78ccfbf29489a313c6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011275"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "07d60ffc4adf6ea190d9a3d423750e1c8589f3b0"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011276"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9d05387dbe2234ca7211bab1ac03099abd273a30"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011868"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cace24de4ff233aec9680b5c5e4b719fffdb8304"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011869"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "061778f21d44d97ba0ce8a2760fe10ab4db89283"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011870"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c551c6588daa4a39154b4c3ea0d0d8cb50bff54e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011968"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f9e12595c7748970181114f6f9e8a6583e0e9b2d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011977"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e0b313f1ee282a08cfe0bf9e8dd17fd39f58e780"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011979"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "841a2cc82307849c322016cf373c2a981f3b67ea"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011981"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f9109f431741fa0ce645a2857abdb66c95d6f224"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011982"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "73d0fbae4137414dd56852d10be85a22223233b6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011983"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "be48a395a800e6317ef68918269a388cc618dcd6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012124"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "94c70eca411bcb05dfaee72ee3fdd91de452b45f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001431"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d24e222b48b873274a736a0e1970ef659e4cbb80"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001432"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a16cdb64e82b6a2f01dd4012564359215f6dbda2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012268"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1b4b606f3851fb0b81a72018b3e1eea1e647f51f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012290"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "5c1544a5d98107520bc96a2953e91897e053790b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012350"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "12a0c2771a2448c83db60753db91cd2806b713ea"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015085"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "542d08940ab40a4176ad1f33e449438c74caa53a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015087"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "314f314a65e17537237238cb2f58c317dfecb839"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015088"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0d2cd557c69fe838af08b3d2d8ee64a956410bd2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015090"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "bae84808c8607cfc1e8990c330a538d4d77df0be"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001433"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ad90c16a1b84e99a2aecadf944625ff37c2a4fe8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001435"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "18f097ec447291856fd8d5f80c1531cb632dac0a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001436"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d9e0f51ae8cd739e13c5b2340f2acf163e81625e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001442"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b80b070a0d2f40142c9513be73d0a882479df7ef"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001442"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "913bc7da808f3cec5700153a729c8f24ac449aee"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015091"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9a69a94cdac245bec81a39210d27df83bebd64ab"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015093"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cf200d5950963e56fbb66d58c550bf3f4b0039a6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015094"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b9aef709232b4442c48b7dd2a5de15702b16712b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001463"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6b6ff25c895c4a779e4b8dcf8a8d0f8e3252aff2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001463"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9785065b691d63003e8df20f0967a712cc4ab40b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001489"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "aae4002904c2404bcfc07d1a7b3b03f68a8a7c87"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001502"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "77240e97e74c41b54dcc63ffd5d67460eb335585"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0002234"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4193eee8fb6fc93829014f28379c5357eba23fa1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0002374"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ca0feeb3c2afc697fdeda46e009c03e8c3bf80ae"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0002389"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "fb14f31bb3d3ecfac833efe0e269d44d805294f8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015096"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a8f2c48d31574df41eb2e403c7db89b24842617e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015097"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b4854a87f9015659e9677e7110a697101ea9dbc2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0019231"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c3e32d3b732c0a9fc5f6e59ad146dcbd634bc273"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0002988"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2c69860f27132e8cb6782db4ae99045e882febaa"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003620"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a2236e4f645201abd9b7a6ee91aee4b0c852666e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003622"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e3bf17407d7e30780f7ad8ad5a7a057897f4aaed"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003638"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c26f687f82b129069c4b4d4bbad6b86584763890"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003639"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2e726156ab642342c4ff6e7d53588166a7e271cc"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003623"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "51d95233635720f8e7304557286a17350264f4ab"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003625"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8d8cb71324ebc3799db33186ee2dc305f90a14fd"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003636"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b9525d3bacdbb5f4ff359f0d98290f3a1e49494a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003637"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "fb587b7e0062c572bc13cddf1994b044101a4783"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003645"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "82d69fb37603fc5ed02efeb49aeacca1ca52c6c4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003646"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e284014055899ddc2849a4405ec5a2e3157473cf"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003647"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e553ad46514db05fda62863553e0feab539c8521"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003648"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7b9011dfe656b939af6cbf3a83fa88c0f386f577"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003865"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b1f1746662fc5adc62312a6b3dd15356cc8d33d4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004249"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4be7487de3b2f59af4d66d85e22f821c942b4a70"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004387"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "276f0c72da6ca5056876e255ac5165ebca738cd0"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003649"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "555b474072466ff4a496c629a198fe82d41c341a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003695"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "3c1d76479a6994be4825f32e5c075666d3353bb3"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003864"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "614e95b290200e53b6051696f443370658c299cc"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004390"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a76eb8bdf3370c2edf893423c6d7e69131797db1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004452"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6b76a8349175a2287984a89d8a646d37f73c5d5a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004489"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "aabeaef613b7e6370cc25ec90999b03e30cc220c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009565"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ea26ce9f346ea6f514944b5f6a49c276fc60d146"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010688"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2a4f2bf31e64f4d6b10ccaf8693d42ebaf8aedb6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0017716"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "463bc1f2a0dae54b04123a4ae62d3d1cb70114d9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0017717"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "97f28c0491173d4fc9e887bd5988b3a1665e2d6d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0019246"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "731805d9088b8781e05059a196642670e6cb92cb"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001500"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e81d4311fb32c1e76a3ff494b16edac1ad313bac"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001519"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "53e0713cce098b5371f2fb77d12c6b312e01fd28"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003230"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8715528a1213a2bcb3e8eb745565c20201f67792"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003319"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "67c4331ad407dd222d78d11a59d0ba5f011c5df2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003448"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "10d9e9abd58c34976a1266711eb82c01b7e531c9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015025"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9f1c961b26258e48f8973ebda1354355aafe6639"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015026"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1f63f5ad482ad21d739517045028bd2d363cfdfa"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015027"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "fd419736cbd0f95766c9baa29f4f2dfe85ae2c42"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015028"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b53ad95fb4c6c801da46e7d67797c369606c7092"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012355"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f1ca007db6cbe73d023d322c3dc6ab977502cb29"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0012358"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "94d7d72622a25cc024b68c990b1a84c80104c319"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0013622"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2adc942449870796bfc7127c4d8bfa3016079f46"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014375"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "38fd87a84c936849a33a92a2ca2ad48c69f50939"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015029"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6eb4b9be9720d37baa27dbaff211feee079744d9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015043"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f01f0ba5eca3522af09e9e425f3369d04769938d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015044"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "3522461562c2b3929e0cfb74fdb2147118afec6d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015045"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a21c7485a53ce97db3a0ea07958a8e8e641a4aff"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015046"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "77489954573a17d9c983e66b61b8491488ba6aed"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015047"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8e15de3da5c26872c78aa56a442493fbcf9b86db"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015068"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "139aa42718dd694186a150dac979f7cdcd9b2b21"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015069"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c8e5baa7c25aa352181ece6e765a94dd26c10219"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015078"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "21c9e57ef01d19d124d008174a7cacee09cc5c1f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015079"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "fc4cb48505f03a5b10c50c8642c13ef168805613"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015084"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "50c2df30eb970ef9a4070ce339970a3d90c520a9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0013587"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7425b2fc6456f170d51d4c629d966a21c28e5ab8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0013628"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d746c1ffb9a23d703b269240e71be7bf3f48f0d0"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014377"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6e4224a3068c91519f43363d9b898f95f1ea111e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014671"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "fd4fed2e611cb551b661237ec822a6c014b8830c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014882"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "57d7ed807eeabca265602bd5b090a774d9ef4f44"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014883"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "08672ad457c0a311bd7005f9c47a9f726e1828c5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014884"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "aa7173b489a8795611097938a4e4334506b01778"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014885"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "79f11bc1dc108bf4880d0fcdfd084e78b110ad63"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014886"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7e6edc84043ff78f9fc03f7f951824f094461109"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015080"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a20f4761579fd7326915101d1bca428a43459598"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015086"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "52642d63f32990087d2fc5ae7273cd9aca05355c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015089"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "15562ae06fba30c11576a5effb7d4febf6bc485b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015092"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "52ce1f4fc17427fbb85b8895646c3c26b8afffab"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015095"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "19bda2d6b21fb938b775ab715c59c3f355fae841"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3000856"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0deff51d24902cccba009a182e879b1bb1211064"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3000965"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "07e5e4d9a7fa73511058eebcb8014d1ea6a79001"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010060"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "154fc4775f15a3fe77964ef50b32691bc70d6b70"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0036172"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "93aa387eed343bba30364db04af6b4ee70e39315"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0036173"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "51d5dc275aa6fe0a625686401f53a44d3a612800"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0036174"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "5155b718e2471e67ceb5ea070c94dcfd048ab225"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0036176"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "75d071e29826178bef6f6acefacaf8033ad636f1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0015098"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "588223db9d2b9c49bc6cb5d7f56b49876ba981c9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0016496"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c8f1524be8cd8cd86c3712f2da4c15967b060569"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0035842"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "6a51cfd58abeaf2a4172de38821591b12050edfb"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010127"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "c201d13627a1d7c0d711d161cde966b6a8b75492"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010682"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e302d0ba6367804dd0bf928e3d107cbfd8af34e5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:3010683"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "27233c5a00258cec4af746992ecf8547a8e2efc4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200094"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d51b83732b3931e18025e22e7b27bcb1183d6832"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200219"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8bc5eba6ec9305f6e50b038dac95f1b83e1ed51e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200108"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f8b7041a8492a5861b1d6ce0ebf4a4a65fdb61c9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200140"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "dcce4e0ce515cdd6a39fe4077fec43b9c5e33d26"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:4200180"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e20729611afdd0689d029ff334d7c29db1e5b5da"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004313"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8e8613295e26659be3a85f0e9290d889578fa2a3"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004314"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "32c1b181557661a1107ee4850ff8b88defa46ea8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0003624"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "16f5d420ddcbf79fab0f831fcc8c85065f72b01f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004311"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7381fc9fb0a1c2b05b55203104a2373961130920"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004312"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "03ad75eb17a4532f06a34745b07fe042026121df"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004320"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "cdf87461f8f36e3d64ac2d301affdb61af2d6a98"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004321"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b002043f5241024052eaee73be1c4d17adfa16b5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004322"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "21f4804a2c955aeb50d1e6507d30437125708318"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004323"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e39ecaed8a666d1778a302fec424cf40985f242c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004328"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "02015f50b03fe21adbde09332e16641470e45327"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004329"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "577c8093ff17535146d9d093f6104ebba740f063"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004330"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "8cbfdf18be39d89c7ea34510808124970404d770"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004331"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "e26cdc6eecd758a6486d380291591a5b0a781552"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004337"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4ce3e5bbfb417875857724b8a8ce4355c991db0b"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004338"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f06ce652afa8f5ca06cbb302d0c088379de8e41a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004391"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "bb09c7cc5df850d72c9fa29af9fa3489711980f5"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004392"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "564e6cce846b571f101466f8ae4fdc56d9bacd0c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004393"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "28b8210f1db14b67f1a49d37b00ba6a20d32a7ee"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004394"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "dfa361eff1f6cf0e60ded2e57503c211eea37612"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004422"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9899997f4d0a9181a16999fdef2a177fadbc42a6"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007735"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "4038e80738ffe4b48a081494babc890d9219a4e7"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007741"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "9f56ef4af96572d7521b2a8b060553ec78e78d5e"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007744"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "fb56ee2e32a7c0d8536e0b4614ab90b3c479e10f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007747"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "45f36d5f6fc6850dd18b228ac1b803ff6a0d46e8"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0004437"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d51b82701e516bb703184f9ff9928b8100e4f4ab"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007722"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0338a9943b5c2b0cfe2987eba54a7f1da0b80744"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0007723"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "660d718faf3901727b23f6d346ae71a08f11b4b2"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0008878"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7d6cb1a2ab1a46bf5e1d85d64679b147f1e5a1d9"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0009552"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b9b338ed6a81b707cc1914665c7b4d66e2bd9305"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0010544"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "73495a3eb765396cd8bc14a1e79cac33e392ddce"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011104"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "b5c51fb86d795ec53655376b5cd926271396ad71"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011265"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "d48715531b883e4a248def247163e80eeb23d1c4"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011273"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "0af93fb1e885a470f8c93d72f2b3014502116b10"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011277"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "13e1c392ee3d23fae76a5ff59589f6033d78ad29"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0011978"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "99ab1b3672602dacd32c7c0998982387274f9129"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0013753"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "bc65c4b849293ca0718f628936440a2351b9ce42"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0013777"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "7af88587058b89578332fe921483324bdb572cdc"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014376"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "ced800be4544bb539f4b582eb48990d53018138f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014508"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "3d2a116af38f124cf58603d166dc7133000c7b3d"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014668"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "dd4d1ea48ac1c2026ceb2c6585c0c2c132d70b6c"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014670"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f0cb2779814966455731d0162ee2652932409f3a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0014881"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "a2bfd3ea76df3f7e68a814d9bcf9e7eb9b4f1497"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001491"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "1707ba67c41557b929af545edb2b9fb184e8ee9a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001501"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "2c6f189e88a70a66ba156beba1c6b5145f19427a"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001503"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "dbc4a3c76d82cc47b8061ab6576a085884436d09"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0016426"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "16d8712f7e3c838053309d0410ea0f6f6ec22ba3"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0019232"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "069542b9f91cd87ae3096b5e9dde96025886e6e1"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001410"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "99cd611cdf3171384b62b5786e478db76258976f"
            }
          ]
        }
      },
      {
        "node_bindings": {
          "n0": [
            {
              "id": "UBERON:0001412"
            }
          ],
          "n1": [
            {
              "id": "UBERON:0002398"
            }
          ]
        },
        "edge_bindings": {
          "e0": [
            {
              "id": "f12b0c6a90142a7eda19f5db684b7c8ae6ac5433"
            }
          ]
        }
      }
    ]
  }
}

Swagger UI

https://stars-app.renci.org/sparql-kp/docs/index.html?url=docs.yaml

Smart API registry link

Ontology-KP is registered with Smart API (need to resolve technical issue linking to entry).

Deployment

Ontology-KP requires a Java virtual machine. Instructions for building and running can be found in the source repository.

Contact

Jim Balhoff

Clone this wiki locally