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

     1  <0x1001> <age> "83"^^<xs:int> .
     2  <0x1001> <aka> "Grampa"^^<xs:string> .
     3  <0x1001> <dgraph.type> "FamilyMember" .
     4  <0x1001> <name> "Abraham"^^<xs:string> .
     5  <0x1001> <parent_to> <0x2001> .
     6  <0x1001> <role> "father"^^<xs:string> .
     7  #
     8  <0x2001> <age> "38"^^<xs:int> .
     9  <0x2001> <name> "Homer"^^<xs:string> .
    10  <0x2001> <dgraph.type> "FamilyMember" .
    11  <0x2001> <parent_to> <0x3001> .
    12  <0x2001> <parent_to> <0x3002> .
    13  <0x2001> <parent_to> <0x3003> .
    14  <0x2001> <role> "father"^^<xs:string> .
    15  #
    16  <0x2101> <age> "34"^^<xs:int> .
    17  <0x2101> <aka> "Midge"^^<xs:string> .
    18  <0x2101> <name> "Marge"^^<xs:string> .
    19  <0x2101> <dgraph.type> "FamilyMember" .
    20  <0x2101> <parent_to> <0x3001> .
    21  <0x2101> <parent_to> <0x3002> .
    22  <0x2101> <parent_to> <0x3003> .
    23  <0x2101> <role> "mother"^^<xs:string> .
    24  #
    25  <0x3001> <age> "10"^^<xs:int> .
    26  <0x3001> <aka> "El Barto"^^<xs:string> .
    27  <0x3001> <carries> "slingshot"^^<xs:string> .
    28  <0x3001> <name> "Bart"^^<xs:string> .
    29  <0x3001> <dgraph.type> "FamilyMember" .
    30  <0x3001> <role> "son"^^<xs:string> .
    31  <0x3001> <sibling_of> <0x3002> .
    32  <0x3001> <sibling_of> <0x3003> .
    33  #
    34  <0x3002> <age> "8"^^<xs:int> .
    35  <0x3002> <carries> "saxomophone"^^<xs:string> .
    36  <0x3002> <name> "Lisa"^^<xs:string> .
    37  <0x3002> <dgraph.type> "FamilyMember" .
    38  <0x3002> <role> "daughter"^^<xs:string> .
    39  <0x3002> <sibling_of> <0x3001> .
    40  <0x3002> <sibling_of> <0x3003> .
    41  #
    42  <0x3003> <age> "1"^^<xs:int> .
    43  <0x3003> <carries> "pacifier"^^<xs:string> .
    44  <0x3003> <name> "Maggie"^^<xs:string> .
    45  <0x3003> <dgraph.type> "FamilyMember" .
    46  <0x3003> <role> "daughter"^^<xs:string> .
    47  <0x3003> <sibling_of> <0x3001> .
    48  <0x3003> <sibling_of> <0x3002> .