{
    "http://example.com/foaf":
    {
        "http://xmlns.com/foaf/0.1/primaryTopic":
        [
            {
                "type":"uri",
                "value":"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/PersonalProfileDocument"
            }
        ]
    },
    "_:bnode0":
    {
        "http://xmlns.com/foaf/0.1/name":
        [
            {
                "type":"literal",
                "value":"Alice"
            }
        ],
        "http://www.w3.org/1999/02/22-rdf-syntax-ns#type":
        [
            {
                "type":"uri",
                "value":"http://xmlns.com/foaf/0.1/Person "
            }
        ]
    },
    "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":"_:bnode0"
            }
        ]
    }

