|
9 | 9 | {
|
10 | 10 | "@id": "#tst04",
|
11 | 11 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
12 |
| - "name": "embedded node 1", |
13 |
| - "purpose": "Node with embedded subject having no @id", |
| 12 | + "name": "triple term 1", |
| 13 | + "purpose": "Node with triple term having no @id", |
14 | 14 | "input": "compact/st04-in.jsonld",
|
15 | 15 | "context": "compact/st04-out.jsonld",
|
16 | 16 | "expect": "compact/st04-out.jsonld",
|
|
19 | 19 | }, {
|
20 | 20 | "@id": "#tst05",
|
21 | 21 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
22 |
| - "name": "embedded node 2", |
23 |
| - "purpose": "Node with embedded subject having IRI @id", |
| 22 | + "name": "triple term 2", |
| 23 | + "purpose": "Node with triple term having IRI @id", |
24 | 24 | "input": "compact/st05-in.jsonld",
|
25 | 25 | "context": "compact/st05-out.jsonld",
|
26 | 26 | "expect": "compact/st05-out.jsonld",
|
|
29 | 29 | }, {
|
30 | 30 | "@id": "#tst06",
|
31 | 31 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
32 |
| - "name": "embedded node 3", |
33 |
| - "purpose": "Node with embedded subject having BNode @id", |
| 32 | + "name": "triple term 3", |
| 33 | + "purpose": "Node with triple term having BNode @id", |
34 | 34 | "input": "compact/st06-in.jsonld",
|
35 | 35 | "context": "compact/st06-out.jsonld",
|
36 | 36 | "expect": "compact/st06-out.jsonld",
|
|
39 | 39 | }, {
|
40 | 40 | "@id": "#tst07",
|
41 | 41 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
42 |
| - "name": "embedded node 4", |
43 |
| - "purpose": "Node with embedded subject having a type", |
| 42 | + "name": "triple term 4", |
| 43 | + "purpose": "Node with triple term having a type", |
44 | 44 | "input": "compact/st07-in.jsonld",
|
45 | 45 | "context": "compact/st07-out.jsonld",
|
46 | 46 | "expect": "compact/st07-out.jsonld",
|
|
49 | 49 | }, {
|
50 | 50 | "@id": "#tst08",
|
51 | 51 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
52 |
| - "name": "embedded node 5", |
53 |
| - "purpose": "Node with embedded subject having an IRI value", |
| 52 | + "name": "triple term 5", |
| 53 | + "purpose": "Node with triple term having an IRI value", |
54 | 54 | "input": "compact/st08-in.jsonld",
|
55 | 55 | "context": "compact/st08-out.jsonld",
|
56 | 56 | "expect": "compact/st08-out.jsonld",
|
|
59 | 59 | }, {
|
60 | 60 | "@id": "#tst09",
|
61 | 61 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
62 |
| - "name": "embedded node 6", |
63 |
| - "purpose": "Node with embedded subject having an BNode value", |
| 62 | + "name": "triple term 6", |
| 63 | + "purpose": "Node with triple term having an BNode value", |
64 | 64 | "input": "compact/st09-in.jsonld",
|
65 | 65 | "context": "compact/st09-out.jsonld",
|
66 | 66 | "expect": "compact/st09-out.jsonld",
|
|
69 | 69 | }, {
|
70 | 70 | "@id": "#tst10",
|
71 | 71 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
72 |
| - "name": "embedded node 7", |
73 |
| - "purpose": "Node with recursive embedded subject", |
| 72 | + "name": "triple term 7", |
| 73 | + "purpose": "Node with recursive triple term", |
74 | 74 | "input": "compact/st10-in.jsonld",
|
75 | 75 | "context": "compact/st10-out.jsonld",
|
76 | 76 | "expect": "compact/st10-out.jsonld",
|
77 | 77 | "requires": "JSON-LD-star",
|
78 | 78 | "option": {"specVersion": "json-ld-star", "rdfstar": true}
|
79 |
| - }, { |
80 |
| - "@id": "#tst15", |
81 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
82 |
| - "name": "embedded node 8", |
83 |
| - "purpose": "Node with embedded object", |
84 |
| - "input": "compact/st15-in.jsonld", |
85 |
| - "context": "compact/st15-out.jsonld", |
86 |
| - "expect": "compact/st15-out.jsonld", |
87 |
| - "requires": "JSON-LD-star", |
88 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
89 |
| - }, { |
90 |
| - "@id": "#tst16", |
91 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
92 |
| - "name": "embedded node 9", |
93 |
| - "purpose": "Node with embedded object having properties", |
94 |
| - "input": "compact/st16-in.jsonld", |
95 |
| - "context": "compact/st16-out.jsonld", |
96 |
| - "expect": "compact/st16-out.jsonld", |
97 |
| - "requires": "JSON-LD-star", |
98 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
99 |
| - }, { |
100 |
| - "@id": "#tst17", |
101 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
102 |
| - "name": "embedded node 10", |
103 |
| - "purpose": "Node with recursive embedded object", |
104 |
| - "input": "compact/st17-in.jsonld", |
105 |
| - "context": "compact/st17-out.jsonld", |
106 |
| - "expect": "compact/st17-out.jsonld", |
107 |
| - "requires": "JSON-LD-star", |
108 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
109 | 79 | }, {
|
110 | 80 | "@id": "#tst18",
|
111 | 81 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
|
156 | 126 | "expect": "compact/st20b-out.jsonld",
|
157 | 127 | "requires": "JSON-LD-star",
|
158 | 128 | "option": {"specVersion": "json-ld-star", "rdfstar": true}
|
159 |
| - }, { |
160 |
| - "@id": "#tst28", |
161 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
162 |
| - "name": "Embedded annotation node 1", |
163 |
| - "purpose": "Node with @annotation property on embedded subject", |
164 |
| - "input": "compact/st28-in.jsonld", |
165 |
| - "context": "compact/st28-out.jsonld", |
166 |
| - "expect": "compact/st28-out.jsonld", |
167 |
| - "requires": "JSON-LD-star", |
168 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
169 |
| - }, { |
170 |
| - "@id": "#tst29", |
171 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
172 |
| - "name": "Embedded annotation node 2", |
173 |
| - "purpose": "Node with @annotation property on embedded object", |
174 |
| - "input": "compact/st29-in.jsonld", |
175 |
| - "context": "compact/st29-out.jsonld", |
176 |
| - "expect": "compact/st29-out.jsonld", |
177 |
| - "requires": "JSON-LD-star", |
178 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
179 |
| - }, { |
180 |
| - "@id": "#tst32", |
181 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
182 |
| - "name": "embedded node 13", |
183 |
| - "purpose": "Embedded node used as subject in reverse relationship", |
184 |
| - "input": "compact/st32-in.jsonld", |
185 |
| - "context": "compact/st32-out.jsonld", |
186 |
| - "expect": "compact/st32-out.jsonld", |
187 |
| - "requires": "JSON-LD-star", |
188 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
189 |
| - }, { |
190 |
| - "@id": "#tst33", |
191 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
192 |
| - "name": "embedded node 14", |
193 |
| - "purpose": "Embedded node used as object in reverse relationship", |
194 |
| - "input": "compact/st33-in.jsonld", |
195 |
| - "context": "compact/st33-out.jsonld", |
196 |
| - "expect": "compact/st33-out.jsonld", |
197 |
| - "requires": "JSON-LD-star", |
198 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
199 | 129 | }, {
|
200 | 130 | "@id": "#tst34",
|
201 | 131 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
|
219 | 149 | }, {
|
220 | 150 | "@id": "#tst36",
|
221 | 151 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
222 |
| - "name": "Alias for embedded node", |
223 |
| - "purpose": "embedded node with an alias of `@id`", |
| 152 | + "name": "Alias for triple term", |
| 153 | + "purpose": "triple term with an alias of `@triple`", |
224 | 154 | "input": "compact/st36-in.jsonld",
|
225 | 155 | "context": "compact/st36-out.jsonld",
|
226 | 156 | "expect": "compact/st36-out.jsonld",
|
|
236 | 166 | "expect": "compact/st37-out.jsonld",
|
237 | 167 | "requires": "JSON-LD-star",
|
238 | 168 | "option": {"specVersion": "json-ld-star", "rdfstar": true}
|
239 |
| - }, { |
240 |
| - "@id": "#tst38", |
241 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
242 |
| - "name": "annotation value 1", |
243 |
| - "purpose": "embedded node with annotation on value object", |
244 |
| - "input": "compact/st38-in.jsonld", |
245 |
| - "context": "compact/st38-out.jsonld", |
246 |
| - "expect": "compact/st38-out.jsonld", |
247 |
| - "requires": "JSON-LD-star", |
248 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
249 |
| - }, { |
250 |
| - "@id": "#tst39", |
251 |
| - "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
252 |
| - "name": "annotation with embedded node 1", |
253 |
| - "purpose": "annotation node containing an embedded node", |
254 |
| - "input": "compact/st39-in.jsonld", |
255 |
| - "context": "compact/st39-out.jsonld", |
256 |
| - "expect": "compact/st39-out.jsonld", |
257 |
| - "requires": "JSON-LD-star", |
258 |
| - "option": {"specVersion": "json-ld-star", "rdfstar": true} |
259 | 169 | }, {
|
260 | 170 | "@id": "#tst40",
|
261 | 171 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
|
0 commit comments