Skip to content

Commit 5a5662f

Browse files
committed
Removes leftover test code
1 parent 4b310d5 commit 5a5662f

File tree

1 file changed

+17
-31
lines changed

1 file changed

+17
-31
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,20 @@
11
{
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"
86
},
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"
298
},
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+
}

0 commit comments

Comments
 (0)