rdf_context 0.5.7 → 0.5.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. data/History.rdoc +15 -1
  2. data/README.rdoc +2 -0
  3. data/Rakefile +2 -4
  4. data/VERSION +1 -1
  5. data/bin/rdf_context +5 -54
  6. data/lib/rdf_context.rb +5 -0
  7. data/lib/rdf_context/graph.rb +68 -49
  8. data/lib/rdf_context/n3parser.rb +2 -2
  9. data/lib/rdf_context/namespace.rb +1 -1
  10. data/lib/rdf_context/nokogiri_hacks.rb +7 -0
  11. data/lib/rdf_context/parser.rb +57 -13
  12. data/lib/rdf_context/rdfaparser.rb +200 -130
  13. data/lib/rdf_context/rdfxmlparser.rb +8 -8
  14. data/lib/rdf_context/serializer/recursive_serializer.rb +1 -1
  15. data/lib/rdf_context/serializer/turtle_serializer.rb +15 -15
  16. data/lib/rdf_context/serializer/xml_serializer.rb +8 -8
  17. data/lib/rdf_context/store/memory_store.rb +14 -14
  18. data/lib/rdf_context/store/sqlite3_store.rb +4 -4
  19. data/lib/rdf_context/uriref.rb +11 -4
  20. data/script/console +1 -3
  21. data/script/tc +44 -0
  22. data/spec/.gitignore +1 -0
  23. data/spec/aggregate_graph_spec.rb +1 -0
  24. data/spec/bnode_spec.rb +2 -1
  25. data/spec/conjunctive_graph_spec.rb +1 -0
  26. data/spec/cwm_spec.rb +1 -0
  27. data/spec/duration_spec.rb +1 -0
  28. data/spec/graph_spec.rb +27 -0
  29. data/spec/list_store_spec.rb +1 -0
  30. data/spec/literal_spec.rb +1 -0
  31. data/spec/matchers.rb +1 -1
  32. data/spec/memory_store_spec.rb +1 -0
  33. data/spec/n3parser_spec.rb +1 -0
  34. data/spec/namespaces_spec.rb +1 -0
  35. data/spec/parser_spec.rb +1 -0
  36. data/spec/rdf_helper.rb +4 -4
  37. data/spec/rdfa_helper.rb +24 -0
  38. data/spec/rdfa_parser_spec.rb +6 -36
  39. data/spec/rdfcore/.gitignore +1 -0
  40. data/spec/rdfxml_spec.rb +1 -0
  41. data/spec/sqlite3_store_spec.rb +1 -0
  42. data/spec/string_hacks_spec.rb +2 -0
  43. data/spec/swap_test/.gitignore +1 -0
  44. data/spec/triple_spec.rb +1 -0
  45. data/spec/turtle/.gitignore +1 -0
  46. data/spec/turtle_serializer_spec.rb +3 -2
  47. data/spec/turtle_spec.rb +1 -0
  48. data/spec/uriref_spec.rb +13 -12
  49. data/spec/xml_serializer_spec.rb +7 -6
  50. metadata +26 -61
  51. data/spec/html4-manifest.yml +0 -4937
  52. data/spec/html5-manifest.yml +0 -4937
  53. data/spec/rdfcore/Manifest.yml +0 -6242
  54. data/spec/swap_test/n3parser.yml +0 -773
  55. data/spec/swap_test/regression.yml +0 -902
  56. data/spec/turtle/manifest-bad.yml +0 -807
  57. data/spec/turtle/manifest.yml +0 -807
  58. data/spec/xhtml-manifest.yml +0 -3901
  59. data/spec/xhtml11-manifest.yml +0 -4405
