3
3
"dc" : "http://purl.org/dc/elements/1.1/" ,
4
4
"ex" : "http://example.org/vocab#"
5
5
} ,
6
- "@graph" : [ {
7
- "@id" : "http://example.org/town/#123" ,
8
- "@type" : "ex:Town" ,
9
- "ex:name" : "My town" ,
10
- "ex:hasLibrary" : {
11
- "@id" : "http://example.org/test/#library" ,
12
- "@type" : "ex:Library" ,
13
- "ex:name" : "My local library" ,
14
- "ex:contains" : {
15
- "@id" : "http://example.org/test#book" ,
16
- "@type" : "ex:Book" ,
17
- "dc:contributor" : "Writer" ,
18
- "dc:title" : "My Book about a library" ,
19
- "ex:contains" : {
20
- "@id" : "http://example.org/test#chapter" ,
21
- "@type" : "ex:Chapter" ,
22
- "dc:description" : "Fun" ,
23
- "dc:title" : "Chapter One" ,
24
- "ex:topic" : [
25
- {
26
- "@id" : "http://example.org/test/#library"
27
- } ,
28
- {
29
- "@id" : "http://example.org/test/#library2" ,
30
- "@type" : "ex:Library" ,
31
- "ex:name" : "Another library"
6
+ "@graph" : [
7
+ {
8
+ "@id" : "http://example.org/town/#123" ,
9
+ "@type" : "ex:Town" ,
10
+ "ex:name" : "My town" ,
11
+ "ex:hasLibrary" : [
12
+ {
13
+ "@id" : "http://example.org/test/#library" ,
14
+ "@type" : "ex:Library" ,
15
+ "ex:name" : "My local library" ,
16
+ "ex:contains" : {
17
+ "@id" : "http://example.org/test#book" ,
18
+ "@type" : "ex:Book" ,
19
+ "dc:contributor" : "Writer" ,
20
+ "dc:title" : "My Book about a library" ,
21
+ "ex:contains" : {
22
+ "@id" : "http://example.org/test#chapter" ,
23
+ "@type" : "ex:Chapter" ,
24
+ "dc:description" : "Fun" ,
25
+ "dc:title" : "Chapter One" ,
26
+ "ex:topic" : [
27
+ {
28
+ "@id" : "http://example.org/test/#library"
29
+ } ,
30
+ {
31
+ "@id" : "http://example.org/test/#library2" ,
32
+ "@type" : "ex:Library" ,
33
+ "ex:name" : "Another library"
34
+ }
35
+ ]
32
36
}
33
- ]
37
+ }
38
+ } ,
39
+ {
40
+ "@id" : "http://example.org/test/#library2" ,
41
+ "@type" : "ex:Library" ,
42
+ "ex:contains" : null ,
43
+ "ex:name" : "Another library"
34
44
}
35
- }
36
- } ,
37
- "ex:hasLibrary" : "http://example.org/test/#library2"
38
- } ]
45
+ ]
46
+ }
47
+ ]
39
48
}
0 commit comments