File tree 1 file changed +17
-31
lines changed
test/json-ld.net.tests/W3C
1 file changed +17
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "@context" : {
3
- "homepage" : {
4
- "@id" : "http://xmlns.com/foaf/0.1/homepage" ,
5
- "@type" : "@id"
6
- } ,
7
- "name" : "http://xmlns.com/foaf/0.1/name"
2
+ "@context" : {
3
+ "homepage" : {
4
+ "@id" : "http://xmlns.com/foaf/0.1/homepage" ,
5
+ "@type" : "@id"
8
6
} ,
9
- "@graph" : [
10
- {
11
- "@id" : "http://example.com/john" ,
12
- "homepage" : "http://john.doe.org/" ,
13
- "name" : "John Doe"
14
- } ,
15
- {
16
- "@id" : "http://example.com/jane" ,
17
- "name" : "Jane Doe"
18
- }
19
- ]
20
- }
21
-
22
- [
23
- {
24
- "@id" : "http://example.com/john" ,
25
- "http://xmlns.com/foaf/0.1/homepage" : {
26
- "@id" : "http://john.doe.org/"
27
- } ,
28
- "http://xmlns.com/foaf/0.1/name" : "John Doe"
7
+ "name" : "http://xmlns.com/foaf/0.1/name"
29
8
} ,
30
- {
31
- "@id" : "http://example.com/jane" ,
32
- "http://xmlns.com/foaf/0.1/name" : "Jane Doe"
33
- }
34
- ]
9
+ "@graph" : [
10
+ {
11
+ "@id" : "http://example.com/john" ,
12
+ "homepage" : "http://john.doe.org/" ,
13
+ "name" : "John Doe"
14
+ } ,
15
+ {
16
+ "@id" : "http://example.com/jane" ,
17
+ "name" : "Jane Doe"
18
+ }
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments