@@ -36,28 +36,12 @@ const TEST_TYPES = {
36
36
/ c o m p a c t - m a n i f e s t .j s o n l d # t t n 0 1 $ / ,
37
37
/ c o m p a c t - m a n i f e s t .j s o n l d # t t n 0 2 $ / ,
38
38
/ c o m p a c t - m a n i f e s t .j s o n l d # t t n 0 3 $ / ,
39
- // IRI confusion
40
- / c o m p a c t - m a n i f e s t .j s o n l d # t e 0 0 2 $ / ,
41
39
// included
42
40
/ c o m p a c t - m a n i f e s t .j s o n l d # t i n 0 1 $ / ,
43
41
/ c o m p a c t - m a n i f e s t .j s o n l d # t i n 0 2 $ / ,
44
42
/ c o m p a c t - m a n i f e s t .j s o n l d # t i n 0 3 $ / ,
45
43
/ c o m p a c t - m a n i f e s t .j s o n l d # t i n 0 4 $ / ,
46
44
/ c o m p a c t - m a n i f e s t .j s o n l d # t i n 0 5 $ / ,
47
- // context values
48
- / c o m p a c t - m a n i f e s t .j s o n l d # t s 0 0 1 $ / ,
49
- / c o m p a c t - m a n i f e s t .j s o n l d # t s 0 0 2 $ / ,
50
- // @json
51
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 1 $ / ,
52
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 2 $ / ,
53
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 3 $ / ,
54
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 4 $ / ,
55
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 5 $ / ,
56
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 6 $ / ,
57
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 7 $ / ,
58
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 8 $ / ,
59
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 0 9 $ / ,
60
- / c o m p a c t - m a n i f e s t .j s o n l d # t j s 1 0 $ / ,
61
45
// @json null
62
46
/ c o m p a c t - m a n i f e s t .j s o n l d # t j s 1 1 $ / ,
63
47
// direction
@@ -90,10 +74,6 @@ const TEST_TYPES = {
90
74
specVersion : [ 'json-ld-1.0' ] ,
91
75
// FIXME
92
76
idRegex : [
93
- // indexed graph objects
94
- / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 0 2 $ / ,
95
- // multiple graphs
96
- / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 0 3 $ / ,
97
77
// terms having form of keyword
98
78
/ e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 9 $ / ,
99
79
/ e x p a n d - m a n i f e s t .j s o n l d # t 0 1 2 0 $ / ,
@@ -132,8 +112,6 @@ const TEST_TYPES = {
132
112
/ e x p a n d - m a n i f e s t .j s o n l d # t e 0 4 4 $ / ,
133
113
/ e x p a n d - m a n i f e s t .j s o n l d # t e 0 4 8 $ / ,
134
114
/ e x p a n d - m a n i f e s t .j s o n l d # t e 0 4 9 $ / ,
135
- // invalid keyword alias
136
- / e x p a n d - m a n i f e s t .j s o n l d # t e 0 5 1 $ / ,
137
115
// protected null IRI mapping
138
116
/ e x p a n d - m a n i f e s t .j s o n l d # t p r 2 8 $ / ,
139
117
// remote
@@ -192,8 +170,6 @@ const TEST_TYPES = {
192
170
/ e x p a n d - m a n i f e s t .j s o n l d # t d i 0 7 $ / ,
193
171
/ e x p a n d - m a n i f e s t .j s o n l d # t d i 0 8 $ / ,
194
172
/ e x p a n d - m a n i f e s t .j s o n l d # t d i 0 9 $ / ,
195
- // @json
196
- / e x p a n d - m a n i f e s t .j s o n l d # t j s 0 9 $ / ,
197
173
]
198
174
} ,
199
175
fn : 'expand' ,
0 commit comments