
{
  "http://example.com/foaf" : {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
        "value" : "http://xmlns.com/foaf/0.1/PersonalProfileDocument",
        "type" : "uri"
        }
      
      ],
    "http://xmlns.com/foaf/0.1/primaryTopic" : [ {
        "value" : "http://example.com/foaf#me",
        "type" : "uri"
        }
      
      ]
    }
  ,
  "http://example.com/foaf#me" : {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
        "value" : "http://xmlns.com/foaf/0.1/Person",
        "type" : "uri"
        }
      
      ],
    "http://xmlns.com/foaf/0.1/knows" : [ {
        "value" : "_:bnode0",
        "type" : "bnode"
        }
      
      ]
    }
  ,
  "_:bnode0" : {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
        "value" : "http://xmlns.com/foaf/0.1/Person ",
        "type" : "uri"
        }
      
      ],
    "http://xmlns.com/foaf/0.1/name" : [ {
        "value" : "Alice",
        "type" : "literal"
        }
      
      ]
    }
  }