@@ -1,3901 +0,0 @@
1
- ---
2
- - !ruby/object:RdfaHelper::TestCase
3
- about: !ruby/object:Addressable::URI
4
- authority: rdfa.digitalbazaar.com
5
- fragment:
6
- hash: -2067496613
7
- host: rdfa.digitalbazaar.com
8
- normalized_host:
9
- normalized_path:
10
- normalized_scheme:
11
- password:
12
- path: /test-suite/test-cases/xhtml1/0001
13
- port:
14
- query:
15
- scheme: http
16
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001
17
- user:
18
- userinfo:
19
- validation_deferred: false
20
- contributor: Elias Torres
21
- expectedResults: true
22
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001.xhtml
23
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001.sparql
24
- name: "0001"
25
- purpose: Tests @property to establish the predicate; literal object is in the content of the element.
26
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
27
- specificationReference: ""
28
- suite: xhtml
29
- title: Predicate establishment with @property
30
- - !ruby/object:RdfaHelper::TestCase
31
- about: !ruby/object:Addressable::URI
32
- authority: rdfa.digitalbazaar.com
33
- fragment:
34
- hash: -2067496614
35
- host: rdfa.digitalbazaar.com
36
- normalized_host:
37
- normalized_path:
38
- normalized_scheme:
39
- password:
40
- path: /test-suite/test-cases/xhtml1/0002
41
- port:
42
- query:
43
- scheme: http
44
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0002
45
- user:
46
- userinfo:
47
- validation_deferred: false
48
- contributor: Elias Torres
49
- expectedResults: true
50
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0002.xhtml
51
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0002.sparql
52
- name: "0002"
53
- purpose: Tests meta/@property to establish the predicate; subject comes from the parent's @about.
54
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
55
- specificationReference: ""
56
- suite: xhtml
57
- title: meta/@property
58
- - !ruby/object:RdfaHelper::TestCase
59
- about: !ruby/object:Addressable::URI
60
- authority: rdfa.digitalbazaar.com
61
- fragment:
62
- hash: -2067496615
63
- host: rdfa.digitalbazaar.com
64
- normalized_host:
65
- normalized_path:
66
- normalized_scheme:
67
- password:
68
- path: /test-suite/test-cases/xhtml1/0003
69
- port:
70
- query:
71
- scheme: http
72
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0003
73
- user:
74
- userinfo:
75
- validation_deferred: false
76
- contributor: Elias Torres
77
- expectedResults: true
78
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0003.xhtml
79
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0003.sparql
80
- name: "0003"
81
- purpose: Tests meta/@property to establish the predicate; subject will be a blank node.
82
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
83
- specificationReference: ""
84
- suite: xhtml
85
- title: meta/@property, no @about in parent
86
- - !ruby/object:RdfaHelper::TestCase
87
- about: !ruby/object:Addressable::URI
88
- authority: rdfa.digitalbazaar.com
89
- fragment:
90
- hash: -2067496616
91
- host: rdfa.digitalbazaar.com
92
- normalized_host:
93
- normalized_path:
94
- normalized_scheme:
95
- password:
96
- path: /test-suite/test-cases/xhtml1/0004
97
- port:
98
- query:
99
- scheme: http
100
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0004
101
- user:
102
- userinfo:
103
- validation_deferred: false
104
- contributor: Elias Torres
105
- expectedResults: true
106
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0004.xhtml
107
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0004.sparql
108
- name: "0004"
109
- purpose: Tests explicitly setting @xml:base.
110
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
111
- specificationReference: ""
112
- suite: xhtml
113
- title: "@xml:base"
114
- - !ruby/object:RdfaHelper::TestCase
115
- about: !ruby/object:Addressable::URI
116
- authority: rdfa.digitalbazaar.com
117
- fragment:
118
- hash: -2067496617
119
- host: rdfa.digitalbazaar.com
120
- normalized_host:
121
- normalized_path:
122
- normalized_scheme:
123
- password:
124
- path: /test-suite/test-cases/xhtml1/0005
125
- port:
126
- query:
127
- scheme: http
128
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0005
129
- user:
130
- userinfo:
131
- validation_deferred: false
132
- contributor: Elias Torres
133
- expectedResults: true
134
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0005.xhtml
135
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0005.sparql
136
- name: "0005"
137
- purpose: Tests CURIE parsing.
138
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
139
- specificationReference: ""
140
- suite: xhtml
141
- title: CURIEs
142
- - !ruby/object:RdfaHelper::TestCase
143
- about: !ruby/object:Addressable::URI
144
- authority: rdfa.digitalbazaar.com
145
- fragment:
146
- hash: -2067496618
147
- host: rdfa.digitalbazaar.com
148
- normalized_host:
149
- normalized_path:
150
- normalized_scheme:
151
- password:
152
- path: /test-suite/test-cases/xhtml1/0006
153
- port:
154
- query:
155
- scheme: http
156
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006
157
- user:
158
- userinfo:
159
- validation_deferred: false
160
- contributor: Elias Torres
161
- expectedResults: true
162
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006.xhtml
163
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006.sparql
164
- name: "0006"
165
- purpose: Tests @rev and @rel together, with the object being specified by @href, ignoring content
166
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
167
- specificationReference: ""
168
- suite: xhtml
169
- title: "@rel and @rev"
170
- - !ruby/object:RdfaHelper::TestCase
171
- about: !ruby/object:Addressable::URI
172
- authority: rdfa.digitalbazaar.com
173
- fragment:
174
- hash: -2067496619
175
- host: rdfa.digitalbazaar.com
176
- normalized_host:
177
- normalized_path:
178
- normalized_scheme:
179
- password:
180
- path: /test-suite/test-cases/xhtml1/0007
181
- port:
182
- query:
183
- scheme: http
184
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007
185
- user:
186
- userinfo:
187
- validation_deferred: false
188
- contributor: Elias Torres
189
- expectedResults: true
190
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007.xhtml
191
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007.sparql
192
- name: "0007"
193
- purpose: Tests @rel, @rev, @property, and @content together to generate several RDF triples.
194
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
195
- specificationReference: ""
196
- suite: xhtml
197
- title: "@rel, @rev, @property, @content"
198
- - !ruby/object:RdfaHelper::TestCase
199
- about: !ruby/object:Addressable::URI
200
- authority: rdfa.digitalbazaar.com
201
- fragment:
202
- hash: -2067496620
203
- host: rdfa.digitalbazaar.com
204
- normalized_host:
205
- normalized_path:
206
- normalized_scheme:
207
- password:
208
- path: /test-suite/test-cases/xhtml1/0008
209
- port:
210
- query:
211
- scheme: http
212
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008
213
- user:
214
- userinfo:
215
- validation_deferred: false
216
- contributor: Elias Torres
217
- expectedResults: true
218
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008.xhtml
219
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008.sparql
220
- name: 0008
221
- purpose: Tests empty @about.
222
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
223
- specificationReference: ""
224
- suite: xhtml
225
- title: empty string @about
226
- - !ruby/object:RdfaHelper::TestCase
227
- about: !ruby/object:Addressable::URI
228
- authority: rdfa.digitalbazaar.com
229
- fragment:
230
- hash: -2067496621
231
- host: rdfa.digitalbazaar.com
232
- normalized_host:
233
- normalized_path:
234
- normalized_scheme:
235
- password:
236
- path: /test-suite/test-cases/xhtml1/0009
237
- port:
238
- query:
239
- scheme: http
240
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009
241
- user:
242
- userinfo:
243
- validation_deferred: false
244
- contributor: Elias Torres
245
- expectedResults: true
246
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009.xhtml
247
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009.sparql
248
- name: 0009
249
- purpose: Tests @rev.
250
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
251
- specificationReference: ""
252
- suite: xhtml
253
- title: "@rev"
254
- - !ruby/object:RdfaHelper::TestCase
255
- about: !ruby/object:Addressable::URI
256
- authority: rdfa.digitalbazaar.com
257
- fragment:
258
- hash: -2067564261
259
- host: rdfa.digitalbazaar.com
260
- normalized_host:
261
- normalized_path:
262
- normalized_scheme:
263
- password:
264
- path: /test-suite/test-cases/xhtml1/0010
265
- port:
266
- query:
267
- scheme: http
268
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010
269
- user:
270
- userinfo:
271
- validation_deferred: false
272
- contributor: Elias Torres
273
- expectedResults: true
274
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010.xhtml
275
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010.sparql
276
- name: "0010"
277
- purpose: Tests @rel, @rev, and @href to generate two RDF triples.
278
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
279
- specificationReference: ""
280
- suite: xhtml
281
- title: "@rel, @rev, @href"
282
- - !ruby/object:RdfaHelper::TestCase
283
- about: !ruby/object:Addressable::URI
284
- authority: rdfa.digitalbazaar.com
285
- fragment:
286
- hash: -2067564262
287
- host: rdfa.digitalbazaar.com
288
- normalized_host:
289
- normalized_path:
290
- normalized_scheme:
291
- password:
292
- path: /test-suite/test-cases/xhtml1/0011
293
- port:
294
- query:
295
- scheme: http
296
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011
297
- user:
298
- userinfo:
299
- validation_deferred: false
300
- contributor: Elias Torres
301
- expectedResults: true
302
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011.xhtml
303
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011.sparql
304
- name: "0011"
305
- purpose: Tests XMLLiteral content
306
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
307
- specificationReference: ""
308
- suite: xhtml
309
- title: XMLLiteral
310
- - !ruby/object:RdfaHelper::TestCase
311
- about: !ruby/object:Addressable::URI
312
- authority: rdfa.digitalbazaar.com
313
- fragment:
314
- hash: -2067564263
315
- host: rdfa.digitalbazaar.com
316
- normalized_host:
317
- normalized_path:
318
- normalized_scheme:
319
- password:
320
- path: /test-suite/test-cases/xhtml1/0012
321
- port:
322
- query:
323
- scheme: http
324
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012
325
- user:
326
- userinfo:
327
- validation_deferred: false
328
- contributor: Elias Torres
329
- expectedResults: true
330
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012.xhtml
331
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012.sparql
332
- name: "0012"
333
- purpose: Tests @xml:lang
334
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
335
- specificationReference: ""
336
- suite: xhtml
337
- title: "@xml:lang"
338
- - !ruby/object:RdfaHelper::TestCase
339
- about: !ruby/object:Addressable::URI
340
- authority: rdfa.digitalbazaar.com
341
- fragment:
342
- hash: -2067564264
343
- host: rdfa.digitalbazaar.com
344
- normalized_host:
345
- normalized_path:
346
- normalized_scheme:
347
- password:
348
- path: /test-suite/test-cases/xhtml1/0013
349
- port:
350
- query:
351
- scheme: http
352
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013
353
- user:
354
- userinfo:
355
- validation_deferred: false
356
- contributor: Elias Torres
357
- expectedResults: true
358
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013.xhtml
359
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013.sparql
360
- name: "0013"
361
- purpose: Tests @xml:lang inheritance
362
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
363
- specificationReference: ""
364
- suite: xhtml
365
- title: "@xml:lang inheritance"
366
- - !ruby/object:RdfaHelper::TestCase
367
- about: !ruby/object:Addressable::URI
368
- authority: rdfa.digitalbazaar.com
369
- fragment:
370
- hash: -2067564265
371
- host: rdfa.digitalbazaar.com
372
- normalized_host:
373
- normalized_path:
374
- normalized_scheme:
375
- password:
376
- path: /test-suite/test-cases/xhtml1/0014
377
- port:
378
- query:
379
- scheme: http
380
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014
381
- user:
382
- userinfo:
383
- validation_deferred: false
384
- contributor: Elias Torres
385
- expectedResults: true
386
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014.xhtml
387
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014.sparql
388
- name: "0014"
389
- purpose: Tests setting the @datatype to xsd:integer
390
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
391
- specificationReference: ""
392
- suite: xhtml
393
- title: "@datatype, xsd:integer"
394
- - !ruby/object:RdfaHelper::TestCase
395
- about: !ruby/object:Addressable::URI
396
- authority: rdfa.digitalbazaar.com
397
- fragment:
398
- hash: -2067564266
399
- host: rdfa.digitalbazaar.com
400
- normalized_host:
401
- normalized_path:
402
- normalized_scheme:
403
- password:
404
- path: /test-suite/test-cases/xhtml1/0015
405
- port:
406
- query:
407
- scheme: http
408
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015
409
- user:
410
- userinfo:
411
- validation_deferred: false
412
- contributor: Elias Torres
413
- expectedResults: true
414
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015.xhtml
415
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015.sparql
416
- name: "0015"
417
- purpose: Tests meta and link with no parent @about
418
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
419
- specificationReference: ""
420
- suite: xhtml
421
- title: meta and link
422
- - !ruby/object:RdfaHelper::TestCase
423
- about: !ruby/object:Addressable::URI
424
- authority: rdfa.digitalbazaar.com
425
- fragment:
426
- hash: -2067564267
427
- host: rdfa.digitalbazaar.com
428
- normalized_host:
429
- normalized_path:
430
- normalized_scheme:
431
- password:
432
- path: /test-suite/test-cases/xhtml1/0016
433
- port:
434
- query:
435
- scheme: http
436
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0016
437
- user:
438
- userinfo:
439
- validation_deferred: false
440
- contributor: Elias Torres
441
- expectedResults: true
442
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0016.xhtml
443
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0016.sparql
444
- name: "0016"
445
- purpose: Tests setting @about to an explicit blanknode _:a.
446
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
447
- specificationReference: ""
448
- suite: xhtml
449
- title: Blank node, explicit
450
- - !ruby/object:RdfaHelper::TestCase
451
- about: !ruby/object:Addressable::URI
452
- authority: rdfa.digitalbazaar.com
453
- fragment:
454
- hash: -2067564268
455
- host: rdfa.digitalbazaar.com
456
- normalized_host:
457
- normalized_path:
458
- normalized_scheme:
459
- password:
460
- path: /test-suite/test-cases/xhtml1/0017
461
- port:
462
- query:
463
- scheme: http
464
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017
465
- user:
466
- userinfo:
467
- validation_deferred: false
468
- contributor: Elias Torres
469
- expectedResults: true
470
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017.xhtml
471
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017.sparql
472
- name: "0017"
473
- purpose: Tests creation of statements involving explicitly created blank nodes.
474
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
475
- specificationReference: ""
476
- suite: xhtml
477
- title: Related blanknodes
478
- - !ruby/object:RdfaHelper::TestCase
479
- about: !ruby/object:Addressable::URI
480
- authority: rdfa.digitalbazaar.com
481
- fragment:
482
- hash: -2067564269
483
- host: rdfa.digitalbazaar.com
484
- normalized_host:
485
- normalized_path:
486
- normalized_scheme:
487
- password:
488
- path: /test-suite/test-cases/xhtml1/0018
489
- port:
490
- query:
491
- scheme: http
492
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018
493
- user:
494
- userinfo:
495
- validation_deferred: false
496
- contributor: Wing Yung
497
- expectedResults: true
498
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018.xhtml
499
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018.sparql
500
- name: 0018
501
- purpose: Tests @rel to establish predicate.
502
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
503
- specificationReference: ""
504
- suite: xhtml
505
- title: "@rel for predicate"
506
- - !ruby/object:RdfaHelper::TestCase
507
- about: !ruby/object:Addressable::URI
508
- authority: rdfa.digitalbazaar.com
509
- fragment:
510
- hash: -2067564270
511
- host: rdfa.digitalbazaar.com
512
- normalized_host:
513
- normalized_path:
514
- normalized_scheme:
515
- password:
516
- path: /test-suite/test-cases/xhtml1/0019
517
- port:
518
- query:
519
- scheme: http
520
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019
521
- user:
522
- userinfo:
523
- validation_deferred: false
524
- contributor: Wing Yung
525
- expectedResults: true
526
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019.xhtml
527
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019.sparql
528
- name: 0019
529
- purpose: Tests @about to establish subject.
530
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
531
- specificationReference: ""
532
- suite: xhtml
533
- title: "@about for subject"
534
- - !ruby/object:RdfaHelper::TestCase
535
- about: !ruby/object:Addressable::URI
536
- authority: rdfa.digitalbazaar.com
537
- fragment:
538
- hash: -2067631910
539
- host: rdfa.digitalbazaar.com
540
- normalized_host:
541
- normalized_path:
542
- normalized_scheme:
543
- password:
544
- path: /test-suite/test-cases/xhtml1/0020
545
- port:
546
- query:
547
- scheme: http
548
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020
549
- user:
550
- userinfo:
551
- validation_deferred: false
552
- contributor: Wing Yung
553
- expectedResults: true
554
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020.xhtml
555
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020.sparql
556
- name: "0020"
557
- purpose: Tests @about inheritance to establish subject.
558
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
559
- specificationReference: ""
560
- suite: xhtml
561
- title: Inheriting @about for subject
562
- - !ruby/object:RdfaHelper::TestCase
563
- about: !ruby/object:Addressable::URI
564
- authority: rdfa.digitalbazaar.com
565
- fragment:
566
- hash: -2067631911
567
- host: rdfa.digitalbazaar.com
568
- normalized_host:
569
- normalized_path:
570
- normalized_scheme:
571
- password:
572
- path: /test-suite/test-cases/xhtml1/0021
573
- port:
574
- query:
575
- scheme: http
576
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021
577
- user:
578
- userinfo:
579
- validation_deferred: false
580
- contributor: Wing Yung
581
- expectedResults: true
582
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021.xhtml
583
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021.sparql
584
- name: "0021"
585
- purpose: Tests inheritance of subject when no @about can be found
586
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
587
- specificationReference: ""
588
- suite: xhtml
589
- title: Subject inheritance with no @about
590
- - !ruby/object:RdfaHelper::TestCase
591
- about: !ruby/object:Addressable::URI
592
- authority: rdfa.digitalbazaar.com
593
- fragment:
594
- hash: -2067631912
595
- host: rdfa.digitalbazaar.com
596
- normalized_host:
597
- normalized_path:
598
- normalized_scheme:
599
- password:
600
- path: /test-suite/test-cases/xhtml1/0022
601
- port:
602
- query:
603
- scheme: http
604
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0022
605
- user:
606
- userinfo:
607
- validation_deferred: false
608
- contributor: Wing Yung
609
- expectedResults: true
610
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0022.xhtml
611
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0022.sparql
612
- name: "0022"
613
- purpose: Tests getting subject from parent @id
614
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
615
- specificationReference: ""
616
- suite: xhtml
617
- title: meta with parent @id
618
- - !ruby/object:RdfaHelper::TestCase
619
- about: !ruby/object:Addressable::URI
620
- authority: rdfa.digitalbazaar.com
621
- fragment:
622
- hash: -2067631913
623
- host: rdfa.digitalbazaar.com
624
- normalized_host:
625
- normalized_path:
626
- normalized_scheme:
627
- password:
628
- path: /test-suite/test-cases/xhtml1/0023
629
- port:
630
- query:
631
- scheme: http
632
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023
633
- user:
634
- userinfo:
635
- validation_deferred: false
636
- contributor: Wing Yung
637
- expectedResults: true
638
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023.xhtml
639
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023.sparql
640
- name: "0023"
641
- purpose: Tests that @id does not generate subjects
642
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
643
- specificationReference: ""
644
- suite: xhtml
645
- title: "@id does not generate subjects"
646
- - !ruby/object:RdfaHelper::TestCase
647
- about: !ruby/object:Addressable::URI
648
- authority: rdfa.digitalbazaar.com
649
- fragment:
650
- hash: -2067631914
651
- host: rdfa.digitalbazaar.com
652
- normalized_host:
653
- normalized_path:
654
- normalized_scheme:
655
- password:
656
- path: /test-suite/test-cases/xhtml1/0024
657
- port:
658
- query:
659
- scheme: http
660
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0024
661
- user:
662
- userinfo:
663
- validation_deferred: false
664
- contributor: Wing Yung
665
- expectedResults: true
666
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0024.xhtml
667
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0024.sparql
668
- name: "0024"
669
- purpose: Tests igoring @id for non-meta and non-link tag
670
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
671
- specificationReference: ""
672
- suite: xhtml
673
- title: Ignore @id for non-meta and non-link
674
- - !ruby/object:RdfaHelper::TestCase
675
- about: !ruby/object:Addressable::URI
676
- authority: rdfa.digitalbazaar.com
677
- fragment:
678
- hash: -2067631915
679
- host: rdfa.digitalbazaar.com
680
- normalized_host:
681
- normalized_path:
682
- normalized_scheme:
683
- password:
684
- path: /test-suite/test-cases/xhtml1/0025
685
- port:
686
- query:
687
- scheme: http
688
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025
689
- user:
690
- userinfo:
691
- validation_deferred: false
692
- contributor: Ben Adida
693
- expectedResults: true
694
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025.xhtml
695
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025.sparql
696
- name: "0025"
697
- purpose: Tests simple chaining with cascade of @resource and @property
698
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
699
- specificationReference: ""
700
- suite: xhtml
701
- title: simple chaining test
702
- - !ruby/object:RdfaHelper::TestCase
703
- about: !ruby/object:Addressable::URI
704
- authority: rdfa.digitalbazaar.com
705
- fragment:
706
- hash: -2067631916
707
- host: rdfa.digitalbazaar.com
708
- normalized_host:
709
- normalized_path:
710
- normalized_scheme:
711
- password:
712
- path: /test-suite/test-cases/xhtml1/0026
713
- port:
714
- query:
715
- scheme: http
716
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026
717
- user:
718
- userinfo:
719
- validation_deferred: false
720
- contributor: Wing Yung
721
- expectedResults: true
722
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026.xhtml
723
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026.sparql
724
- name: "0026"
725
- purpose: Tests @content for literal object
726
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
727
- specificationReference: ""
728
- suite: xhtml
729
- title: "@content"
730
- - !ruby/object:RdfaHelper::TestCase
731
- about: !ruby/object:Addressable::URI
732
- authority: rdfa.digitalbazaar.com
733
- fragment:
734
- hash: -2067631917
735
- host: rdfa.digitalbazaar.com
736
- normalized_host:
737
- normalized_path:
738
- normalized_scheme:
739
- password:
740
- path: /test-suite/test-cases/xhtml1/0027
741
- port:
742
- query:
743
- scheme: http
744
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027
745
- user:
746
- userinfo:
747
- validation_deferred: false
748
- contributor: Wing Yung
749
- expectedResults: true
750
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027.xhtml
751
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027.sparql
752
- name: "0027"
753
- purpose: Tests @content for literal object, overriding element content.
754
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
755
- specificationReference: ""
756
- suite: xhtml
757
- title: "@content, ignore element content"
758
- - !ruby/object:RdfaHelper::TestCase
759
- about: !ruby/object:Addressable::URI
760
- authority: rdfa.digitalbazaar.com
761
- fragment:
762
- hash: -2067631918
763
- host: rdfa.digitalbazaar.com
764
- normalized_host:
765
- normalized_path:
766
- normalized_scheme:
767
- password:
768
- path: /test-suite/test-cases/xhtml1/0028
769
- port:
770
- query:
771
- scheme: http
772
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0028
773
- user:
774
- userinfo:
775
- validation_deferred: false
776
- contributor: Wing Yung
777
- expectedResults: true
778
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0028.xhtml
779
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0028.sparql
780
- name: 0028
781
- purpose: Tests @xml:lang and @datatype.
782
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
783
- specificationReference: ""
784
- suite: xhtml
785
- title: "@xml:lang and @datatype"
786
- - !ruby/object:RdfaHelper::TestCase
787
- about: !ruby/object:Addressable::URI
788
- authority: rdfa.digitalbazaar.com
789
- fragment:
790
- hash: -2067631919
791
- host: rdfa.digitalbazaar.com
792
- normalized_host:
793
- normalized_path:
794
- normalized_scheme:
795
- password:
796
- path: /test-suite/test-cases/xhtml1/0029
797
- port:
798
- query:
799
- scheme: http
800
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029
801
- user:
802
- userinfo:
803
- validation_deferred: false
804
- contributor: Michael Hausenblas
805
- expectedResults: true
806
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029.xhtml
807
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029.sparql
808
- name: 0029
809
- purpose: Tests markup stripping from a span element with @datatype=xsd:string
810
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
811
- specificationReference: ""
812
- suite: xhtml
813
- title: markup stripping with @datatype
814
- - !ruby/object:RdfaHelper::TestCase
815
- about: !ruby/object:Addressable::URI
816
- authority: rdfa.digitalbazaar.com
817
- fragment:
818
- hash: -2067699559
819
- host: rdfa.digitalbazaar.com
820
- normalized_host:
821
- normalized_path:
822
- normalized_scheme:
823
- password:
824
- path: /test-suite/test-cases/xhtml1/0030
825
- port:
826
- query:
827
- scheme: http
828
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030
829
- user:
830
- userinfo:
831
- validation_deferred: false
832
- contributor: Michael Hausenblas
833
- expectedResults: true
834
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030.xhtml
835
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030.sparql
836
- name: "0030"
837
- purpose: Tests omitted @about.
838
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
839
- specificationReference: ""
840
- suite: xhtml
841
- title: omitted @about
842
- - !ruby/object:RdfaHelper::TestCase
843
- about: !ruby/object:Addressable::URI
844
- authority: rdfa.digitalbazaar.com
845
- fragment:
846
- hash: -2067699560
847
- host: rdfa.digitalbazaar.com
848
- normalized_host:
849
- normalized_path:
850
- normalized_scheme:
851
- password:
852
- path: /test-suite/test-cases/xhtml1/0031
853
- port:
854
- query:
855
- scheme: http
856
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031
857
- user:
858
- userinfo:
859
- validation_deferred: false
860
- contributor: Ralph Swick
861
- expectedResults: true
862
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031.xhtml
863
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031.sparql
864
- name: "0031"
865
- purpose: Tests if @resource sets URIref object correct.
866
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
867
- specificationReference: ""
868
- suite: xhtml
869
- title: simple @resource
870
- - !ruby/object:RdfaHelper::TestCase
871
- about: !ruby/object:Addressable::URI
872
- authority: rdfa.digitalbazaar.com
873
- fragment:
874
- hash: -2067699561
875
- host: rdfa.digitalbazaar.com
876
- normalized_host:
877
- normalized_path:
878
- normalized_scheme:
879
- password:
880
- path: /test-suite/test-cases/xhtml1/0032
881
- port:
882
- query:
883
- scheme: http
884
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032
885
- user:
886
- userinfo:
887
- validation_deferred: false
888
- contributor: Ralph Swick
889
- expectedResults: true
890
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032.xhtml
891
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032.sparql
892
- name: "0032"
893
- purpose: Tests if @resource overrides @href to set the URIref object.
894
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
895
- specificationReference: ""
896
- suite: xhtml
897
- title: "@resource overrides @href"
898
- - !ruby/object:RdfaHelper::TestCase
899
- about: !ruby/object:Addressable::URI
900
- authority: rdfa.digitalbazaar.com
901
- fragment:
902
- hash: -2067699562
903
- host: rdfa.digitalbazaar.com
904
- normalized_host:
905
- normalized_path:
906
- normalized_scheme:
907
- password:
908
- path: /test-suite/test-cases/xhtml1/0033
909
- port:
910
- query:
911
- scheme: http
912
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033
913
- user:
914
- userinfo:
915
- validation_deferred: false
916
- contributor: Michael Hausenblas
917
- expectedResults: true
918
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033.xhtml
919
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033.sparql
920
- name: "0033"
921
- purpose: Tests simple chaining with cascade of bNode and @property
922
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
923
- specificationReference: ""
924
- suite: xhtml
925
- title: simple chaining test with bNode
926
- - !ruby/object:RdfaHelper::TestCase
927
- about: !ruby/object:Addressable::URI
928
- authority: rdfa.digitalbazaar.com
929
- fragment:
930
- hash: -2067699563
931
- host: rdfa.digitalbazaar.com
932
- normalized_host:
933
- normalized_path:
934
- normalized_scheme:
935
- password:
936
- path: /test-suite/test-cases/xhtml1/0034
937
- port:
938
- query:
939
- scheme: http
940
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034
941
- user:
942
- userinfo:
943
- validation_deferred: false
944
- contributor: Michael Hausenblas
945
- expectedResults: true
946
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034.xhtml
947
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034.sparql
948
- name: "0034"
949
- purpose: Tests if a @src (in img element) correctly sets the URIref object
950
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
951
- specificationReference: ""
952
- suite: xhtml
953
- title: simple img[@src] test
954
- - !ruby/object:RdfaHelper::TestCase
955
- about: !ruby/object:Addressable::URI
956
- authority: rdfa.digitalbazaar.com
957
- fragment:
958
- hash: -2067699564
959
- host: rdfa.digitalbazaar.com
960
- normalized_host:
961
- normalized_path:
962
- normalized_scheme:
963
- password:
964
- path: /test-suite/test-cases/xhtml1/0035
965
- port:
966
- query:
967
- scheme: http
968
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035
969
- user:
970
- userinfo:
971
- validation_deferred: false
972
- contributor: Michael Hausenblas
973
- expectedResults: true
974
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035.xhtml
975
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035.sparql
976
- name: "0035"
977
- purpose: Tests if @href overwrites @src
978
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
979
- specificationReference: ""
980
- suite: xhtml
981
- title: "@src/@href test"
982
- - !ruby/object:RdfaHelper::TestCase
983
- about: !ruby/object:Addressable::URI
984
- authority: rdfa.digitalbazaar.com
985
- fragment:
986
- hash: -2067699565
987
- host: rdfa.digitalbazaar.com
988
- normalized_host:
989
- normalized_path:
990
- normalized_scheme:
991
- password:
992
- path: /test-suite/test-cases/xhtml1/0036
993
- port:
994
- query:
995
- scheme: http
996
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036
997
- user:
998
- userinfo:
999
- validation_deferred: false
1000
- contributor: Michael Hausenblas
1001
- expectedResults: true
1002
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036.xhtml
1003
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036.sparql
1004
- name: "0036"
1005
- purpose: Tests if @resource overwrites @src
1006
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1007
- specificationReference: ""
1008
- suite: xhtml
1009
- title: "@src/@resource test"
1010
- - !ruby/object:RdfaHelper::TestCase
1011
- about: !ruby/object:Addressable::URI
1012
- authority: rdfa.digitalbazaar.com
1013
- fragment:
1014
- hash: -2067699566
1015
- host: rdfa.digitalbazaar.com
1016
- normalized_host:
1017
- normalized_path:
1018
- normalized_scheme:
1019
- password:
1020
- path: /test-suite/test-cases/xhtml1/0037
1021
- port:
1022
- query:
1023
- scheme: http
1024
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037
1025
- user:
1026
- userinfo:
1027
- validation_deferred: false
1028
- contributor: Steven Pemberton
1029
- expectedResults: true
1030
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037.xhtml
1031
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037.sparql
1032
- name: "0037"
1033
- purpose: Tests if @resource overwrites both @href and @src
1034
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1035
- specificationReference: ""
1036
- suite: xhtml
1037
- title: "@src/@href/@resource test"
1038
- - !ruby/object:RdfaHelper::TestCase
1039
- about: !ruby/object:Addressable::URI
1040
- authority: rdfa.digitalbazaar.com
1041
- fragment:
1042
- hash: -2067699567
1043
- host: rdfa.digitalbazaar.com
1044
- normalized_host:
1045
- normalized_path:
1046
- normalized_scheme:
1047
- password:
1048
- path: /test-suite/test-cases/xhtml1/0038
1049
- port:
1050
- query:
1051
- scheme: http
1052
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038
1053
- user:
1054
- userinfo:
1055
- validation_deferred: false
1056
- contributor: Mark Birbeck
1057
- expectedResults: true
1058
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038.xhtml
1059
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038.sparql
1060
- name: 0038
1061
- purpose: Tests if a @src (in img element) correctly sets the URIref subject (due to @rev)
1062
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1063
- specificationReference: ""
1064
- suite: xhtml
1065
- title: "@rev - img[@src] test"
1066
- - !ruby/object:RdfaHelper::TestCase
1067
- about: !ruby/object:Addressable::URI
1068
- authority: rdfa.digitalbazaar.com
1069
- fragment:
1070
- hash: -2067699568
1071
- host: rdfa.digitalbazaar.com
1072
- normalized_host:
1073
- normalized_path:
1074
- normalized_scheme:
1075
- password:
1076
- path: /test-suite/test-cases/xhtml1/0039
1077
- port:
1078
- query:
1079
- scheme: http
1080
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039
1081
- user:
1082
- userinfo:
1083
- validation_deferred: false
1084
- contributor: Mark Birbeck
1085
- expectedResults: true
1086
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039.xhtml
1087
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039.sparql
1088
- name: 0039
1089
- purpose: Tests if @href overwrites @src correctly to set the URIref subject (due to @rev)
1090
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1091
- specificationReference: ""
1092
- suite: xhtml
1093
- title: "@rev - @src/@href test"
1094
- - !ruby/object:RdfaHelper::TestCase
1095
- about: !ruby/object:Addressable::URI
1096
- authority: rdfa.digitalbazaar.com
1097
- fragment:
1098
- hash: -2067767208
1099
- host: rdfa.digitalbazaar.com
1100
- normalized_host:
1101
- normalized_path:
1102
- normalized_scheme:
1103
- password:
1104
- path: /test-suite/test-cases/xhtml1/0040
1105
- port:
1106
- query:
1107
- scheme: http
1108
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040
1109
- user:
1110
- userinfo:
1111
- validation_deferred: false
1112
- contributor: Mark Birbeck
1113
- expectedResults: true
1114
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040.xhtml
1115
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040.sparql
1116
- name: "0040"
1117
- purpose: Tests if @resource overwrites @src correctly to set the URIref subject (due to @rev)
1118
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1119
- specificationReference: ""
1120
- suite: xhtml
1121
- title: "@rev - @src/@resource test"
1122
- - !ruby/object:RdfaHelper::TestCase
1123
- about: !ruby/object:Addressable::URI
1124
- authority: rdfa.digitalbazaar.com
1125
- fragment:
1126
- hash: -2067767209
1127
- host: rdfa.digitalbazaar.com
1128
- normalized_host:
1129
- normalized_path:
1130
- normalized_scheme:
1131
- password:
1132
- path: /test-suite/test-cases/xhtml1/0041
1133
- port:
1134
- query:
1135
- scheme: http
1136
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041
1137
- user:
1138
- userinfo:
1139
- validation_deferred: false
1140
- contributor: Mark Birbeck
1141
- expectedResults: true
1142
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041.xhtml
1143
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041.sparql
1144
- name: "0041"
1145
- purpose: Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev)
1146
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1147
- specificationReference: ""
1148
- suite: xhtml
1149
- title: "@rev - @src/@href/@resource test"
1150
- - !ruby/object:RdfaHelper::TestCase
1151
- about: !ruby/object:Addressable::URI
1152
- authority: rdfa.digitalbazaar.com
1153
- fragment:
1154
- hash: -2067767210
1155
- host: rdfa.digitalbazaar.com
1156
- normalized_host:
1157
- normalized_path:
1158
- normalized_scheme:
1159
- password:
1160
- path: /test-suite/test-cases/xhtml1/0042
1161
- port:
1162
- query:
1163
- scheme: http
1164
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042
1165
- user:
1166
- userinfo:
1167
- validation_deferred: false
1168
- contributor: Ben Adida
1169
- expectedResults: false
1170
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042.xhtml
1171
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042.sparql
1172
- name: "0042"
1173
- purpose: Tests if a @src (in img element) correctly sets the URIref object (with omitted @about)
1174
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1175
- specificationReference: ""
1176
- suite: xhtml
1177
- title: img[@src] test with omitted @about
1178
- - !ruby/object:RdfaHelper::TestCase
1179
- about: !ruby/object:Addressable::URI
1180
- authority: rdfa.digitalbazaar.com
1181
- fragment:
1182
- hash: -2067767211
1183
- host: rdfa.digitalbazaar.com
1184
- normalized_host:
1185
- normalized_path:
1186
- normalized_scheme:
1187
- password:
1188
- path: /test-suite/test-cases/xhtml1/0043
1189
- port:
1190
- query:
1191
- scheme: http
1192
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0043
1193
- user:
1194
- userinfo:
1195
- validation_deferred: false
1196
- contributor: Ben Adida
1197
- expectedResults: true
1198
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0043.xhtml
1199
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0043.sparql
1200
- name: "0043"
1201
- purpose: Tests if @href overwrites @src (with omitted @about)
1202
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
1203
- specificationReference: ""
1204
- suite: xhtml
1205
- title: "@src/@href test with omitted @about"
1206
- - !ruby/object:RdfaHelper::TestCase
1207
- about: !ruby/object:Addressable::URI
1208
- authority: rdfa.digitalbazaar.com
1209
- fragment:
1210
- hash: -2067767212
1211
- host: rdfa.digitalbazaar.com
1212
- normalized_host:
1213
- normalized_path:
1214
- normalized_scheme:
1215
- password:
1216
- path: /test-suite/test-cases/xhtml1/0044
1217
- port:
1218
- query:
1219
- scheme: http
1220
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0044
1221
- user:
1222
- userinfo:
1223
- validation_deferred: false
1224
- contributor: Ben Adida
1225
- expectedResults: true
1226
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0044.xhtml
1227
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0044.sparql
1228
- name: "0044"
1229
- purpose: Tests if @resource overwrites @src (with omitted @about)
1230
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
1231
- specificationReference: ""
1232
- suite: xhtml
1233
- title: "@src/@resource test with omitted @about"
1234
- - !ruby/object:RdfaHelper::TestCase
1235
- about: !ruby/object:Addressable::URI
1236
- authority: rdfa.digitalbazaar.com
1237
- fragment:
1238
- hash: -2067767213
1239
- host: rdfa.digitalbazaar.com
1240
- normalized_host:
1241
- normalized_path:
1242
- normalized_scheme:
1243
- password:
1244
- path: /test-suite/test-cases/xhtml1/0045
1245
- port:
1246
- query:
1247
- scheme: http
1248
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0045
1249
- user:
1250
- userinfo:
1251
- validation_deferred: false
1252
- contributor: Ben Adida
1253
- expectedResults: true
1254
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0045.xhtml
1255
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0045.sparql
1256
- name: "0045"
1257
- purpose: Tests if @resource overwrites both @href and @src (with omitted @about)
1258
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
1259
- specificationReference: ""
1260
- suite: xhtml
1261
- title: "@src/@href/@resource test with omitted @about"
1262
- - !ruby/object:RdfaHelper::TestCase
1263
- about: !ruby/object:Addressable::URI
1264
- authority: rdfa.digitalbazaar.com
1265
- fragment:
1266
- hash: -2067767214
1267
- host: rdfa.digitalbazaar.com
1268
- normalized_host:
1269
- normalized_path:
1270
- normalized_scheme:
1271
- password:
1272
- path: /test-suite/test-cases/xhtml1/0046
1273
- port:
1274
- query:
1275
- scheme: http
1276
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046
1277
- user:
1278
- userinfo:
1279
- validation_deferred: false
1280
- contributor: Ivan Herman
1281
- expectedResults: true
1282
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046.xhtml
1283
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046.sparql
1284
- name: "0046"
1285
- purpose: Tests @typeof with @rel present, no @href, @resource, or @about
1286
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1287
- specificationReference: ""
1288
- suite: xhtml
1289
- title: "@typeof with @rel present, no @href, @resource, or @about"
1290
- - !ruby/object:RdfaHelper::TestCase
1291
- about: !ruby/object:Addressable::URI
1292
- authority: rdfa.digitalbazaar.com
1293
- fragment:
1294
- hash: -2067767215
1295
- host: rdfa.digitalbazaar.com
1296
- normalized_host:
1297
- normalized_path:
1298
- normalized_scheme:
1299
- password:
1300
- path: /test-suite/test-cases/xhtml1/0047
1301
- port:
1302
- query:
1303
- scheme: http
1304
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047
1305
- user:
1306
- userinfo:
1307
- validation_deferred: false
1308
- contributor: Ivan Herman
1309
- expectedResults: true
1310
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047.xhtml
1311
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047.sparql
1312
- name: "0047"
1313
- purpose: Tests @typeof with @rel and @resource present, no @about
1314
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1315
- specificationReference: ""
1316
- suite: xhtml
1317
- title: "@typeof with @rel and @resource present, no @about"
1318
- - !ruby/object:RdfaHelper::TestCase
1319
- about: !ruby/object:Addressable::URI
1320
- authority: rdfa.digitalbazaar.com
1321
- fragment:
1322
- hash: -2067767216
1323
- host: rdfa.digitalbazaar.com
1324
- normalized_host:
1325
- normalized_path:
1326
- normalized_scheme:
1327
- password:
1328
- path: /test-suite/test-cases/xhtml1/0048
1329
- port:
1330
- query:
1331
- scheme: http
1332
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048
1333
- user:
1334
- userinfo:
1335
- validation_deferred: false
1336
- contributor: Ivan Herman
1337
- expectedResults: true
1338
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048.xhtml
1339
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048.sparql
1340
- name: 0048
1341
- purpose: Tests @typeof with @about and @rel present, no @resource
1342
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1343
- specificationReference: ""
1344
- suite: xhtml
1345
- title: "@typeof with @about and @rel present, no @resource"
1346
- - !ruby/object:RdfaHelper::TestCase
1347
- about: !ruby/object:Addressable::URI
1348
- authority: rdfa.digitalbazaar.com
1349
- fragment:
1350
- hash: -2067767217
1351
- host: rdfa.digitalbazaar.com
1352
- normalized_host:
1353
- normalized_path:
1354
- normalized_scheme:
1355
- password:
1356
- path: /test-suite/test-cases/xhtml1/0049
1357
- port:
1358
- query:
1359
- scheme: http
1360
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049
1361
- user:
1362
- userinfo:
1363
- validation_deferred: false
1364
- contributor: Ivan Herman
1365
- expectedResults: true
1366
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049.xhtml
1367
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049.sparql
1368
- name: 0049
1369
- purpose: Tests @typeof with @about, no @rel or @resource
1370
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1371
- specificationReference: ""
1372
- suite: xhtml
1373
- title: "@typeof with @about, no @rel or @resource"
1374
- - !ruby/object:RdfaHelper::TestCase
1375
- about: !ruby/object:Addressable::URI
1376
- authority: rdfa.digitalbazaar.com
1377
- fragment:
1378
- hash: -2067834857
1379
- host: rdfa.digitalbazaar.com
1380
- normalized_host:
1381
- normalized_path:
1382
- normalized_scheme:
1383
- password:
1384
- path: /test-suite/test-cases/xhtml1/0050
1385
- port:
1386
- query:
1387
- scheme: http
1388
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050
1389
- user:
1390
- userinfo:
1391
- validation_deferred: false
1392
- contributor: Ivan Herman
1393
- expectedResults: true
1394
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050.xhtml
1395
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050.sparql
1396
- name: "0050"
1397
- purpose: Tests @typeof without anything else
1398
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1399
- specificationReference: ""
1400
- suite: xhtml
1401
- title: "@typeof without anything else"
1402
- - !ruby/object:RdfaHelper::TestCase
1403
- about: !ruby/object:Addressable::URI
1404
- authority: rdfa.digitalbazaar.com
1405
- fragment:
1406
- hash: -2067834858
1407
- host: rdfa.digitalbazaar.com
1408
- normalized_host:
1409
- normalized_path:
1410
- normalized_scheme:
1411
- password:
1412
- path: /test-suite/test-cases/xhtml1/0051
1413
- port:
1414
- query:
1415
- scheme: http
1416
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051
1417
- user:
1418
- userinfo:
1419
- validation_deferred: false
1420
- contributor: Ivan Herman
1421
- expectedResults: true
1422
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051.xhtml
1423
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051.sparql
1424
- name: "0051"
1425
- purpose: Tests @typeof with a single @property
1426
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1427
- specificationReference: ""
1428
- suite: xhtml
1429
- title: "@typeof with a single @property"
1430
- - !ruby/object:RdfaHelper::TestCase
1431
- about: !ruby/object:Addressable::URI
1432
- authority: rdfa.digitalbazaar.com
1433
- fragment:
1434
- hash: -2067834859
1435
- host: rdfa.digitalbazaar.com
1436
- normalized_host:
1437
- normalized_path:
1438
- normalized_scheme:
1439
- password:
1440
- path: /test-suite/test-cases/xhtml1/0052
1441
- port:
1442
- query:
1443
- scheme: http
1444
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052
1445
- user:
1446
- userinfo:
1447
- validation_deferred: false
1448
- contributor: Ivan Herman
1449
- expectedResults: true
1450
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052.xhtml
1451
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052.sparql
1452
- name: "0052"
1453
- purpose: Tests to ensure that @typeof does not apply to @resource
1454
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1455
- specificationReference: ""
1456
- suite: xhtml
1457
- title: "@typeof with @resource and nothing else"
1458
- - !ruby/object:RdfaHelper::TestCase
1459
- about: !ruby/object:Addressable::URI
1460
- authority: rdfa.digitalbazaar.com
1461
- fragment:
1462
- hash: -2067834860
1463
- host: rdfa.digitalbazaar.com
1464
- normalized_host:
1465
- normalized_path:
1466
- normalized_scheme:
1467
- password:
1468
- path: /test-suite/test-cases/xhtml1/0053
1469
- port:
1470
- query:
1471
- scheme: http
1472
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053
1473
- user:
1474
- userinfo:
1475
- validation_deferred: false
1476
- contributor: Ivan Herman
1477
- expectedResults: true
1478
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053.xhtml
1479
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053.sparql
1480
- name: "0053"
1481
- purpose: Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated
1482
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1483
- specificationReference: ""
1484
- suite: xhtml
1485
- title: "@typeof with @resource and nothing else, with a subelement"
1486
- - !ruby/object:RdfaHelper::TestCase
1487
- about: !ruby/object:Addressable::URI
1488
- authority: rdfa.digitalbazaar.com
1489
- fragment:
1490
- hash: -2067834861
1491
- host: rdfa.digitalbazaar.com
1492
- normalized_host:
1493
- normalized_path:
1494
- normalized_scheme:
1495
- password:
1496
- path: /test-suite/test-cases/xhtml1/0054
1497
- port:
1498
- query:
1499
- scheme: http
1500
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054
1501
- user:
1502
- userinfo:
1503
- validation_deferred: false
1504
- contributor: Fabien Gandon
1505
- expectedResults: true
1506
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054.xhtml
1507
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054.sparql
1508
- name: "0054"
1509
- purpose: Tests multiple @property separated by white spaces
1510
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1511
- specificationReference: ""
1512
- suite: xhtml
1513
- title: multiple @property
1514
- - !ruby/object:RdfaHelper::TestCase
1515
- about: !ruby/object:Addressable::URI
1516
- authority: rdfa.digitalbazaar.com
1517
- fragment:
1518
- hash: -2067834862
1519
- host: rdfa.digitalbazaar.com
1520
- normalized_host:
1521
- normalized_path:
1522
- normalized_scheme:
1523
- password:
1524
- path: /test-suite/test-cases/xhtml1/0055
1525
- port:
1526
- query:
1527
- scheme: http
1528
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055
1529
- user:
1530
- userinfo:
1531
- validation_deferred: false
1532
- contributor: Fabien Gandon
1533
- expectedResults: true
1534
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055.xhtml
1535
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055.sparql
1536
- name: "0055"
1537
- purpose: Tests multiple @rel separated by white spaces
1538
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1539
- specificationReference: ""
1540
- suite: xhtml
1541
- title: multiple @rel
1542
- - !ruby/object:RdfaHelper::TestCase
1543
- about: !ruby/object:Addressable::URI
1544
- authority: rdfa.digitalbazaar.com
1545
- fragment:
1546
- hash: -2067834863
1547
- host: rdfa.digitalbazaar.com
1548
- normalized_host:
1549
- normalized_path:
1550
- normalized_scheme:
1551
- password:
1552
- path: /test-suite/test-cases/xhtml1/0056
1553
- port:
1554
- query:
1555
- scheme: http
1556
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056
1557
- user:
1558
- userinfo:
1559
- validation_deferred: false
1560
- contributor: Manu Sporny
1561
- expectedResults: true
1562
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056.xhtml
1563
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056.sparql
1564
- name: "0056"
1565
- purpose: Tests if @typeof applies to @about on same element with hanging @rel
1566
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1567
- specificationReference: ""
1568
- suite: xhtml
1569
- title: "@typeof applies to @about on same element with hanging rel"
1570
- - !ruby/object:RdfaHelper::TestCase
1571
- about: !ruby/object:Addressable::URI
1572
- authority: rdfa.digitalbazaar.com
1573
- fragment:
1574
- hash: -2067834864
1575
- host: rdfa.digitalbazaar.com
1576
- normalized_host:
1577
- normalized_path:
1578
- normalized_scheme:
1579
- password:
1580
- path: /test-suite/test-cases/xhtml1/0057
1581
- port:
1582
- query:
1583
- scheme: http
1584
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057
1585
- user:
1586
- userinfo:
1587
- validation_deferred: false
1588
- contributor: Manu Sporny
1589
- expectedResults: true
1590
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057.xhtml
1591
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057.sparql
1592
- name: "0057"
1593
- purpose: Tests if hanging @rel creates multiple triples
1594
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1595
- specificationReference: ""
1596
- suite: xhtml
1597
- title: hanging @rel creates multiple triples
1598
- - !ruby/object:RdfaHelper::TestCase
1599
- about: !ruby/object:Addressable::URI
1600
- authority: rdfa.digitalbazaar.com
1601
- fragment:
1602
- hash: -2067834865
1603
- host: rdfa.digitalbazaar.com
1604
- normalized_host:
1605
- normalized_path:
1606
- normalized_scheme:
1607
- password:
1608
- path: /test-suite/test-cases/xhtml1/0058
1609
- port:
1610
- query:
1611
- scheme: http
1612
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058
1613
- user:
1614
- userinfo:
1615
- validation_deferred: false
1616
- contributor: Manu Sporny
1617
- expectedResults: true
1618
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058.xhtml
1619
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058.sparql
1620
- name: 0058
1621
- purpose: Tests if hanging @rel creates multiple triples with @typeof permutation
1622
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1623
- specificationReference: ""
1624
- suite: xhtml
1625
- title: hanging @rel creates multiple triples, @typeof permutation
1626
- - !ruby/object:RdfaHelper::TestCase
1627
- about: !ruby/object:Addressable::URI
1628
- authority: rdfa.digitalbazaar.com
1629
- fragment:
1630
- hash: -2067834866
1631
- host: rdfa.digitalbazaar.com
1632
- normalized_host:
1633
- normalized_path:
1634
- normalized_scheme:
1635
- password:
1636
- path: /test-suite/test-cases/xhtml1/0059
1637
- port:
1638
- query:
1639
- scheme: http
1640
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059
1641
- user:
1642
- userinfo:
1643
- validation_deferred: false
1644
- contributor: Manu Sporny
1645
- expectedResults: true
1646
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059.xhtml
1647
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059.sparql
1648
- name: 0059
1649
- purpose: Tests multiple hanging @rels with multiple children
1650
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1651
- specificationReference: ""
1652
- suite: xhtml
1653
- title: multiple hanging @rels with multiple children
1654
- - !ruby/object:RdfaHelper::TestCase
1655
- about: !ruby/object:Addressable::URI
1656
- authority: rdfa.digitalbazaar.com
1657
- fragment:
1658
- hash: -2067902506
1659
- host: rdfa.digitalbazaar.com
1660
- normalized_host:
1661
- normalized_path:
1662
- normalized_scheme:
1663
- password:
1664
- path: /test-suite/test-cases/xhtml1/0060
1665
- port:
1666
- query:
1667
- scheme: http
1668
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060
1669
- user:
1670
- userinfo:
1671
- validation_deferred: false
1672
- contributor: Manu Sporny
1673
- expectedResults: true
1674
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060.xhtml
1675
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060.sparql
1676
- name: "0060"
1677
- purpose: Tests conformance with UTF-8 encoding
1678
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1679
- specificationReference: ""
1680
- suite: xhtml
1681
- title: UTF-8 conformance
1682
- - !ruby/object:RdfaHelper::TestCase
1683
- about: !ruby/object:Addressable::URI
1684
- authority: rdfa.digitalbazaar.com
1685
- fragment:
1686
- hash: -2067902507
1687
- host: rdfa.digitalbazaar.com
1688
- normalized_host:
1689
- normalized_path:
1690
- normalized_scheme:
1691
- password:
1692
- path: /test-suite/test-cases/xhtml1/0061
1693
- port:
1694
- query:
1695
- scheme: http
1696
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061
1697
- user:
1698
- userinfo:
1699
- validation_deferred: false
1700
- contributor: Manu Sporny
1701
- expectedResults: true
1702
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061.xhtml
1703
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061.sparql
1704
- name: "0061"
1705
- purpose: Tests @rel in head using reserved, non-prefixed XHTML value
1706
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1707
- specificationReference: ""
1708
- suite: xhtml
1709
- title: "@rel in head using reserved, non-prefixed XHTML value"
1710
- - !ruby/object:RdfaHelper::TestCase
1711
- about: !ruby/object:Addressable::URI
1712
- authority: rdfa.digitalbazaar.com
1713
- fragment:
1714
- hash: -2067902508
1715
- host: rdfa.digitalbazaar.com
1716
- normalized_host:
1717
- normalized_path:
1718
- normalized_scheme:
1719
- password:
1720
- path: /test-suite/test-cases/xhtml1/0062
1721
- port:
1722
- query:
1723
- scheme: http
1724
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062
1725
- user:
1726
- userinfo:
1727
- validation_deferred: false
1728
- contributor: Manu Sporny
1729
- expectedResults: true
1730
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062.xhtml
1731
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062.sparql
1732
- name: "0062"
1733
- purpose: Tests @rev in head using reserved, non-prefixed XHTML value
1734
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1735
- specificationReference: ""
1736
- suite: xhtml
1737
- title: "@rev in head using reserved, non-prefixed XHTML value"
1738
- - !ruby/object:RdfaHelper::TestCase
1739
- about: !ruby/object:Addressable::URI
1740
- authority: rdfa.digitalbazaar.com
1741
- fragment:
1742
- hash: -2067902509
1743
- host: rdfa.digitalbazaar.com
1744
- normalized_host:
1745
- normalized_path:
1746
- normalized_scheme:
1747
- password:
1748
- path: /test-suite/test-cases/xhtml1/0063
1749
- port:
1750
- query:
1751
- scheme: http
1752
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063
1753
- user:
1754
- userinfo:
1755
- validation_deferred: false
1756
- contributor: Manu Sporny
1757
- expectedResults: true
1758
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063.xhtml
1759
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063.sparql
1760
- name: "0063"
1761
- purpose: Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax
1762
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1763
- specificationReference: ""
1764
- suite: xhtml
1765
- title: "@rel in head using reserved XHTML value and empty-prefix CURIE syntax"
1766
- - !ruby/object:RdfaHelper::TestCase
1767
- about: !ruby/object:Addressable::URI
1768
- authority: rdfa.digitalbazaar.com
1769
- fragment:
1770
- hash: -2067902510
1771
- host: rdfa.digitalbazaar.com
1772
- normalized_host:
1773
- normalized_path:
1774
- normalized_scheme:
1775
- password:
1776
- path: /test-suite/test-cases/xhtml1/0064
1777
- port:
1778
- query:
1779
- scheme: http
1780
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064
1781
- user:
1782
- userinfo:
1783
- validation_deferred: false
1784
- contributor: Manu Sporny
1785
- expectedResults: true
1786
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064.xhtml
1787
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064.sparql
1788
- name: "0064"
1789
- purpose: Tests if @about generates a proper triple when a safe CURIE is used
1790
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1791
- specificationReference: ""
1792
- suite: xhtml
1793
- title: "@about with safe CURIE"
1794
- - !ruby/object:RdfaHelper::TestCase
1795
- about: !ruby/object:Addressable::URI
1796
- authority: rdfa.digitalbazaar.com
1797
- fragment:
1798
- hash: -2067902511
1799
- host: rdfa.digitalbazaar.com
1800
- normalized_host:
1801
- normalized_path:
1802
- normalized_scheme:
1803
- password:
1804
- path: /test-suite/test-cases/xhtml1/0065
1805
- port:
1806
- query:
1807
- scheme: http
1808
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065
1809
- user:
1810
- userinfo:
1811
- validation_deferred: false
1812
- contributor: Manu Sporny
1813
- expectedResults: true
1814
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065.xhtml
1815
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065.sparql
1816
- name: "0065"
1817
- purpose: Tests if @rel properly connects triples generated when safe CURIEs are used
1818
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1819
- specificationReference: ""
1820
- suite: xhtml
1821
- title: "@rel with safe CURIE"
1822
- - !ruby/object:RdfaHelper::TestCase
1823
- about: !ruby/object:Addressable::URI
1824
- authority: rdfa.digitalbazaar.com
1825
- fragment:
1826
- hash: -2067902512
1827
- host: rdfa.digitalbazaar.com
1828
- normalized_host:
1829
- normalized_path:
1830
- normalized_scheme:
1831
- password:
1832
- path: /test-suite/test-cases/xhtml1/0066
1833
- port:
1834
- query:
1835
- scheme: http
1836
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066
1837
- user:
1838
- userinfo:
1839
- validation_deferred: false
1840
- contributor: Manu Sporny
1841
- expectedResults: true
1842
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066.xhtml
1843
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066.sparql
1844
- name: "0066"
1845
- purpose: Test to make sure that @about (with current document) is implied in the head, and the proper triples are generated using @typeof
1846
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1847
- specificationReference: ""
1848
- suite: xhtml
1849
- title: "@about with @typeof in the head"
1850
- - !ruby/object:RdfaHelper::TestCase
1851
- about: !ruby/object:Addressable::URI
1852
- authority: rdfa.digitalbazaar.com
1853
- fragment:
1854
- hash: -2067902513
1855
- host: rdfa.digitalbazaar.com
1856
- normalized_host:
1857
- normalized_path:
1858
- normalized_scheme:
1859
- password:
1860
- path: /test-suite/test-cases/xhtml1/0067
1861
- port:
1862
- query:
1863
- scheme: http
1864
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067
1865
- user:
1866
- userinfo:
1867
- validation_deferred: false
1868
- contributor: Manu Sporny
1869
- expectedResults: true
1870
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067.xhtml
1871
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067.sparql
1872
- name: "0067"
1873
- purpose: Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified
1874
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1875
- specificationReference: ""
1876
- suite: xhtml
1877
- title: "@property in the head"
1878
- - !ruby/object:RdfaHelper::TestCase
1879
- about: !ruby/object:Addressable::URI
1880
- authority: rdfa.digitalbazaar.com
1881
- fragment:
1882
- hash: -2067902514
1883
- host: rdfa.digitalbazaar.com
1884
- normalized_host:
1885
- normalized_path:
1886
- normalized_scheme:
1887
- password:
1888
- path: /test-suite/test-cases/xhtml1/0068
1889
- port:
1890
- query:
1891
- scheme: http
1892
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068
1893
- user:
1894
- userinfo:
1895
- validation_deferred: false
1896
- contributor: Manu Sporny
1897
- expectedResults: true
1898
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068.xhtml
1899
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068.sparql
1900
- name: 0068
1901
- purpose: Tests to ensure that relative URI is resolved correctly when used in @about
1902
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1903
- specificationReference: ""
1904
- suite: xhtml
1905
- title: Relative URI in @about
1906
- - !ruby/object:RdfaHelper::TestCase
1907
- about: !ruby/object:Addressable::URI
1908
- authority: rdfa.digitalbazaar.com
1909
- fragment:
1910
- hash: -2067902515
1911
- host: rdfa.digitalbazaar.com
1912
- normalized_host:
1913
- normalized_path:
1914
- normalized_scheme:
1915
- password:
1916
- path: /test-suite/test-cases/xhtml1/0069
1917
- port:
1918
- query:
1919
- scheme: http
1920
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069
1921
- user:
1922
- userinfo:
1923
- validation_deferred: false
1924
- contributor: Manu Sporny
1925
- expectedResults: true
1926
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069.xhtml
1927
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069.sparql
1928
- name: 0069
1929
- purpose: Tests to ensure that relative URI is resolved correctly when used in @href
1930
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1931
- specificationReference: ""
1932
- suite: xhtml
1933
- title: Relative URI in @href
1934
- - !ruby/object:RdfaHelper::TestCase
1935
- about: !ruby/object:Addressable::URI
1936
- authority: rdfa.digitalbazaar.com
1937
- fragment:
1938
- hash: -2067970155
1939
- host: rdfa.digitalbazaar.com
1940
- normalized_host:
1941
- normalized_path:
1942
- normalized_scheme:
1943
- password:
1944
- path: /test-suite/test-cases/xhtml1/0070
1945
- port:
1946
- query:
1947
- scheme: http
1948
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070
1949
- user:
1950
- userinfo:
1951
- validation_deferred: false
1952
- contributor: Manu Sporny
1953
- expectedResults: true
1954
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070.xhtml
1955
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070.sparql
1956
- name: "0070"
1957
- purpose: Tests to ensure that relative URI is resolved correctly when used in @resource
1958
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1959
- specificationReference: ""
1960
- suite: xhtml
1961
- title: Relative URI in @resource
1962
- - !ruby/object:RdfaHelper::TestCase
1963
- about: !ruby/object:Addressable::URI
1964
- authority: rdfa.digitalbazaar.com
1965
- fragment:
1966
- hash: -2067970156
1967
- host: rdfa.digitalbazaar.com
1968
- normalized_host:
1969
- normalized_path:
1970
- normalized_scheme:
1971
- password:
1972
- path: /test-suite/test-cases/xhtml1/0071
1973
- port:
1974
- query:
1975
- scheme: http
1976
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071
1977
- user:
1978
- userinfo:
1979
- validation_deferred: false
1980
- contributor: Manu Sporny
1981
- expectedResults: true
1982
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071.xhtml
1983
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071.sparql
1984
- name: "0071"
1985
- purpose: Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document
1986
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
1987
- specificationReference: ""
1988
- suite: xhtml
1989
- title: No explicit @about
1990
- - !ruby/object:RdfaHelper::TestCase
1991
- about: !ruby/object:Addressable::URI
1992
- authority: rdfa.digitalbazaar.com
1993
- fragment:
1994
- hash: -2067970157
1995
- host: rdfa.digitalbazaar.com
1996
- normalized_host:
1997
- normalized_path:
1998
- normalized_scheme:
1999
- password:
2000
- path: /test-suite/test-cases/xhtml1/0072
2001
- port:
2002
- query:
2003
- scheme: http
2004
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072
2005
- user:
2006
- userinfo:
2007
- validation_deferred: false
2008
- contributor: Manu Sporny
2009
- expectedResults: true
2010
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072.xhtml
2011
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072.sparql
2012
- name: "0072"
2013
- purpose: Tests to ensure that relative URIs are resolved correctly when used in @about with XHTML base set in head
2014
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2015
- specificationReference: ""
2016
- suite: xhtml
2017
- title: Relative URI in @about (with XHTML base in head)
2018
- - !ruby/object:RdfaHelper::TestCase
2019
- about: !ruby/object:Addressable::URI
2020
- authority: rdfa.digitalbazaar.com
2021
- fragment:
2022
- hash: -2067970158
2023
- host: rdfa.digitalbazaar.com
2024
- normalized_host:
2025
- normalized_path:
2026
- normalized_scheme:
2027
- password:
2028
- path: /test-suite/test-cases/xhtml1/0073
2029
- port:
2030
- query:
2031
- scheme: http
2032
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073
2033
- user:
2034
- userinfo:
2035
- validation_deferred: false
2036
- contributor: Manu Sporny
2037
- expectedResults: true
2038
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073.xhtml
2039
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073.sparql
2040
- name: "0073"
2041
- purpose: Tests to ensure that relative URIs are resolved correctly when used in @resource with XHTML base set in head
2042
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2043
- specificationReference: ""
2044
- suite: xhtml
2045
- title: Relative URI in @resource (with XHTML base in head)
2046
- - !ruby/object:RdfaHelper::TestCase
2047
- about: !ruby/object:Addressable::URI
2048
- authority: rdfa.digitalbazaar.com
2049
- fragment:
2050
- hash: -2067970159
2051
- host: rdfa.digitalbazaar.com
2052
- normalized_host:
2053
- normalized_path:
2054
- normalized_scheme:
2055
- password:
2056
- path: /test-suite/test-cases/xhtml1/0074
2057
- port:
2058
- query:
2059
- scheme: http
2060
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074
2061
- user:
2062
- userinfo:
2063
- validation_deferred: false
2064
- contributor: Manu Sporny
2065
- expectedResults: true
2066
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074.xhtml
2067
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074.sparql
2068
- name: "0074"
2069
- purpose: Tests to ensure that relative URIs are resolved correctly when used in @href with XHTML base set in head
2070
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2071
- specificationReference: ""
2072
- suite: xhtml
2073
- title: Relative URI in @href (with XHTML base in head)
2074
- - !ruby/object:RdfaHelper::TestCase
2075
- about: !ruby/object:Addressable::URI
2076
- authority: rdfa.digitalbazaar.com
2077
- fragment:
2078
- hash: -2067970160
2079
- host: rdfa.digitalbazaar.com
2080
- normalized_host:
2081
- normalized_path:
2082
- normalized_scheme:
2083
- password:
2084
- path: /test-suite/test-cases/xhtml1/0075
2085
- port:
2086
- query:
2087
- scheme: http
2088
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075
2089
- user:
2090
- userinfo:
2091
- validation_deferred: false
2092
- contributor: Manu Sporny
2093
- expectedResults: true
2094
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075.xhtml
2095
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075.sparql
2096
- name: "0075"
2097
- purpose: Tests to ensure that the XHTML+RDFa reserved word 'license' when used in @rel (with no @about) generates the proper triple
2098
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2099
- specificationReference: ""
2100
- suite: xhtml
2101
- title: Reserved word 'license' in @rel with no explizit @about
2102
- - !ruby/object:RdfaHelper::TestCase
2103
- about: !ruby/object:Addressable::URI
2104
- authority: rdfa.digitalbazaar.com
2105
- fragment:
2106
- hash: -2067970161
2107
- host: rdfa.digitalbazaar.com
2108
- normalized_host:
2109
- normalized_path:
2110
- normalized_scheme:
2111
- password:
2112
- path: /test-suite/test-cases/xhtml1/0076
2113
- port:
2114
- query:
2115
- scheme: http
2116
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076
2117
- user:
2118
- userinfo:
2119
- validation_deferred: false
2120
- contributor: Manu Sporny
2121
- expectedResults: true
2122
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076.xhtml
2123
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076.sparql
2124
- name: "0076"
2125
- purpose: Tests to ensure that all reserved XHTML words are supported in @rel
2126
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2127
- specificationReference: ""
2128
- suite: xhtml
2129
- title: All reserved XHTML @rel values
2130
- - !ruby/object:RdfaHelper::TestCase
2131
- about: !ruby/object:Addressable::URI
2132
- authority: rdfa.digitalbazaar.com
2133
- fragment:
2134
- hash: -2067970162
2135
- host: rdfa.digitalbazaar.com
2136
- normalized_host:
2137
- normalized_path:
2138
- normalized_scheme:
2139
- password:
2140
- path: /test-suite/test-cases/xhtml1/0077
2141
- port:
2142
- query:
2143
- scheme: http
2144
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077
2145
- user:
2146
- userinfo:
2147
- validation_deferred: false
2148
- contributor: Manu Sporny
2149
- expectedResults: true
2150
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077.xhtml
2151
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077.sparql
2152
- name: "0077"
2153
- purpose: Tests to ensure that all reserved XHTML words are supported in @rev
2154
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2155
- specificationReference: ""
2156
- suite: xhtml
2157
- title: All reserved XHTML @rev values
2158
- - !ruby/object:RdfaHelper::TestCase
2159
- about: !ruby/object:Addressable::URI
2160
- authority: rdfa.digitalbazaar.com
2161
- fragment:
2162
- hash: -2067970163
2163
- host: rdfa.digitalbazaar.com
2164
- normalized_host:
2165
- normalized_path:
2166
- normalized_scheme:
2167
- password:
2168
- path: /test-suite/test-cases/xhtml1/0078
2169
- port:
2170
- query:
2171
- scheme: http
2172
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078
2173
- user:
2174
- userinfo:
2175
- validation_deferred: false
2176
- contributor: Ivan Herman
2177
- expectedResults: true
2178
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078.xhtml
2179
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078.sparql
2180
- name: 0078
2181
- purpose: Tests multiple ways of handling incomplete triples; the first two triples should use the same bnode as subject ('merged'). The third should have a separate bNode.
2182
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2183
- specificationReference: ""
2184
- suite: xhtml
2185
- title: Multiple incomplete triples
2186
- - !ruby/object:RdfaHelper::TestCase
2187
- about: !ruby/object:Addressable::URI
2188
- authority: rdfa.digitalbazaar.com
2189
- fragment:
2190
- hash: -2067970164
2191
- host: rdfa.digitalbazaar.com
2192
- normalized_host:
2193
- normalized_path:
2194
- normalized_scheme:
2195
- password:
2196
- path: /test-suite/test-cases/xhtml1/0079
2197
- port:
2198
- query:
2199
- scheme: http
2200
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079
2201
- user:
2202
- userinfo:
2203
- validation_deferred: false
2204
- contributor: Ivan Herman
2205
- expectedResults: true
2206
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079.xhtml
2207
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079.sparql
2208
- name: 0079
2209
- purpose: Tests role of @resource and @href in completing incomplete triples (including their mutual priorities)
2210
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2211
- specificationReference: ""
2212
- suite: xhtml
2213
- title: "@resource and @href in completing incomplete triples"
2214
- - !ruby/object:RdfaHelper::TestCase
2215
- about: !ruby/object:Addressable::URI
2216
- authority: rdfa.digitalbazaar.com
2217
- fragment:
2218
- hash: -2068037804
2219
- host: rdfa.digitalbazaar.com
2220
- normalized_host:
2221
- normalized_path:
2222
- normalized_scheme:
2223
- password:
2224
- path: /test-suite/test-cases/xhtml1/0080
2225
- port:
2226
- query:
2227
- scheme: http
2228
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080
2229
- user:
2230
- userinfo:
2231
- validation_deferred: false
2232
- contributor: Ivan Herman
2233
- expectedResults: true
2234
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080.xhtml
2235
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080.sparql
2236
- name: 0080
2237
- purpose: Tests if @about has a higher priority than @resource in handling incomplete triples
2238
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2239
- specificationReference: ""
2240
- suite: xhtml
2241
- title: "@about overrides @resource in incomplete triples"
2242
- - !ruby/object:RdfaHelper::TestCase
2243
- about: !ruby/object:Addressable::URI
2244
- authority: rdfa.digitalbazaar.com
2245
- fragment:
2246
- hash: -2068037805
2247
- host: rdfa.digitalbazaar.com
2248
- normalized_host:
2249
- normalized_path:
2250
- normalized_scheme:
2251
- password:
2252
- path: /test-suite/test-cases/xhtml1/0081
2253
- port:
2254
- query:
2255
- scheme: http
2256
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081
2257
- user:
2258
- userinfo:
2259
- validation_deferred: false
2260
- contributor: Ivan Herman
2261
- expectedResults: true
2262
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081.xhtml
2263
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081.sparql
2264
- name: 0081
2265
- purpose: Tests multiple ways of handling incomplete triples, this time with @rev
2266
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2267
- specificationReference: ""
2268
- suite: xhtml
2269
- title: multiple ways of handling incomplete triples (with @rev)
2270
- - !ruby/object:RdfaHelper::TestCase
2271
- about: !ruby/object:Addressable::URI
2272
- authority: rdfa.digitalbazaar.com
2273
- fragment:
2274
- hash: -2068037806
2275
- host: rdfa.digitalbazaar.com
2276
- normalized_host:
2277
- normalized_path:
2278
- normalized_scheme:
2279
- password:
2280
- path: /test-suite/test-cases/xhtml1/0082
2281
- port:
2282
- query:
2283
- scheme: http
2284
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082
2285
- user:
2286
- userinfo:
2287
- validation_deferred: false
2288
- contributor: Ivan Herman
2289
- expectedResults: true
2290
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082.xhtml
2291
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082.sparql
2292
- name: 0082
2293
- purpose: Tests multiple ways of handling incomplete triples, this time with both @rel and @rev
2294
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2295
- specificationReference: ""
2296
- suite: xhtml
2297
- title: multiple ways of handling incomplete triples (with @rel and @rev)
2298
- - !ruby/object:RdfaHelper::TestCase
2299
- about: !ruby/object:Addressable::URI
2300
- authority: rdfa.digitalbazaar.com
2301
- fragment:
2302
- hash: -2068037807
2303
- host: rdfa.digitalbazaar.com
2304
- normalized_host:
2305
- normalized_path:
2306
- normalized_scheme:
2307
- password:
2308
- path: /test-suite/test-cases/xhtml1/0083
2309
- port:
2310
- query:
2311
- scheme: http
2312
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083
2313
- user:
2314
- userinfo:
2315
- validation_deferred: false
2316
- contributor: Ivan Herman
2317
- expectedResults: true
2318
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083.xhtml
2319
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083.sparql
2320
- name: 0083
2321
- purpose: Tests multiple ways of handling incomplete triples; the first two triples should use the same bNode as subject ('merged'); the third case should use @about
2322
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2323
- specificationReference: ""
2324
- suite: xhtml
2325
- title: multiple ways of handling incomplete triples (merged)
2326
- - !ruby/object:RdfaHelper::TestCase
2327
- about: !ruby/object:Addressable::URI
2328
- authority: rdfa.digitalbazaar.com
2329
- fragment:
2330
- hash: -2068037808
2331
- host: rdfa.digitalbazaar.com
2332
- normalized_host:
2333
- normalized_path:
2334
- normalized_scheme:
2335
- password:
2336
- path: /test-suite/test-cases/xhtml1/0084
2337
- port:
2338
- query:
2339
- scheme: http
2340
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084
2341
- user:
2342
- userinfo:
2343
- validation_deferred: false
2344
- contributor: Ivan Herman
2345
- expectedResults: true
2346
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084.xhtml
2347
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084.sparql
2348
- name: 0084
2349
- purpose: Tests multiple ways of handling incomplete triples, this time with both @rel and @rev. There is an intermediate div that should be ignored by the process
2350
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2351
- specificationReference: ""
2352
- suite: xhtml
2353
- title: multiple ways of handling incomplete triples, this time with both @rel and @rev
2354
- - !ruby/object:RdfaHelper::TestCase
2355
- about: !ruby/object:Addressable::URI
2356
- authority: rdfa.digitalbazaar.com
2357
- fragment:
2358
- hash: -2068037809
2359
- host: rdfa.digitalbazaar.com
2360
- normalized_host:
2361
- normalized_path:
2362
- normalized_scheme:
2363
- password:
2364
- path: /test-suite/test-cases/xhtml1/0085
2365
- port:
2366
- query:
2367
- scheme: http
2368
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085
2369
- user:
2370
- userinfo:
2371
- validation_deferred: false
2372
- contributor: Ivan Herman
2373
- expectedResults: true
2374
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085.xhtml
2375
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085.sparql
2376
- name: 0085
2377
- purpose: Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added
2378
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2379
- specificationReference: ""
2380
- suite: xhtml
2381
- title: "@resource and @href in completing incomplete triples"
2382
- - !ruby/object:RdfaHelper::TestCase
2383
- about: !ruby/object:Addressable::URI
2384
- authority: rdfa.digitalbazaar.com
2385
- fragment:
2386
- hash: -2068037810
2387
- host: rdfa.digitalbazaar.com
2388
- normalized_host:
2389
- normalized_path:
2390
- normalized_scheme:
2391
- password:
2392
- path: /test-suite/test-cases/xhtml1/0086
2393
- port:
2394
- query:
2395
- scheme: http
2396
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086
2397
- user:
2398
- userinfo:
2399
- validation_deferred: false
2400
- contributor: Ivan Herman
2401
- expectedResults: false
2402
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086.xhtml
2403
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086.sparql
2404
- name: 0086
2405
- purpose: Test that NO triple should be generated for a non-reserved @rel value
2406
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2407
- specificationReference: ""
2408
- suite: xhtml
2409
- title: NO triple for a non-reserved @rel value
2410
- - !ruby/object:RdfaHelper::TestCase
2411
- about: !ruby/object:Addressable::URI
2412
- authority: rdfa.digitalbazaar.com
2413
- fragment:
2414
- hash: -2068037811
2415
- host: rdfa.digitalbazaar.com
2416
- normalized_host:
2417
- normalized_path:
2418
- normalized_scheme:
2419
- password:
2420
- path: /test-suite/test-cases/xhtml1/0087
2421
- port:
2422
- query:
2423
- scheme: http
2424
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087
2425
- user:
2426
- userinfo:
2427
- validation_deferred: false
2428
- contributor: Ivan Herman
2429
- expectedResults: true
2430
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087.xhtml
2431
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087.sparql
2432
- name: 0087
2433
- purpose: Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx)
2434
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2435
- specificationReference: ""
2436
- suite: xhtml
2437
- title: All reserved XHTML @rel values (with :xxx)
2438
- - !ruby/object:RdfaHelper::TestCase
2439
- about: !ruby/object:Addressable::URI
2440
- authority: rdfa.digitalbazaar.com
2441
- fragment:
2442
- hash: -2068037812
2443
- host: rdfa.digitalbazaar.com
2444
- normalized_host:
2445
- normalized_path:
2446
- normalized_scheme:
2447
- password:
2448
- path: /test-suite/test-cases/xhtml1/0088
2449
- port:
2450
- query:
2451
- scheme: http
2452
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088
2453
- user:
2454
- userinfo:
2455
- validation_deferred: false
2456
- contributor: Ivan Herman
2457
- expectedResults: true
2458
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088.xhtml
2459
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088.sparql
2460
- name: 0088
2461
- purpose: Test the interpretation of the CURIE "_:"
2462
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2463
- specificationReference: ""
2464
- suite: xhtml
2465
- title: Interpretation of the CURIE "_:"
2466
- - !ruby/object:RdfaHelper::TestCase
2467
- about: !ruby/object:Addressable::URI
2468
- authority: rdfa.digitalbazaar.com
2469
- fragment:
2470
- hash: -2068037813
2471
- host: rdfa.digitalbazaar.com
2472
- normalized_host:
2473
- normalized_path:
2474
- normalized_scheme:
2475
- password:
2476
- path: /test-suite/test-cases/xhtml1/0089
2477
- port:
2478
- query:
2479
- scheme: http
2480
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089
2481
- user:
2482
- userinfo:
2483
- validation_deferred: false
2484
- contributor: Manu Sporny
2485
- expectedResults: true
2486
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089.xhtml
2487
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089.sparql
2488
- name: 0089
2489
- purpose: Tests to ensure that @src sets a new subject (focuses on @typeof).
2490
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2491
- specificationReference: ""
2492
- suite: xhtml
2493
- title: "@src sets a new subject (@typeof)"
2494
- - !ruby/object:RdfaHelper::TestCase
2495
- about: !ruby/object:Addressable::URI
2496
- authority: rdfa.digitalbazaar.com
2497
- fragment:
2498
- hash: -2068105453
2499
- host: rdfa.digitalbazaar.com
2500
- normalized_host:
2501
- normalized_path:
2502
- normalized_scheme:
2503
- password:
2504
- path: /test-suite/test-cases/xhtml1/0090
2505
- port:
2506
- query:
2507
- scheme: http
2508
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090
2509
- user:
2510
- userinfo:
2511
- validation_deferred: false
2512
- contributor: Manu Sporny
2513
- expectedResults: true
2514
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090.xhtml
2515
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090.sparql
2516
- name: 0090
2517
- purpose: Tests to ensure that @src sets a new subject (focuses on @rel/@href).
2518
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2519
- specificationReference: ""
2520
- suite: xhtml
2521
- title: "@src sets a new subject (@rel/@href)"
2522
- - !ruby/object:RdfaHelper::TestCase
2523
- about: !ruby/object:Addressable::URI
2524
- authority: rdfa.digitalbazaar.com
2525
- fragment:
2526
- hash: -2068105454
2527
- host: rdfa.digitalbazaar.com
2528
- normalized_host:
2529
- normalized_path:
2530
- normalized_scheme:
2531
- password:
2532
- path: /test-suite/test-cases/xhtml1/0091
2533
- port:
2534
- query:
2535
- scheme: http
2536
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091
2537
- user:
2538
- userinfo:
2539
- validation_deferred: false
2540
- contributor: Manu Sporny
2541
- expectedResults: true
2542
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091.xhtml
2543
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091.sparql
2544
- name: 0091
2545
- purpose: Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples.
2546
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2547
- specificationReference: ""
2548
- suite: xhtml
2549
- title: Non-reserved, un-prefixed CURIE in @property
2550
- - !ruby/object:RdfaHelper::TestCase
2551
- about: !ruby/object:Addressable::URI
2552
- authority: rdfa.digitalbazaar.com
2553
- fragment:
2554
- hash: -2068105455
2555
- host: rdfa.digitalbazaar.com
2556
- normalized_host:
2557
- normalized_path:
2558
- normalized_scheme:
2559
- password:
2560
- path: /test-suite/test-cases/xhtml1/0092
2561
- port:
2562
- query:
2563
- scheme: http
2564
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092
2565
- user:
2566
- userinfo:
2567
- validation_deferred: false
2568
- contributor: Ivan Herman
2569
- expectedResults: true
2570
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092.xhtml
2571
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092.sparql
2572
- name: 0092
2573
- purpose: Tests the explicit specification of an RDF XMLLiteral with @datatype.
2574
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2575
- specificationReference: ""
2576
- suite: xhtml
2577
- title: Tests XMLLiteral content with explicit @datatype
2578
- - !ruby/object:RdfaHelper::TestCase
2579
- about: !ruby/object:Addressable::URI
2580
- authority: rdfa.digitalbazaar.com
2581
- fragment:
2582
- hash: -2068105456
2583
- host: rdfa.digitalbazaar.com
2584
- normalized_host:
2585
- normalized_path:
2586
- normalized_scheme:
2587
- password:
2588
- path: /test-suite/test-cases/xhtml1/0093
2589
- port:
2590
- query:
2591
- scheme: http
2592
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093
2593
- user:
2594
- userinfo:
2595
- validation_deferred: false
2596
- contributor: Ivan Herman
2597
- expectedResults: true
2598
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093.xhtml
2599
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093.sparql
2600
- name: 0093
2601
- purpose: Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal
2602
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2603
- specificationReference: ""
2604
- suite: xhtml
2605
- title: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)
2606
- - !ruby/object:RdfaHelper::TestCase
2607
- about: !ruby/object:Addressable::URI
2608
- authority: rdfa.digitalbazaar.com
2609
- fragment:
2610
- hash: -2068105457
2611
- host: rdfa.digitalbazaar.com
2612
- normalized_host:
2613
- normalized_path:
2614
- normalized_scheme:
2615
- password:
2616
- path: /test-suite/test-cases/xhtml1/0094
2617
- port:
2618
- query:
2619
- scheme: http
2620
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094
2621
- user:
2622
- userinfo:
2623
- validation_deferred: false
2624
- contributor: Ivan Herman
2625
- expectedResults: true
2626
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094.xhtml
2627
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094.sparql
2628
- name: 0094
2629
- purpose: "Tests the explicit specification of an RDF XMLLiteral with @datatype using the proper RDF namespace, but with an unusual prefix - bla:"
2630
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2631
- specificationReference: ""
2632
- suite: xhtml
2633
- title: Tests XMLLiteral content with explicit @datatype (unusual prefix - bla:)
2634
- - !ruby/object:RdfaHelper::TestCase
2635
- about: !ruby/object:Addressable::URI
2636
- authority: rdfa.digitalbazaar.com
2637
- fragment:
2638
- hash: -2068105458
2639
- host: rdfa.digitalbazaar.com
2640
- normalized_host:
2641
- normalized_path:
2642
- normalized_scheme:
2643
- password:
2644
- path: /test-suite/test-cases/xhtml1/0095
2645
- port:
2646
- query:
2647
- scheme: http
2648
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0095
2649
- user:
2650
- userinfo:
2651
- validation_deferred: false
2652
- contributor: Ivan Herman
2653
- expectedResults: false
2654
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0095.xhtml
2655
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0095.sparql
2656
- name: 0095
2657
- purpose: Tests the filtering out of unnecessary triples (checking the return value mechanism)
2658
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2659
- specificationReference: ""
2660
- suite: xhtml
2661
- title: No triples with two nested @rel
2662
- - !ruby/object:RdfaHelper::TestCase
2663
- about: !ruby/object:Addressable::URI
2664
- authority: rdfa.digitalbazaar.com
2665
- fragment:
2666
- hash: -2068105459
2667
- host: rdfa.digitalbazaar.com
2668
- normalized_host:
2669
- normalized_path:
2670
- normalized_scheme:
2671
- password:
2672
- path: /test-suite/test-cases/xhtml1/0096
2673
- port:
2674
- query:
2675
- scheme: http
2676
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0096
2677
- user:
2678
- userinfo:
2679
- validation_deferred: false
2680
- contributor: Ivan Herman
2681
- expectedResults: false
2682
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0096.xhtml
2683
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0096.sparql
2684
- name: 0096
2685
- purpose: Tests the filtering out of unnecessary triples (checking the return value mechanism); from the RDFa Syntax document.
2686
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2687
- specificationReference: ""
2688
- suite: xhtml
2689
- title: No triples with three nested @rel
2690
- - !ruby/object:RdfaHelper::TestCase
2691
- about: !ruby/object:Addressable::URI
2692
- authority: rdfa.digitalbazaar.com
2693
- fragment:
2694
- hash: -2068105460
2695
- host: rdfa.digitalbazaar.com
2696
- normalized_host:
2697
- normalized_path:
2698
- normalized_scheme:
2699
- password:
2700
- path: /test-suite/test-cases/xhtml1/0097
2701
- port:
2702
- query:
2703
- scheme: http
2704
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0097
2705
- user:
2706
- userinfo:
2707
- validation_deferred: false
2708
- contributor: Ivan Herman
2709
- expectedResults: false
2710
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0097.xhtml
2711
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0097.sparql
2712
- name: 0097
2713
- purpose: Tests the filtering out of unnecessary triples (checking the return value mechanism); from the RDFa Syntax document.
2714
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2715
- specificationReference: ""
2716
- suite: xhtml
2717
- title: No triples with four nested @rel
2718
- - !ruby/object:RdfaHelper::TestCase
2719
- about: !ruby/object:Addressable::URI
2720
- authority: rdfa.digitalbazaar.com
2721
- fragment:
2722
- hash: -2068105461
2723
- host: rdfa.digitalbazaar.com
2724
- normalized_host:
2725
- normalized_path:
2726
- normalized_scheme:
2727
- password:
2728
- path: /test-suite/test-cases/xhtml1/0098
2729
- port:
2730
- query:
2731
- scheme: http
2732
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0098
2733
- user:
2734
- userinfo:
2735
- validation_deferred: false
2736
- contributor: Ivan Herman
2737
- expectedResults: true
2738
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0098.xhtml
2739
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0098.sparql
2740
- name: 0098
2741
- purpose: Tests the generation of a single literal that should be returned as valid value in the recursion to generate pending triples.
2742
- reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2743
- specificationReference: ""
2744
- suite: xhtml
2745
- title: Single literal in nested pending triples
2746
- - !ruby/object:RdfaHelper::TestCase
2747
- about: !ruby/object:Addressable::URI
2748
- authority: rdfa.digitalbazaar.com
2749
- fragment:
2750
- hash: -2068105462
2751
- host: rdfa.digitalbazaar.com
2752
- normalized_host:
2753
- normalized_path:
2754
- normalized_scheme:
2755
- password:
2756
- path: /test-suite/test-cases/xhtml1/0099
2757
- port:
2758
- query:
2759
- scheme: http
2760
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099
2761
- user:
2762
- userinfo:
2763
- validation_deferred: false
2764
- contributor: Ivan Herman
2765
- expectedResults: true
2766
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099.xhtml
2767
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099.sparql
2768
- name: 0099
2769
- purpose: Tests the preservation of white space in literals.
2770
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2771
- specificationReference: ""
2772
- suite: xhtml
2773
- title: Preservation of white space in literals
2774
- - !ruby/object:RdfaHelper::TestCase
2775
- about: !ruby/object:Addressable::URI
2776
- authority: rdfa.digitalbazaar.com
2777
- fragment:
2778
- hash: -2076016289
2779
- host: rdfa.digitalbazaar.com
2780
- normalized_host:
2781
- normalized_path:
2782
- normalized_scheme:
2783
- password:
2784
- path: /test-suite/test-cases/xhtml1/0100
2785
- port:
2786
- query:
2787
- scheme: http
2788
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100
2789
- user:
2790
- userinfo:
2791
- validation_deferred: false
2792
- contributor: Ivan Herman
2793
- expectedResults: true
2794
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100.xhtml
2795
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100.sparql
2796
- name: "0100"
2797
- purpose: Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable)
2798
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2799
- specificationReference: ""
2800
- suite: xhtml
2801
- title: XMLLiteral with explicit namespace
2802
- - !ruby/object:RdfaHelper::TestCase
2803
- about: !ruby/object:Addressable::URI
2804
- authority: rdfa.digitalbazaar.com
2805
- fragment:
2806
- hash: -2076016290
2807
- host: rdfa.digitalbazaar.com
2808
- normalized_host:
2809
- normalized_path:
2810
- normalized_scheme:
2811
- password:
2812
- path: /test-suite/test-cases/xhtml1/0101
2813
- port:
2814
- query:
2815
- scheme: http
2816
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101
2817
- user:
2818
- userinfo:
2819
- validation_deferred: false
2820
- contributor: Ivan Herman
2821
- expectedResults: true
2822
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101.xhtml
2823
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101.sparql
2824
- name: "0101"
2825
- purpose: Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable). Furthermore, the xml:lang should also be set for each of those elements.
2826
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2827
- specificationReference: ""
2828
- suite: xhtml
2829
- title: XMLLiteral with explicit namespace and xml:lang
2830
- - !ruby/object:RdfaHelper::TestCase
2831
- about: !ruby/object:Addressable::URI
2832
- authority: rdfa.digitalbazaar.com
2833
- fragment:
2834
- hash: -2076016291
2835
- host: rdfa.digitalbazaar.com
2836
- normalized_host:
2837
- normalized_path:
2838
- normalized_scheme:
2839
- password:
2840
- path: /test-suite/test-cases/xhtml1/0102
2841
- port:
2842
- query:
2843
- scheme: http
2844
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102
2845
- user:
2846
- userinfo:
2847
- validation_deferred: false
2848
- contributor: Ivan Herman
2849
- expectedResults: true
2850
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102.xhtml
2851
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102.sparql
2852
- name: "0102"
2853
- purpose: |-
2854
- Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable). Furthermore, the xml:lang should also be set on the first element but existing language
2855
- declaration should not be changed.
2856
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2857
- specificationReference: ""
2858
- suite: xhtml
2859
- title: XMLLiteral with explicit namespace and xml:lang; not overwriting existing langs
2860
- - !ruby/object:RdfaHelper::TestCase
2861
- about: !ruby/object:Addressable::URI
2862
- authority: rdfa.digitalbazaar.com
2863
- fragment:
2864
- hash: -2076016292
2865
- host: rdfa.digitalbazaar.com
2866
- normalized_host:
2867
- normalized_path:
2868
- normalized_scheme:
2869
- password:
2870
- path: /test-suite/test-cases/xhtml1/0103
2871
- port:
2872
- query:
2873
- scheme: http
2874
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103
2875
- user:
2876
- userinfo:
2877
- validation_deferred: false
2878
- contributor: Ivan Herman
2879
- expectedResults: true
2880
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103.xhtml
2881
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103.sparql
2882
- name: "0103"
2883
- purpose: Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable), but locally set namespaces should not be changed; i.e., the default namespace for the svg element should remain unchanged in the output
2884
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2885
- specificationReference: ""
2886
- suite: xhtml
2887
- title: XMLLiteral with explicit namespace; not overwriting local namespaces
2888
- - !ruby/object:RdfaHelper::TestCase
2889
- about: !ruby/object:Addressable::URI
2890
- authority: rdfa.digitalbazaar.com
2891
- fragment:
2892
- hash: -2076016293
2893
- host: rdfa.digitalbazaar.com
2894
- normalized_host:
2895
- normalized_path:
2896
- normalized_scheme:
2897
- password:
2898
- path: /test-suite/test-cases/xhtml1/0104
2899
- port:
2900
- query:
2901
- scheme: http
2902
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104
2903
- user:
2904
- userinfo:
2905
- validation_deferred: false
2906
- contributor: Fabien Gandon
2907
- expectedResults: true
2908
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104.xhtml
2909
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104.sparql
2910
- name: "0104"
2911
- purpose: Tests rdf:value with blank nodes to give a value with a unit
2912
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2913
- specificationReference: ""
2914
- suite: xhtml
2915
- title: rdf:value
2916
- - !ruby/object:RdfaHelper::TestCase
2917
- about: !ruby/object:Addressable::URI
2918
- authority: rdfa.digitalbazaar.com
2919
- fragment:
2920
- hash: -2076016294
2921
- host: rdfa.digitalbazaar.com
2922
- normalized_host:
2923
- normalized_path:
2924
- normalized_scheme:
2925
- password:
2926
- path: /test-suite/test-cases/xhtml1/0105
2927
- port:
2928
- query:
2929
- scheme: http
2930
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105
2931
- user:
2932
- userinfo:
2933
- validation_deferred: false
2934
- contributor: Manu Sporny
2935
- expectedResults: true
2936
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105.xhtml
2937
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105.sparql
2938
- name: "0105"
2939
- purpose: Test the behavior of triple generation in a corner case where the inner @rel is neither a CURIE or a LinkType. This test effectively causes a rel="" to be inserted between the outer div subject and the inner @href, which halts chaining.
2940
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2941
- specificationReference: ""
2942
- suite: xhtml
2943
- title: inner @rel neither CURIE nor LinkType
2944
- - !ruby/object:RdfaHelper::TestCase
2945
- about: !ruby/object:Addressable::URI
2946
- authority: rdfa.digitalbazaar.com
2947
- fragment:
2948
- hash: -2076016295
2949
- host: rdfa.digitalbazaar.com
2950
- normalized_host:
2951
- normalized_path:
2952
- normalized_scheme:
2953
- password:
2954
- path: /test-suite/test-cases/xhtml1/0106
2955
- port:
2956
- query:
2957
- scheme: http
2958
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106
2959
- user:
2960
- userinfo:
2961
- validation_deferred: false
2962
- contributor: Manu Sporny
2963
- expectedResults: true
2964
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106.xhtml
2965
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106.sparql
2966
- name: "0106"
2967
- purpose: Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining.
2968
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2969
- specificationReference: ""
2970
- suite: xhtml
2971
- title: chaining with empty value in inner @rel
2972
- - !ruby/object:RdfaHelper::TestCase
2973
- about: !ruby/object:Addressable::URI
2974
- authority: rdfa.digitalbazaar.com
2975
- fragment:
2976
- hash: -2076016296
2977
- host: rdfa.digitalbazaar.com
2978
- normalized_host:
2979
- normalized_path:
2980
- normalized_scheme:
2981
- password:
2982
- path: /test-suite/test-cases/xhtml1/0107
2983
- port:
2984
- query:
2985
- scheme: http
2986
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107
2987
- user:
2988
- userinfo:
2989
- validation_deferred: false
2990
- contributor: Manu Sporny
2991
- expectedResults: false
2992
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107.xhtml
2993
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107.sparql
2994
- name: "0107"
2995
- purpose: Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated.
2996
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
2997
- specificationReference: ""
2998
- suite: xhtml
2999
- title: no garbage collecting bnodes
3000
- - !ruby/object:RdfaHelper::TestCase
3001
- about: !ruby/object:Addressable::URI
3002
- authority: rdfa.digitalbazaar.com
3003
- fragment:
3004
- hash: -2076016297
3005
- host: rdfa.digitalbazaar.com
3006
- normalized_host:
3007
- normalized_path:
3008
- normalized_scheme:
3009
- password:
3010
- path: /test-suite/test-cases/xhtml1/0108
3011
- port:
3012
- query:
3013
- scheme: http
3014
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108
3015
- user:
3016
- userinfo:
3017
- validation_deferred: false
3018
- contributor: Manu Sporny
3019
- expectedResults: true
3020
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108.xhtml
3021
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108.sparql
3022
- name: 0108
3023
- purpose: Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads "Greek\nwhite space\n".
3024
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3025
- specificationReference: ""
3026
- suite: xhtml
3027
- title: plain literal with datatype="" and xml:lang preservation
3028
- - !ruby/object:RdfaHelper::TestCase
3029
- about: !ruby/object:Addressable::URI
3030
- authority: rdfa.digitalbazaar.com
3031
- fragment:
3032
- hash: -2076016298
3033
- host: rdfa.digitalbazaar.com
3034
- normalized_host:
3035
- normalized_path:
3036
- normalized_scheme:
3037
- password:
3038
- path: /test-suite/test-cases/xhtml1/0109
3039
- port:
3040
- query:
3041
- scheme: http
3042
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109
3043
- user:
3044
- userinfo:
3045
- validation_deferred: false
3046
- contributor: Manu Sporny
3047
- expectedResults: true
3048
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109.xhtml
3049
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109.sparql
3050
- name: 0109
3051
- purpose: Tests to make sure that @xml:base is ignored in XHTML+RDFa 1.0. The input test document is invalid XHTML.
3052
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3053
- specificationReference: ""
3054
- suite: xhtml
3055
- title: Tests to ensure @xml:base is ignored
3056
- - !ruby/object:RdfaHelper::TestCase
3057
- about: !ruby/object:Addressable::URI
3058
- authority: rdfa.digitalbazaar.com
3059
- fragment:
3060
- hash: -2076083938
3061
- host: rdfa.digitalbazaar.com
3062
- normalized_host:
3063
- normalized_path:
3064
- normalized_scheme:
3065
- password:
3066
- path: /test-suite/test-cases/xhtml1/0110
3067
- port:
3068
- query:
3069
- scheme: http
3070
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110
3071
- user:
3072
- userinfo:
3073
- validation_deferred: false
3074
- contributor: Manu Sporny
3075
- expectedResults: true
3076
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110.xhtml
3077
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110.sparql
3078
- name: "0110"
3079
- purpose: Tests to make sure that a bNode is generated even though no nested @about exists.
3080
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3081
- specificationReference: ""
3082
- suite: xhtml
3083
- title: bNode generated even though no nested @about exists
3084
- - !ruby/object:RdfaHelper::TestCase
3085
- about: !ruby/object:Addressable::URI
3086
- authority: rdfa.digitalbazaar.com
3087
- fragment:
3088
- hash: -2076083939
3089
- host: rdfa.digitalbazaar.com
3090
- normalized_host:
3091
- normalized_path:
3092
- normalized_scheme:
3093
- password:
3094
- path: /test-suite/test-cases/xhtml1/0111
3095
- port:
3096
- query:
3097
- scheme: http
3098
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111
3099
- user:
3100
- userinfo:
3101
- validation_deferred: false
3102
- contributor: Manu Sporny
3103
- expectedResults: true
3104
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111.xhtml
3105
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111.sparql
3106
- name: "0111"
3107
- purpose: Tests to make sure that two bNodes are generated after three levels of nesting and that the last div does not generate a triple.
3108
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3109
- specificationReference: ""
3110
- suite: xhtml
3111
- title: two bNodes generated after three levels of nesting
3112
- - !ruby/object:RdfaHelper::TestCase
3113
- about: !ruby/object:Addressable::URI
3114
- authority: rdfa.digitalbazaar.com
3115
- fragment:
3116
- hash: -2076083940
3117
- host: rdfa.digitalbazaar.com
3118
- normalized_host:
3119
- normalized_path:
3120
- normalized_scheme:
3121
- password:
3122
- path: /test-suite/test-cases/xhtml1/0112
3123
- port:
3124
- query:
3125
- scheme: http
3126
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112
3127
- user:
3128
- userinfo:
3129
- validation_deferred: false
3130
- contributor: Manu Sporny
3131
- expectedResults: true
3132
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112.xhtml
3133
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112.sparql
3134
- name: "0112"
3135
- purpose: Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "".
3136
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3137
- specificationReference: ""
3138
- suite: xhtml
3139
- title: plain literal with datatype=""
3140
- - !ruby/object:RdfaHelper::TestCase
3141
- about: !ruby/object:Addressable::URI
3142
- authority: rdfa.digitalbazaar.com
3143
- fragment:
3144
- hash: -2076083941
3145
- host: rdfa.digitalbazaar.com
3146
- normalized_host:
3147
- normalized_path:
3148
- normalized_scheme:
3149
- password:
3150
- path: /test-suite/test-cases/xhtml1/0113
3151
- port:
3152
- query:
3153
- scheme: http
3154
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113
3155
- user:
3156
- userinfo:
3157
- validation_deferred: false
3158
- contributor: Manu Sporny
3159
- expectedResults: true
3160
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113.xhtml
3161
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113.sparql
3162
- name: "0113"
3163
- purpose: Checks to make sure that an element with @property and no child nodes generates empty plain literal.
3164
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3165
- specificationReference: ""
3166
- suite: xhtml
3167
- title: element with @property and no child nodes generates empty plain literal
3168
- - !ruby/object:RdfaHelper::TestCase
3169
- about: !ruby/object:Addressable::URI
3170
- authority: rdfa.digitalbazaar.com
3171
- fragment:
3172
- hash: -2076083942
3173
- host: rdfa.digitalbazaar.com
3174
- normalized_host:
3175
- normalized_path:
3176
- normalized_scheme:
3177
- password:
3178
- path: /test-suite/test-cases/xhtml1/0114
3179
- port:
3180
- query:
3181
- scheme: http
3182
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114
3183
- user:
3184
- userinfo:
3185
- validation_deferred: false
3186
- contributor: Manu Sporny
3187
- expectedResults: true
3188
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114.xhtml
3189
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114.sparql
3190
- name: "0114"
3191
- purpose: Checks to make sure that a relative URI is resolved correctly according to RFC3986, section 5 (even when the relative URI is invalid, in this case).
3192
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3193
- specificationReference: ""
3194
- suite: xhtml
3195
- title: Relative URI
3196
- - !ruby/object:RdfaHelper::TestCase
3197
- about: !ruby/object:Addressable::URI
3198
- authority: rdfa.digitalbazaar.com
3199
- fragment:
3200
- hash: -2076083943
3201
- host: rdfa.digitalbazaar.com
3202
- normalized_host:
3203
- normalized_path:
3204
- normalized_scheme:
3205
- password:
3206
- path: /test-suite/test-cases/xhtml1/0115
3207
- port:
3208
- query:
3209
- scheme: http
3210
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115
3211
- user:
3212
- userinfo:
3213
- validation_deferred: false
3214
- contributor: Toby Inkster
3215
- expectedResults: true
3216
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115.xhtml
3217
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115.sparql
3218
- name: "0115"
3219
- purpose: Checks to make sure that XML Entities are treated properly by the RDFa parser.
3220
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3221
- specificationReference: ""
3222
- suite: xhtml
3223
- title: XML Entities must be supported by RDFa parser
3224
- - !ruby/object:RdfaHelper::TestCase
3225
- about: !ruby/object:Addressable::URI
3226
- authority: rdfa.digitalbazaar.com
3227
- fragment:
3228
- hash: -2076083944
3229
- host: rdfa.digitalbazaar.com
3230
- normalized_host:
3231
- normalized_path:
3232
- normalized_scheme:
3233
- password:
3234
- path: /test-suite/test-cases/xhtml1/0116
3235
- port:
3236
- query:
3237
- scheme: http
3238
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0116
3239
- user:
3240
- userinfo:
3241
- validation_deferred: false
3242
- contributor: Toby Inkster
3243
- expectedResults: false
3244
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0116.xhtml
3245
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0116.sparql
3246
- name: "0116"
3247
- purpose: Checks to make sure that reserved words that are used in @property do not generate triples. This is a NEGATIVE test case.
3248
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3249
- specificationReference: ""
3250
- suite: xhtml
3251
- title: Reserved word used in @property should not generate triple
3252
- - !ruby/object:RdfaHelper::TestCase
3253
- about: !ruby/object:Addressable::URI
3254
- authority: rdfa.digitalbazaar.com
3255
- fragment:
3256
- hash: -2076083945
3257
- host: rdfa.digitalbazaar.com
3258
- normalized_host:
3259
- normalized_path:
3260
- normalized_scheme:
3261
- password:
3262
- path: /test-suite/test-cases/xhtml1/0117
3263
- port:
3264
- query:
3265
- scheme: http
3266
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117
3267
- user:
3268
- userinfo:
3269
- validation_deferred: false
3270
- contributor: Manu Sporny
3271
- expectedResults: true
3272
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117.xhtml
3273
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117.sparql
3274
- name: "0117"
3275
- purpose: Checks to make sure that fragment identifiers are stripped from [base] when used to generate triples.
3276
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3277
- specificationReference: ""
3278
- suite: xhtml
3279
- title: Fragment identifiers stripped from BASE
3280
- - !ruby/object:RdfaHelper::TestCase
3281
- about: !ruby/object:Addressable::URI
3282
- authority: rdfa.digitalbazaar.com
3283
- fragment:
3284
- hash: -2076083946
3285
- host: rdfa.digitalbazaar.com
3286
- normalized_host:
3287
- normalized_path:
3288
- normalized_scheme:
3289
- password:
3290
- path: /test-suite/test-cases/xhtml1/0118
3291
- port:
3292
- query:
3293
- scheme: http
3294
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118
3295
- user:
3296
- userinfo:
3297
- validation_deferred: false
3298
- contributor: Ben Adida
3299
- expectedResults: true
3300
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118.xhtml
3301
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118.sparql
3302
- name: 0118
3303
- purpose: |-
3304
- Checks to make sure that the empty
3305
- string "" isn't considered as NULL in languages such as Javascript when
3306
- generating triples. This test sets the subject in a chain using @href
3307
- and then immediately changes the subject using @about and generates a
3308
- triple. A buggy parser may use the @href subject
3309
- (http://example.org/javascript.html) instead of the one defined by @about.
3310
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3311
- specificationReference: ""
3312
- suite: xhtml
3313
- title: empty string "" is not equivalent to NULL - @about
3314
- - !ruby/object:RdfaHelper::TestCase
3315
- about: !ruby/object:Addressable::URI
3316
- authority: rdfa.digitalbazaar.com
3317
- fragment:
3318
- hash: -2076083947
3319
- host: rdfa.digitalbazaar.com
3320
- normalized_host:
3321
- normalized_path:
3322
- normalized_scheme:
3323
- password:
3324
- path: /test-suite/test-cases/xhtml1/0119
3325
- port:
3326
- query:
3327
- scheme: http
3328
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119
3329
- user:
3330
- userinfo:
3331
- validation_deferred: false
3332
- contributor: Manu Sporny
3333
- expectedResults: true
3334
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119.xhtml
3335
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119.sparql
3336
- name: 0119
3337
- purpose: "Checks to make sure that an RDFa processor expands CURIEs having only a prefix and a\n colon if a prefix is properly defined using xmlns.\n "
3338
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3339
- specificationReference: ""
3340
- suite: xhtml
3341
- title: "\"[prefix:]\" CURIE format is valid"
3342
- - !ruby/object:RdfaHelper::TestCase
3343
- about: !ruby/object:Addressable::URI
3344
- authority: rdfa.digitalbazaar.com
3345
- fragment:
3346
- hash: -2076151587
3347
- host: rdfa.digitalbazaar.com
3348
- normalized_host:
3349
- normalized_path:
3350
- normalized_scheme:
3351
- password:
3352
- path: /test-suite/test-cases/xhtml1/0120
3353
- port:
3354
- query:
3355
- scheme: http
3356
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120
3357
- user:
3358
- userinfo:
3359
- validation_deferred: false
3360
- contributor: Manu Sporny
3361
- expectedResults: true
3362
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120.xhtml
3363
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120.sparql
3364
- name: "0120"
3365
- purpose: "Checks to make sure that an RDFa processor expands CURIEs having only a colon to the\n default prefix \"http://www.w3.org/1999/test-cases/xhtml1/vocab#\".\n "
3366
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3367
- specificationReference: ""
3368
- suite: xhtml
3369
- title: "\"[:]\" CURIE format is valid"
3370
- - !ruby/object:RdfaHelper::TestCase
3371
- about: !ruby/object:Addressable::URI
3372
- authority: rdfa.digitalbazaar.com
3373
- fragment:
3374
- hash: -2076151588
3375
- host: rdfa.digitalbazaar.com
3376
- normalized_host:
3377
- normalized_path:
3378
- normalized_scheme:
3379
- password:
3380
- path: /test-suite/test-cases/xhtml1/0121
3381
- port:
3382
- query:
3383
- scheme: http
3384
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121
3385
- user:
3386
- userinfo:
3387
- validation_deferred: false
3388
- contributor: Manu Sporny
3389
- expectedResults: true
3390
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121.xhtml
3391
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121.sparql
3392
- name: "0121"
3393
- purpose: "Checks to make sure RDFa processors resolve the empty CURIE correctly.\n "
3394
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3395
- specificationReference: ""
3396
- suite: xhtml
3397
- title: "\"[]\" is a valid safe CURIE"
3398
- - !ruby/object:RdfaHelper::TestCase
3399
- about: !ruby/object:Addressable::URI
3400
- authority: rdfa.digitalbazaar.com
3401
- fragment:
3402
- hash: -2076151589
3403
- host: rdfa.digitalbazaar.com
3404
- normalized_host:
3405
- normalized_path:
3406
- normalized_scheme:
3407
- password:
3408
- path: /test-suite/test-cases/xhtml1/0122
3409
- port:
3410
- query:
3411
- scheme: http
3412
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122
3413
- user:
3414
- userinfo:
3415
- validation_deferred: false
3416
- contributor: Manu Sporny
3417
- expectedResults: false
3418
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122.xhtml
3419
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122.sparql
3420
- name: "0122"
3421
- purpose: "Checks to make sure that resource=\"[]\" does not set the object since RDFa does not allow non-prefixed CURIEs.\n "
3422
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3423
- specificationReference: ""
3424
- suite: xhtml
3425
- title: resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs
3426
- - !ruby/object:RdfaHelper::TestCase
3427
- about: !ruby/object:Addressable::URI
3428
- authority: rdfa.digitalbazaar.com
3429
- fragment:
3430
- hash: -2076151590
3431
- host: rdfa.digitalbazaar.com
3432
- normalized_host:
3433
- normalized_path:
3434
- normalized_scheme:
3435
- password:
3436
- path: /test-suite/test-cases/xhtml1/0123
3437
- port:
3438
- query:
3439
- scheme: http
3440
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0123
3441
- user:
3442
- userinfo:
3443
- validation_deferred: false
3444
- contributor: Shane P. McCarron
3445
- expectedResults: true
3446
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0123.xhtml
3447
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0123.sparql
3448
- name: "0123"
3449
- purpose: Checks to make sure that prefix names are treated case sensitive.
3450
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3451
- specificationReference: ""
3452
- suite: xhtml
3453
- title: case sensitivity in prefix names
3454
- - !ruby/object:RdfaHelper::TestCase
3455
- about: !ruby/object:Addressable::URI
3456
- authority: rdfa.digitalbazaar.com
3457
- fragment:
3458
- hash: -2076151591
3459
- host: rdfa.digitalbazaar.com
3460
- normalized_host:
3461
- normalized_path:
3462
- normalized_scheme:
3463
- password:
3464
- path: /test-suite/test-cases/xhtml1/0124
3465
- port:
3466
- query:
3467
- scheme: http
3468
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124
3469
- user:
3470
- userinfo:
3471
- validation_deferred: false
3472
- contributor: Shane P. McCarron
3473
- expectedResults: true
3474
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124.xhtml
3475
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124.sparql
3476
- name: "0124"
3477
- purpose: Checks to make sure that XMLLiteral gets processed properly if surrounding element is tagged with @datatype=''.
3478
- reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
3479
- specificationReference: ""
3480
- suite: xhtml
3481
- title: XMLLiteral with explicit @datatype=''
3482
- - !ruby/object:RdfaHelper::TestCase
3483
- about: !ruby/object:Addressable::URI
3484
- authority: rdfa.digitalbazaar.com
3485
- fragment:
3486
- hash: -2076151592
3487
- host: rdfa.digitalbazaar.com
3488
- normalized_host:
3489
- normalized_path:
3490
- normalized_scheme:
3491
- password:
3492
- path: /test-suite/test-cases/xhtml1/0125
3493
- port:
3494
- query:
3495
- scheme: http
3496
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0125
3497
- user:
3498
- userinfo:
3499
- validation_deferred: false
3500
- contributor: Shane P. McCarron
3501
- expectedResults: false
3502
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0125.xhtml
3503
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0125.sparql
3504
- name: "0125"
3505
- purpose: Checks to ensure that when datatype is the default the parser does not generate triples for embedded content.
3506
- reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
3507
- specificationReference: ""
3508
- suite: xhtml
3509
- title: datatype XMLLiteral with other embedded RDFa
3510
- - !ruby/object:RdfaHelper::TestCase
3511
- about: !ruby/object:Addressable::URI
3512
- authority: rdfa.digitalbazaar.com
3513
- fragment:
3514
- hash: -2076151593
3515
- host: rdfa.digitalbazaar.com
3516
- normalized_host:
3517
- normalized_path:
3518
- normalized_scheme:
3519
- password:
3520
- path: /test-suite/test-cases/xhtml1/0126
3521
- port:
3522
- query:
3523
- scheme: http
3524
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126
3525
- user:
3526
- userinfo:
3527
- validation_deferred: false
3528
- contributor: Shane P. McCarron
3529
- expectedResults: true
3530
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126.xhtml
3531
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126.sparql
3532
- name: "0126"
3533
- purpose: Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples.
3534
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3535
- specificationReference: ""
3536
- suite: xhtml
3537
- title: Multiple @typeof values
3538
- - !ruby/object:RdfaHelper::TestCase
3539
- about: !ruby/object:Addressable::URI
3540
- authority: rdfa.digitalbazaar.com
3541
- fragment:
3542
- hash: -2076219237
3543
- host: rdfa.digitalbazaar.com
3544
- normalized_host:
3545
- normalized_path:
3546
- normalized_scheme:
3547
- password:
3548
- path: /test-suite/test-cases/xhtml1/0131
3549
- port:
3550
- query:
3551
- scheme: http
3552
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131
3553
- user:
3554
- userinfo:
3555
- validation_deferred: false
3556
- contributor: Philip Taylor
3557
- expectedResults: true
3558
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131.xhtml
3559
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131.sparql
3560
- name: "0131"
3561
- purpose: Ensures that multiple whitespace alternatives in attributes are allowed.
3562
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3563
- specificationReference: ""
3564
- suite: xhtml
3565
- title: Whitespace alternatives in attributes
3566
- - !ruby/object:RdfaHelper::TestCase
3567
- about: !ruby/object:Addressable::URI
3568
- authority: rdfa.digitalbazaar.com
3569
- fragment:
3570
- hash: -2076219240
3571
- host: rdfa.digitalbazaar.com
3572
- normalized_host:
3573
- normalized_path:
3574
- normalized_scheme:
3575
- password:
3576
- path: /test-suite/test-cases/xhtml1/0134
3577
- port:
3578
- query:
3579
- scheme: http
3580
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134
3581
- user:
3582
- userinfo:
3583
- validation_deferred: false
3584
- contributor: Philip Taylor
3585
- expectedResults: true
3586
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134.xhtml
3587
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134.sparql
3588
- name: "0134"
3589
- purpose: Ensures that mixed-case reserved words generate triples.
3590
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3591
- specificationReference: ""
3592
- suite: xhtml
3593
- title: Uppercase reserved words
3594
- - !ruby/object:RdfaHelper::TestCase
3595
- about: !ruby/object:Addressable::URI
3596
- authority: rdfa.digitalbazaar.com
3597
- fragment:
3598
- hash: -2076286885
3599
- host: rdfa.digitalbazaar.com
3600
- normalized_host:
3601
- normalized_path:
3602
- normalized_scheme:
3603
- password:
3604
- path: /test-suite/test-cases/xhtml1/0140
3605
- port:
3606
- query:
3607
- scheme: http
3608
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140
3609
- user:
3610
- userinfo:
3611
- validation_deferred: false
3612
- contributor: Philip Taylor
3613
- expectedResults: false
3614
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140.xhtml
3615
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140.sparql
3616
- name: "0140"
3617
- purpose: Ensures that a prefix cannot start with an underscore character when specified using xmlns.
3618
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3619
- specificationReference: ""
3620
- suite: xhtml
3621
- title: Underscore is not allowed in xmlns
3622
- - !ruby/object:RdfaHelper::TestCase
3623
- about: !ruby/object:Addressable::URI
3624
- authority: rdfa.digitalbazaar.com
3625
- fragment:
3626
- hash: -2076286887
3627
- host: rdfa.digitalbazaar.com
3628
- normalized_host:
3629
- normalized_path:
3630
- normalized_scheme:
3631
- password:
3632
- path: /test-suite/test-cases/xhtml1/0142
3633
- port:
3634
- query:
3635
- scheme: http
3636
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142
3637
- user:
3638
- userinfo:
3639
- validation_deferred: false
3640
- contributor: Philip Taylor
3641
- expectedResults: true
3642
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142.xhtml
3643
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142.sparql
3644
- name: "0142"
3645
- purpose: Ensures that RDFa processors allow a prefix named 'xml' with the correct URI.
3646
- reviewStatus: http://www.w3.org/2006/03/test-description#onhold
3647
- specificationReference: ""
3648
- suite: xhtml
3649
- title: xmlns prefix 'xml' with correct URI
3650
- - !ruby/object:RdfaHelper::TestCase
3651
- about: !ruby/object:Addressable::URI
3652
- authority: rdfa.digitalbazaar.com
3653
- fragment:
3654
- hash: -2076286892
3655
- host: rdfa.digitalbazaar.com
3656
- normalized_host:
3657
- normalized_path:
3658
- normalized_scheme:
3659
- password:
3660
- path: /test-suite/test-cases/xhtml1/0147
3661
- port:
3662
- query:
3663
- scheme: http
3664
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147
3665
- user:
3666
- userinfo:
3667
- validation_deferred: false
3668
- contributor: Philip Taylor
3669
- expectedResults: true
3670
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147.xhtml
3671
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147.sparql
3672
- name: "0147"
3673
- purpose: Ensures that RDFa processors allow the prefix 'xmlzzz', even though it is a reserved prefix in XML.
3674
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3675
- specificationReference: ""
3676
- suite: xhtml
3677
- title: xmlns prefix 'xmlzzz' (reserved)
3678
- - !ruby/object:RdfaHelper::TestCase
3679
- about: !ruby/object:Addressable::URI
3680
- authority: rdfa.digitalbazaar.com
3681
- fragment:
3682
- hash: -2076354538
3683
- host: rdfa.digitalbazaar.com
3684
- normalized_host:
3685
- normalized_path:
3686
- normalized_scheme:
3687
- password:
3688
- path: /test-suite/test-cases/xhtml1/0154
3689
- port:
3690
- query:
3691
- scheme: http
3692
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154
3693
- user:
3694
- userinfo:
3695
- validation_deferred: false
3696
- contributor: Philip Taylor
3697
- expectedResults: false
3698
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154.xhtml
3699
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154.sparql
3700
- name: "0154"
3701
- purpose: XHTML+RDFa is based on XHTML M12N and is thus dependent on XML 4th edition rules, which defines certain characters invalid that the 5th edition rules do not. This test ensures that the 4th edition rules are used instead of the 5th edition rules.
3702
- reviewStatus: http://www.w3.org/2006/03/test-description#onhold
3703
- specificationReference: ""
3704
- suite: xhtml
3705
- title: Invalid characters should not generate triples per XML 4th edition rules
3706
- - !ruby/object:RdfaHelper::TestCase
3707
- about: !ruby/object:Addressable::URI
3708
- authority: rdfa.digitalbazaar.com
3709
- fragment:
3710
- hash: -2076422183
3711
- host: rdfa.digitalbazaar.com
3712
- normalized_host:
3713
- normalized_path:
3714
- normalized_scheme:
3715
- password:
3716
- path: /test-suite/test-cases/xhtml1/0160
3717
- port:
3718
- query:
3719
- scheme: http
3720
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160
3721
- user:
3722
- userinfo:
3723
- validation_deferred: false
3724
- contributor: Philip Taylor
3725
- expectedResults: false
3726
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160.xhtml
3727
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160.sparql
3728
- name: "0160"
3729
- purpose: Ensure that the undeclared prefix 'xml' is not used to generate any triples.
3730
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3731
- specificationReference: ""
3732
- suite: xhtml
3733
- title: Undeclared prefix 'xml'
3734
- - !ruby/object:RdfaHelper::TestCase
3735
- about: !ruby/object:Addressable::URI
3736
- authority: rdfa.digitalbazaar.com
3737
- fragment:
3738
- hash: -2076422185
3739
- host: rdfa.digitalbazaar.com
3740
- normalized_host:
3741
- normalized_path:
3742
- normalized_scheme:
3743
- password:
3744
- path: /test-suite/test-cases/xhtml1/0162
3745
- port:
3746
- query:
3747
- scheme: http
3748
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162
3749
- user:
3750
- userinfo:
3751
- validation_deferred: false
3752
- contributor: Philip Taylor
3753
- expectedResults: false
3754
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162.xhtml
3755
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162.sparql
3756
- name: "0162"
3757
- purpose: Ensure that the undeclared prefix 'xmlns' is not used to generate any triples.
3758
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3759
- specificationReference: ""
3760
- suite: xhtml
3761
- title: Undeclared prefix 'xmlns'
3762
- - !ruby/object:RdfaHelper::TestCase
3763
- about: !ruby/object:Addressable::URI
3764
- authority: rdfa.digitalbazaar.com
3765
- fragment:
3766
- hash: -2076422187
3767
- host: rdfa.digitalbazaar.com
3768
- normalized_host:
3769
- normalized_path:
3770
- normalized_scheme:
3771
- password:
3772
- path: /test-suite/test-cases/xhtml1/0164
3773
- port:
3774
- query:
3775
- scheme: http
3776
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164
3777
- user:
3778
- userinfo:
3779
- validation_deferred: false
3780
- contributor: Philip Taylor
3781
- expectedResults: false
3782
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164.xhtml
3783
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164.sparql
3784
- name: "0164"
3785
- purpose: Ensure that a number of common prefixes, when undeclared, do not generate any unknown triples.
3786
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3787
- specificationReference: ""
3788
- suite: xhtml
3789
- title: Undeclared common prefixes
3790
- - !ruby/object:RdfaHelper::TestCase
3791
- about: !ruby/object:Addressable::URI
3792
- authority: rdfa.digitalbazaar.com
3793
- fragment:
3794
- hash: -2076489834
3795
- host: rdfa.digitalbazaar.com
3796
- normalized_host:
3797
- normalized_path:
3798
- normalized_scheme:
3799
- password:
3800
- path: /test-suite/test-cases/xhtml1/0172
3801
- port:
3802
- query:
3803
- scheme: http
3804
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172
3805
- user:
3806
- userinfo:
3807
- validation_deferred: false
3808
- contributor: KANZAKI, Masahide
3809
- expectedResults: true
3810
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172.xhtml
3811
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172.sparql
3812
- name: "0172"
3813
- purpose: Checks to ensure that when @datatype="" is used on an element that contains child nodes, that the literal that is generated is a plain literal.
3814
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3815
- specificationReference: ""
3816
- suite: xhtml
3817
- title: "@datatype=\"\" generates plain literal in presence of child nodes"
3818
- - !ruby/object:RdfaHelper::TestCase
3819
- about: !ruby/object:Addressable::URI
3820
- authority: rdfa.digitalbazaar.com
3821
- fragment:
3822
- hash: -2076489835
3823
- host: rdfa.digitalbazaar.com
3824
- normalized_host:
3825
- normalized_path:
3826
- normalized_scheme:
3827
- password:
3828
- path: /test-suite/test-cases/xhtml1/0173
3829
- port:
3830
- query:
3831
- scheme: http
3832
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173
3833
- user:
3834
- userinfo:
3835
- validation_deferred: false
3836
- contributor: KANZAKI, Masahide
3837
- expectedResults: true
3838
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173.xhtml
3839
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173.sparql
3840
- name: "0173"
3841
- purpose: Checks to ensure that when @xml:lang="" is used that any parent element language setting is cleared and a language-less literal is generated.
3842
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3843
- specificationReference: ""
3844
- suite: xhtml
3845
- title: "@xml:lang=\"\" clears language setting"
3846
- - !ruby/object:RdfaHelper::TestCase
3847
- about: !ruby/object:Addressable::URI
3848
- authority: rdfa.digitalbazaar.com
3849
- fragment:
3850
- hash: -2076489836
3851
- host: rdfa.digitalbazaar.com
3852
- normalized_host:
3853
- normalized_path:
3854
- normalized_scheme:
3855
- password:
3856
- path: /test-suite/test-cases/xhtml1/0174
3857
- port:
3858
- query:
3859
- scheme: http
3860
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174
3861
- user:
3862
- userinfo:
3863
- validation_deferred: false
3864
- contributor: I. Stewartson
3865
- expectedResults: true
3866
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174.xhtml
3867
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174.sparql
3868
- name: "0174"
3869
- purpose: Checks to ensure that the RDFa processor correctly processes single character prefixes when processing CURIEs.
3870
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3871
- specificationReference: ""
3872
- suite: xhtml
3873
- title: Support single character prefix in CURIEs
3874
- - !ruby/object:RdfaHelper::TestCase
3875
- about: !ruby/object:Addressable::URI
3876
- authority: rdfa.digitalbazaar.com
3877
- fragment:
3878
- hash: 1556707862
3879
- host: rdfa.digitalbazaar.com
3880
- normalized_host:
3881
- normalized_path:
3882
- normalized_scheme:
3883
- password:
3884
- path: /test-suite/test-cases/xhtml1/1001
3885
- port:
3886
- query:
3887
- scheme: http
3888
- uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001
3889
- user:
3890
- userinfo:
3891
- validation_deferred: false
3892
- contributor: Fabien Gandon
3893
- expectedResults: true
3894
- informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001.xhtml
3895
- informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001.sparql
3896
- name: "1001"
3897
- purpose: Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)
3898
- reviewStatus: http://www.w3.org/2006/03/test-description#approved
3899
- specificationReference: N.A.
3900
- suite: xhtml
3901
- title: Vevent using @typeof