Skip to content

Commit f2dc72b

Browse files
pjohnston-wileygkellogg
authored andcommitted
fix after comment from @gkellog
1 parent 48e75fa commit f2dc72b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

test-suite/tests/frame-g010-out.jsonld

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,6 @@
1212
"Class": "owl:Class"
1313
},
1414
"@graph": [
15-
{
16-
"@graph": [
17-
{
18-
"@id": "Juliet",
19-
"@type": "Person",
20-
"loves": null
21-
},
22-
{
23-
"@id": "Romeo",
24-
"@type": "Person",
25-
"loves": null
26-
}
27-
],
28-
"@type": "Act"
29-
},
3015
{
3116
"@graph": [
3217
{
@@ -64,6 +49,21 @@
6449
"@type": "Class"
6550
}
6651
]
52+
},
53+
{
54+
"@graph": [
55+
{
56+
"@id": "Juliet",
57+
"@type": "Person",
58+
"loves": null
59+
},
60+
{
61+
"@id": "Romeo",
62+
"@type": "Person",
63+
"loves": null
64+
}
65+
],
66+
"@type": "Act"
6767
}
6868
]
69-
}
69+
}

0 commit comments

Comments
 (0)