@@ -307,20 +307,12 @@ const TEST_TYPES = {
307
307
specVersion : [ 'json-ld-1.0' ] ,
308
308
// FIXME
309
309
idRegex : [
310
- // blank node properties
311
- / t o R d f - m a n i f e s t .j s o n l d # t 0 1 1 8 $ / ,
312
310
// terms having form of keyword
313
311
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 1 9 $ / ,
314
312
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 2 0 $ / ,
315
313
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 2 2 $ / ,
316
314
// well formed
317
- / t o R d f - m a n i f e s t .j s o n l d # t w f 0 1 $ / ,
318
- / t o R d f - m a n i f e s t .j s o n l d # t w f 0 2 $ / ,
319
- / t o R d f - m a n i f e s t .j s o n l d # t w f 0 3 $ / ,
320
- / t o R d f - m a n i f e s t .j s o n l d # t w f 0 4 $ / ,
321
315
/ t o R d f - m a n i f e s t .j s o n l d # t w f 0 5 $ / ,
322
- / t o R d f - m a n i f e s t .j s o n l d # t w f 0 6 $ / ,
323
- / t o R d f - m a n i f e s t .j s o n l d # t w f 0 7 $ / ,
324
316
// html
325
317
/ h t m l - m a n i f e s t .j s o n l d # t r 0 0 1 $ / ,
326
318
/ h t m l - m a n i f e s t .j s o n l d # t r 0 0 2 $ / ,
@@ -350,20 +342,9 @@ const TEST_TYPES = {
350
342
/ t o R d f - m a n i f e s t .j s o n l d # t 0 1 3 2 $ / ,
351
343
// @vocab mapping
352
344
/ t o R d f - m a n i f e s t .j s o n l d # t e 0 7 5 $ / ,
353
- / t o R d f - m a n i f e s t .j s o n l d # t e 1 0 9 $ / ,
354
345
// Invalid Statement
355
346
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 1 1 $ / ,
356
347
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 1 2 $ / ,
357
- // index maps
358
- / t o R d f - m a n i f e s t .j s o n l d # t p i 0 5 $ / ,
359
- / t o R d f - m a n i f e s t .j s o n l d # t p i 0 6 $ / ,
360
- / t o R d f - m a n i f e s t .j s o n l d # t p i 0 7 $ / ,
361
- / t o R d f - m a n i f e s t .j s o n l d # t p i 0 8 $ / ,
362
- / t o R d f - m a n i f e s t .j s o n l d # t p i 0 9 $ / ,
363
- / t o R d f - m a n i f e s t .j s o n l d # t p i 1 0 $ / ,
364
- / t o R d f - m a n i f e s t .j s o n l d # t p i 1 1 $ / ,
365
- // prefix
366
- / t o R d f - m a n i f e s t .j s o n l d # t p r 2 9 $ / ,
367
348
// @import
368
349
/ t o R d f - m a n i f e s t .j s o n l d # t s o 0 1 $ / ,
369
350
/ t o R d f - m a n i f e s t .j s o n l d # t s o 0 2 $ / ,
0 commit comments