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