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