|
180 | 180 | }, { |
181 | 181 | "@id": "#tst28", |
182 | 182 | "@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"], |
183 | | - "name": "Embedded annotation node 1", |
184 | | - "purpose": "Node with @annotation property on triple term", |
| 183 | + "name": "Annotation on reifier 1", |
| 184 | + "purpose": "Node with @annotation property on reifier", |
185 | 185 | "input": "flatten/st28-in.jsonld", |
186 | 186 | "expect": "flatten/st28-out.jsonld", |
187 | 187 | "requires": "JSON-LD-star", |
188 | 188 | "option": {"specVersion": "json-ld-star", "rdfstar": true} |
189 | 189 | }, { |
190 | 190 | "@id": "#tst28n", |
191 | 191 | "@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"], |
192 | | - "name": "Embedded annotation node 1 (with @annotation)", |
| 192 | + "name": "Annotation on triple term 2", |
193 | 193 | "purpose": "Node with @annotation property on triple term", |
194 | 194 | "input": "flatten/st28-in.jsonld", |
195 | 195 | "expect": "flatten/st28n-out.jsonld", |
|
198 | 198 | }, { |
199 | 199 | "@id": "#tst29", |
200 | 200 | "@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"], |
201 | | - "name": "Embedded annotation node 2", |
202 | | - "purpose": "Node with @annotation property on embedded object", |
| 201 | + "name": "Annotation on triple term 2", |
| 202 | + "purpose": "Node with @annotation property on triple term", |
203 | 203 | "input": "flatten/st29-in.jsonld", |
204 | 204 | "expect": "flatten/st29-out.jsonld", |
205 | 205 | "requires": "JSON-LD-star", |
206 | 206 | "option": {"specVersion": "json-ld-star", "rdfstar": true} |
207 | 207 | }, { |
208 | 208 | "@id": "#tst29n", |
209 | 209 | "@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"], |
210 | | - "name": "Embedded annotation node 2 (with @annotation)", |
211 | | - "purpose": "Node with @annotation property on embedded object", |
| 210 | + "name": "Annotation on triple term 2 (with @annotation)", |
| 211 | + "purpose": "Node with @annotation property on triple term", |
212 | 212 | "input": "flatten/st29-in.jsonld", |
213 | 213 | "expect": "flatten/st29n-out.jsonld", |
214 | 214 | "requires": "JSON-LD-star", |
215 | 215 | "option": {"specVersion": "json-ld-star", "rdfstar": true, "createAnnotations": true} |
| 216 | + }, { |
| 217 | + "@id": "#tst29r", |
| 218 | + "@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"], |
| 219 | + "name": "Annotation on reification 2", |
| 220 | + "purpose": "Node with @annotation property on reification", |
| 221 | + "input": "flatten/st29r-in.jsonld", |
| 222 | + "expect": "flatten/st29r-out.jsonld", |
| 223 | + "requires": "JSON-LD-star", |
| 224 | + "option": {"specVersion": "json-ld-star", "rdfstar": true} |
| 225 | + }, { |
| 226 | + "@id": "#tst29rn", |
| 227 | + "@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"], |
| 228 | + "name": "Annotation on reification 2 (with @annotation)", |
| 229 | + "purpose": "Node with @annotation property on reification", |
| 230 | + "input": "flatten/st29r-in.jsonld", |
| 231 | + "expect": "flatten/st29rn-out.jsonld", |
| 232 | + "requires": "JSON-LD-star", |
| 233 | + "option": {"specVersion": "json-ld-star", "rdfstar": true, "createAnnotations": true} |
216 | 234 | }, { |
217 | 235 | "@id": "#tst32", |
218 | 236 | "@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"], |
|
0 commit comments