We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e75fa commit f2dc72bCopy full SHA for f2dc72b
test-suite/tests/frame-g010-out.jsonld
@@ -12,21 +12,6 @@
12
"Class": "owl:Class"
13
},
14
"@graph": [
15
- {
16
- "@graph": [
17
18
- "@id": "Juliet",
19
- "@type": "Person",
20
- "loves": null
21
- },
22
23
- "@id": "Romeo",
24
25
26
- }
27
- ],
28
- "@type": "Act"
29
30
{
31
32
@@ -64,6 +49,21 @@
64
49
"@type": "Class"
65
50
}
66
51
]
52
+ },
53
+ {
54
+ "@graph": [
55
56
+ "@id": "Juliet",
57
+ "@type": "Person",
58
+ "loves": null
59
60
61
+ "@id": "Romeo",
62
63
+ }
+ ],
+ "@type": "Act"
67
68
69
-}
+}
0 commit comments