rdf-rdfa 0.0.3 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/spec/spec_helper.rb CHANGED
@@ -3,9 +3,58 @@ $:.unshift File.dirname(__FILE__)
3
3
 
4
4
  require 'rubygems'
5
5
  require 'spec'
6
+ require 'bigdecimal' # XXX Remove Me
6
7
  require 'rdf/rdfa'
7
8
  require 'rdf/spec'
9
+ require 'rdf/isomorphic'
10
+
11
+ begin
12
+ require 'rdf/redland'
13
+ $redland_enabled = true
14
+ rescue LoadError
15
+ end
16
+ require 'matchers'
17
+
18
+ include Matchers
19
+
20
+ module RDF
21
+ module Isomorphic
22
+ alias_method :==, :isomorphic_with?
23
+ end
24
+ class Graph
25
+ def to_ntriples
26
+ RDF::Writer.for(:ntriples).buffer do |writer|
27
+ writer << self
28
+ end
29
+ end
30
+
31
+ def to_rdfxml
32
+ RDF::Writer.for(:rdfxml).buffer do |writer|
33
+ writer << self
34
+ end
35
+ end
36
+ end
37
+ end
8
38
 
9
39
  Spec::Runner.configure do |config|
10
40
  config.include(RDF::Spec::Matchers)
11
41
  end
