@@ -32,6 +32,8 @@ const TEST_TYPES = {
32
32
// see JSON-LD 1.0 Errata
33
33
specVersion : [ 'json-ld-1.0' ] ,
34
34
// FIXME
35
+ // NOTE: idRegex format:
36
+ //MMM-manifest.jsonld#tNNN$/,
35
37
idRegex : [
36
38
// html
37
39
/ h t m l - m a n i f e s t .j s o n l d # t c 0 0 1 $ / ,
@@ -54,6 +56,8 @@ const TEST_TYPES = {
54
56
// see JSON-LD 1.0 Errata
55
57
specVersion : [ 'json-ld-1.0' ] ,
56
58
// FIXME
59
+ // NOTE: idRegex format:
60
+ //MMM-manifest.jsonld#tNNN$/,
57
61
idRegex : [
58
62
// html
59
63
/ h t m l - m a n i f e s t .j s o n l d # t e 0 0 1 $ / ,
@@ -100,6 +104,8 @@ const TEST_TYPES = {
100
104
// see JSON-LD 1.0 Errata
101
105
specVersion : [ 'json-ld-1.0' ] ,
102
106
// FIXME
107
+ // NOTE: idRegex format:
108
+ //MMM-manifest.jsonld#tNNN$/,
103
109
idRegex : [
104
110
// html
105
111
/ h t m l - m a n i f e s t .j s o n l d # t f 0 0 1 $ / ,
@@ -122,7 +128,10 @@ const TEST_TYPES = {
122
128
// see JSON-LD 1.0 Errata
123
129
specVersion : [ 'json-ld-1.0' ] ,
124
130
// FIXME
125
- idRegex : [ ]
131
+ // NOTE: idRegex format:
132
+ //MMM-manifest.jsonld#tNNN$/,
133
+ idRegex : [
134
+ ]
126
135
} ,
127
136
fn : 'frame' ,
128
137
params : [
@@ -138,6 +147,8 @@ const TEST_TYPES = {
138
147
// see JSON-LD 1.0 Errata
139
148
specVersion : [ 'json-ld-1.0' ] ,
140
149
// FIXME
150
+ // NOTE: idRegex format:
151
+ //MMM-manifest.jsonld#tNNN$/,
141
152
idRegex : [
142
153
// direction (compound-literal)
143
154
/ f r o m R d f - m a n i f e s t .j s o n l d # t d i 1 1 $ / ,
@@ -165,6 +176,8 @@ const TEST_TYPES = {
165
176
// see JSON-LD 1.0 Errata
166
177
specVersion : [ 'json-ld-1.0' ] ,
167
178
// FIXME
179
+ // NOTE: idRegex format:
180
+ //MMM-manifest.jsonld#tNNN$/,
168
181
idRegex : [
169
182
// well formed
170
183
/ t o R d f - m a n i f e s t .j s o n l d # t w f 0 5 $ / ,
0 commit comments