summaryrefslogtreecommitdiffstats
path: root/tests/json/example4.json
blob: 5603272a8f706109995db8b73fb5a2a3f3f0b937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "http://example.com/joe/foaf.rdf" : {
    "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://www.example.com/joe#me",
        "type" : "uri"
        }

      ]
    }
  ,
  "http://www.example.com/joe#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/name" : [ {
        "value" : "Joe Bloggs",
        "lang" : "en",
        "type" : "literal"
        }

      ],
    "http://xmlns.com/foaf/0.1/age" : [ {
        "value" : "59",
        "datatype" : "http://www.w3.org/2001/XMLSchema#integer",
        "type" : "literal"
        }

      ]
    }
}