42
+
43
+ # Heuristically detect the input stream
44
+ def detect_format(stream)
45
+ # Got to look into the file to see
46
+ if stream.is_a?(IO) || stream.is_a?(StringIO)
47
+ stream.rewind
48
+ string = stream.read(1000)
49
+ stream.rewind
50
+ else
51
+ string = stream.to_s
52
+ end
53
+ case string
54
+ when /<\w+:RDF/ then RDF::RDFXML::Reader
55
+ when /<RDF/ then RDF::RDFXML::Reader
56
+ when /<html/i then RDF::RDFa::Reader
57
+ when /@prefix/i then RDF::N3::Reader
58
+ else RDF::NTriples::Reader
59
+ end
60
+ end
@@ -0,0 +1,4504 @@
1
+ ---
2
+ - !ruby/object:RdfaHelper::TestCase
3
+ about: !ruby/object:RDF::URI
4
+ uri: !ruby/object:Addressable::URI
5
+ authority: rdfa.digitalbazaar.com
6
+ fragment:
7
+ hash: -969564997
8
+ host: rdfa.digitalbazaar.com
9
+ normalized_host:
10
+ normalized_path:
11
+ normalized_scheme:
12
+ password:
13
+ path: /test-suite/test-cases/xhtml1/0001
14
+ port:
15
+ query:
16
+ scheme: http
17
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001
18
+ user:
19
+ userinfo:
20
+ validation_deferred: false
21
+ contributor: Elias Torres
22
+ expectedResults: true
23
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001.xhtml
24
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001.sparql
25
+ name: "0001"
26
+ purpose: Tests @property to establish the predicate; literal object is in the content of the element.
27
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
28
+ specificationReference: ""
29
+ suite: xhtml
30
+ title: Predicate establishment with @property
31
+ - !ruby/object:RdfaHelper::TestCase
32
+ about: !ruby/object:RDF::URI
33
+ uri: !ruby/object:Addressable::URI
34
+ authority: rdfa.digitalbazaar.com
35
+ fragment:
36
+ hash: 2049664961
37
+ host: rdfa.digitalbazaar.com
38
+ normalized_host:
39
+ normalized_path:
40
+ normalized_scheme:
41
+ password:
42
+ path: /test-suite/test-cases/xhtml1/0002
43
+ port:
44
+ query:
45
+ scheme: http
46
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0002
47
+ user:
48
+ userinfo:
49
+ validation_deferred: false
50
+ contributor: Elias Torres
51
+ expectedResults: true
52
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0002.xhtml
53
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0002.sparql
54
+ name: "0002"
55
+ purpose: Tests meta/@property to establish the predicate; subject comes from the parent's @about.
56
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
57
+ specificationReference: ""
58
+ suite: xhtml
59
+ title: meta/@property
60
+ - !ruby/object:RdfaHelper::TestCase
61
+ about: !ruby/object:RDF::URI
62
+ uri: !ruby/object:Addressable::URI
63
+ authority: rdfa.digitalbazaar.com
64
+ fragment:
65
+ hash: -1982553083
66
+ host: rdfa.digitalbazaar.com
67
+ normalized_host:
68
+ normalized_path:
69
+ normalized_scheme:
70
+ password:
71
+ path: /test-suite/test-cases/xhtml1/0003
72
+ port:
73
+ query:
74
+ scheme: http
75
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0003
76
+ user:
77
+ userinfo:
78
+ validation_deferred: false
79
+ contributor: Elias Torres
80
+ expectedResults: true
81
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0003.xhtml
82
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0003.sparql
83
+ name: "0003"
84
+ purpose: Tests meta/@property to establish the predicate; subject will be a blank node.
85
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
86
+ specificationReference: ""
87
+ suite: xhtml
88
+ title: meta/@property, no @about in parent
89
+ - !ruby/object:RdfaHelper::TestCase
90
+ about: !ruby/object:RDF::URI
91
+ uri: !ruby/object:Addressable::URI
92
+ authority: rdfa.digitalbazaar.com
93
+ fragment:
94
+ hash: 2111334370
95
+ host: rdfa.digitalbazaar.com
96
+ normalized_host:
97
+ normalized_path:
98
+ normalized_scheme:
99
+ password:
100
+ path: /test-suite/test-cases/xhtml1/0004
101
+ port:
102
+ query:
103
+ scheme: http
104
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0004
105
+ user:
106
+ userinfo:
107
+ validation_deferred: false
108
+ contributor: Elias Torres
109
+ expectedResults: true
110
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0004.xhtml
111
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0004.sparql
112
+ name: "0004"
113
+ purpose: Tests explicitly setting @xml:base.
114
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
115
+ specificationReference: ""
116
+ suite: xhtml
117
+ title: "@xml:base"
118
+ - !ruby/object:RdfaHelper::TestCase
119
+ about: !ruby/object:RDF::URI
120
+ uri: !ruby/object:Addressable::URI
121
+ authority: rdfa.digitalbazaar.com
122
+ fragment:
123
+ hash: 588721850
124
+ host: rdfa.digitalbazaar.com
125
+ normalized_host:
126
+ normalized_path:
127
+ normalized_scheme:
128
+ password:
129
+ path: /test-suite/test-cases/xhtml1/0005
130
+ port:
131
+ query:
132
+ scheme: http
133
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0005
134
+ user:
135
+ userinfo:
136
+ validation_deferred: false
137
+ contributor: Elias Torres
138
+ expectedResults: true
139
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0005.xhtml
140
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0005.sparql
141
+ name: "0005"
142
+ purpose: Tests CURIE parsing.
143
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
144
+ specificationReference: ""
145
+ suite: xhtml
146
+ title: CURIEs
147
+ - !ruby/object:RdfaHelper::TestCase
148
+ about: !ruby/object:RDF::URI
149
+ uri: !ruby/object:Addressable::URI
150
+ authority: rdfa.digitalbazaar.com
151
+ fragment:
152
+ hash: -1058013552
153
+ host: rdfa.digitalbazaar.com
154
+ normalized_host:
155
+ normalized_path:
156
+ normalized_scheme:
157
+ password:
158
+ path: /test-suite/test-cases/xhtml1/0006
159
+ port:
160
+ query:
161
+ scheme: http
162
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006
163
+ user:
164
+ userinfo:
165
+ validation_deferred: false
166
+ contributor: Elias Torres
167
+ expectedResults: true
168
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006.xhtml
169
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006.sparql
170
+ name: "0006"
171
+ purpose: Tests @rev and @rel together, with the object being specified by @href, ignoring content
172
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
173
+ specificationReference: ""
174
+ suite: xhtml
175
+ title: "@rel and @rev"
176
+ - !ruby/object:RdfaHelper::TestCase
177
+ about: !ruby/object:RDF::URI
178
+ uri: !ruby/object:Addressable::URI
179
+ authority: rdfa.digitalbazaar.com
180
+ fragment:
181
+ hash: 1513135894
182
+ host: rdfa.digitalbazaar.com
183
+ normalized_host:
184
+ normalized_path:
185
+ normalized_scheme:
186
+ password:
187
+ path: /test-suite/test-cases/xhtml1/0007
188
+ port:
189
+ query:
190
+ scheme: http
191
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007
192
+ user:
193
+ userinfo:
194
+ validation_deferred: false
195
+ contributor: Elias Torres
196
+ expectedResults: true
197
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007.xhtml
198
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007.sparql
199
+ name: "0007"
200
+ purpose: Tests @rel, @rev, @property, and @content together to generate several RDF triples.
201
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
202
+ specificationReference: ""
203
+ suite: xhtml
204
+ title: "@rel, @rev, @property, @content"
205
+ - !ruby/object:RdfaHelper::TestCase
206
+ about: !ruby/object:RDF::URI
207
+ uri: !ruby/object:Addressable::URI
208
+ authority: rdfa.digitalbazaar.com
209
+ fragment:
210
+ hash: 1628994292
211
+ host: rdfa.digitalbazaar.com
212
+ normalized_host:
213
+ normalized_path:
214
+ normalized_scheme:
215
+ password:
216
+ path: /test-suite/test-cases/xhtml1/0008
217
+ port:
218
+ query:
219
+ scheme: http
220
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008
221
+ user:
222
+ userinfo:
223
+ validation_deferred: false
224
+ contributor: Elias Torres
225
+ expectedResults: true
226
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008.xhtml
227
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008.sparql
228
+ name: 0008
229
+ purpose: Tests empty @about.
230
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
231
+ specificationReference: ""
232
+ suite: xhtml
233
+ title: empty string @about
234
+ - !ruby/object:RdfaHelper::TestCase
235
+ about: !ruby/object:RDF::URI
236
+ uri: !ruby/object:Addressable::URI
237
+ authority: rdfa.digitalbazaar.com
238
+ fragment:
239
+ hash: -1183454490
240
+ host: rdfa.digitalbazaar.com
241
+ normalized_host:
242
+ normalized_path:
243
+ normalized_scheme:
244
+ password:
245
+ path: /test-suite/test-cases/xhtml1/0009
246
+ port:
247
+ query:
248
+ scheme: http
249
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009
250
+ user:
251
+ userinfo:
252
+ validation_deferred: false
253
+ contributor: Elias Torres
254
+ expectedResults: true
255
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009.xhtml
256
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009.sparql
257
+ name: 0009
258
+ purpose: Tests @rev.
259
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
260
+ specificationReference: ""
261
+ suite: xhtml
262
+ title: "@rev"
263
+ - !ruby/object:RdfaHelper::TestCase
264
+ about: !ruby/object:RDF::URI
265
+ uri: !ruby/object:Addressable::URI
266
+ authority: rdfa.digitalbazaar.com
267
+ fragment:
268
+ hash: -536521686
269
+ host: rdfa.digitalbazaar.com
270
+ normalized_host:
271
+ normalized_path:
272
+ normalized_scheme:
273
+ password:
274
+ path: /test-suite/test-cases/xhtml1/0010
275
+ port:
276
+ query:
277
+ scheme: http
278
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010
279
+ user:
280
+ userinfo:
281
+ validation_deferred: false
282
+ contributor: Elias Torres
283
+ expectedResults: true
284
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010.xhtml
285
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010.sparql
286
+ name: "0010"
287
+ purpose: Tests @rel, @rev, and @href to generate two RDF triples.
288
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
289
+ specificationReference: ""
290
+ suite: xhtml
291
+ title: "@rel, @rev, @href"
292
+ - !ruby/object:RdfaHelper::TestCase
293
+ about: !ruby/object:RDF::URI
294
+ uri: !ruby/object:Addressable::URI
295
+ authority: rdfa.digitalbazaar.com
296
+ fragment:
297
+ hash: -1946962002
298
+ host: rdfa.digitalbazaar.com
299
+ normalized_host:
300
+ normalized_path:
301
+ normalized_scheme:
302
+ password:
303
+ path: /test-suite/test-cases/xhtml1/0011
304
+ port:
305
+ query:
306
+ scheme: http
307
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011
308
+ user:
309
+ userinfo:
310
+ validation_deferred: false
311
+ contributor: Elias Torres
312
+ expectedResults: true
313
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011.xhtml
314
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011.sparql
315
+ name: "0011"
316
+ purpose: Tests XMLLiteral content
317
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
318
+ specificationReference: ""
319
+ suite: xhtml
320
+ title: XMLLiteral
321
+ - !ruby/object:RdfaHelper::TestCase
322
+ about: !ruby/object:RDF::URI
323
+ uri: !ruby/object:Addressable::URI
324
+ authority: rdfa.digitalbazaar.com
325
+ fragment:
326
+ hash: 1346215798
327
+ host: rdfa.digitalbazaar.com
328
+ normalized_host:
329
+ normalized_path:
330
+ normalized_scheme:
331
+ password:
332
+ path: /test-suite/test-cases/xhtml1/0012
333
+ port:
334
+ query:
335
+ scheme: http
336
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012
337
+ user:
338
+ userinfo:
339
+ validation_deferred: false
340
+ contributor: Elias Torres
341
+ expectedResults: true
342
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012.xhtml
343
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012.sparql
344
+ name: "0012"
345
+ purpose: Tests @xml:lang
346
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
347
+ specificationReference: ""
348
+ suite: xhtml
349
+ title: "@xml:lang"
350
+ - !ruby/object:RdfaHelper::TestCase
351
+ about: !ruby/object:RDF::URI
352
+ uri: !ruby/object:Addressable::URI
353
+ authority: rdfa.digitalbazaar.com
354
+ fragment:
355
+ hash: -2100127374
356
+ host: rdfa.digitalbazaar.com
357
+ normalized_host:
358
+ normalized_path:
359
+ normalized_scheme:
360
+ password:
361
+ path: /test-suite/test-cases/xhtml1/0013
362
+ port:
363
+ query:
364
+ scheme: http
365
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013
366
+ user:
367
+ userinfo:
368
+ validation_deferred: false
369
+ contributor: Elias Torres
370
+ expectedResults: true
371
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013.xhtml
372
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013.sparql
373
+ name: "0013"
374
+ purpose: Tests @xml:lang inheritance
375
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
376
+ specificationReference: ""
377
+ suite: xhtml
378
+ title: "@xml:lang inheritance"
379
+ - !ruby/object:RdfaHelper::TestCase
380
+ about: !ruby/object:RDF::URI
381
+ uri: !ruby/object:Addressable::URI
382
+ authority: rdfa.digitalbazaar.com
383
+ fragment:
384
+ hash: -1573893178
385
+ host: rdfa.digitalbazaar.com
386
+ normalized_host:
387
+ normalized_path:
388
+ normalized_scheme:
389
+ password:
390
+ path: /test-suite/test-cases/xhtml1/0014
391
+ port:
392
+ query:
393
+ scheme: http
394
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014
395
+ user:
396
+ userinfo:
397
+ validation_deferred: false
398
+ contributor: Elias Torres
399
+ expectedResults: true
400
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014.xhtml
401
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014.sparql
402
+ name: "0014"
403
+ purpose: Tests setting the @datatype to xsd:integer
404
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
405
+ specificationReference: ""
406
+ suite: xhtml
407
+ title: "@datatype, xsd:integer"
408
+ - !ruby/object:RdfaHelper::TestCase
409
+ about: !ruby/object:RDF::URI
410
+ uri: !ruby/object:Addressable::URI
411
+ authority: rdfa.digitalbazaar.com
412
+ fragment:
413
+ hash: -1938621389
414
+ host: rdfa.digitalbazaar.com
415
+ normalized_host:
416
+ normalized_path:
417
+ normalized_scheme:
418
+ password:
419
+ path: /test-suite/test-cases/xhtml1/0015
420
+ port:
421
+ query:
422
+ scheme: http
423
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015
424
+ user:
425
+ userinfo:
426
+ validation_deferred: false
427
+ contributor: Elias Torres
428
+ expectedResults: true
429
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015.xhtml
430
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015.sparql
431
+ name: "0015"
432
+ purpose: Tests meta and link with no parent @about
433
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
434
+ specificationReference: ""
435
+ suite: xhtml
436
+ title: meta and link
437
+ - !ruby/object:RdfaHelper::TestCase
438
+ about: !ruby/object:RDF::URI
439
+ uri: !ruby/object:Addressable::URI
440
+ authority: rdfa.digitalbazaar.com
441
+ fragment:
442
+ hash: -832379039
443
+ host: rdfa.digitalbazaar.com
444
+ normalized_host:
445
+ normalized_path:
446
+ normalized_scheme:
447
+ password:
448
+ path: /test-suite/test-cases/xhtml1/0016
449
+ port:
450
+ query:
451
+ scheme: http
452
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0016
453
+ user:
454
+ userinfo:
455
+ validation_deferred: false
456
+ contributor: Elias Torres
457
+ expectedResults: true
458
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0016.xhtml
459
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0016.sparql
460
+ name: "0016"
461
+ purpose: Tests setting @about to an explicit blanknode _:a.
462
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
463
+ specificationReference: ""
464
+ suite: xhtml
465
+ title: Blank node, explicit
466
+ - !ruby/object:RdfaHelper::TestCase
467
+ about: !ruby/object:RDF::URI
468
+ uri: !ruby/object:Addressable::URI
469
+ authority: rdfa.digitalbazaar.com
470
+ fragment:
471
+ hash: 1626844243
472
+ host: rdfa.digitalbazaar.com
473
+ normalized_host:
474
+ normalized_path:
475
+ normalized_scheme:
476
+ password:
477
+ path: /test-suite/test-cases/xhtml1/0017
478
+ port:
479
+ query:
480
+ scheme: http
481
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017
482
+ user:
483
+ userinfo:
484
+ validation_deferred: false
485
+ contributor: Elias Torres
486
+ expectedResults: true
487
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017.xhtml
488
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017.sparql
489
+ name: "0017"
490
+ purpose: Tests creation of statements involving explicitly created blank nodes.
491
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
492
+ specificationReference: ""
493
+ suite: xhtml
494
+ title: Related blanknodes
495
+ - !ruby/object:RdfaHelper::TestCase
496
+ about: !ruby/object:RDF::URI
497
+ uri: !ruby/object:Addressable::URI
498
+ authority: rdfa.digitalbazaar.com
499
+ fragment:
500
+ hash: 876775260
501
+ host: rdfa.digitalbazaar.com
502
+ normalized_host:
503
+ normalized_path:
504
+ normalized_scheme:
505
+ password:
506
+ path: /test-suite/test-cases/xhtml1/0018
507
+ port:
508
+ query:
509
+ scheme: http
510
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018
511
+ user:
512
+ userinfo:
513
+ validation_deferred: false
514
+ contributor: Wing Yung
515
+ expectedResults: true
516
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018.xhtml
517
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018.sparql
518
+ name: 0018
519
+ purpose: Tests @rel to establish predicate.
520
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
521
+ specificationReference: ""
522
+ suite: xhtml
523
+ title: "@rel for predicate"
524
+ - !ruby/object:RdfaHelper::TestCase
525
+ about: !ruby/object:RDF::URI
526
+ uri: !ruby/object:Addressable::URI
527
+ authority: rdfa.digitalbazaar.com
528
+ fragment:
529
+ hash: -2128753108
530
+ host: rdfa.digitalbazaar.com
531
+ normalized_host:
532
+ normalized_path:
533
+ normalized_scheme:
534
+ password:
535
+ path: /test-suite/test-cases/xhtml1/0019
536
+ port:
537
+ query:
538
+ scheme: http
539
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019
540
+ user:
541
+ userinfo:
542
+ validation_deferred: false
543
+ contributor: Wing Yung
544
+ expectedResults: true
545
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019.xhtml
546
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019.sparql
547
+ name: 0019
548
+ purpose: Tests @about to establish subject.
549
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
550
+ specificationReference: ""
551
+ suite: xhtml
552
+ title: "@about for subject"
553
+ - !ruby/object:RdfaHelper::TestCase
554
+ about: !ruby/object:RDF::URI
555
+ uri: !ruby/object:Addressable::URI
556
+ authority: rdfa.digitalbazaar.com
557
+ fragment:
558
+ hash: 1935337681
559
+ host: rdfa.digitalbazaar.com
560
+ normalized_host:
561
+ normalized_path:
562
+ normalized_scheme:
563
+ password:
564
+ path: /test-suite/test-cases/xhtml1/0020
565
+ port:
566
+ query:
567
+ scheme: http
568
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020
569
+ user:
570
+ userinfo:
571
+ validation_deferred: false
572
+ contributor: Wing Yung
573
+ expectedResults: true
574
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020.xhtml
575
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020.sparql
576
+ name: "0020"
577
+ purpose: Tests @about inheritance to establish subject.
578
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
579
+ specificationReference: ""
580
+ suite: xhtml
581
+ title: Inheriting @about for subject
582
+ - !ruby/object:RdfaHelper::TestCase
583
+ about: !ruby/object:RDF::URI
584
+ uri: !ruby/object:Addressable::URI
585
+ authority: rdfa.digitalbazaar.com
586
+ fragment:
587
+ hash: 1546217357
588
+ host: rdfa.digitalbazaar.com
589
+ normalized_host:
590
+ normalized_path:
591
+ normalized_scheme:
592
+ password:
593
+ path: /test-suite/test-cases/xhtml1/0021
594
+ port:
595
+ query:
596
+ scheme: http
597
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021
598
+ user:
599
+ userinfo:
600
+ validation_deferred: false
601
+ contributor: Wing Yung
602
+ expectedResults: true
603
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021.xhtml
604
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021.sparql
605
+ name: "0021"
606
+ purpose: Tests inheritance of subject when no @about can be found
607
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
608
+ specificationReference: ""
609
+ suite: xhtml
610
+ title: Subject inheritance with no @about
611
+ - !ruby/object:RdfaHelper::TestCase
612
+ about: !ruby/object:RDF::URI
613
+ uri: !ruby/object:Addressable::URI
614
+ authority: rdfa.digitalbazaar.com
615
+ fragment:
616
+ hash: 1002132098
617
+ host: rdfa.digitalbazaar.com
618
+ normalized_host:
619
+ normalized_path:
620
+ normalized_scheme:
621
+ password:
622
+ path: /test-suite/test-cases/xhtml1/0022
623
+ port:
624
+ query:
625
+ scheme: http
626
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0022
627
+ user:
628
+ userinfo:
629
+ validation_deferred: false
630
+ contributor: Wing Yung
631
+ expectedResults: true
632
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0022.xhtml
633
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0022.sparql
634
+ name: "0022"
635
+ purpose: Tests getting subject from parent @id
636
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
637
+ specificationReference: ""
638
+ suite: xhtml
639
+ title: meta with parent @id
640
+ - !ruby/object:RdfaHelper::TestCase
641
+ about: !ruby/object:RDF::URI
642
+ uri: !ruby/object:Addressable::URI
643
+ authority: rdfa.digitalbazaar.com
644
+ fragment:
645
+ hash: -356913590
646
+ host: rdfa.digitalbazaar.com
647
+ normalized_host:
648
+ normalized_path:
649
+ normalized_scheme:
650
+ password:
651
+ path: /test-suite/test-cases/xhtml1/0023
652
+ port:
653
+ query:
654
+ scheme: http
655
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023
656
+ user:
657
+ userinfo:
658
+ validation_deferred: false
659
+ contributor: Wing Yung
660
+ expectedResults: true
661
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023.xhtml
662
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023.sparql
663
+ name: "0023"
664
+ purpose: Tests that @id does not generate subjects
665
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
666
+ specificationReference: ""
667
+ suite: xhtml
668
+ title: "@id does not generate subjects"
669
+ - !ruby/object:RdfaHelper::TestCase
670
+ about: !ruby/object:RDF::URI
671
+ uri: !ruby/object:Addressable::URI
672
+ authority: rdfa.digitalbazaar.com
673
+ fragment:
674
+ hash: -1171696064
675
+ host: rdfa.digitalbazaar.com
676
+ normalized_host:
677
+ normalized_path:
678
+ normalized_scheme:
679
+ password:
680
+ path: /test-suite/test-cases/xhtml1/0024
681
+ port:
682
+ query:
683
+ scheme: http
684
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0024
685
+ user:
686
+ userinfo:
687
+ validation_deferred: false
688
+ contributor: Wing Yung
689
+ expectedResults: true
690
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0024.xhtml
691
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0024.sparql
692
+ name: "0024"
693
+ purpose: Tests igoring @id for non-meta and non-link tag
694
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
695
+ specificationReference: ""
696
+ suite: xhtml
697
+ title: Ignore @id for non-meta and non-link
698
+ - !ruby/object:RdfaHelper::TestCase
699
+ about: !ruby/object:RDF::URI
700
+ uri: !ruby/object:Addressable::URI
701
+ authority: rdfa.digitalbazaar.com
702
+ fragment:
703
+ hash: 864314032
704
+ host: rdfa.digitalbazaar.com
705
+ normalized_host:
706
+ normalized_path:
707
+ normalized_scheme:
708
+ password:
709
+ path: /test-suite/test-cases/xhtml1/0025
710
+ port:
711
+ query:
712
+ scheme: http
713
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025
714
+ user:
715
+ userinfo:
716
+ validation_deferred: false
717
+ contributor: Ben Adida
718
+ expectedResults: true
719
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025.xhtml
720
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025.sparql
721
+ name: "0025"
722
+ purpose: Tests simple chaining with cascade of @resource and @property
723
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
724
+ specificationReference: ""
725
+ suite: xhtml
726
+ title: simple chaining test
727
+ - !ruby/object:RdfaHelper::TestCase
728
+ about: !ruby/object:RDF::URI
729
+ uri: !ruby/object:Addressable::URI
730
+ authority: rdfa.digitalbazaar.com
731
+ fragment:
732
+ hash: -658391918
733
+ host: rdfa.digitalbazaar.com
734
+ normalized_host:
735
+ normalized_path:
736
+ normalized_scheme:
737
+ password:
738
+ path: /test-suite/test-cases/xhtml1/0026
739
+ port:
740
+ query:
741
+ scheme: http
742
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026
743
+ user:
744
+ userinfo:
745
+ validation_deferred: false
746
+ contributor: Wing Yung
747
+ expectedResults: true
748
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026.xhtml
749
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026.sparql
750
+ name: "0026"
751
+ purpose: Tests @content for literal object
752
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
753
+ specificationReference: ""
754
+ suite: xhtml
755
+ title: "@content"
756
+ - !ruby/object:RdfaHelper::TestCase
757
+ about: !ruby/object:RDF::URI
758
+ uri: !ruby/object:Addressable::URI
759
+ authority: rdfa.digitalbazaar.com
760
+ fragment:
761
+ hash: 52492891
762
+ host: rdfa.digitalbazaar.com
763
+ normalized_host:
764
+ normalized_path:
765
+ normalized_scheme:
766
+ password:
767
+ path: /test-suite/test-cases/xhtml1/0027
768
+ port:
769
+ query:
770
+ scheme: http
771
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027
772
+ user:
773
+ userinfo:
774
+ validation_deferred: false
775
+ contributor: Wing Yung
776
+ expectedResults: true
777
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027.xhtml
778
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027.sparql
779
+ name: "0027"
780
+ purpose: Tests @content for literal object, overriding element content.
781
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
782
+ specificationReference: ""
783
+ suite: xhtml
784
+ title: "@content, ignore element content"
785
+ - !ruby/object:RdfaHelper::TestCase
786
+ about: !ruby/object:RDF::URI
787
+ uri: !ruby/object:Addressable::URI
788
+ authority: rdfa.digitalbazaar.com
789
+ fragment:
790
+ hash: 43334887
791
+ host: rdfa.digitalbazaar.com
792
+ normalized_host:
793
+ normalized_path:
794
+ normalized_scheme:
795
+ password:
796
+ path: /test-suite/test-cases/xhtml1/0028
797
+ port:
798
+ query:
799
+ scheme: http
800
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0028
801
+ user:
802
+ userinfo:
803
+ validation_deferred: false
804
+ contributor: Wing Yung
805
+ expectedResults: true
806
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0028.xhtml
807
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0028.sparql
808
+ name: 0028
809
+ purpose: Tests @xml:lang and @datatype.
810
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
811
+ specificationReference: ""
812
+ suite: xhtml
813
+ title: "@xml:lang and @datatype"
814
+ - !ruby/object:RdfaHelper::TestCase
815
+ about: !ruby/object:RDF::URI
816
+ uri: !ruby/object:Addressable::URI
817
+ authority: rdfa.digitalbazaar.com
818
+ fragment:
819
+ hash: 1418693336
820
+ host: rdfa.digitalbazaar.com
821
+ normalized_host:
822
+ normalized_path:
823
+ normalized_scheme:
824
+ password:
825
+ path: /test-suite/test-cases/xhtml1/0029
826
+ port:
827
+ query:
828
+ scheme: http
829
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029
830
+ user:
831
+ userinfo:
832
+ validation_deferred: false
833
+ contributor: Michael Hausenblas
834
+ expectedResults: true
835
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029.xhtml
836
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029.sparql
837
+ name: 0029
838
+ purpose: Tests markup stripping from a span element with @datatype=xsd:string
839
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
840
+ specificationReference: ""
841
+ suite: xhtml
842
+ title: markup stripping with @datatype
843
+ - !ruby/object:RdfaHelper::TestCase
844
+ about: !ruby/object:RDF::URI
845
+ uri: !ruby/object:Addressable::URI
846
+ authority: rdfa.digitalbazaar.com
847
+ fragment:
848
+ hash: -2045841616
849
+ host: rdfa.digitalbazaar.com
850
+ normalized_host:
851
+ normalized_path:
852
+ normalized_scheme:
853
+ password:
854
+ path: /test-suite/test-cases/xhtml1/0030
855
+ port:
856
+ query:
857
+ scheme: http
858
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030
859
+ user:
860
+ userinfo:
861
+ validation_deferred: false
862
+ contributor: Michael Hausenblas
863
+ expectedResults: true
864
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030.xhtml
865
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030.sparql
866
+ name: "0030"
867
+ purpose: Tests omitted @about.
868
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
869
+ specificationReference: ""
870
+ suite: xhtml
871
+ title: omitted @about
872
+ - !ruby/object:RdfaHelper::TestCase
873
+ about: !ruby/object:RDF::URI
874
+ uri: !ruby/object:Addressable::URI
875
+ authority: rdfa.digitalbazaar.com
876
+ fragment:
877
+ hash: 690330181
878
+ host: rdfa.digitalbazaar.com
879
+ normalized_host:
880
+ normalized_path:
881
+ normalized_scheme:
882
+ password:
883
+ path: /test-suite/test-cases/xhtml1/0031
884
+ port:
885
+ query:
886
+ scheme: http
887
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031
888
+ user:
889
+ userinfo:
890
+ validation_deferred: false
891
+ contributor: Ralph Swick
892
+ expectedResults: true
893
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031.xhtml
894
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031.sparql
895
+ name: "0031"
896
+ purpose: Tests if @resource sets URIref object correct.
897
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
898
+ specificationReference: ""
899
+ suite: xhtml
900
+ title: simple @resource
901
+ - !ruby/object:RdfaHelper::TestCase
902
+ about: !ruby/object:RDF::URI
903
+ uri: !ruby/object:Addressable::URI
904
+ authority: rdfa.digitalbazaar.com
905
+ fragment:
906
+ hash: -1061756701
907
+ host: rdfa.digitalbazaar.com
908
+ normalized_host:
909
+ normalized_path:
910
+ normalized_scheme:
911
+ password:
912
+ path: /test-suite/test-cases/xhtml1/0032
913
+ port:
914
+ query:
915
+ scheme: http
916
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032
917
+ user:
918
+ userinfo:
919
+ validation_deferred: false
920
+ contributor: Ralph Swick
921
+ expectedResults: true
922
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032.xhtml
923
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032.sparql
924
+ name: "0032"
925
+ purpose: Tests if @resource overrides @href to set the URIref object.
926
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
927
+ specificationReference: ""
928
+ suite: xhtml
929
+ title: "@resource overrides @href"
930
+ - !ruby/object:RdfaHelper::TestCase
931
+ about: !ruby/object:RDF::URI
932
+ uri: !ruby/object:Addressable::URI
933
+ authority: rdfa.digitalbazaar.com
934
+ fragment:
935
+ hash: -352622002
936
+ host: rdfa.digitalbazaar.com
937
+ normalized_host:
938
+ normalized_path:
939
+ normalized_scheme:
940
+ password:
941
+ path: /test-suite/test-cases/xhtml1/0033
942
+ port:
943
+ query:
944
+ scheme: http
945
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033
946
+ user:
947
+ userinfo:
948
+ validation_deferred: false
949
+ contributor: Michael Hausenblas
950
+ expectedResults: true
951
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033.xhtml
952
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033.sparql
953
+ name: "0033"
954
+ purpose: Tests simple chaining with cascade of bNode and @property
955
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
956
+ specificationReference: ""
957
+ suite: xhtml
958
+ title: simple chaining test with bNode
959
+ - !ruby/object:RdfaHelper::TestCase
960
+ about: !ruby/object:RDF::URI
961
+ uri: !ruby/object:Addressable::URI
962
+ authority: rdfa.digitalbazaar.com
963
+ fragment:
964
+ hash: 778143225
965
+ host: rdfa.digitalbazaar.com
966
+ normalized_host:
967
+ normalized_path:
968
+ normalized_scheme:
969
+ password:
970
+ path: /test-suite/test-cases/xhtml1/0034
971
+ port:
972
+ query:
973
+ scheme: http
974
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034
975
+ user:
976
+ userinfo:
977
+ validation_deferred: false
978
+ contributor: Michael Hausenblas
979
+ expectedResults: true
980
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034.xhtml
981
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034.sparql
982
+ name: "0034"
983
+ purpose: Tests if a @src (in img element) correctly sets the URIref object
984
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
985
+ specificationReference: ""
986
+ suite: xhtml
987
+ title: simple img[@src] test
988
+ - !ruby/object:RdfaHelper::TestCase
989
+ about: !ruby/object:RDF::URI
990
+ uri: !ruby/object:Addressable::URI
991
+ authority: rdfa.digitalbazaar.com
992
+ fragment:
993
+ hash: 1209380249
994
+ host: rdfa.digitalbazaar.com
995
+ normalized_host:
996
+ normalized_path:
997
+ normalized_scheme:
998
+ password:
999
+ path: /test-suite/test-cases/xhtml1/0035
1000
+ port:
1001
+ query:
1002
+ scheme: http
1003
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035
1004
+ user:
1005
+ userinfo:
1006
+ validation_deferred: false
1007
+ contributor: Michael Hausenblas
1008
+ expectedResults: true
1009
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035.xhtml
1010
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035.sparql
1011
+ name: "0035"
1012
+ purpose: Tests if @href overwrites @src
1013
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1014
+ specificationReference: ""
1015
+ suite: xhtml
1016
+ title: "@src/@href test"
1017
+ - !ruby/object:RdfaHelper::TestCase
1018
+ about: !ruby/object:RDF::URI
1019
+ uri: !ruby/object:Addressable::URI
1020
+ authority: rdfa.digitalbazaar.com
1021
+ fragment:
1022
+ hash: -1199399647
1023
+ host: rdfa.digitalbazaar.com
1024
+ normalized_host:
1025
+ normalized_path:
1026
+ normalized_scheme:
1027
+ password:
1028
+ path: /test-suite/test-cases/xhtml1/0036
1029
+ port:
1030
+ query:
1031
+ scheme: http
1032
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036
1033
+ user:
1034
+ userinfo:
1035
+ validation_deferred: false
1036
+ contributor: Michael Hausenblas
1037
+ expectedResults: true
1038
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036.xhtml
1039
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036.sparql
1040
+ name: "0036"
1041
+ purpose: Tests if @resource overwrites @src
1042
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1043
+ specificationReference: ""
1044
+ suite: xhtml
1045
+ title: "@src/@resource test"
1046
+ - !ruby/object:RdfaHelper::TestCase
1047
+ about: !ruby/object:RDF::URI
1048
+ uri: !ruby/object:Addressable::URI
1049
+ authority: rdfa.digitalbazaar.com
1050
+ fragment:
1051
+ hash: 2053631478
1052
+ host: rdfa.digitalbazaar.com
1053
+ normalized_host:
1054
+ normalized_path:
1055
+ normalized_scheme:
1056
+ password:
1057
+ path: /test-suite/test-cases/xhtml1/0037
1058
+ port:
1059
+ query:
1060
+ scheme: http
1061
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037
1062
+ user:
1063
+ userinfo:
1064
+ validation_deferred: false
1065
+ contributor: Steven Pemberton
1066
+ expectedResults: true
1067
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037.xhtml
1068
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037.sparql
1069
+ name: "0037"
1070
+ purpose: Tests if @resource overwrites both @href and @src
1071
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1072
+ specificationReference: ""
1073
+ suite: xhtml
1074
+ title: "@src/@href/@resource test"
1075
+ - !ruby/object:RdfaHelper::TestCase
1076
+ about: !ruby/object:RDF::URI
1077
+ uri: !ruby/object:Addressable::URI
1078
+ authority: rdfa.digitalbazaar.com
1079
+ fragment:
1080
+ hash: 802745040
1081
+ host: rdfa.digitalbazaar.com
1082
+ normalized_host:
1083
+ normalized_path:
1084
+ normalized_scheme:
1085
+ password:
1086
+ path: /test-suite/test-cases/xhtml1/0038
1087
+ port:
1088
+ query:
1089
+ scheme: http
1090
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038
1091
+ user:
1092
+ userinfo:
1093
+ validation_deferred: false
1094
+ contributor: Mark Birbeck
1095
+ expectedResults: true
1096
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038.xhtml
1097
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038.sparql
1098
+ name: 0038
1099
+ purpose: Tests if a @src (in img element) correctly sets the URIref subject (due to @rev)
1100
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1101
+ specificationReference: ""
1102
+ suite: xhtml
1103
+ title: "@rev - img[@src] test"
1104
+ - !ruby/object:RdfaHelper::TestCase
1105
+ about: !ruby/object:RDF::URI
1106
+ uri: !ruby/object:Addressable::URI
1107
+ authority: rdfa.digitalbazaar.com
1108
+ fragment:
1109
+ hash: -1327776375
1110
+ host: rdfa.digitalbazaar.com
1111
+ normalized_host:
1112
+ normalized_path:
1113
+ normalized_scheme:
1114
+ password:
1115
+ path: /test-suite/test-cases/xhtml1/0039
1116
+ port:
1117
+ query:
1118
+ scheme: http
1119
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039
1120
+ user:
1121
+ userinfo:
1122
+ validation_deferred: false
1123
+ contributor: Mark Birbeck
1124
+ expectedResults: true
1125
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039.xhtml
1126
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039.sparql
1127
+ name: 0039
1128
+ purpose: Tests if @href overwrites @src correctly to set the URIref subject (due to @rev)
1129
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1130
+ specificationReference: ""
1131
+ suite: xhtml
1132
+ title: "@rev - @src/@href test"
1133
+ - !ruby/object:RdfaHelper::TestCase
1134
+ about: !ruby/object:RDF::URI
1135
+ uri: !ruby/object:Addressable::URI
1136
+ authority: rdfa.digitalbazaar.com
1137
+ fragment:
1138
+ hash: -1733119910
1139
+ host: rdfa.digitalbazaar.com
1140
+ normalized_host:
1141
+ normalized_path:
1142
+ normalized_scheme:
1143
+ password:
1144
+ path: /test-suite/test-cases/xhtml1/0040
1145
+ port:
1146
+ query:
1147
+ scheme: http
1148
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040
1149
+ user:
1150
+ userinfo:
1151
+ validation_deferred: false
1152
+ contributor: Mark Birbeck
1153
+ expectedResults: true
1154
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040.xhtml
1155
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040.sparql
1156
+ name: "0040"
1157
+ purpose: Tests if @resource overwrites @src correctly to set the URIref subject (due to @rev)
1158
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1159
+ specificationReference: ""
1160
+ suite: xhtml
1161
+ title: "@rev - @src/@resource test"
1162
+ - !ruby/object:RdfaHelper::TestCase
1163
+ about: !ruby/object:RDF::URI
1164
+ uri: !ruby/object:Addressable::URI
1165
+ authority: rdfa.digitalbazaar.com
1166
+ fragment:
1167
+ hash: -1799290714
1168
+ host: rdfa.digitalbazaar.com
1169
+ normalized_host:
1170
+ normalized_path:
1171
+ normalized_scheme:
1172
+ password:
1173
+ path: /test-suite/test-cases/xhtml1/0041
1174
+ port:
1175
+ query:
1176
+ scheme: http
1177
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041
1178
+ user:
1179
+ userinfo:
1180
+ validation_deferred: false
1181
+ contributor: Mark Birbeck
1182
+ expectedResults: true
1183
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041.xhtml
1184
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041.sparql
1185
+ name: "0041"
1186
+ purpose: Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev)
1187
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1188
+ specificationReference: ""
1189
+ suite: xhtml
1190
+ title: "@rev - @src/@href/@resource test"
1191
+ - !ruby/object:RdfaHelper::TestCase
1192
+ about: !ruby/object:RDF::URI
1193
+ uri: !ruby/object:Addressable::URI
1194
+ authority: rdfa.digitalbazaar.com
1195
+ fragment:
1196
+ hash: -1844182093
1197
+ host: rdfa.digitalbazaar.com
1198
+ normalized_host:
1199
+ normalized_path:
1200
+ normalized_scheme:
1201
+ password:
1202
+ path: /test-suite/test-cases/xhtml1/0042
1203
+ port:
1204
+ query:
1205
+ scheme: http
1206
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042
1207
+ user:
1208
+ userinfo:
1209
+ validation_deferred: false
1210
+ contributor: Ben Adida
1211
+ expectedResults: false
1212
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042.xhtml
1213
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042.sparql
1214
+ name: "0042"
1215
+ purpose: Tests if a @src (in img element) correctly sets the URIref object (with omitted @about)
1216
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1217
+ specificationReference: ""
1218
+ suite: xhtml
1219
+ title: img[@src] test with omitted @about
1220
+ - !ruby/object:RdfaHelper::TestCase
1221
+ about: !ruby/object:RDF::URI
1222
+ uri: !ruby/object:Addressable::URI
1223
+ authority: rdfa.digitalbazaar.com
1224
+ fragment:
1225
+ hash: -237553978
1226
+ host: rdfa.digitalbazaar.com
1227
+ normalized_host:
1228
+ normalized_path:
1229
+ normalized_scheme:
1230
+ password:
1231
+ path: /test-suite/test-cases/xhtml1/0043
1232
+ port:
1233
+ query:
1234
+ scheme: http
1235
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0043
1236
+ user:
1237
+ userinfo:
1238
+ validation_deferred: false
1239
+ contributor: Ben Adida
1240
+ expectedResults: true
1241
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0043.xhtml
1242
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0043.sparql
1243
+ name: "0043"
1244
+ purpose: Tests if @href overwrites @src (with omitted @about)
1245
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
1246
+ specificationReference: ""
1247
+ suite: xhtml
1248
+ title: "@src/@href test with omitted @about"
1249
+ - !ruby/object:RdfaHelper::TestCase
1250
+ about: !ruby/object:RDF::URI
1251
+ uri: !ruby/object:Addressable::URI
1252
+ authority: rdfa.digitalbazaar.com
1253
+ fragment:
1254
+ hash: 1125803088
1255
+ host: rdfa.digitalbazaar.com
1256
+ normalized_host:
1257
+ normalized_path:
1258
+ normalized_scheme:
1259
+ password:
1260
+ path: /test-suite/test-cases/xhtml1/0044
1261
+ port:
1262
+ query:
1263
+ scheme: http
1264
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0044
1265
+ user:
1266
+ userinfo:
1267
+ validation_deferred: false
1268
+ contributor: Ben Adida
1269
+ expectedResults: true
1270
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0044.xhtml
1271
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0044.sparql
1272
+ name: "0044"
1273
+ purpose: Tests if @resource overwrites @src (with omitted @about)
1274
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
1275
+ specificationReference: ""
1276
+ suite: xhtml
1277
+ title: "@src/@resource test with omitted @about"
1278
+ - !ruby/object:RdfaHelper::TestCase
1279
+ about: !ruby/object:RDF::URI
1280
+ uri: !ruby/object:Addressable::URI
1281
+ authority: rdfa.digitalbazaar.com
1282
+ fragment:
1283
+ hash: 520491250
1284
+ host: rdfa.digitalbazaar.com
1285
+ normalized_host:
1286
+ normalized_path:
1287
+ normalized_scheme:
1288
+ password:
1289
+ path: /test-suite/test-cases/xhtml1/0045
1290
+ port:
1291
+ query:
1292
+ scheme: http
1293
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0045
1294
+ user:
1295
+ userinfo:
1296
+ validation_deferred: false
1297
+ contributor: Ben Adida
1298
+ expectedResults: true
1299
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0045.xhtml
1300
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0045.sparql
1301
+ name: "0045"
1302
+ purpose: Tests if @resource overwrites both @href and @src (with omitted @about)
1303
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
1304
+ specificationReference: ""
1305
+ suite: xhtml
1306
+ title: "@src/@href/@resource test with omitted @about"
1307
+ - !ruby/object:RdfaHelper::TestCase
1308
+ about: !ruby/object:RDF::URI
1309
+ uri: !ruby/object:Addressable::URI
1310
+ authority: rdfa.digitalbazaar.com
1311
+ fragment:
1312
+ hash: -599912051
1313
+ host: rdfa.digitalbazaar.com
1314
+ normalized_host:
1315
+ normalized_path:
1316
+ normalized_scheme:
1317
+ password:
1318
+ path: /test-suite/test-cases/xhtml1/0046
1319
+ port:
1320
+ query:
1321
+ scheme: http
1322
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046
1323
+ user:
1324
+ userinfo:
1325
+ validation_deferred: false
1326
+ contributor: Ivan Herman
1327
+ expectedResults: true
1328
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046.xhtml
1329
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046.sparql
1330
+ name: "0046"
1331
+ purpose: Tests @typeof with @rel present, no @href, @resource, or @about
1332
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1333
+ specificationReference: ""
1334
+ suite: xhtml
1335
+ title: "@typeof with @rel present, no @href, @resource, or @about"
1336
+ - !ruby/object:RdfaHelper::TestCase
1337
+ about: !ruby/object:RDF::URI
1338
+ uri: !ruby/object:Addressable::URI
1339
+ authority: rdfa.digitalbazaar.com
1340
+ fragment:
1341
+ hash: -2060997689
1342
+ host: rdfa.digitalbazaar.com
1343
+ normalized_host:
1344
+ normalized_path:
1345
+ normalized_scheme:
1346
+ password:
1347
+ path: /test-suite/test-cases/xhtml1/0047
1348
+ port:
1349
+ query:
1350
+ scheme: http
1351
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047
1352
+ user:
1353
+ userinfo:
1354
+ validation_deferred: false
1355
+ contributor: Ivan Herman
1356
+ expectedResults: true
1357
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047.xhtml
1358
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047.sparql
1359
+ name: "0047"
1360
+ purpose: Tests @typeof with @rel and @resource present, no @about
1361
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1362
+ specificationReference: ""
1363
+ suite: xhtml
1364
+ title: "@typeof with @rel and @resource present, no @about"
1365
+ - !ruby/object:RdfaHelper::TestCase
1366
+ about: !ruby/object:RDF::URI
1367
+ uri: !ruby/object:Addressable::URI
1368
+ authority: rdfa.digitalbazaar.com
1369
+ fragment:
1370
+ hash: -2099999652
1371
+ host: rdfa.digitalbazaar.com
1372
+ normalized_host:
1373
+ normalized_path:
1374
+ normalized_scheme:
1375
+ password:
1376
+ path: /test-suite/test-cases/xhtml1/0048
1377
+ port:
1378
+ query:
1379
+ scheme: http
1380
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048
1381
+ user:
1382
+ userinfo:
1383
+ validation_deferred: false
1384
+ contributor: Ivan Herman
1385
+ expectedResults: true
1386
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048.xhtml
1387
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048.sparql
1388
+ name: 0048
1389
+ purpose: Tests @typeof with @about and @rel present, no @resource
1390
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1391
+ specificationReference: ""
1392
+ suite: xhtml
1393
+ title: "@typeof with @about and @rel present, no @resource"
1394
+ - !ruby/object:RdfaHelper::TestCase
1395
+ about: !ruby/object:RDF::URI
1396
+ uri: !ruby/object:Addressable::URI
1397
+ authority: rdfa.digitalbazaar.com
1398
+ fragment:
1399
+ hash: 2104585435
1400
+ host: rdfa.digitalbazaar.com
1401
+ normalized_host:
1402
+ normalized_path:
1403
+ normalized_scheme:
1404
+ password:
1405
+ path: /test-suite/test-cases/xhtml1/0049
1406
+ port:
1407
+ query:
1408
+ scheme: http
1409
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049
1410
+ user:
1411
+ userinfo:
1412
+ validation_deferred: false
1413
+ contributor: Ivan Herman
1414
+ expectedResults: true
1415
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049.xhtml
1416
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049.sparql
1417
+ name: 0049
1418
+ purpose: Tests @typeof with @about, no @rel or @resource
1419
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1420
+ specificationReference: ""
1421
+ suite: xhtml
1422
+ title: "@typeof with @about, no @rel or @resource"
1423
+ - !ruby/object:RdfaHelper::TestCase
1424
+ about: !ruby/object:RDF::URI
1425
+ uri: !ruby/object:Addressable::URI
1426
+ authority: rdfa.digitalbazaar.com
1427
+ fragment:
1428
+ hash: 106254659
1429
+ host: rdfa.digitalbazaar.com
1430
+ normalized_host:
1431
+ normalized_path:
1432
+ normalized_scheme:
1433
+ password:
1434
+ path: /test-suite/test-cases/xhtml1/0050
1435
+ port:
1436
+ query:
1437
+ scheme: http
1438
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050
1439
+ user:
1440
+ userinfo:
1441
+ validation_deferred: false
1442
+ contributor: Ivan Herman
1443
+ expectedResults: true
1444
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050.xhtml
1445
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050.sparql
1446
+ name: "0050"
1447
+ purpose: Tests @typeof without anything else
1448
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1449
+ specificationReference: ""
1450
+ suite: xhtml
1451
+ title: "@typeof without anything else"
1452
+ - !ruby/object:RdfaHelper::TestCase
1453
+ about: !ruby/object:RDF::URI
1454
+ uri: !ruby/object:Addressable::URI
1455
+ authority: rdfa.digitalbazaar.com
1456
+ fragment:
1457
+ hash: 2118187246
1458
+ host: rdfa.digitalbazaar.com
1459
+ normalized_host:
1460
+ normalized_path:
1461
+ normalized_scheme:
1462
+ password:
1463
+ path: /test-suite/test-cases/xhtml1/0051
1464
+ port:
1465
+ query:
1466
+ scheme: http
1467
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051
1468
+ user:
1469
+ userinfo:
1470
+ validation_deferred: false
1471
+ contributor: Ivan Herman
1472
+ expectedResults: true
1473
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051.xhtml
1474
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051.sparql
1475
+ name: "0051"
1476
+ purpose: Tests @typeof with a single @property
1477
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1478
+ specificationReference: ""
1479
+ suite: xhtml
1480
+ title: "@typeof with a single @property"
1481
+ - !ruby/object:RdfaHelper::TestCase
1482
+ about: !ruby/object:RDF::URI
1483
+ uri: !ruby/object:Addressable::URI
1484
+ authority: rdfa.digitalbazaar.com
1485
+ fragment:
1486
+ hash: -553825477
1487
+ host: rdfa.digitalbazaar.com
1488
+ normalized_host:
1489
+ normalized_path:
1490
+ normalized_scheme:
1491
+ password:
1492
+ path: /test-suite/test-cases/xhtml1/0052
1493
+ port:
1494
+ query:
1495
+ scheme: http
1496
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052
1497
+ user:
1498
+ userinfo:
1499
+ validation_deferred: false
1500
+ contributor: Ivan Herman
1501
+ expectedResults: true
1502
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052.xhtml
1503
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052.sparql
1504
+ name: "0052"
1505
+ purpose: Tests to ensure that @typeof does not apply to @resource
1506
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1507
+ specificationReference: ""
1508
+ suite: xhtml
1509
+ title: "@typeof with @resource and nothing else"
1510
+ - !ruby/object:RdfaHelper::TestCase
1511
+ about: !ruby/object:RDF::URI
1512
+ uri: !ruby/object:Addressable::URI
1513
+ authority: rdfa.digitalbazaar.com
1514
+ fragment:
1515
+ hash: 579104232
1516
+ host: rdfa.digitalbazaar.com
1517
+ normalized_host:
1518
+ normalized_path:
1519
+ normalized_scheme:
1520
+ password:
1521
+ path: /test-suite/test-cases/xhtml1/0053
1522
+ port:
1523
+ query:
1524
+ scheme: http
1525
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053
1526
+ user:
1527
+ userinfo:
1528
+ validation_deferred: false
1529
+ contributor: Ivan Herman
1530
+ expectedResults: true
1531
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053.xhtml
1532
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053.sparql
1533
+ name: "0053"
1534
+ purpose: Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated
1535
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1536
+ specificationReference: ""
1537
+ suite: xhtml
1538
+ title: "@typeof with @resource and nothing else, with a subelement"
1539
+ - !ruby/object:RdfaHelper::TestCase
1540
+ about: !ruby/object:RDF::URI
1541
+ uri: !ruby/object:Addressable::URI
1542
+ authority: rdfa.digitalbazaar.com
1543
+ fragment:
1544
+ hash: -1395226353
1545
+ host: rdfa.digitalbazaar.com
1546
+ normalized_host:
1547
+ normalized_path:
1548
+ normalized_scheme:
1549
+ password:
1550
+ path: /test-suite/test-cases/xhtml1/0054
1551
+ port:
1552
+ query:
1553
+ scheme: http
1554
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054
1555
+ user:
1556
+ userinfo:
1557
+ validation_deferred: false
1558
+ contributor: Fabien Gandon
1559
+ expectedResults: true
1560
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054.xhtml
1561
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054.sparql
1562
+ name: "0054"
1563
+ purpose: Tests multiple @property separated by white spaces
1564
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1565
+ specificationReference: ""
1566
+ suite: xhtml
1567
+ title: multiple @property
1568
+ - !ruby/object:RdfaHelper::TestCase
1569
+ about: !ruby/object:RDF::URI
1570
+ uri: !ruby/object:Addressable::URI
1571
+ authority: rdfa.digitalbazaar.com
1572
+ fragment:
1573
+ hash: 356581087
1574
+ host: rdfa.digitalbazaar.com
1575
+ normalized_host:
1576
+ normalized_path:
1577
+ normalized_scheme:
1578
+ password:
1579
+ path: /test-suite/test-cases/xhtml1/0055
1580
+ port:
1581
+ query:
1582
+ scheme: http
1583
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055
1584
+ user:
1585
+ userinfo:
1586
+ validation_deferred: false
1587
+ contributor: Fabien Gandon
1588
+ expectedResults: true
1589
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055.xhtml
1590
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055.sparql
1591
+ name: "0055"
1592
+ purpose: Tests multiple @rel separated by white spaces
1593
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1594
+ specificationReference: ""
1595
+ suite: xhtml
1596
+ title: multiple @rel
1597
+ - !ruby/object:RdfaHelper::TestCase
1598
+ about: !ruby/object:RDF::URI
1599
+ uri: !ruby/object:Addressable::URI
1600
+ authority: rdfa.digitalbazaar.com
1601
+ fragment:
1602
+ hash: -1775419628
1603
+ host: rdfa.digitalbazaar.com
1604
+ normalized_host:
1605
+ normalized_path:
1606
+ normalized_scheme:
1607
+ password:
1608
+ path: /test-suite/test-cases/xhtml1/0056
1609
+ port:
1610
+ query:
1611
+ scheme: http
1612
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056
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/0056.xhtml
1619
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056.sparql
1620
+ name: "0056"
1621
+ purpose: Tests if @typeof applies to @about on same element with hanging @rel
1622
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1623
+ specificationReference: ""
1624
+ suite: xhtml
1625
+ title: "@typeof applies to @about on same element with hanging rel"
1626
+ - !ruby/object:RdfaHelper::TestCase
1627
+ about: !ruby/object:RDF::URI
1628
+ uri: !ruby/object:Addressable::URI
1629
+ authority: rdfa.digitalbazaar.com
1630
+ fragment:
1631
+ hash: 2056438210
1632
+ host: rdfa.digitalbazaar.com
1633
+ normalized_host:
1634
+ normalized_path:
1635
+ normalized_scheme:
1636
+ password:
1637
+ path: /test-suite/test-cases/xhtml1/0057
1638
+ port:
1639
+ query:
1640
+ scheme: http
1641
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057
1642
+ user:
1643
+ userinfo:
1644
+ validation_deferred: false
1645
+ contributor: Manu Sporny
1646
+ expectedResults: true
1647
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057.xhtml
1648
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057.sparql
1649
+ name: "0057"
1650
+ purpose: Tests if hanging @rel creates multiple triples
1651
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1652
+ specificationReference: ""
1653
+ suite: xhtml
1654
+ title: hanging @rel creates multiple triples
1655
+ - !ruby/object:RdfaHelper::TestCase
1656
+ about: !ruby/object:RDF::URI
1657
+ uri: !ruby/object:Addressable::URI
1658
+ authority: rdfa.digitalbazaar.com
1659
+ fragment:
1660
+ hash: -1711763978
1661
+ host: rdfa.digitalbazaar.com
1662
+ normalized_host:
1663
+ normalized_path:
1664
+ normalized_scheme:
1665
+ password:
1666
+ path: /test-suite/test-cases/xhtml1/0058
1667
+ port:
1668
+ query:
1669
+ scheme: http
1670
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058
1671
+ user:
1672
+ userinfo:
1673
+ validation_deferred: false
1674
+ contributor: Manu Sporny
1675
+ expectedResults: true
1676
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058.xhtml
1677
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058.sparql
1678
+ name: 0058
1679
+ purpose: Tests if hanging @rel creates multiple triples with @typeof permutation
1680
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1681
+ specificationReference: ""
1682
+ suite: xhtml
1683
+ title: hanging @rel creates multiple triples, @typeof permutation
1684
+ - !ruby/object:RdfaHelper::TestCase
1685
+ about: !ruby/object:RDF::URI
1686
+ uri: !ruby/object:Addressable::URI
1687
+ authority: rdfa.digitalbazaar.com
1688
+ fragment:
1689
+ hash: 1600837280
1690
+ host: rdfa.digitalbazaar.com
1691
+ normalized_host:
1692
+ normalized_path:
1693
+ normalized_scheme:
1694
+ password:
1695
+ path: /test-suite/test-cases/xhtml1/0059
1696
+ port:
1697
+ query:
1698
+ scheme: http
1699
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059
1700
+ user:
1701
+ userinfo:
1702
+ validation_deferred: false
1703
+ contributor: Manu Sporny
1704
+ expectedResults: true
1705
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059.xhtml
1706
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059.sparql
1707
+ name: 0059
1708
+ purpose: Tests multiple hanging @rels with multiple children
1709
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1710
+ specificationReference: ""
1711
+ suite: xhtml
1712
+ title: multiple hanging @rels with multiple children
1713
+ - !ruby/object:RdfaHelper::TestCase
1714
+ about: !ruby/object:RDF::URI
1715
+ uri: !ruby/object:Addressable::URI
1716
+ authority: rdfa.digitalbazaar.com
1717
+ fragment:
1718
+ hash: 1603661689
1719
+ host: rdfa.digitalbazaar.com
1720
+ normalized_host:
1721
+ normalized_path:
1722
+ normalized_scheme:
1723
+ password:
1724
+ path: /test-suite/test-cases/xhtml1/0060
1725
+ port:
1726
+ query:
1727
+ scheme: http
1728
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060
1729
+ user:
1730
+ userinfo:
1731
+ validation_deferred: false
1732
+ contributor: Manu Sporny
1733
+ expectedResults: true
1734
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060.xhtml
1735
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060.sparql
1736
+ name: "0060"
1737
+ purpose: Tests conformance with UTF-8 encoding
1738
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1739
+ specificationReference: ""
1740
+ suite: xhtml
1741
+ title: UTF-8 conformance
1742
+ - !ruby/object:RdfaHelper::TestCase
1743
+ about: !ruby/object:RDF::URI
1744
+ uri: !ruby/object:Addressable::URI
1745
+ authority: rdfa.digitalbazaar.com
1746
+ fragment:
1747
+ hash: 880602929
1748
+ host: rdfa.digitalbazaar.com
1749
+ normalized_host:
1750
+ normalized_path:
1751
+ normalized_scheme:
1752
+ password:
1753
+ path: /test-suite/test-cases/xhtml1/0061
1754
+ port:
1755
+ query:
1756
+ scheme: http
1757
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061
1758
+ user:
1759
+ userinfo:
1760
+ validation_deferred: false
1761
+ contributor: Manu Sporny
1762
+ expectedResults: true
1763
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061.xhtml
1764
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061.sparql
1765
+ name: "0061"
1766
+ purpose: Tests @rel in head using reserved, non-prefixed XHTML value
1767
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1768
+ specificationReference: ""
1769
+ suite: xhtml
1770
+ title: "@rel in head using reserved, non-prefixed XHTML value"
1771
+ - !ruby/object:RdfaHelper::TestCase
1772
+ about: !ruby/object:RDF::URI
1773
+ uri: !ruby/object:Addressable::URI
1774
+ authority: rdfa.digitalbazaar.com
1775
+ fragment:
1776
+ hash: 1264839142
1777
+ host: rdfa.digitalbazaar.com
1778
+ normalized_host:
1779
+ normalized_path:
1780
+ normalized_scheme:
1781
+ password:
1782
+ path: /test-suite/test-cases/xhtml1/0062
1783
+ port:
1784
+ query:
1785
+ scheme: http
1786
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062
1787
+ user:
1788
+ userinfo:
1789
+ validation_deferred: false
1790
+ contributor: Manu Sporny
1791
+ expectedResults: true
1792
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062.xhtml
1793
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062.sparql
1794
+ name: "0062"
1795
+ purpose: Tests @rev in head using reserved, non-prefixed XHTML value
1796
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1797
+ specificationReference: ""
1798
+ suite: xhtml
1799
+ title: "@rev in head using reserved, non-prefixed XHTML value"
1800
+ - !ruby/object:RdfaHelper::TestCase
1801
+ about: !ruby/object:RDF::URI
1802
+ uri: !ruby/object:Addressable::URI
1803
+ authority: rdfa.digitalbazaar.com
1804
+ fragment:
1805
+ hash: -914344135
1806
+ host: rdfa.digitalbazaar.com
1807
+ normalized_host:
1808
+ normalized_path:
1809
+ normalized_scheme:
1810
+ password:
1811
+ path: /test-suite/test-cases/xhtml1/0063
1812
+ port:
1813
+ query:
1814
+ scheme: http
1815
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063
1816
+ user:
1817
+ userinfo:
1818
+ validation_deferred: false
1819
+ contributor: Manu Sporny
1820
+ expectedResults: true
1821
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063.xhtml
1822
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063.sparql
1823
+ name: "0063"
1824
+ purpose: Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax
1825
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1826
+ specificationReference: ""
1827
+ suite: xhtml
1828
+ title: "@rel in head using reserved XHTML value and empty-prefix CURIE syntax"
1829
+ - !ruby/object:RdfaHelper::TestCase
1830
+ about: !ruby/object:RDF::URI
1831
+ uri: !ruby/object:Addressable::URI
1832
+ authority: rdfa.digitalbazaar.com
1833
+ fragment:
1834
+ hash: -1371114375
1835
+ host: rdfa.digitalbazaar.com
1836
+ normalized_host:
1837
+ normalized_path:
1838
+ normalized_scheme:
1839
+ password:
1840
+ path: /test-suite/test-cases/xhtml1/0064
1841
+ port:
1842
+ query:
1843
+ scheme: http
1844
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064
1845
+ user:
1846
+ userinfo:
1847
+ validation_deferred: false
1848
+ contributor: Manu Sporny
1849
+ expectedResults: true
1850
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064.xhtml
1851
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064.sparql
1852
+ name: "0064"
1853
+ purpose: Tests if @about generates a proper triple when a safe CURIE is used
1854
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1855
+ specificationReference: ""
1856
+ suite: xhtml
1857
+ title: "@about with safe CURIE"
1858
+ - !ruby/object:RdfaHelper::TestCase
1859
+ about: !ruby/object:RDF::URI
1860
+ uri: !ruby/object:Addressable::URI
1861
+ authority: rdfa.digitalbazaar.com
1862
+ fragment:
1863
+ hash: 724789316
1864
+ host: rdfa.digitalbazaar.com
1865
+ normalized_host:
1866
+ normalized_path:
1867
+ normalized_scheme:
1868
+ password:
1869
+ path: /test-suite/test-cases/xhtml1/0065
1870
+ port:
1871
+ query:
1872
+ scheme: http
1873
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065
1874
+ user:
1875
+ userinfo:
1876
+ validation_deferred: false
1877
+ contributor: Manu Sporny
1878
+ expectedResults: true
1879
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065.xhtml
1880
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065.sparql
1881
+ name: "0065"
1882
+ purpose: Tests if @rel properly connects triples generated when safe CURIEs are used
1883
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1884
+ specificationReference: ""
1885
+ suite: xhtml
1886
+ title: "@rel with safe CURIE"
1887
+ - !ruby/object:RdfaHelper::TestCase
1888
+ about: !ruby/object:RDF::URI
1889
+ uri: !ruby/object:Addressable::URI
1890
+ authority: rdfa.digitalbazaar.com
1891
+ fragment:
1892
+ hash: -1431602741
1893
+ host: rdfa.digitalbazaar.com
1894
+ normalized_host:
1895
+ normalized_path:
1896
+ normalized_scheme:
1897
+ password:
1898
+ path: /test-suite/test-cases/xhtml1/0066
1899
+ port:
1900
+ query:
1901
+ scheme: http
1902
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066
1903
+ user:
1904
+ userinfo:
1905
+ validation_deferred: false
1906
+ contributor: Manu Sporny
1907
+ expectedResults: true
1908
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066.xhtml
1909
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066.sparql
1910
+ name: "0066"
1911
+ purpose: Test to make sure that @about (with current document) is implied in the head, and the proper triples are generated using @typeof
1912
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1913
+ specificationReference: ""
1914
+ suite: xhtml
1915
+ title: "@about with @typeof in the head"
1916
+ - !ruby/object:RdfaHelper::TestCase
1917
+ about: !ruby/object:RDF::URI
1918
+ uri: !ruby/object:Addressable::URI
1919
+ authority: rdfa.digitalbazaar.com
1920
+ fragment:
1921
+ hash: -1968721867
1922
+ host: rdfa.digitalbazaar.com
1923
+ normalized_host:
1924
+ normalized_path:
1925
+ normalized_scheme:
1926
+ password:
1927
+ path: /test-suite/test-cases/xhtml1/0067
1928
+ port:
1929
+ query:
1930
+ scheme: http
1931
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067
1932
+ user:
1933
+ userinfo:
1934
+ validation_deferred: false
1935
+ contributor: Manu Sporny
1936
+ expectedResults: true
1937
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067.xhtml
1938
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067.sparql
1939
+ name: "0067"
1940
+ purpose: Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified
1941
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1942
+ specificationReference: ""
1943
+ suite: xhtml
1944
+ title: "@property in the head"
1945
+ - !ruby/object:RdfaHelper::TestCase
1946
+ about: !ruby/object:RDF::URI
1947
+ uri: !ruby/object:Addressable::URI
1948
+ authority: rdfa.digitalbazaar.com
1949
+ fragment:
1950
+ hash: -419675206
1951
+ host: rdfa.digitalbazaar.com
1952
+ normalized_host:
1953
+ normalized_path:
1954
+ normalized_scheme:
1955
+ password:
1956
+ path: /test-suite/test-cases/xhtml1/0068
1957
+ port:
1958
+ query:
1959
+ scheme: http
1960
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068
1961
+ user:
1962
+ userinfo:
1963
+ validation_deferred: false
1964
+ contributor: Manu Sporny
1965
+ expectedResults: true
1966
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068.xhtml
1967
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068.sparql
1968
+ name: 0068
1969
+ purpose: Tests to ensure that relative URI is resolved correctly when used in @about
1970
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
1971
+ specificationReference: ""
1972
+ suite: xhtml
1973
+ title: Relative URI in @about
1974
+ - !ruby/object:RdfaHelper::TestCase
1975
+ about: !ruby/object:RDF::URI
1976
+ uri: !ruby/object:Addressable::URI
1977
+ authority: rdfa.digitalbazaar.com
1978
+ fragment:
1979
+ hash: 430023913
1980
+ host: rdfa.digitalbazaar.com
1981
+ normalized_host:
1982
+ normalized_path:
1983
+ normalized_scheme:
1984
+ password:
1985
+ path: /test-suite/test-cases/xhtml1/0069
1986
+ port:
1987
+ query:
1988
+ scheme: http
1989
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069
1990
+ user:
1991
+ userinfo:
1992
+ validation_deferred: false
1993
+ contributor: Manu Sporny
1994
+ expectedResults: true
1995
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069.xhtml
1996
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069.sparql
1997
+ name: 0069
1998
+ purpose: Tests to ensure that relative URI is resolved correctly when used in @href
1999
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2000
+ specificationReference: ""
2001
+ suite: xhtml
2002
+ title: Relative URI in @href
2003
+ - !ruby/object:RdfaHelper::TestCase
2004
+ about: !ruby/object:RDF::URI
2005
+ uri: !ruby/object:Addressable::URI
2006
+ authority: rdfa.digitalbazaar.com
2007
+ fragment:
2008
+ hash: -1843292249
2009
+ host: rdfa.digitalbazaar.com
2010
+ normalized_host:
2011
+ normalized_path:
2012
+ normalized_scheme:
2013
+ password:
2014
+ path: /test-suite/test-cases/xhtml1/0070
2015
+ port:
2016
+ query:
2017
+ scheme: http
2018
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070
2019
+ user:
2020
+ userinfo:
2021
+ validation_deferred: false
2022
+ contributor: Manu Sporny
2023
+ expectedResults: true
2024
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070.xhtml
2025
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070.sparql
2026
+ name: "0070"
2027
+ purpose: Tests to ensure that relative URI is resolved correctly when used in @resource
2028
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2029
+ specificationReference: ""
2030
+ suite: xhtml
2031
+ title: Relative URI in @resource
2032
+ - !ruby/object:RdfaHelper::TestCase
2033
+ about: !ruby/object:RDF::URI
2034
+ uri: !ruby/object:Addressable::URI
2035
+ authority: rdfa.digitalbazaar.com
2036
+ fragment:
2037
+ hash: -1139748750
2038
+ host: rdfa.digitalbazaar.com
2039
+ normalized_host:
2040
+ normalized_path:
2041
+ normalized_scheme:
2042
+ password:
2043
+ path: /test-suite/test-cases/xhtml1/0071
2044
+ port:
2045
+ query:
2046
+ scheme: http
2047
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071
2048
+ user:
2049
+ userinfo:
2050
+ validation_deferred: false
2051
+ contributor: Manu Sporny
2052
+ expectedResults: true
2053
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071.xhtml
2054
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071.sparql
2055
+ name: "0071"
2056
+ purpose: Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document
2057
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2058
+ specificationReference: ""
2059
+ suite: xhtml
2060
+ title: No explicit @about
2061
+ - !ruby/object:RdfaHelper::TestCase
2062
+ about: !ruby/object:RDF::URI
2063
+ uri: !ruby/object:Addressable::URI
2064
+ authority: rdfa.digitalbazaar.com
2065
+ fragment:
2066
+ hash: 1697613625
2067
+ host: rdfa.digitalbazaar.com
2068
+ normalized_host:
2069
+ normalized_path:
2070
+ normalized_scheme:
2071
+ password:
2072
+ path: /test-suite/test-cases/xhtml1/0072
2073
+ port:
2074
+ query:
2075
+ scheme: http
2076
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072
2077
+ user:
2078
+ userinfo:
2079
+ validation_deferred: false
2080
+ contributor: Manu Sporny
2081
+ expectedResults: true
2082
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072.xhtml
2083
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072.sparql
2084
+ name: "0072"
2085
+ purpose: Tests to ensure that relative URIs are resolved correctly when used in @about with XHTML base set in head
2086
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2087
+ specificationReference: ""
2088
+ suite: xhtml
2089
+ title: Relative URI in @about (with XHTML base in head)
2090
+ - !ruby/object:RdfaHelper::TestCase
2091
+ about: !ruby/object:RDF::URI
2092
+ uri: !ruby/object:Addressable::URI
2093
+ authority: rdfa.digitalbazaar.com
2094
+ fragment:
2095
+ hash: -662565459
2096
+ host: rdfa.digitalbazaar.com
2097
+ normalized_host:
2098
+ normalized_path:
2099
+ normalized_scheme:
2100
+ password:
2101
+ path: /test-suite/test-cases/xhtml1/0073
2102
+ port:
2103
+ query:
2104
+ scheme: http
2105
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073
2106
+ user:
2107
+ userinfo:
2108
+ validation_deferred: false
2109
+ contributor: Manu Sporny
2110
+ expectedResults: true
2111
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073.xhtml
2112
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073.sparql
2113
+ name: "0073"
2114
+ purpose: Tests to ensure that relative URIs are resolved correctly when used in @resource with XHTML base set in head
2115
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2116
+ specificationReference: ""
2117
+ suite: xhtml
2118
+ title: Relative URI in @resource (with XHTML base in head)
2119
+ - !ruby/object:RdfaHelper::TestCase
2120
+ about: !ruby/object:RDF::URI
2121
+ uri: !ruby/object:Addressable::URI
2122
+ authority: rdfa.digitalbazaar.com
2123
+ fragment:
2124
+ hash: -2140011574
2125
+ host: rdfa.digitalbazaar.com
2126
+ normalized_host:
2127
+ normalized_path:
2128
+ normalized_scheme:
2129
+ password:
2130
+ path: /test-suite/test-cases/xhtml1/0074
2131
+ port:
2132
+ query:
2133
+ scheme: http
2134
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074
2135
+ user:
2136
+ userinfo:
2137
+ validation_deferred: false
2138
+ contributor: Manu Sporny
2139
+ expectedResults: true
2140
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074.xhtml
2141
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074.sparql
2142
+ name: "0074"
2143
+ purpose: Tests to ensure that relative URIs are resolved correctly when used in @href with XHTML base set in head
2144
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2145
+ specificationReference: ""
2146
+ suite: xhtml
2147
+ title: Relative URI in @href (with XHTML base in head)
2148
+ - !ruby/object:RdfaHelper::TestCase
2149
+ about: !ruby/object:RDF::URI
2150
+ uri: !ruby/object:Addressable::URI
2151
+ authority: rdfa.digitalbazaar.com
2152
+ fragment:
2153
+ hash: -1261942865
2154
+ host: rdfa.digitalbazaar.com
2155
+ normalized_host:
2156
+ normalized_path:
2157
+ normalized_scheme:
2158
+ password:
2159
+ path: /test-suite/test-cases/xhtml1/0075
2160
+ port:
2161
+ query:
2162
+ scheme: http
2163
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075
2164
+ user:
2165
+ userinfo:
2166
+ validation_deferred: false
2167
+ contributor: Manu Sporny
2168
+ expectedResults: true
2169
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075.xhtml
2170
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075.sparql
2171
+ name: "0075"
2172
+ purpose: Tests to ensure that the XHTML+RDFa reserved word 'license' when used in @rel (with no @about) generates the proper triple
2173
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2174
+ specificationReference: ""
2175
+ suite: xhtml
2176
+ title: Reserved word 'license' in @rel with no explizit @about
2177
+ - !ruby/object:RdfaHelper::TestCase
2178
+ about: !ruby/object:RDF::URI
2179
+ uri: !ruby/object:Addressable::URI
2180
+ authority: rdfa.digitalbazaar.com
2181
+ fragment:
2182
+ hash: -798819868
2183
+ host: rdfa.digitalbazaar.com
2184
+ normalized_host:
2185
+ normalized_path:
2186
+ normalized_scheme:
2187
+ password:
2188
+ path: /test-suite/test-cases/xhtml1/0076
2189
+ port:
2190
+ query:
2191
+ scheme: http
2192
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076
2193
+ user:
2194
+ userinfo:
2195
+ validation_deferred: false
2196
+ contributor: Manu Sporny
2197
+ expectedResults: true
2198
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076.xhtml
2199
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076.sparql
2200
+ name: "0076"
2201
+ purpose: Tests to ensure that all reserved XHTML words are supported in @rel
2202
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2203
+ specificationReference: ""
2204
+ suite: xhtml
2205
+ title: All reserved XHTML @rel values
2206
+ - !ruby/object:RdfaHelper::TestCase
2207
+ about: !ruby/object:RDF::URI
2208
+ uri: !ruby/object:Addressable::URI
2209
+ authority: rdfa.digitalbazaar.com
2210
+ fragment:
2211
+ hash: 2139204483
2212
+ host: rdfa.digitalbazaar.com
2213
+ normalized_host:
2214
+ normalized_path:
2215
+ normalized_scheme:
2216
+ password:
2217
+ path: /test-suite/test-cases/xhtml1/0077
2218
+ port:
2219
+ query:
2220
+ scheme: http
2221
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077
2222
+ user:
2223
+ userinfo:
2224
+ validation_deferred: false
2225
+ contributor: Manu Sporny
2226
+ expectedResults: true
2227
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077.xhtml
2228
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077.sparql
2229
+ name: "0077"
2230
+ purpose: Tests to ensure that all reserved XHTML words are supported in @rev
2231
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2232
+ specificationReference: ""
2233
+ suite: xhtml
2234
+ title: All reserved XHTML @rev values
2235
+ - !ruby/object:RdfaHelper::TestCase
2236
+ about: !ruby/object:RDF::URI
2237
+ uri: !ruby/object:Addressable::URI
2238
+ authority: rdfa.digitalbazaar.com
2239
+ fragment:
2240
+ hash: -2126756186
2241
+ host: rdfa.digitalbazaar.com
2242
+ normalized_host:
2243
+ normalized_path:
2244
+ normalized_scheme:
2245
+ password:
2246
+ path: /test-suite/test-cases/xhtml1/0078
2247
+ port:
2248
+ query:
2249
+ scheme: http
2250
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078
2251
+ user:
2252
+ userinfo:
2253
+ validation_deferred: false
2254
+ contributor: Ivan Herman
2255
+ expectedResults: true
2256
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078.xhtml
2257
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078.sparql
2258
+ name: 0078
2259
+ 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.
2260
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2261
+ specificationReference: ""
2262
+ suite: xhtml
2263
+ title: Multiple incomplete triples
2264
+ - !ruby/object:RdfaHelper::TestCase
2265
+ about: !ruby/object:RDF::URI
2266
+ uri: !ruby/object:Addressable::URI
2267
+ authority: rdfa.digitalbazaar.com
2268
+ fragment:
2269
+ hash: -1200075775
2270
+ host: rdfa.digitalbazaar.com
2271
+ normalized_host:
2272
+ normalized_path:
2273
+ normalized_scheme:
2274
+ password:
2275
+ path: /test-suite/test-cases/xhtml1/0079
2276
+ port:
2277
+ query:
2278
+ scheme: http
2279
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079
2280
+ user:
2281
+ userinfo:
2282
+ validation_deferred: false
2283
+ contributor: Ivan Herman
2284
+ expectedResults: true
2285
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079.xhtml
2286
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079.sparql
2287
+ name: 0079
2288
+ purpose: Tests role of @resource and @href in completing incomplete triples (including their mutual priorities)
2289
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2290
+ specificationReference: ""
2291
+ suite: xhtml
2292
+ title: "@resource and @href in completing incomplete triples"
2293
+ - !ruby/object:RdfaHelper::TestCase
2294
+ about: !ruby/object:RDF::URI
2295
+ uri: !ruby/object:Addressable::URI
2296
+ authority: rdfa.digitalbazaar.com
2297
+ fragment:
2298
+ hash: -152512560
2299
+ host: rdfa.digitalbazaar.com
2300
+ normalized_host:
2301
+ normalized_path:
2302
+ normalized_scheme:
2303
+ password:
2304
+ path: /test-suite/test-cases/xhtml1/0080
2305
+ port:
2306
+ query:
2307
+ scheme: http
2308
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080
2309
+ user:
2310
+ userinfo:
2311
+ validation_deferred: false
2312
+ contributor: Ivan Herman
2313
+ expectedResults: true
2314
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080.xhtml
2315
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080.sparql
2316
+ name: 0080
2317
+ purpose: Tests if @about has a higher priority than @resource in handling incomplete triples
2318
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2319
+ specificationReference: ""
2320
+ suite: xhtml
2321
+ title: "@about overrides @resource in incomplete triples"
2322
+ - !ruby/object:RdfaHelper::TestCase
2323
+ about: !ruby/object:RDF::URI
2324
+ uri: !ruby/object:Addressable::URI
2325
+ authority: rdfa.digitalbazaar.com
2326
+ fragment:
2327
+ hash: -1622225637
2328
+ host: rdfa.digitalbazaar.com
2329
+ normalized_host:
2330
+ normalized_path:
2331
+ normalized_scheme:
2332
+ password:
2333
+ path: /test-suite/test-cases/xhtml1/0081
2334
+ port:
2335
+ query:
2336
+ scheme: http
2337
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081
2338
+ user:
2339
+ userinfo:
2340
+ validation_deferred: false
2341
+ contributor: Ivan Herman
2342
+ expectedResults: true
2343
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081.xhtml
2344
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081.sparql
2345
+ name: 0081
2346
+ purpose: Tests multiple ways of handling incomplete triples, this time with @rev
2347
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2348
+ specificationReference: ""
2349
+ suite: xhtml
2350
+ title: multiple ways of handling incomplete triples (with @rev)
2351
+ - !ruby/object:RdfaHelper::TestCase
2352
+ about: !ruby/object:RDF::URI
2353
+ uri: !ruby/object:Addressable::URI
2354
+ authority: rdfa.digitalbazaar.com
2355
+ fragment:
2356
+ hash: 1763499556
2357
+ host: rdfa.digitalbazaar.com
2358
+ normalized_host:
2359
+ normalized_path:
2360
+ normalized_scheme:
2361
+ password:
2362
+ path: /test-suite/test-cases/xhtml1/0082
2363
+ port:
2364
+ query:
2365
+ scheme: http
2366
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082
2367
+ user:
2368
+ userinfo:
2369
+ validation_deferred: false
2370
+ contributor: Ivan Herman
2371
+ expectedResults: true
2372
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082.xhtml
2373
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082.sparql
2374
+ name: 0082
2375
+ purpose: Tests multiple ways of handling incomplete triples, this time with both @rel and @rev
2376
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2377
+ specificationReference: ""
2378
+ suite: xhtml
2379
+ title: multiple ways of handling incomplete triples (with @rel and @rev)
2380
+ - !ruby/object:RdfaHelper::TestCase
2381
+ about: !ruby/object:RDF::URI
2382
+ uri: !ruby/object:Addressable::URI
2383
+ authority: rdfa.digitalbazaar.com
2384
+ fragment:
2385
+ hash: -772386565
2386
+ host: rdfa.digitalbazaar.com
2387
+ normalized_host:
2388
+ normalized_path:
2389
+ normalized_scheme:
2390
+ password:
2391
+ path: /test-suite/test-cases/xhtml1/0083
2392
+ port:
2393
+ query:
2394
+ scheme: http
2395
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083
2396
+ user:
2397
+ userinfo:
2398
+ validation_deferred: false
2399
+ contributor: Ivan Herman
2400
+ expectedResults: true
2401
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083.xhtml
2402
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083.sparql
2403
+ name: 0083
2404
+ 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
2405
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2406
+ specificationReference: ""
2407
+ suite: xhtml
2408
+ title: multiple ways of handling incomplete triples (merged)
2409
+ - !ruby/object:RdfaHelper::TestCase
2410
+ about: !ruby/object:RDF::URI
2411
+ uri: !ruby/object:Addressable::URI
2412
+ authority: rdfa.digitalbazaar.com
2413
+ fragment:
2414
+ hash: -1270836825
2415
+ host: rdfa.digitalbazaar.com
2416
+ normalized_host:
2417
+ normalized_path:
2418
+ normalized_scheme:
2419
+ password:
2420
+ path: /test-suite/test-cases/xhtml1/0084
2421
+ port:
2422
+ query:
2423
+ scheme: http
2424
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084
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/0084.xhtml
2431
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084.sparql
2432
+ name: 0084
2433
+ 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
2434
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2435
+ specificationReference: ""
2436
+ suite: xhtml
2437
+ title: multiple ways of handling incomplete triples, this time with both @rel and @rev
2438
+ - !ruby/object:RdfaHelper::TestCase
2439
+ about: !ruby/object:RDF::URI
2440
+ uri: !ruby/object:Addressable::URI
2441
+ authority: rdfa.digitalbazaar.com
2442
+ fragment:
2443
+ hash: -1007520530
2444
+ host: rdfa.digitalbazaar.com
2445
+ normalized_host:
2446
+ normalized_path:
2447
+ normalized_scheme:
2448
+ password:
2449
+ path: /test-suite/test-cases/xhtml1/0085
2450
+ port:
2451
+ query:
2452
+ scheme: http
2453
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085
2454
+ user:
2455
+ userinfo:
2456
+ validation_deferred: false
2457
+ contributor: Ivan Herman
2458
+ expectedResults: true
2459
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085.xhtml
2460
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085.sparql
2461
+ name: 0085
2462
+ purpose: Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added
2463
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2464
+ specificationReference: ""
2465
+ suite: xhtml
2466
+ title: "@resource and @href in completing incomplete triples"
2467
+ - !ruby/object:RdfaHelper::TestCase
2468
+ about: !ruby/object:RDF::URI
2469
+ uri: !ruby/object:Addressable::URI
2470
+ authority: rdfa.digitalbazaar.com
2471
+ fragment:
2472
+ hash: -250077611
2473
+ host: rdfa.digitalbazaar.com
2474
+ normalized_host:
2475
+ normalized_path:
2476
+ normalized_scheme:
2477
+ password:
2478
+ path: /test-suite/test-cases/xhtml1/0086
2479
+ port:
2480
+ query:
2481
+ scheme: http
2482
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086
2483
+ user:
2484
+ userinfo:
2485
+ validation_deferred: false
2486
+ contributor: Ivan Herman
2487
+ expectedResults: false
2488
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086.xhtml
2489
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086.sparql
2490
+ name: 0086
2491
+ purpose: Test that NO triple should be generated for a non-reserved @rel value
2492
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2493
+ specificationReference: ""
2494
+ suite: xhtml
2495
+ title: NO triple for a non-reserved @rel value
2496
+ - !ruby/object:RdfaHelper::TestCase
2497
+ about: !ruby/object:RDF::URI
2498
+ uri: !ruby/object:Addressable::URI
2499
+ authority: rdfa.digitalbazaar.com
2500
+ fragment:
2501
+ hash: -1620906107
2502
+ host: rdfa.digitalbazaar.com
2503
+ normalized_host:
2504
+ normalized_path:
2505
+ normalized_scheme:
2506
+ password:
2507
+ path: /test-suite/test-cases/xhtml1/0087
2508
+ port:
2509
+ query:
2510
+ scheme: http
2511
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087
2512
+ user:
2513
+ userinfo:
2514
+ validation_deferred: false
2515
+ contributor: Ivan Herman
2516
+ expectedResults: true
2517
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087.xhtml
2518
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087.sparql
2519
+ name: 0087
2520
+ purpose: Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx)
2521
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2522
+ specificationReference: ""
2523
+ suite: xhtml
2524
+ title: All reserved XHTML @rel values (with :xxx)
2525
+ - !ruby/object:RdfaHelper::TestCase
2526
+ about: !ruby/object:RDF::URI
2527
+ uri: !ruby/object:Addressable::URI
2528
+ authority: rdfa.digitalbazaar.com
2529
+ fragment:
2530
+ hash: -2126234003
2531
+ host: rdfa.digitalbazaar.com
2532
+ normalized_host:
2533
+ normalized_path:
2534
+ normalized_scheme:
2535
+ password:
2536
+ path: /test-suite/test-cases/xhtml1/0088
2537
+ port:
2538
+ query:
2539
+ scheme: http
2540
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088
2541
+ user:
2542
+ userinfo:
2543
+ validation_deferred: false
2544
+ contributor: Ivan Herman
2545
+ expectedResults: true
2546
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088.xhtml
2547
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088.sparql
2548
+ name: 0088
2549
+ purpose: Test the interpretation of the CURIE "_:"
2550
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2551
+ specificationReference: ""
2552
+ suite: xhtml
2553
+ title: Interpretation of the CURIE "_:"
2554
+ - !ruby/object:RdfaHelper::TestCase
2555
+ about: !ruby/object:RDF::URI
2556
+ uri: !ruby/object:Addressable::URI
2557
+ authority: rdfa.digitalbazaar.com
2558
+ fragment:
2559
+ hash: 1721388389
2560
+ host: rdfa.digitalbazaar.com
2561
+ normalized_host:
2562
+ normalized_path:
2563
+ normalized_scheme:
2564
+ password:
2565
+ path: /test-suite/test-cases/xhtml1/0089
2566
+ port:
2567
+ query:
2568
+ scheme: http
2569
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089
2570
+ user:
2571
+ userinfo:
2572
+ validation_deferred: false
2573
+ contributor: Manu Sporny
2574
+ expectedResults: true
2575
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089.xhtml
2576
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089.sparql
2577
+ name: 0089
2578
+ purpose: Tests to ensure that @src sets a new subject (focuses on @typeof).
2579
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2580
+ specificationReference: ""
2581
+ suite: xhtml
2582
+ title: "@src sets a new subject (@typeof)"
2583
+ - !ruby/object:RdfaHelper::TestCase
2584
+ about: !ruby/object:RDF::URI
2585
+ uri: !ruby/object:Addressable::URI
2586
+ authority: rdfa.digitalbazaar.com
2587
+ fragment:
2588
+ hash: -1327762971
2589
+ host: rdfa.digitalbazaar.com
2590
+ normalized_host:
2591
+ normalized_path:
2592
+ normalized_scheme:
2593
+ password:
2594
+ path: /test-suite/test-cases/xhtml1/0090
2595
+ port:
2596
+ query:
2597
+ scheme: http
2598
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090
2599
+ user:
2600
+ userinfo:
2601
+ validation_deferred: false
2602
+ contributor: Manu Sporny
2603
+ expectedResults: true
2604
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090.xhtml
2605
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090.sparql
2606
+ name: 0090
2607
+ purpose: Tests to ensure that @src sets a new subject (focuses on @rel/@href).
2608
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2609
+ specificationReference: ""
2610
+ suite: xhtml
2611
+ title: "@src sets a new subject (@rel/@href)"
2612
+ - !ruby/object:RdfaHelper::TestCase
2613
+ about: !ruby/object:RDF::URI
2614
+ uri: !ruby/object:Addressable::URI
2615
+ authority: rdfa.digitalbazaar.com
2616
+ fragment:
2617
+ hash: 875697902
2618
+ host: rdfa.digitalbazaar.com
2619
+ normalized_host:
2620
+ normalized_path:
2621
+ normalized_scheme:
2622
+ password:
2623
+ path: /test-suite/test-cases/xhtml1/0091
2624
+ port:
2625
+ query:
2626
+ scheme: http
2627
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091
2628
+ user:
2629
+ userinfo:
2630
+ validation_deferred: false
2631
+ contributor: Manu Sporny
2632
+ expectedResults: true
2633
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091.xhtml
2634
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091.sparql
2635
+ name: 0091
2636
+ purpose: Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples.
2637
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2638
+ specificationReference: ""
2639
+ suite: xhtml
2640
+ title: Non-reserved, un-prefixed CURIE in @property
2641
+ - !ruby/object:RdfaHelper::TestCase
2642
+ about: !ruby/object:RDF::URI
2643
+ uri: !ruby/object:Addressable::URI
2644
+ authority: rdfa.digitalbazaar.com
2645
+ fragment:
2646
+ hash: 1533479928
2647
+ host: rdfa.digitalbazaar.com
2648
+ normalized_host:
2649
+ normalized_path:
2650
+ normalized_scheme:
2651
+ password:
2652
+ path: /test-suite/test-cases/xhtml1/0092
2653
+ port:
2654
+ query:
2655
+ scheme: http
2656
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092
2657
+ user:
2658
+ userinfo:
2659
+ validation_deferred: false
2660
+ contributor: Ivan Herman
2661
+ expectedResults: true
2662
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092.xhtml
2663
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092.sparql
2664
+ name: 0092
2665
+ purpose: Tests the explicit specification of an RDF XMLLiteral with @datatype.
2666
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2667
+ specificationReference: ""
2668
+ suite: xhtml
2669
+ title: Tests XMLLiteral content with explicit @datatype
2670
+ - !ruby/object:RdfaHelper::TestCase
2671
+ about: !ruby/object:RDF::URI
2672
+ uri: !ruby/object:Addressable::URI
2673
+ authority: rdfa.digitalbazaar.com
2674
+ fragment:
2675
+ hash: 876452638
2676
+ host: rdfa.digitalbazaar.com
2677
+ normalized_host:
2678
+ normalized_path:
2679
+ normalized_scheme:
2680
+ password:
2681
+ path: /test-suite/test-cases/xhtml1/0093
2682
+ port:
2683
+ query:
2684
+ scheme: http
2685
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093
2686
+ user:
2687
+ userinfo:
2688
+ validation_deferred: false
2689
+ contributor: Ivan Herman
2690
+ expectedResults: true
2691
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093.xhtml
2692
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093.sparql
2693
+ name: 0093
2694
+ purpose: Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal
2695
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2696
+ specificationReference: ""
2697
+ suite: xhtml
2698
+ title: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)
2699
+ - !ruby/object:RdfaHelper::TestCase
2700
+ about: !ruby/object:RDF::URI
2701
+ uri: !ruby/object:Addressable::URI
2702
+ authority: rdfa.digitalbazaar.com
2703
+ fragment:
2704
+ hash: 4222933
2705
+ host: rdfa.digitalbazaar.com
2706
+ normalized_host:
2707
+ normalized_path:
2708
+ normalized_scheme:
2709
+ password:
2710
+ path: /test-suite/test-cases/xhtml1/0094
2711
+ port:
2712
+ query:
2713
+ scheme: http
2714
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094
2715
+ user:
2716
+ userinfo:
2717
+ validation_deferred: false
2718
+ contributor: Ivan Herman
2719
+ expectedResults: true
2720
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094.xhtml
2721
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094.sparql
2722
+ name: 0094
2723
+ purpose: "Tests the explicit specification of an RDF XMLLiteral with @datatype using the proper RDF namespace, but with an unusual prefix - bla:"
2724
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2725
+ specificationReference: ""
2726
+ suite: xhtml
2727
+ title: Tests XMLLiteral content with explicit @datatype (unusual prefix - bla:)
2728
+ - !ruby/object:RdfaHelper::TestCase
2729
+ about: !ruby/object:RDF::URI
2730
+ uri: !ruby/object:Addressable::URI
2731
+ authority: rdfa.digitalbazaar.com
2732
+ fragment:
2733
+ hash: -106972171
2734
+ host: rdfa.digitalbazaar.com
2735
+ normalized_host:
2736
+ normalized_path:
2737
+ normalized_scheme:
2738
+ password:
2739
+ path: /test-suite/test-cases/xhtml1/0095
2740
+ port:
2741
+ query:
2742
+ scheme: http
2743
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0095
2744
+ user:
2745
+ userinfo:
2746
+ validation_deferred: false
2747
+ contributor: Ivan Herman
2748
+ expectedResults: false
2749
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0095.xhtml
2750
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0095.sparql
2751
+ name: 0095
2752
+ purpose: Tests the filtering out of unnecessary triples (checking the return value mechanism)
2753
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2754
+ specificationReference: ""
2755
+ suite: xhtml
2756
+ title: No triples with two nested @rel
2757
+ - !ruby/object:RdfaHelper::TestCase
2758
+ about: !ruby/object:RDF::URI
2759
+ uri: !ruby/object:Addressable::URI
2760
+ authority: rdfa.digitalbazaar.com
2761
+ fragment:
2762
+ hash: 835696954
2763
+ host: rdfa.digitalbazaar.com
2764
+ normalized_host:
2765
+ normalized_path:
2766
+ normalized_scheme:
2767
+ password:
2768
+ path: /test-suite/test-cases/xhtml1/0096
2769
+ port:
2770
+ query:
2771
+ scheme: http
2772
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0096
2773
+ user:
2774
+ userinfo:
2775
+ validation_deferred: false
2776
+ contributor: Ivan Herman
2777
+ expectedResults: false
2778
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0096.xhtml
2779
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0096.sparql
2780
+ name: 0096
2781
+ purpose: Tests the filtering out of unnecessary triples (checking the return value mechanism); from the RDFa Syntax document.
2782
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2783
+ specificationReference: ""
2784
+ suite: xhtml
2785
+ title: No triples with three nested @rel
2786
+ - !ruby/object:RdfaHelper::TestCase
2787
+ about: !ruby/object:RDF::URI
2788
+ uri: !ruby/object:Addressable::URI
2789
+ authority: rdfa.digitalbazaar.com
2790
+ fragment:
2791
+ hash: 1563900475
2792
+ host: rdfa.digitalbazaar.com
2793
+ normalized_host:
2794
+ normalized_path:
2795
+ normalized_scheme:
2796
+ password:
2797
+ path: /test-suite/test-cases/xhtml1/0097
2798
+ port:
2799
+ query:
2800
+ scheme: http
2801
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0097
2802
+ user:
2803
+ userinfo:
2804
+ validation_deferred: false
2805
+ contributor: Ivan Herman
2806
+ expectedResults: false
2807
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0097.xhtml
2808
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0097.sparql
2809
+ name: 0097
2810
+ purpose: Tests the filtering out of unnecessary triples (checking the return value mechanism); from the RDFa Syntax document.
2811
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2812
+ specificationReference: ""
2813
+ suite: xhtml
2814
+ title: No triples with four nested @rel
2815
+ - !ruby/object:RdfaHelper::TestCase
2816
+ about: !ruby/object:RDF::URI
2817
+ uri: !ruby/object:Addressable::URI
2818
+ authority: rdfa.digitalbazaar.com
2819
+ fragment:
2820
+ hash: 526159339
2821
+ host: rdfa.digitalbazaar.com
2822
+ normalized_host:
2823
+ normalized_path:
2824
+ normalized_scheme:
2825
+ password:
2826
+ path: /test-suite/test-cases/xhtml1/0098
2827
+ port:
2828
+ query:
2829
+ scheme: http
2830
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0098
2831
+ user:
2832
+ userinfo:
2833
+ validation_deferred: false
2834
+ contributor: Ivan Herman
2835
+ expectedResults: true
2836
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0098.xhtml
2837
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0098.sparql
2838
+ name: 0098
2839
+ purpose: Tests the generation of a single literal that should be returned as valid value in the recursion to generate pending triples.
2840
+ reviewStatus: http://www.w3.org/2006/03/test-description#rejected
2841
+ specificationReference: ""
2842
+ suite: xhtml
2843
+ title: Single literal in nested pending triples
2844
+ - !ruby/object:RdfaHelper::TestCase
2845
+ about: !ruby/object:RDF::URI
2846
+ uri: !ruby/object:Addressable::URI
2847
+ authority: rdfa.digitalbazaar.com
2848
+ fragment:
2849
+ hash: -1138629447
2850
+ host: rdfa.digitalbazaar.com
2851
+ normalized_host:
2852
+ normalized_path:
2853
+ normalized_scheme:
2854
+ password:
2855
+ path: /test-suite/test-cases/xhtml1/0099
2856
+ port:
2857
+ query:
2858
+ scheme: http
2859
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099
2860
+ user:
2861
+ userinfo:
2862
+ validation_deferred: false
2863
+ contributor: Ivan Herman
2864
+ expectedResults: true
2865
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099.xhtml
2866
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099.sparql
2867
+ name: 0099
2868
+ purpose: Tests the preservation of white space in literals.
2869
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2870
+ specificationReference: ""
2871
+ suite: xhtml
2872
+ title: Preservation of white space in literals
2873
+ - !ruby/object:RdfaHelper::TestCase
2874
+ about: !ruby/object:RDF::URI
2875
+ uri: !ruby/object:Addressable::URI
2876
+ authority: rdfa.digitalbazaar.com
2877
+ fragment:
2878
+ hash: 1461969622
2879
+ host: rdfa.digitalbazaar.com
2880
+ normalized_host:
2881
+ normalized_path:
2882
+ normalized_scheme:
2883
+ password:
2884
+ path: /test-suite/test-cases/xhtml1/0100
2885
+ port:
2886
+ query:
2887
+ scheme: http
2888
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100
2889
+ user:
2890
+ userinfo:
2891
+ validation_deferred: false
2892
+ contributor: Ivan Herman
2893
+ expectedResults: true
2894
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100.xhtml
2895
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100.sparql
2896
+ name: "0100"
2897
+ 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)
2898
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2899
+ specificationReference: ""
2900
+ suite: xhtml
2901
+ title: XMLLiteral with explicit namespace
2902
+ - !ruby/object:RdfaHelper::TestCase
2903
+ about: !ruby/object:RDF::URI
2904
+ uri: !ruby/object:Addressable::URI
2905
+ authority: rdfa.digitalbazaar.com
2906
+ fragment:
2907
+ hash: 1112413987
2908
+ host: rdfa.digitalbazaar.com
2909
+ normalized_host:
2910
+ normalized_path:
2911
+ normalized_scheme:
2912
+ password:
2913
+ path: /test-suite/test-cases/xhtml1/0101
2914
+ port:
2915
+ query:
2916
+ scheme: http
2917
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101
2918
+ user:
2919
+ userinfo:
2920
+ validation_deferred: false
2921
+ contributor: Ivan Herman
2922
+ expectedResults: true
2923
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101.xhtml
2924
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101.sparql
2925
+ name: "0101"
2926
+ 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.
2927
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2928
+ specificationReference: ""
2929
+ suite: xhtml
2930
+ title: XMLLiteral with explicit namespace and xml:lang
2931
+ - !ruby/object:RdfaHelper::TestCase
2932
+ about: !ruby/object:RDF::URI
2933
+ uri: !ruby/object:Addressable::URI
2934
+ authority: rdfa.digitalbazaar.com
2935
+ fragment:
2936
+ hash: -1241152826
2937
+ host: rdfa.digitalbazaar.com
2938
+ normalized_host:
2939
+ normalized_path:
2940
+ normalized_scheme:
2941
+ password:
2942
+ path: /test-suite/test-cases/xhtml1/0102
2943
+ port:
2944
+ query:
2945
+ scheme: http
2946
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102
2947
+ user:
2948
+ userinfo:
2949
+ validation_deferred: false
2950
+ contributor: Ivan Herman
2951
+ expectedResults: true
2952
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102.xhtml
2953
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102.sparql
2954
+ name: "0102"
2955
+ purpose: |-
2956
+ 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
2957
+ declaration should not be changed.
2958
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2959
+ specificationReference: ""
2960
+ suite: xhtml
2961
+ title: XMLLiteral with explicit namespace and xml:lang; not overwriting existing langs
2962
+ - !ruby/object:RdfaHelper::TestCase
2963
+ about: !ruby/object:RDF::URI
2964
+ uri: !ruby/object:Addressable::URI
2965
+ authority: rdfa.digitalbazaar.com
2966
+ fragment:
2967
+ hash: -2104583694
2968
+ host: rdfa.digitalbazaar.com
2969
+ normalized_host:
2970
+ normalized_path:
2971
+ normalized_scheme:
2972
+ password:
2973
+ path: /test-suite/test-cases/xhtml1/0103
2974
+ port:
2975
+ query:
2976
+ scheme: http
2977
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103
2978
+ user:
2979
+ userinfo:
2980
+ validation_deferred: false
2981
+ contributor: Ivan Herman
2982
+ expectedResults: true
2983
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103.xhtml
2984
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103.sparql
2985
+ name: "0103"
2986
+ 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
2987
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
2988
+ specificationReference: ""
2989
+ suite: xhtml
2990
+ title: XMLLiteral with explicit namespace; not overwriting local namespaces
2991
+ - !ruby/object:RdfaHelper::TestCase
2992
+ about: !ruby/object:RDF::URI
2993
+ uri: !ruby/object:Addressable::URI
2994
+ authority: rdfa.digitalbazaar.com
2995
+ fragment:
2996
+ hash: 2113045835
2997
+ host: rdfa.digitalbazaar.com
2998
+ normalized_host:
2999
+ normalized_path:
3000
+ normalized_scheme:
3001
+ password:
3002
+ path: /test-suite/test-cases/xhtml1/0104
3003
+ port:
3004
+ query:
3005
+ scheme: http
3006
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104
3007
+ user:
3008
+ userinfo:
3009
+ validation_deferred: false
3010
+ contributor: Fabien Gandon
3011
+ expectedResults: true
3012
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104.xhtml
3013
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104.sparql
3014
+ name: "0104"
3015
+ purpose: Tests rdf:value with blank nodes to give a value with a unit
3016
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3017
+ specificationReference: ""
3018
+ suite: xhtml
3019
+ title: rdf:value
3020
+ - !ruby/object:RdfaHelper::TestCase
3021
+ about: !ruby/object:RDF::URI
3022
+ uri: !ruby/object:Addressable::URI
3023
+ authority: rdfa.digitalbazaar.com
3024
+ fragment:
3025
+ hash: 994318781
3026
+ host: rdfa.digitalbazaar.com
3027
+ normalized_host:
3028
+ normalized_path:
3029
+ normalized_scheme:
3030
+ password:
3031
+ path: /test-suite/test-cases/xhtml1/0105
3032
+ port:
3033
+ query:
3034
+ scheme: http
3035
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105
3036
+ user:
3037
+ userinfo:
3038
+ validation_deferred: false
3039
+ contributor: Manu Sporny
3040
+ expectedResults: true
3041
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105.xhtml
3042
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105.sparql
3043
+ name: "0105"
3044
+ 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.
3045
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3046
+ specificationReference: ""
3047
+ suite: xhtml
3048
+ title: inner @rel neither CURIE nor LinkType
3049
+ - !ruby/object:RdfaHelper::TestCase
3050
+ about: !ruby/object:RDF::URI
3051
+ uri: !ruby/object:Addressable::URI
3052
+ authority: rdfa.digitalbazaar.com
3053
+ fragment:
3054
+ hash: -1392466905
3055
+ host: rdfa.digitalbazaar.com
3056
+ normalized_host:
3057
+ normalized_path:
3058
+ normalized_scheme:
3059
+ password:
3060
+ path: /test-suite/test-cases/xhtml1/0106
3061
+ port:
3062
+ query:
3063
+ scheme: http
3064
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106
3065
+ user:
3066
+ userinfo:
3067
+ validation_deferred: false
3068
+ contributor: Manu Sporny
3069
+ expectedResults: true
3070
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106.xhtml
3071
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106.sparql
3072
+ name: "0106"
3073
+ purpose: Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining.
3074
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3075
+ specificationReference: ""
3076
+ suite: xhtml
3077
+ title: chaining with empty value in inner @rel
3078
+ - !ruby/object:RdfaHelper::TestCase
3079
+ about: !ruby/object:RDF::URI
3080
+ uri: !ruby/object:Addressable::URI
3081
+ authority: rdfa.digitalbazaar.com
3082
+ fragment:
3083
+ hash: 745443601
3084
+ host: rdfa.digitalbazaar.com
3085
+ normalized_host:
3086
+ normalized_path:
3087
+ normalized_scheme:
3088
+ password:
3089
+ path: /test-suite/test-cases/xhtml1/0107
3090
+ port:
3091
+ query:
3092
+ scheme: http
3093
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107
3094
+ user:
3095
+ userinfo:
3096
+ validation_deferred: false
3097
+ contributor: Manu Sporny
3098
+ expectedResults: false
3099
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107.xhtml
3100
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107.sparql
3101
+ name: "0107"
3102
+ purpose: Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated.
3103
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3104
+ specificationReference: ""
3105
+ suite: xhtml
3106
+ title: no garbage collecting bnodes
3107
+ - !ruby/object:RdfaHelper::TestCase
3108
+ about: !ruby/object:RDF::URI
3109
+ uri: !ruby/object:Addressable::URI
3110
+ authority: rdfa.digitalbazaar.com
3111
+ fragment:
3112
+ hash: -1742743281
3113
+ host: rdfa.digitalbazaar.com
3114
+ normalized_host:
3115
+ normalized_path:
3116
+ normalized_scheme:
3117
+ password:
3118
+ path: /test-suite/test-cases/xhtml1/0108
3119
+ port:
3120
+ query:
3121
+ scheme: http
3122
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108
3123
+ user:
3124
+ userinfo:
3125
+ validation_deferred: false
3126
+ contributor: Manu Sporny
3127
+ expectedResults: true
3128
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108.xhtml
3129
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108.sparql
3130
+ name: 0108
3131
+ 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".
3132
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3133
+ specificationReference: ""
3134
+ suite: xhtml
3135
+ title: plain literal with datatype="" and xml:lang preservation
3136
+ - !ruby/object:RdfaHelper::TestCase
3137
+ about: !ruby/object:RDF::URI
3138
+ uri: !ruby/object:Addressable::URI
3139
+ authority: rdfa.digitalbazaar.com
3140
+ fragment:
3141
+ hash: -1634498005
3142
+ host: rdfa.digitalbazaar.com
3143
+ normalized_host:
3144
+ normalized_path:
3145
+ normalized_scheme:
3146
+ password:
3147
+ path: /test-suite/test-cases/xhtml1/0109
3148
+ port:
3149
+ query:
3150
+ scheme: http
3151
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109
3152
+ user:
3153
+ userinfo:
3154
+ validation_deferred: false
3155
+ contributor: Manu Sporny
3156
+ expectedResults: true
3157
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109.xhtml
3158
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109.sparql
3159
+ name: 0109
3160
+ purpose: Tests to make sure that @xml:base is ignored in XHTML+RDFa 1.0. The input test document is invalid XHTML.
3161
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3162
+ specificationReference: ""
3163
+ suite: xhtml
3164
+ title: Tests to ensure @xml:base is ignored
3165
+ - !ruby/object:RdfaHelper::TestCase
3166
+ about: !ruby/object:RDF::URI
3167
+ uri: !ruby/object:Addressable::URI
3168
+ authority: rdfa.digitalbazaar.com
3169
+ fragment:
3170
+ hash: -1545770392
3171
+ host: rdfa.digitalbazaar.com
3172
+ normalized_host:
3173
+ normalized_path:
3174
+ normalized_scheme:
3175
+ password:
3176
+ path: /test-suite/test-cases/xhtml1/0110
3177
+ port:
3178
+ query:
3179
+ scheme: http
3180
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110
3181
+ user:
3182
+ userinfo:
3183
+ validation_deferred: false
3184
+ contributor: Manu Sporny
3185
+ expectedResults: true
3186
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110.xhtml
3187
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110.sparql
3188
+ name: "0110"
3189
+ purpose: Tests to make sure that a bNode is generated even though no nested @about exists.
3190
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3191
+ specificationReference: ""
3192
+ suite: xhtml
3193
+ title: bNode generated even though no nested @about exists
3194
+ - !ruby/object:RdfaHelper::TestCase
3195
+ about: !ruby/object:RDF::URI
3196
+ uri: !ruby/object:Addressable::URI
3197
+ authority: rdfa.digitalbazaar.com
3198
+ fragment:
3199
+ hash: 1412881917
3200
+ host: rdfa.digitalbazaar.com
3201
+ normalized_host:
3202
+ normalized_path:
3203
+ normalized_scheme:
3204
+ password:
3205
+ path: /test-suite/test-cases/xhtml1/0111
3206
+ port:
3207
+ query:
3208
+ scheme: http
3209
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111
3210
+ user:
3211
+ userinfo:
3212
+ validation_deferred: false
3213
+ contributor: Manu Sporny
3214
+ expectedResults: true
3215
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111.xhtml
3216
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111.sparql
3217
+ name: "0111"
3218
+ 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.
3219
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3220
+ specificationReference: ""
3221
+ suite: xhtml
3222
+ title: two bNodes generated after three levels of nesting
3223
+ - !ruby/object:RdfaHelper::TestCase
3224
+ about: !ruby/object:RDF::URI
3225
+ uri: !ruby/object:Addressable::URI
3226
+ authority: rdfa.digitalbazaar.com
3227
+ fragment:
3228
+ hash: 2036703222
3229
+ host: rdfa.digitalbazaar.com
3230
+ normalized_host:
3231
+ normalized_path:
3232
+ normalized_scheme:
3233
+ password:
3234
+ path: /test-suite/test-cases/xhtml1/0112
3235
+ port:
3236
+ query:
3237
+ scheme: http
3238
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112
3239
+ user:
3240
+ userinfo:
3241
+ validation_deferred: false
3242
+ contributor: Manu Sporny
3243
+ expectedResults: true
3244
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112.xhtml
3245
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112.sparql
3246
+ name: "0112"
3247
+ purpose: Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "".
3248
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3249
+ specificationReference: ""
3250
+ suite: xhtml
3251
+ title: plain literal with datatype=""
3252
+ - !ruby/object:RdfaHelper::TestCase
3253
+ about: !ruby/object:RDF::URI
3254
+ uri: !ruby/object:Addressable::URI
3255
+ authority: rdfa.digitalbazaar.com
3256
+ fragment:
3257
+ hash: 1656762028
3258
+ host: rdfa.digitalbazaar.com
3259
+ normalized_host:
3260
+ normalized_path:
3261
+ normalized_scheme:
3262
+ password:
3263
+ path: /test-suite/test-cases/xhtml1/0113
3264
+ port:
3265
+ query:
3266
+ scheme: http
3267
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113
3268
+ user:
3269
+ userinfo:
3270
+ validation_deferred: false
3271
+ contributor: Manu Sporny
3272
+ expectedResults: true
3273
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113.xhtml
3274
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113.sparql
3275
+ name: "0113"
3276
+ purpose: Checks to make sure that an element with @property and no child nodes generates empty plain literal.
3277
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3278
+ specificationReference: ""
3279
+ suite: xhtml
3280
+ title: element with @property and no child nodes generates empty plain literal
3281
+ - !ruby/object:RdfaHelper::TestCase
3282
+ about: !ruby/object:RDF::URI
3283
+ uri: !ruby/object:Addressable::URI
3284
+ authority: rdfa.digitalbazaar.com
3285
+ fragment:
3286
+ hash: -1404294794
3287
+ host: rdfa.digitalbazaar.com
3288
+ normalized_host:
3289
+ normalized_path:
3290
+ normalized_scheme:
3291
+ password:
3292
+ path: /test-suite/test-cases/xhtml1/0114
3293
+ port:
3294
+ query:
3295
+ scheme: http
3296
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114
3297
+ user:
3298
+ userinfo:
3299
+ validation_deferred: false
3300
+ contributor: Manu Sporny
3301
+ expectedResults: true
3302
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114.xhtml
3303
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114.sparql
3304
+ name: "0114"
3305
+ 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).
3306
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3307
+ specificationReference: ""
3308
+ suite: xhtml
3309
+ title: Relative URI
3310
+ - !ruby/object:RdfaHelper::TestCase
3311
+ about: !ruby/object:RDF::URI
3312
+ uri: !ruby/object:Addressable::URI
3313
+ authority: rdfa.digitalbazaar.com
3314
+ fragment:
3315
+ hash: 470522745
3316
+ host: rdfa.digitalbazaar.com
3317
+ normalized_host:
3318
+ normalized_path:
3319
+ normalized_scheme:
3320
+ password:
3321
+ path: /test-suite/test-cases/xhtml1/0115
3322
+ port:
3323
+ query:
3324
+ scheme: http
3325
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115
3326
+ user:
3327
+ userinfo:
3328
+ validation_deferred: false
3329
+ contributor: Toby Inkster
3330
+ expectedResults: true
3331
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115.xhtml
3332
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115.sparql
3333
+ name: "0115"
3334
+ purpose: Checks to make sure that XML Entities are treated properly by the RDFa parser.
3335
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3336
+ specificationReference: ""
3337
+ suite: xhtml
3338
+ title: XML Entities must be supported by RDFa parser
3339
+ - !ruby/object:RdfaHelper::TestCase
3340
+ about: !ruby/object:RDF::URI
3341
+ uri: !ruby/object:Addressable::URI
3342
+ authority: rdfa.digitalbazaar.com
3343
+ fragment:
3344
+ hash: 34368474
3345
+ host: rdfa.digitalbazaar.com
3346
+ normalized_host:
3347
+ normalized_path:
3348
+ normalized_scheme:
3349
+ password:
3350
+ path: /test-suite/test-cases/xhtml1/0116
3351
+ port:
3352
+ query:
3353
+ scheme: http
3354
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0116
3355
+ user:
3356
+ userinfo:
3357
+ validation_deferred: false
3358
+ contributor: Toby Inkster
3359
+ expectedResults: false
3360
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0116.xhtml
3361
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0116.sparql
3362
+ name: "0116"
3363
+ purpose: Checks to make sure that reserved words that are used in @property do not generate triples. This is a NEGATIVE test case.
3364
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3365
+ specificationReference: ""
3366
+ suite: xhtml
3367
+ title: Reserved word used in @property should not generate triple
3368
+ - !ruby/object:RdfaHelper::TestCase
3369
+ about: !ruby/object:RDF::URI
3370
+ uri: !ruby/object:Addressable::URI
3371
+ authority: rdfa.digitalbazaar.com
3372
+ fragment:
3373
+ hash: 2098997764
3374
+ host: rdfa.digitalbazaar.com
3375
+ normalized_host:
3376
+ normalized_path:
3377
+ normalized_scheme:
3378
+ password:
3379
+ path: /test-suite/test-cases/xhtml1/0117
3380
+ port:
3381
+ query:
3382
+ scheme: http
3383
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117
3384
+ user:
3385
+ userinfo:
3386
+ validation_deferred: false
3387
+ contributor: Manu Sporny
3388
+ expectedResults: true
3389
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117.xhtml
3390
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117.sparql
3391
+ name: "0117"
3392
+ purpose: Checks to make sure that fragment identifiers are stripped from [base] when used to generate triples.
3393
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3394
+ specificationReference: ""
3395
+ suite: xhtml
3396
+ title: Fragment identifiers stripped from BASE
3397
+ - !ruby/object:RdfaHelper::TestCase
3398
+ about: !ruby/object:RDF::URI
3399
+ uri: !ruby/object:Addressable::URI
3400
+ authority: rdfa.digitalbazaar.com
3401
+ fragment:
3402
+ hash: 295277538
3403
+ host: rdfa.digitalbazaar.com
3404
+ normalized_host:
3405
+ normalized_path:
3406
+ normalized_scheme:
3407
+ password:
3408
+ path: /test-suite/test-cases/xhtml1/0118
3409
+ port:
3410
+ query:
3411
+ scheme: http
3412
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118
3413
+ user:
3414
+ userinfo:
3415
+ validation_deferred: false
3416
+ contributor: Ben Adida
3417
+ expectedResults: true
3418
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118.xhtml
3419
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118.sparql
3420
+ name: 0118
3421
+ purpose: |-
3422
+ Checks to make sure that the empty
3423
+ string "" isn't considered as NULL in languages such as Javascript when
3424
+ generating triples. This test sets the subject in a chain using @href
3425
+ and then immediately changes the subject using @about and generates a
3426
+ triple. A buggy parser may use the @href subject
3427
+ (http://example.org/javascript.html) instead of the one defined by @about.
3428
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3429
+ specificationReference: ""
3430
+ suite: xhtml
3431
+ title: empty string "" is not equivalent to NULL - @about
3432
+ - !ruby/object:RdfaHelper::TestCase
3433
+ about: !ruby/object:RDF::URI
3434
+ uri: !ruby/object:Addressable::URI
3435
+ authority: rdfa.digitalbazaar.com
3436
+ fragment:
3437
+ hash: 1822531558
3438
+ host: rdfa.digitalbazaar.com
3439
+ normalized_host:
3440
+ normalized_path:
3441
+ normalized_scheme:
3442
+ password:
3443
+ path: /test-suite/test-cases/xhtml1/0119
3444
+ port:
3445
+ query:
3446
+ scheme: http
3447
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119
3448
+ user:
3449
+ userinfo:
3450
+ validation_deferred: false
3451
+ contributor: Manu Sporny
3452
+ expectedResults: true
3453
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119.xhtml
3454
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119.sparql
3455
+ name: 0119
3456
+ 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 "
3457
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3458
+ specificationReference: ""
3459
+ suite: xhtml
3460
+ title: "\"[prefix:]\" CURIE format is valid"
3461
+ - !ruby/object:RdfaHelper::TestCase
3462
+ about: !ruby/object:RDF::URI
3463
+ uri: !ruby/object:Addressable::URI
3464
+ authority: rdfa.digitalbazaar.com
3465
+ fragment:
3466
+ hash: -166413716
3467
+ host: rdfa.digitalbazaar.com
3468
+ normalized_host:
3469
+ normalized_path:
3470
+ normalized_scheme:
3471
+ password:
3472
+ path: /test-suite/test-cases/xhtml1/0120
3473
+ port:
3474
+ query:
3475
+ scheme: http
3476
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120
3477
+ user:
3478
+ userinfo:
3479
+ validation_deferred: false
3480
+ contributor: Manu Sporny
3481
+ expectedResults: true
3482
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120.xhtml
3483
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120.sparql
3484
+ name: "0120"
3485
+ 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 "
3486
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3487
+ specificationReference: ""
3488
+ suite: xhtml
3489
+ title: "\"[:]\" CURIE format is valid"
3490
+ - !ruby/object:RdfaHelper::TestCase
3491
+ about: !ruby/object:RDF::URI
3492
+ uri: !ruby/object:Addressable::URI
3493
+ authority: rdfa.digitalbazaar.com
3494
+ fragment:
3495
+ hash: -1078316993
3496
+ host: rdfa.digitalbazaar.com
3497
+ normalized_host:
3498
+ normalized_path:
3499
+ normalized_scheme:
3500
+ password:
3501
+ path: /test-suite/test-cases/xhtml1/0121
3502
+ port:
3503
+ query:
3504
+ scheme: http
3505
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121
3506
+ user:
3507
+ userinfo:
3508
+ validation_deferred: false
3509
+ contributor: Manu Sporny
3510
+ expectedResults: true
3511
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121.xhtml
3512
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121.sparql
3513
+ name: "0121"
3514
+ purpose: "Checks to make sure RDFa processors resolve the empty CURIE correctly.\n "
3515
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3516
+ specificationReference: ""
3517
+ suite: xhtml
3518
+ title: "\"[]\" is a valid safe CURIE"
3519
+ - !ruby/object:RdfaHelper::TestCase
3520
+ about: !ruby/object:RDF::URI
3521
+ uri: !ruby/object:Addressable::URI
3522
+ authority: rdfa.digitalbazaar.com
3523
+ fragment:
3524
+ hash: 330873756
3525
+ host: rdfa.digitalbazaar.com
3526
+ normalized_host:
3527
+ normalized_path:
3528
+ normalized_scheme:
3529
+ password:
3530
+ path: /test-suite/test-cases/xhtml1/0122
3531
+ port:
3532
+ query:
3533
+ scheme: http
3534
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122
3535
+ user:
3536
+ userinfo:
3537
+ validation_deferred: false
3538
+ contributor: Manu Sporny
3539
+ expectedResults: false
3540
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122.xhtml
3541
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122.sparql
3542
+ name: "0122"
3543
+ purpose: "Checks to make sure that resource=\"[]\" does not set the object since RDFa does not allow non-prefixed CURIEs.\n "
3544
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3545
+ specificationReference: ""
3546
+ suite: xhtml
3547
+ title: resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs
3548
+ - !ruby/object:RdfaHelper::TestCase
3549
+ about: !ruby/object:RDF::URI
3550
+ uri: !ruby/object:Addressable::URI
3551
+ authority: rdfa.digitalbazaar.com
3552
+ fragment:
3553
+ hash: 1513911310
3554
+ host: rdfa.digitalbazaar.com
3555
+ normalized_host:
3556
+ normalized_path:
3557
+ normalized_scheme:
3558
+ password:
3559
+ path: /test-suite/test-cases/xhtml1/0123
3560
+ port:
3561
+ query:
3562
+ scheme: http
3563
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0123
3564
+ user:
3565
+ userinfo:
3566
+ validation_deferred: false
3567
+ contributor: Shane P. McCarron
3568
+ expectedResults: true
3569
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0123.xhtml
3570
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0123.sparql
3571
+ name: "0123"
3572
+ purpose: Checks to make sure that prefix names are treated case sensitive.
3573
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3574
+ specificationReference: ""
3575
+ suite: xhtml
3576
+ title: case sensitivity in prefix names
3577
+ - !ruby/object:RdfaHelper::TestCase
3578
+ about: !ruby/object:RDF::URI
3579
+ uri: !ruby/object:Addressable::URI
3580
+ authority: rdfa.digitalbazaar.com
3581
+ fragment:
3582
+ hash: 1009313600
3583
+ host: rdfa.digitalbazaar.com
3584
+ normalized_host:
3585
+ normalized_path:
3586
+ normalized_scheme:
3587
+ password:
3588
+ path: /test-suite/test-cases/xhtml1/0124
3589
+ port:
3590
+ query:
3591
+ scheme: http
3592
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124
3593
+ user:
3594
+ userinfo:
3595
+ validation_deferred: false
3596
+ contributor: Shane P. McCarron
3597
+ expectedResults: true
3598
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124.xhtml
3599
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124.sparql
3600
+ name: "0124"
3601
+ purpose: Checks to make sure that XMLLiteral gets processed properly if surrounding element is tagged with @datatype=''.
3602
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
3603
+ specificationReference: ""
3604
+ suite: xhtml
3605
+ title: XMLLiteral with explicit @datatype=''
3606
+ - !ruby/object:RdfaHelper::TestCase
3607
+ about: !ruby/object:RDF::URI
3608
+ uri: !ruby/object:Addressable::URI
3609
+ authority: rdfa.digitalbazaar.com
3610
+ fragment:
3611
+ hash: 1202544447
3612
+ host: rdfa.digitalbazaar.com
3613
+ normalized_host:
3614
+ normalized_path:
3615
+ normalized_scheme:
3616
+ password:
3617
+ path: /test-suite/test-cases/xhtml1/0125
3618
+ port:
3619
+ query:
3620
+ scheme: http
3621
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0125
3622
+ user:
3623
+ userinfo:
3624
+ validation_deferred: false
3625
+ contributor: Shane P. McCarron
3626
+ expectedResults: false
3627
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0125.xhtml
3628
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0125.sparql
3629
+ name: "0125"
3630
+ purpose: Checks to ensure that when datatype is the default the parser does not generate triples for embedded content.
3631
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
3632
+ specificationReference: ""
3633
+ suite: xhtml
3634
+ title: datatype XMLLiteral with other embedded RDFa
3635
+ - !ruby/object:RdfaHelper::TestCase
3636
+ about: !ruby/object:RDF::URI
3637
+ uri: !ruby/object:Addressable::URI
3638
+ authority: rdfa.digitalbazaar.com
3639
+ fragment:
3640
+ hash: 122061977
3641
+ host: rdfa.digitalbazaar.com
3642
+ normalized_host:
3643
+ normalized_path:
3644
+ normalized_scheme:
3645
+ password:
3646
+ path: /test-suite/test-cases/xhtml1/0126
3647
+ port:
3648
+ query:
3649
+ scheme: http
3650
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126
3651
+ user:
3652
+ userinfo:
3653
+ validation_deferred: false
3654
+ contributor: Shane P. McCarron
3655
+ expectedResults: true
3656
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126.xhtml
3657
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126.sparql
3658
+ name: "0126"
3659
+ purpose: Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples.
3660
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3661
+ specificationReference: ""
3662
+ suite: xhtml
3663
+ title: Multiple @typeof values
3664
+ - !ruby/object:RdfaHelper::TestCase
3665
+ about: !ruby/object:RDF::URI
3666
+ uri: !ruby/object:Addressable::URI
3667
+ authority: rdfa.digitalbazaar.com
3668
+ fragment:
3669
+ hash: -1503110364
3670
+ host: rdfa.digitalbazaar.com
3671
+ normalized_host:
3672
+ normalized_path:
3673
+ normalized_scheme:
3674
+ password:
3675
+ path: /test-suite/test-cases/xhtml1/0131
3676
+ port:
3677
+ query:
3678
+ scheme: http
3679
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131
3680
+ user:
3681
+ userinfo:
3682
+ validation_deferred: false
3683
+ contributor: Philip Taylor
3684
+ expectedResults: true
3685
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131.xhtml
3686
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131.sparql
3687
+ name: "0131"
3688
+ purpose: Ensures that multiple whitespace alternatives in attributes are allowed.
3689
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3690
+ specificationReference: ""
3691
+ suite: xhtml
3692
+ title: Whitespace alternatives in attributes
3693
+ - !ruby/object:RdfaHelper::TestCase
3694
+ about: !ruby/object:RDF::URI
3695
+ uri: !ruby/object:Addressable::URI
3696
+ authority: rdfa.digitalbazaar.com
3697
+ fragment:
3698
+ hash: 287279391
3699
+ host: rdfa.digitalbazaar.com
3700
+ normalized_host:
3701
+ normalized_path:
3702
+ normalized_scheme:
3703
+ password:
3704
+ path: /test-suite/test-cases/xhtml1/0134
3705
+ port:
3706
+ query:
3707
+ scheme: http
3708
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134
3709
+ user:
3710
+ userinfo:
3711
+ validation_deferred: false
3712
+ contributor: Philip Taylor
3713
+ expectedResults: true
3714
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134.xhtml
3715
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134.sparql
3716
+ name: "0134"
3717
+ purpose: Ensures that mixed-case reserved words generate triples.
3718
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3719
+ specificationReference: ""
3720
+ suite: xhtml
3721
+ title: Uppercase reserved words
3722
+ - !ruby/object:RdfaHelper::TestCase
3723
+ about: !ruby/object:RDF::URI
3724
+ uri: !ruby/object:Addressable::URI
3725
+ authority: rdfa.digitalbazaar.com
3726
+ fragment:
3727
+ hash: -1349727417
3728
+ host: rdfa.digitalbazaar.com
3729
+ normalized_host:
3730
+ normalized_path:
3731
+ normalized_scheme:
3732
+ password:
3733
+ path: /test-suite/test-cases/xhtml1/0140
3734
+ port:
3735
+ query:
3736
+ scheme: http
3737
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140
3738
+ user:
3739
+ userinfo:
3740
+ validation_deferred: false
3741
+ contributor: Philip Taylor
3742
+ expectedResults: false
3743
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140.xhtml
3744
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140.sparql
3745
+ name: "0140"
3746
+ purpose: Ensures that a prefix cannot start with an underscore character when specified using xmlns.
3747
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3748
+ specificationReference: ""
3749
+ suite: xhtml
3750
+ title: Underscore is not allowed in xmlns
3751
+ - !ruby/object:RdfaHelper::TestCase
3752
+ about: !ruby/object:RDF::URI
3753
+ uri: !ruby/object:Addressable::URI
3754
+ authority: rdfa.digitalbazaar.com
3755
+ fragment:
3756
+ hash: -2054461432
3757
+ host: rdfa.digitalbazaar.com
3758
+ normalized_host:
3759
+ normalized_path:
3760
+ normalized_scheme:
3761
+ password:
3762
+ path: /test-suite/test-cases/xhtml1/0142
3763
+ port:
3764
+ query:
3765
+ scheme: http
3766
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142
3767
+ user:
3768
+ userinfo:
3769
+ validation_deferred: false
3770
+ contributor: Philip Taylor
3771
+ expectedResults: true
3772
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142.xhtml
3773
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142.sparql
3774
+ name: "0142"
3775
+ purpose: Ensures that RDFa processors allow a prefix named 'xml' with the correct URI.
3776
+ reviewStatus: http://www.w3.org/2006/03/test-description#onhold
3777
+ specificationReference: ""
3778
+ suite: xhtml
3779
+ title: xmlns prefix 'xml' with correct URI
3780
+ - !ruby/object:RdfaHelper::TestCase
3781
+ about: !ruby/object:RDF::URI
3782
+ uri: !ruby/object:Addressable::URI
3783
+ authority: rdfa.digitalbazaar.com
3784
+ fragment:
3785
+ hash: -1538576070
3786
+ host: rdfa.digitalbazaar.com
3787
+ normalized_host:
3788
+ normalized_path:
3789
+ normalized_scheme:
3790
+ password:
3791
+ path: /test-suite/test-cases/xhtml1/0147
3792
+ port:
3793
+ query:
3794
+ scheme: http
3795
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147
3796
+ user:
3797
+ userinfo:
3798
+ validation_deferred: false
3799
+ contributor: Philip Taylor
3800
+ expectedResults: true
3801
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147.xhtml
3802
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147.sparql
3803
+ name: "0147"
3804
+ purpose: Ensures that RDFa processors allow the prefix 'xmlzzz', even though it is a reserved prefix in XML.
3805
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3806
+ specificationReference: ""
3807
+ suite: xhtml
3808
+ title: xmlns prefix 'xmlzzz' (reserved)
3809
+ - !ruby/object:RdfaHelper::TestCase
3810
+ about: !ruby/object:RDF::URI
3811
+ uri: !ruby/object:Addressable::URI
3812
+ authority: rdfa.digitalbazaar.com
3813
+ fragment:
3814
+ hash: 1046949240
3815
+ host: rdfa.digitalbazaar.com
3816
+ normalized_host:
3817
+ normalized_path:
3818
+ normalized_scheme:
3819
+ password:
3820
+ path: /test-suite/test-cases/xhtml1/0154
3821
+ port:
3822
+ query:
3823
+ scheme: http
3824
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154
3825
+ user:
3826
+ userinfo:
3827
+ validation_deferred: false
3828
+ contributor: Philip Taylor
3829
+ expectedResults: false
3830
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154.xhtml
3831
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154.sparql
3832
+ name: "0154"
3833
+ 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.
3834
+ reviewStatus: http://www.w3.org/2006/03/test-description#onhold
3835
+ specificationReference: ""
3836
+ suite: xhtml
3837
+ title: Invalid characters should not generate triples per XML 4th edition rules
3838
+ - !ruby/object:RdfaHelper::TestCase
3839
+ about: !ruby/object:RDF::URI
3840
+ uri: !ruby/object:Addressable::URI
3841
+ authority: rdfa.digitalbazaar.com
3842
+ fragment:
3843
+ hash: 1452637612
3844
+ host: rdfa.digitalbazaar.com
3845
+ normalized_host:
3846
+ normalized_path:
3847
+ normalized_scheme:
3848
+ password:
3849
+ path: /test-suite/test-cases/xhtml1/0160
3850
+ port:
3851
+ query:
3852
+ scheme: http
3853
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160
3854
+ user:
3855
+ userinfo:
3856
+ validation_deferred: false
3857
+ contributor: Philip Taylor
3858
+ expectedResults: false
3859
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160.xhtml
3860
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160.sparql
3861
+ name: "0160"
3862
+ purpose: Ensure that the undeclared prefix 'xml' is not used to generate any triples.
3863
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3864
+ specificationReference: ""
3865
+ suite: xhtml
3866
+ title: Undeclared prefix 'xml'
3867
+ - !ruby/object:RdfaHelper::TestCase
3868
+ about: !ruby/object:RDF::URI
3869
+ uri: !ruby/object:Addressable::URI
3870
+ authority: rdfa.digitalbazaar.com
3871
+ fragment:
3872
+ hash: -1514533452
3873
+ host: rdfa.digitalbazaar.com
3874
+ normalized_host:
3875
+ normalized_path:
3876
+ normalized_scheme:
3877
+ password:
3878
+ path: /test-suite/test-cases/xhtml1/0162
3879
+ port:
3880
+ query:
3881
+ scheme: http
3882
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162
3883
+ user:
3884
+ userinfo:
3885
+ validation_deferred: false
3886
+ contributor: Philip Taylor
3887
+ expectedResults: false
3888
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162.xhtml
3889
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162.sparql
3890
+ name: "0162"
3891
+ purpose: Ensure that the undeclared prefix 'xmlns' is not used to generate any triples.
3892
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3893
+ specificationReference: ""
3894
+ suite: xhtml
3895
+ title: Undeclared prefix 'xmlns'
3896
+ - !ruby/object:RdfaHelper::TestCase
3897
+ about: !ruby/object:RDF::URI
3898
+ uri: !ruby/object:Addressable::URI
3899
+ authority: rdfa.digitalbazaar.com
3900
+ fragment:
3901
+ hash: 1055916560
3902
+ host: rdfa.digitalbazaar.com
3903
+ normalized_host:
3904
+ normalized_path:
3905
+ normalized_scheme:
3906
+ password:
3907
+ path: /test-suite/test-cases/xhtml1/0164
3908
+ port:
3909
+ query:
3910
+ scheme: http
3911
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164
3912
+ user:
3913
+ userinfo:
3914
+ validation_deferred: false
3915
+ contributor: Philip Taylor
3916
+ expectedResults: false
3917
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164.xhtml
3918
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164.sparql
3919
+ name: "0164"
3920
+ purpose: Ensure that a number of common prefixes, when undeclared, do not generate any unknown triples.
3921
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3922
+ specificationReference: ""
3923
+ suite: xhtml
3924
+ title: Undeclared common prefixes
3925
+ - !ruby/object:RdfaHelper::TestCase
3926
+ about: !ruby/object:RDF::URI
3927
+ uri: !ruby/object:Addressable::URI
3928
+ authority: rdfa.digitalbazaar.com
3929
+ fragment:
3930
+ hash: 1385695587
3931
+ host: rdfa.digitalbazaar.com
3932
+ normalized_host:
3933
+ normalized_path:
3934
+ normalized_scheme:
3935
+ password:
3936
+ path: /test-suite/test-cases/xhtml1/0172
3937
+ port:
3938
+ query:
3939
+ scheme: http
3940
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172
3941
+ user:
3942
+ userinfo:
3943
+ validation_deferred: false
3944
+ contributor: KANZAKI, Masahide
3945
+ expectedResults: true
3946
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172.xhtml
3947
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172.sparql
3948
+ name: "0172"
3949
+ 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.
3950
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3951
+ specificationReference: ""
3952
+ suite: xhtml
3953
+ title: "@datatype=\"\" generates plain literal in presence of child nodes"
3954
+ - !ruby/object:RdfaHelper::TestCase
3955
+ about: !ruby/object:RDF::URI
3956
+ uri: !ruby/object:Addressable::URI
3957
+ authority: rdfa.digitalbazaar.com
3958
+ fragment:
3959
+ hash: -688719576
3960
+ host: rdfa.digitalbazaar.com
3961
+ normalized_host:
3962
+ normalized_path:
3963
+ normalized_scheme:
3964
+ password:
3965
+ path: /test-suite/test-cases/xhtml1/0173
3966
+ port:
3967
+ query:
3968
+ scheme: http
3969
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173
3970
+ user:
3971
+ userinfo:
3972
+ validation_deferred: false
3973
+ contributor: KANZAKI, Masahide
3974
+ expectedResults: true
3975
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173.xhtml
3976
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173.sparql
3977
+ name: "0173"
3978
+ 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.
3979
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
3980
+ specificationReference: ""
3981
+ suite: xhtml
3982
+ title: "@xml:lang=\"\" clears language setting"
3983
+ - !ruby/object:RdfaHelper::TestCase
3984
+ about: !ruby/object:RDF::URI
3985
+ uri: !ruby/object:Addressable::URI
3986
+ authority: rdfa.digitalbazaar.com
3987
+ fragment:
3988
+ hash: -2055313328
3989
+ host: rdfa.digitalbazaar.com
3990
+ normalized_host:
3991
+ normalized_path:
3992
+ normalized_scheme:
3993
+ password:
3994
+ path: /test-suite/test-cases/xhtml1/0174
3995
+ port:
3996
+ query:
3997
+ scheme: http
3998
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174
3999
+ user:
4000
+ userinfo:
4001
+ validation_deferred: false
4002
+ contributor: I. Stewartson
4003
+ expectedResults: true
4004
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174.xhtml
4005
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174.sparql
4006
+ name: "0174"
4007
+ purpose: Checks to ensure that the RDFa processor correctly processes single character prefixes when processing CURIEs.
4008
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
4009
+ specificationReference: ""
4010
+ suite: xhtml
4011
+ title: Support single character prefix in CURIEs
4012
+ - !ruby/object:RdfaHelper::TestCase
4013
+ about: !ruby/object:RDF::URI
4014
+ uri: !ruby/object:Addressable::URI
4015
+ authority: rdfa.digitalbazaar.com
4016
+ fragment:
4017
+ hash: 1064057456
4018
+ host: rdfa.digitalbazaar.com
4019
+ normalized_host:
4020
+ normalized_path:
4021
+ normalized_scheme:
4022
+ password:
4023
+ path: /test-suite/test-cases/xhtml1/0175
4024
+ port:
4025
+ query:
4026
+ scheme: http
4027
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0175
4028
+ user:
4029
+ userinfo:
4030
+ validation_deferred: false
4031
+ contributor: Gregg Kellogg
4032
+ expectedResults: true
4033
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0175.xhtml
4034
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0175.sparql
4035
+ name: "0175"
4036
+ purpose: Checks to make sure that a URI may be used as a @property value
4037
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4038
+ specificationReference: ""
4039
+ suite: xhtml
4040
+ title: Property is URI
4041
+ - !ruby/object:RdfaHelper::TestCase
4042
+ about: !ruby/object:RDF::URI
4043
+ uri: !ruby/object:Addressable::URI
4044
+ authority: rdfa.digitalbazaar.com
4045
+ fragment:
4046
+ hash: 1551863208
4047
+ host: rdfa.digitalbazaar.com
4048
+ normalized_host:
4049
+ normalized_path:
4050
+ normalized_scheme:
4051
+ password:
4052
+ path: /test-suite/test-cases/xhtml1/0176
4053
+ port:
4054
+ query:
4055
+ scheme: http
4056
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0176
4057
+ user:
4058
+ userinfo:
4059
+ validation_deferred: false
4060
+ contributor: Gregg Kellogg
4061
+ expectedResults: true
4062
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0176.xhtml
4063
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0176.sparql
4064
+ name: "0176"
4065
+ purpose: Checks to make sure that a URI may be used as @rel and @rev values
4066
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4067
+ specificationReference: ""
4068
+ suite: xhtml
4069
+ title: Rel and Rev is URI
4070
+ - !ruby/object:RdfaHelper::TestCase
4071
+ about: !ruby/object:RDF::URI
4072
+ uri: !ruby/object:Addressable::URI
4073
+ authority: rdfa.digitalbazaar.com
4074
+ fragment:
4075
+ hash: -611428832
4076
+ host: rdfa.digitalbazaar.com
4077
+ normalized_host:
4078
+ normalized_path:
4079
+ normalized_scheme:
4080
+ password:
4081
+ path: /test-suite/test-cases/xhtml1/0177
4082
+ port:
4083
+ query:
4084
+ scheme: http
4085
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0177
4086
+ user:
4087
+ userinfo:
4088
+ validation_deferred: false
4089
+ contributor: Ivan Herman
4090
+ expectedResults: true
4091
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0177.xhtml
4092
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0177.sparql
4093
+ name: "0177"
4094
+ purpose: Checks to make sure @profile with a single entry creates a URI mapping
4095
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4096
+ specificationReference: ""
4097
+ suite: xhtml
4098
+ title: Test @profile
4099
+ - !ruby/object:RdfaHelper::TestCase
4100
+ about: !ruby/object:RDF::URI
4101
+ uri: !ruby/object:Addressable::URI
4102
+ authority: rdfa.digitalbazaar.com
4103
+ fragment:
4104
+ hash: 1355255936
4105
+ host: rdfa.digitalbazaar.com
4106
+ normalized_host:
4107
+ normalized_path:
4108
+ normalized_scheme:
4109
+ password:
4110
+ path: /test-suite/test-cases/xhtml1/0178
4111
+ port:
4112
+ query:
4113
+ scheme: http
4114
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0178
4115
+ user:
4116
+ userinfo:
4117
+ validation_deferred: false
4118
+ contributor: Ivan Herman
4119
+ expectedResults: true
4120
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0178.xhtml
4121
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0178.sparql
4122
+ name: 0178
4123
+ purpose: Checks to make sure @profile with multiple entires creates multiple URI mappings
4124
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4125
+ specificationReference: ""
4126
+ suite: xhtml
4127
+ title: Test @profile with multiple mappings
4128
+ - !ruby/object:RdfaHelper::TestCase
4129
+ about: !ruby/object:RDF::URI
4130
+ uri: !ruby/object:Addressable::URI
4131
+ authority: rdfa.digitalbazaar.com
4132
+ fragment:
4133
+ hash: -1680299635
4134
+ host: rdfa.digitalbazaar.com
4135
+ normalized_host:
4136
+ normalized_path:
4137
+ normalized_scheme:
4138
+ password:
4139
+ path: /test-suite/test-cases/xhtml1/0179
4140
+ port:
4141
+ query:
4142
+ scheme: http
4143
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0179
4144
+ user:
4145
+ userinfo:
4146
+ validation_deferred: false
4147
+ contributor: Ivan Herman
4148
+ expectedResults: true
4149
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0179.xhtml
4150
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0179.sparql
4151
+ name: 0179
4152
+ purpose: Checks to make sure @prefix has a higher priority than @xmlns
4153
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4154
+ specificationReference: ""
4155
+ suite: xhtml
4156
+ title: Test @prefix vs @xmlns priority
4157
+ - !ruby/object:RdfaHelper::TestCase
4158
+ about: !ruby/object:RDF::URI
4159
+ uri: !ruby/object:Addressable::URI
4160
+ authority: rdfa.digitalbazaar.com
4161
+ fragment:
4162
+ hash: 522038594
4163
+ host: rdfa.digitalbazaar.com
4164
+ normalized_host:
4165
+ normalized_path:
4166
+ normalized_scheme:
4167
+ password:
4168
+ path: /test-suite/test-cases/xhtml1/0180
4169
+ port:
4170
+ query:
4171
+ scheme: http
4172
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0180
4173
+ user:
4174
+ userinfo:
4175
+ validation_deferred: false
4176
+ contributor: Ivan Herman
4177
+ expectedResults: true
4178
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0180.xhtml
4179
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0180.sparql
4180
+ name: 0180
4181
+ purpose: Checks to make sure @profile with empty prefix creates a mapping.
4182
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4183
+ specificationReference: ""
4184
+ suite: xhtml
4185
+ title: Test @profile with empty mapping
4186
+ - !ruby/object:RdfaHelper::TestCase
4187
+ about: !ruby/object:RDF::URI
4188
+ uri: !ruby/object:Addressable::URI
4189
+ authority: rdfa.digitalbazaar.com
4190
+ fragment:
4191
+ hash: -1857689545
4192
+ host: rdfa.digitalbazaar.com
4193
+ normalized_host:
4194
+ normalized_path:
4195
+ normalized_scheme:
4196
+ password:
4197
+ path: /test-suite/test-cases/xhtml1/0181
4198
+ port:
4199
+ query:
4200
+ scheme: http
4201
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0181
4202
+ user:
4203
+ userinfo:
4204
+ validation_deferred: false
4205
+ contributor: Ivan Herman
4206
+ expectedResults: true
4207
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0181.xhtml
4208
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0181.sparql
4209
+ name: 0181
4210
+ purpose: Checks Tests a CURIE with default namespace uses XHTML Vocabulary namespace.
4211
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4212
+ specificationReference: ""
4213
+ suite: xhtml
4214
+ title: Test default XHTML vocabulary
4215
+ - !ruby/object:RdfaHelper::TestCase
4216
+ about: !ruby/object:RDF::URI
4217
+ uri: !ruby/object:Addressable::URI
4218
+ authority: rdfa.digitalbazaar.com
4219
+ fragment:
4220
+ hash: -1539635442
4221
+ host: rdfa.digitalbazaar.com
4222
+ normalized_host:
4223
+ normalized_path:
4224
+ normalized_scheme:
4225
+ password:
4226
+ path: /test-suite/test-cases/xhtml1/0182
4227
+ port:
4228
+ query:
4229
+ scheme: http
4230
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0182
4231
+ user:
4232
+ userinfo:
4233
+ validation_deferred: false
4234
+ contributor: Ivan Herman
4235
+ expectedResults: true
4236
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0182.xhtml
4237
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0182.sparql
4238
+ name: 0182
4239
+ purpose: Checks to be sure that prefixes are defined within the element hierarchy.
4240
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4241
+ specificationReference: ""
4242
+ suite: xhtml
4243
+ title: Test prefix locality
4244
+ - !ruby/object:RdfaHelper::TestCase
4245
+ about: !ruby/object:RDF::URI
4246
+ uri: !ruby/object:Addressable::URI
4247
+ authority: rdfa.digitalbazaar.com
4248
+ fragment:
4249
+ hash: -1772526858
4250
+ host: rdfa.digitalbazaar.com
4251
+ normalized_host:
4252
+ normalized_path:
4253
+ normalized_scheme:
4254
+ password:
4255
+ path: /test-suite/test-cases/xhtml1/0183
4256
+ port:
4257
+ query:
4258
+ scheme: http
4259
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0183
4260
+ user:
4261
+ userinfo:
4262
+ validation_deferred: false
4263
+ contributor: Ivan Herman
4264
+ expectedResults: true
4265
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0183.xhtml
4266
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0183.sparql
4267
+ name: 0183
4268
+ purpose: A new @xmlns definition should override a previous @prefix definition at this element.
4269
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4270
+ specificationReference: ""
4271
+ suite: xhtml
4272
+ title: Test @xmlns redefines @prefix
4273
+ - !ruby/object:RdfaHelper::TestCase
4274
+ about: !ruby/object:RDF::URI
4275
+ uri: !ruby/object:Addressable::URI
4276
+ authority: rdfa.digitalbazaar.com
4277
+ fragment:
4278
+ hash: -816245591
4279
+ host: rdfa.digitalbazaar.com
4280
+ normalized_host:
4281
+ normalized_path:
4282
+ normalized_scheme:
4283
+ password:
4284
+ path: /test-suite/test-cases/xhtml1/0184
4285
+ port:
4286
+ query:
4287
+ scheme: http
4288
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0184
4289
+ user:
4290
+ userinfo:
4291
+ validation_deferred: false
4292
+ contributor: Ivan Herman
4293
+ expectedResults: true
4294
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0184.xhtml
4295
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0184.sparql
4296
+ name: 0184
4297
+ purpose: Check that @profile imports terms
4298
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4299
+ specificationReference: ""
4300
+ suite: xhtml
4301
+ title: Test @profile
4302
+ - !ruby/object:RdfaHelper::TestCase
4303
+ about: !ruby/object:RDF::URI
4304
+ uri: !ruby/object:Addressable::URI
4305
+ authority: rdfa.digitalbazaar.com
4306
+ fragment:
4307
+ hash: 1121805955
4308
+ host: rdfa.digitalbazaar.com
4309
+ normalized_host:
4310
+ normalized_path:
4311
+ normalized_scheme:
4312
+ password:
4313
+ path: /test-suite/test-cases/xhtml1/0185
4314
+ port:
4315
+ query:
4316
+ scheme: http
4317
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0185
4318
+ user:
4319
+ userinfo:
4320
+ validation_deferred: false
4321
+ contributor: Ivan Herman
4322
+ expectedResults: true
4323
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0185.xhtml
4324
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0185.sparql
4325
+ name: 0185
4326
+ purpose: Check that @profile imports prefixes
4327
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4328
+ specificationReference: ""
4329
+ suite: xhtml
4330
+ title: Test @profile
4331
+ - !ruby/object:RdfaHelper::TestCase
4332
+ about: !ruby/object:RDF::URI
4333
+ uri: !ruby/object:Addressable::URI
4334
+ authority: rdfa.digitalbazaar.com
4335
+ fragment:
4336
+ hash: 1603772519
4337
+ host: rdfa.digitalbazaar.com
4338
+ normalized_host:
4339
+ normalized_path:
4340
+ normalized_scheme:
4341
+ password:
4342
+ path: /test-suite/test-cases/xhtml1/0186
4343
+ port:
4344
+ query:
4345
+ scheme: http
4346
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0186
4347
+ user:
4348
+ userinfo:
4349
+ validation_deferred: false
4350
+ contributor: Ivan Herman
4351
+ expectedResults: true
4352
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0186.xhtml
4353
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0186.sparql
4354
+ name: 0186
4355
+ purpose: Check that @vocab defines a new default mapping
4356
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4357
+ specificationReference: ""
4358
+ suite: xhtml
4359
+ title: Test @vocab
4360
+ - !ruby/object:RdfaHelper::TestCase
4361
+ about: !ruby/object:RDF::URI
4362
+ uri: !ruby/object:Addressable::URI
4363
+ authority: rdfa.digitalbazaar.com
4364
+ fragment:
4365
+ hash: 1271242682
4366
+ host: rdfa.digitalbazaar.com
4367
+ normalized_host:
4368
+ normalized_path:
4369
+ normalized_scheme:
4370
+ password:
4371
+ path: /test-suite/test-cases/xhtml1/0187
4372
+ port:
4373
+ query:
4374
+ scheme: http
4375
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0187
4376
+ user:
4377
+ userinfo:
4378
+ validation_deferred: false
4379
+ contributor: Ivan Herman
4380
+ expectedResults: true
4381
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0187.xhtml
4382
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0187.sparql
4383
+ name: 0187
4384
+ purpose: Check that @vocab redefines a previous @vocab definition
4385
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4386
+ specificationReference: ""
4387
+ suite: xhtml
4388
+ title: Test @vocab redefinitnion
4389
+ - !ruby/object:RdfaHelper::TestCase
4390
+ about: !ruby/object:RDF::URI
4391
+ uri: !ruby/object:Addressable::URI
4392
+ authority: rdfa.digitalbazaar.com
4393
+ fragment:
4394
+ hash: 979958734
4395
+ host: rdfa.digitalbazaar.com
4396
+ normalized_host:
4397
+ normalized_path:
4398
+ normalized_scheme:
4399
+ password:
4400
+ path: /test-suite/test-cases/xhtml1/0188
4401
+ port:
4402
+ query:
4403
+ scheme: http
4404
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0188
4405
+ user:
4406
+ userinfo:
4407
+ validation_deferred: false
4408
+ contributor: Ivan Herman
4409
+ expectedResults: true
4410
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0188.xhtml
4411
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0188.sparql
4412
+ name: 0188
4413
+ purpose: Check that @vocab defines a new default mapping
4414
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4415
+ specificationReference: ""
4416
+ suite: xhtml
4417
+ title: Test @vocab
4418
+ - !ruby/object:RdfaHelper::TestCase
4419
+ about: !ruby/object:RDF::URI
4420
+ uri: !ruby/object:Addressable::URI
4421
+ authority: rdfa.digitalbazaar.com
4422
+ fragment:
4423
+ hash: -978985302
4424
+ host: rdfa.digitalbazaar.com
4425
+ normalized_host:
4426
+ normalized_path:
4427
+ normalized_scheme:
4428
+ password:
4429
+ path: /test-suite/test-cases/xhtml1/0189
4430
+ port:
4431
+ query:
4432
+ scheme: http
4433
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0189
4434
+ user:
4435
+ userinfo:
4436
+ validation_deferred: false
4437
+ contributor: Ivan Herman
4438
+ expectedResults: true
4439
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0189.xhtml
4440
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0189.sparql
4441
+ name: 0189
4442
+ purpose: Check that @vocab does not change a default term from XHV
4443
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4444
+ specificationReference: ""
4445
+ suite: xhtml
4446
+ title: Test @vocab does not override default term
4447
+ - !ruby/object:RdfaHelper::TestCase
4448
+ about: !ruby/object:RDF::URI
4449
+ uri: !ruby/object:Addressable::URI
4450
+ authority: rdfa.digitalbazaar.com
4451
+ fragment:
4452
+ hash: -567379941
4453
+ host: rdfa.digitalbazaar.com
4454
+ normalized_host:
4455
+ normalized_path:
4456
+ normalized_scheme:
4457
+ password:
4458
+ path: /test-suite/test-cases/xhtml1/0190
4459
+ port:
4460
+ query:
4461
+ scheme: http
4462
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0190
4463
+ user:
4464
+ userinfo:
4465
+ validation_deferred: false
4466
+ contributor: Ivan Herman
4467
+ expectedResults: true
4468
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0190.xhtml
4469
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0190.sparql
4470
+ name: 0190
4471
+ purpose: Check to ensure a mixed case term matches a case insensitive definition
4472
+ reviewStatus: http://www.w3.org/2006/03/test-description#unreviewed
4473
+ specificationReference: ""
4474
+ suite: xhtml
4475
+ title: Test term case insensitivity
4476
+ - !ruby/object:RdfaHelper::TestCase
4477
+ about: !ruby/object:RDF::URI
4478
+ uri: !ruby/object:Addressable::URI
4479
+ authority: rdfa.digitalbazaar.com
4480
+ fragment:
4481
+ hash: 1105692599
4482
+ host: rdfa.digitalbazaar.com
4483
+ normalized_host:
4484
+ normalized_path:
4485
+ normalized_scheme:
4486
+ password:
4487
+ path: /test-suite/test-cases/xhtml1/1001
4488
+ port:
4489
+ query:
4490
+ scheme: http
4491
+ uri_string: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001
4492
+ user:
4493
+ userinfo:
4494
+ validation_deferred: false
4495
+ contributor: Fabien Gandon
4496
+ expectedResults: true
4497
+ informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001.xhtml
4498
+ informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001.sparql
4499
+ name: "1001"
4500
+ purpose: Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)
4501
+ reviewStatus: http://www.w3.org/2006/03/test-description#approved
4502
+ specificationReference: N.A.
4503
+ suite: xhtml
4504
+ title: Vevent using @typeof