github.com/dshekhar95/sub_dgraph@v0.0.0-20230424164411-6be28e40bbf1/dgraph/cmd/live/load-uids/family.json (about)

     1  [
     2    {
     3      "uid":"0x2001",
     4      "name":"Homer",
     5      "age":"38",
     6      "role":"father",
     7      "dgraph.type": "FamilyMember",
     8      "parent_to": [
     9        { "uid":"0x3001" },
    10        { "uid":"0x3002" },
    11        { "uid":"0x3003" }
    12      ]
    13    },
    14    {
    15      "uid":"0x2101",
    16      "name":"Marge",
    17      "age":"34",
    18      "role":"mother",
    19      "aka":"Midge",
    20      "dgraph.type": "FamilyMember",
    21      "parent_to": [
    22        { "uid":"0x3001" },
    23        { "uid":"0x3002" },
    24        { "uid":"0x3003" }
    25      ]
    26    },
    27    {
    28      "uid":"0x3001",
    29      "name":"Bart",
    30      "age":"10",
    31      "role":"son",
    32      "aka":"El Barto",
    33      "carries":"slingshot",
    34      "dgraph.type": "FamilyMember",
    35      "sibling_of": [
    36        { "uid":"0x3002" },
    37        { "uid":"0x3003" }
    38      ]
    39    },
    40    {
    41      "uid":"0x3002",
    42      "name":"Lisa",
    43      "age":"8",
    44      "role":"daughter",
    45      "carries":"saxomophone",
    46      "dgraph.type": "FamilyMember",
    47      "sibling_of": [
    48        { "uid":"0x3001" },
    49        { "uid":"0x3003" }
    50      ]
    51    },
    52    {
    53      "uid":"0x3003",
    54      "name":"Maggie",
    55      "age":"1",
    56      "role":"daughter",
    57      "carries":"pacifier",
    58      "dgraph.type": "FamilyMember",
    59      "sibling_of": [
    60        { "uid":"0x3001" },
    61        { "uid":"0x3002" }
    62      ]
    63    },
    64    {
    65      "uid":"0x1001",
    66      "name":"Abraham",
    67      "age":"83",
    68      "role":"father",
    69      "aka":"Grampa",
    70      "dgraph.type": "FamilyMember",
    71      "parent_to": [
    72        { "uid":"0x2001" }
    73      ]
    74    }
    75  ]