@@ -310,20 +310,12 @@ const TEST_TYPES = {
310310 specVersion : [ 'json-ld-1.0' ] ,
311311 // FIXME
312312 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 $ / ,
315313 // terms having form of keyword
316314 / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 9 $ / ,
317315 / t o R d f - m a n i f e s t .j s o n l d # t e 1 2 0 $ / ,
318316 / t o R d f - m a n i f e s t .j s o n l d # t e 1 2 2 $ / ,
319317 // 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 $ / ,
324318 / 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 $ / ,
327319 // html
328320 / h t m l - m a n i f e s t .j s o n l d # t r 0 0 1 $ / ,
329321 / 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 = {
353345 / t o R d f - m a n i f e s t .j s o n l d # t 0 1 3 2 $ / ,
354346 // @vocab mapping
355347 / 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 $ / ,
357348 // Invalid Statement
358349 / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 1 $ / ,
359350 / 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 $ / ,
370351 // @import
371352 / t o R d f - m a n i f e s t .j s o n l d # t s o 0 1 $ / ,
372353 / 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