rdf-rdfa 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/.yardopts +3 -1
- data/History.rdoc +52 -0
- data/README.rdoc +2 -2
- data/Rakefile +12 -17
- data/VERSION +1 -1
- data/lib/rdf/.gitignore +2 -0
- data/lib/rdf/rdfa.rb +1 -1
- data/lib/rdf/rdfa/patches/literal_hacks.rb +15 -17
- data/lib/rdf/rdfa/profile.rb +167 -0
- data/lib/rdf/rdfa/reader.rb +287 -199
- data/lib/rdf/rdfa/version.rb +4 -7
- data/lib/rdf/rdfa/vocab.rb +1 -0
- data/rdf-rdfa.gemspec +16 -125
- data/script/parse +16 -9
- data/script/tc +29 -13
- data/spec/html4-manifest.yml +491 -3855
- data/spec/html5-manifest.yml +491 -3855
- data/spec/literal_spec.rb +7 -8
- data/spec/profile_spec.rb +53 -0
- data/spec/rdfa_helper.rb +48 -47
- data/spec/rdfa_reader_spec.rb +312 -172
- data/spec/spec_helper.rb +12 -3
- data/spec/svgtiny-manifest.yml +37 -0
- data/spec/xhtml-manifest.yml +533 -2824
- metadata +19 -126
- data/History.txt +0 -30
- data/lib/rdf/rdfa/patches/uri_hacks.rb +0 -24
- data/spec/rdfa-triples/0001.nt +0 -1
- data/spec/rdfa-triples/0006.nt +0 -2
- data/spec/rdfa-triples/0007.nt +0 -3
- data/spec/rdfa-triples/0008.nt +0 -1
- data/spec/rdfa-triples/0009.nt +0 -1
- data/spec/rdfa-triples/0010.nt +0 -2
- data/spec/rdfa-triples/0011.nt +0 -3
- data/spec/rdfa-triples/0012.nt +0 -1
- data/spec/rdfa-triples/0013.nt +0 -1
- data/spec/rdfa-triples/0014.nt +0 -1
- data/spec/rdfa-triples/0015.nt +0 -2
- data/spec/rdfa-triples/0017.nt +0 -3
- data/spec/rdfa-triples/0018.nt +0 -1
- data/spec/rdfa-triples/0019.nt +0 -1
- data/spec/rdfa-triples/0020.nt +0 -1
- data/spec/rdfa-triples/0021.nt +0 -1
- data/spec/rdfa-triples/0023.nt +0 -1
- data/spec/rdfa-triples/0025.nt +0 -2
- data/spec/rdfa-triples/0026.nt +0 -1
- data/spec/rdfa-triples/0027.nt +0 -1
- data/spec/rdfa-triples/0029.nt +0 -1
- data/spec/rdfa-triples/0030.nt +0 -1
- data/spec/rdfa-triples/0031.nt +0 -1
- data/spec/rdfa-triples/0032.nt +0 -1
- data/spec/rdfa-triples/0033.nt +0 -2
- data/spec/rdfa-triples/0034.nt +0 -1
- data/spec/rdfa-triples/0035.nt +0 -1
- data/spec/rdfa-triples/0036.nt +0 -1
- data/spec/rdfa-triples/0037.nt +0 -1
- data/spec/rdfa-triples/0038.nt +0 -1
- data/spec/rdfa-triples/0039.nt +0 -1
- data/spec/rdfa-triples/0040.nt +0 -1
- data/spec/rdfa-triples/0041.nt +0 -1
- data/spec/rdfa-triples/0042.nt +0 -0
- data/spec/rdfa-triples/0046.nt +0 -3
- data/spec/rdfa-triples/0047.nt +0 -3
- data/spec/rdfa-triples/0048.nt +0 -3
- data/spec/rdfa-triples/0049.nt +0 -2
- data/spec/rdfa-triples/0050.nt +0 -2
- data/spec/rdfa-triples/0051.nt +0 -2
- data/spec/rdfa-triples/0052.nt +0 -1
- data/spec/rdfa-triples/0053.nt +0 -2
- data/spec/rdfa-triples/0054.nt +0 -2
- data/spec/rdfa-triples/0055.nt +0 -2
- data/spec/rdfa-triples/0056.nt +0 -3
- data/spec/rdfa-triples/0057.nt +0 -4
- data/spec/rdfa-triples/0058.nt +0 -6
- data/spec/rdfa-triples/0059.nt +0 -6
- data/spec/rdfa-triples/0060.nt +0 -2
- data/spec/rdfa-triples/0061.nt +0 -1
- data/spec/rdfa-triples/0062.nt +0 -1
- data/spec/rdfa-triples/0063.nt +0 -1
- data/spec/rdfa-triples/0064.nt +0 -1
- data/spec/rdfa-triples/0065.nt +0 -3
- data/spec/rdfa-triples/0066.nt +0 -1
- data/spec/rdfa-triples/0067.nt +0 -1
- data/spec/rdfa-triples/0068.nt +0 -1
- data/spec/rdfa-triples/0069.nt +0 -1
- data/spec/rdfa-triples/0070.nt +0 -1
- data/spec/rdfa-triples/0071.nt +0 -1
- data/spec/rdfa-triples/0072.nt +0 -1
- data/spec/rdfa-triples/0073.nt +0 -1
- data/spec/rdfa-triples/0074.nt +0 -1
- data/spec/rdfa-triples/0075.nt +0 -1
- data/spec/rdfa-triples/0076.nt +0 -23
- data/spec/rdfa-triples/0077.nt +0 -23
- data/spec/rdfa-triples/0078.nt +0 -6
- data/spec/rdfa-triples/0079.nt +0 -3
- data/spec/rdfa-triples/0080.nt +0 -1
- data/spec/rdfa-triples/0081.nt +0 -6
- data/spec/rdfa-triples/0082.nt +0 -8
- data/spec/rdfa-triples/0083.nt +0 -6
- data/spec/rdfa-triples/0084.nt +0 -8
- data/spec/rdfa-triples/0085.nt +0 -4
- data/spec/rdfa-triples/0086.nt +0 -0
- data/spec/rdfa-triples/0087.nt +0 -23
- data/spec/rdfa-triples/0088.nt +0 -3
- data/spec/rdfa-triples/0089.nt +0 -1
- data/spec/rdfa-triples/0090.nt +0 -1
- data/spec/rdfa-triples/0091.nt +0 -3
- data/spec/rdfa-triples/0092.nt +0 -3
- data/spec/rdfa-triples/0093.nt +0 -2
- data/spec/rdfa-triples/0094.nt +0 -3
- data/spec/rdfa-triples/0099.nt +0 -1
- data/spec/rdfa-triples/0100.nt +0 -1
- data/spec/rdfa-triples/0101.nt +0 -1
- data/spec/rdfa-triples/0102.nt +0 -1
- data/spec/rdfa-triples/0103.nt +0 -1
- data/spec/rdfa-triples/0104.nt +0 -3
- data/spec/rdfa-triples/0105.nt +0 -1
- data/spec/rdfa-triples/0106.nt +0 -1
- data/spec/rdfa-triples/0107.nt +0 -0
- data/spec/rdfa-triples/0108.nt +0 -1
- data/spec/rdfa-triples/0109.nt +0 -1
- data/spec/rdfa-triples/0110.nt +0 -1
- data/spec/rdfa-triples/0111.nt +0 -2
- data/spec/rdfa-triples/0112.nt +0 -1
- data/spec/rdfa-triples/0113.nt +0 -2
- data/spec/rdfa-triples/0114.nt +0 -3
- data/spec/rdfa-triples/0115.nt +0 -4
- data/spec/rdfa-triples/0116.nt +0 -2
- data/spec/rdfa-triples/0117.nt +0 -2
- data/spec/rdfa-triples/0118.nt +0 -1
- data/spec/rdfa-triples/0119.nt +0 -1
- data/spec/rdfa-triples/0120.nt +0 -1
- data/spec/rdfa-triples/0121.nt +0 -2
- data/spec/rdfa-triples/0122.nt +0 -1
- data/spec/rdfa-triples/0123.nt +0 -3
- data/spec/rdfa-triples/0124.nt +0 -4
- data/spec/rdfa-triples/0125.nt +0 -1
- data/spec/rdfa-triples/0126.nt +0 -3
- data/spec/rdfa-triples/1001.nt +0 -6
- data/spec/xhtml11-manifest.yml +0 -4707
data/spec/spec_helper.rb
CHANGED
@@ -2,10 +2,11 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
|
2
2
|
$:.unshift File.dirname(__FILE__)
|
3
3
|
|
4
4
|
require 'rubygems'
|
5
|
-
require '
|
5
|
+
require 'rspec'
|
6
6
|
require 'bigdecimal' # XXX Remove Me
|
7
7
|
require 'rdf/rdfa'
|
8
8
|
require 'rdf/spec'
|
9
|
+
require 'rdf/spec/matchers'
|
9
10
|
require 'rdf/isomorphic'
|
10
11
|
|
11
12
|
begin
|
@@ -36,10 +37,18 @@ module RDF
|
|
36
37
|
end
|
37
38
|
end
|
38
39
|
|
39
|
-
|
40
|
-
|
40
|
+
::RSpec.configure do |c|
|
41
|
+
c.filter_run :focus => true
|
42
|
+
c.run_all_when_everything_filtered = true
|
43
|
+
c.exclusion_filter = {
|
44
|
+
:ruby => lambda { |version| !(RUBY_VERSION.to_s =~ /^#{version.to_s}/) },
|
45
|
+
}
|
46
|
+
c.include(Matchers)
|
47
|
+
c.include(RDF::Spec::Matchers)
|
41
48
|
end
|
42
49
|
|
50
|
+
TMP_DIR = File.join(File.expand_path(File.dirname(__FILE__)), "tmp")
|
51
|
+
|
43
52
|
# Heuristically detect the input stream
|
44
53
|
def detect_format(stream)
|
45
54
|
# Got to look into the file to see
|
@@ -0,0 +1,37 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/object:RdfaHelper::TestCase
|
3
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/svgtiny/0201
|
4
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
5
|
+
contributor: Manu Sporny
|
6
|
+
expectedResults: true
|
7
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/svgtiny/0201.svg
|
8
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/svgtiny/0201.sparql
|
9
|
+
name: "0201"
|
10
|
+
purpose: Tests @property to establish the predicate; literal object is in the content of the element.
|
11
|
+
specificationReference: ""
|
12
|
+
suite: svgtiny
|
13
|
+
title: Expressing an attribute using @property
|
14
|
+
- !ruby/object:RdfaHelper::TestCase
|
15
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0202
|
16
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
17
|
+
contributor: Gregg Kellogg
|
18
|
+
expectedResults: true
|
19
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0202.xhtml
|
20
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0202.sparql
|
21
|
+
name: "0202"
|
22
|
+
purpose: Tests to make sure that @xml:base is used in SVG+RDFa 1.0.
|
23
|
+
specificationReference: http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html
|
24
|
+
suite: svgtiny
|
25
|
+
title: Tests to ensure @xml:base used in SVG
|
26
|
+
- !ruby/object:RdfaHelper::TestCase
|
27
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0203
|
28
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
29
|
+
contributor: Gregg Kellogg
|
30
|
+
expectedResults: true
|
31
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0203.xhtml
|
32
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0203.sparql
|
33
|
+
name: "0203"
|
34
|
+
purpose: Tests to make sure that @xml:base is used in non-root elements in SVG+RDFa 1.0.
|
35
|
+
specificationReference: http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html
|
36
|
+
suite: svgtiny
|
37
|
+
title: Tests to ensure @xml:base used in non-root elements in SVG
|
data/spec/xhtml-manifest.yml
CHANGED
@@ -1,2952 +1,1039 @@
|
|
1
1
|
---
|
2
2
|
- !ruby/object:RdfaHelper::TestCase
|
3
|
-
about:
|
4
|
-
|
5
|
-
authority: rdfa.digitalbazaar.com
|
6
|
-
fragment:
|
7
|
-
hash: 1400100368
|
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
|
3
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001
|
4
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
21
5
|
contributor: Elias Torres
|
22
6
|
expectedResults: true
|
23
7
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001.xhtml
|
24
8
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0001.sparql
|
25
9
|
name: "0001"
|
26
10
|
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
11
|
specificationReference: ""
|
29
12
|
suite: xhtml
|
30
13
|
title: Predicate establishment with @property
|
31
14
|
- !ruby/object:RdfaHelper::TestCase
|
32
|
-
about:
|
33
|
-
|
34
|
-
authority: rdfa.digitalbazaar.com
|
35
|
-
fragment:
|
36
|
-
hash: -1037249641
|
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: -511816760
|
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: 1988775696
|
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: 392324846
|
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: 1128201490
|
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
|
15
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006
|
16
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
166
17
|
contributor: Elias Torres
|
167
18
|
expectedResults: true
|
168
19
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006.xhtml
|
169
20
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0006.sparql
|
170
21
|
name: "0006"
|
171
22
|
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
23
|
specificationReference: ""
|
174
24
|
suite: xhtml
|
175
25
|
title: "@rel and @rev"
|
176
26
|
- !ruby/object:RdfaHelper::TestCase
|
177
|
-
about:
|
178
|
-
|
179
|
-
authority: rdfa.digitalbazaar.com
|
180
|
-
fragment:
|
181
|
-
hash: -2130421211
|
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
|
27
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007
|
28
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
195
29
|
contributor: Elias Torres
|
196
30
|
expectedResults: true
|
197
31
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007.xhtml
|
198
32
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0007.sparql
|
199
33
|
name: "0007"
|
200
34
|
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
35
|
specificationReference: ""
|
203
36
|
suite: xhtml
|
204
37
|
title: "@rel, @rev, @property, @content"
|
205
38
|
- !ruby/object:RdfaHelper::TestCase
|
206
|
-
about:
|
207
|
-
|
208
|
-
authority: rdfa.digitalbazaar.com
|
209
|
-
fragment:
|
210
|
-
hash: -122738422
|
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
|
39
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008
|
40
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
224
41
|
contributor: Elias Torres
|
225
42
|
expectedResults: true
|
226
43
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008.xhtml
|
227
44
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0008.sparql
|
228
45
|
name: 0008
|
229
46
|
purpose: Tests empty @about.
|
230
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
231
47
|
specificationReference: ""
|
232
48
|
suite: xhtml
|
233
49
|
title: empty string @about
|
234
50
|
- !ruby/object:RdfaHelper::TestCase
|
235
|
-
about:
|
236
|
-
|
237
|
-
authority: rdfa.digitalbazaar.com
|
238
|
-
fragment:
|
239
|
-
hash: 874007575
|
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
|
51
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009
|
52
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
253
53
|
contributor: Elias Torres
|
254
54
|
expectedResults: true
|
255
55
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009.xhtml
|
256
56
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0009.sparql
|
257
57
|
name: 0009
|
258
58
|
purpose: Tests @rev.
|
259
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
260
59
|
specificationReference: ""
|
261
60
|
suite: xhtml
|
262
61
|
title: "@rev"
|
263
62
|
- !ruby/object:RdfaHelper::TestCase
|
264
|
-
about:
|
265
|
-
|
266
|
-
authority: rdfa.digitalbazaar.com
|
267
|
-
fragment:
|
268
|
-
hash: -160437990
|
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
|
63
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010
|
64
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
282
65
|
contributor: Elias Torres
|
283
66
|
expectedResults: true
|
284
67
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010.xhtml
|
285
68
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0010.sparql
|
286
69
|
name: "0010"
|
287
70
|
purpose: Tests @rel, @rev, and @href to generate two RDF triples.
|
288
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
289
71
|
specificationReference: ""
|
290
72
|
suite: xhtml
|
291
73
|
title: "@rel, @rev, @href"
|
292
74
|
- !ruby/object:RdfaHelper::TestCase
|
293
|
-
about:
|
294
|
-
|
295
|
-
authority: rdfa.digitalbazaar.com
|
296
|
-
fragment:
|
297
|
-
hash: 1033393652
|
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
|
75
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011
|
76
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
311
77
|
contributor: Elias Torres
|
312
78
|
expectedResults: true
|
313
79
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011.xhtml
|
314
80
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0011.sparql
|
315
81
|
name: "0011"
|
316
82
|
purpose: Tests XMLLiteral content
|
317
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
318
83
|
specificationReference: ""
|
319
84
|
suite: xhtml
|
320
85
|
title: XMLLiteral
|
321
86
|
- !ruby/object:RdfaHelper::TestCase
|
322
|
-
about:
|
323
|
-
|
324
|
-
authority: rdfa.digitalbazaar.com
|
325
|
-
fragment:
|
326
|
-
hash: 1297879244
|
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
|
87
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012
|
88
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
340
89
|
contributor: Elias Torres
|
341
90
|
expectedResults: true
|
342
91
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012.xhtml
|
343
92
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0012.sparql
|
344
93
|
name: "0012"
|
345
94
|
purpose: Tests @xml:lang
|
346
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
347
95
|
specificationReference: ""
|
348
96
|
suite: xhtml
|
349
97
|
title: "@xml:lang"
|
350
98
|
- !ruby/object:RdfaHelper::TestCase
|
351
|
-
about:
|
352
|
-
|
353
|
-
authority: rdfa.digitalbazaar.com
|
354
|
-
fragment:
|
355
|
-
hash: 45075105
|
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
|
99
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013
|
100
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
369
101
|
contributor: Elias Torres
|
370
102
|
expectedResults: true
|
371
103
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013.xhtml
|
372
104
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0013.sparql
|
373
105
|
name: "0013"
|
374
106
|
purpose: Tests @xml:lang inheritance
|
375
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
376
107
|
specificationReference: ""
|
377
108
|
suite: xhtml
|
378
109
|
title: "@xml:lang inheritance"
|
379
110
|
- !ruby/object:RdfaHelper::TestCase
|
380
|
-
about:
|
381
|
-
|
382
|
-
authority: rdfa.digitalbazaar.com
|
383
|
-
fragment:
|
384
|
-
hash: 735052270
|
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
|
111
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014
|
112
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
398
113
|
contributor: Elias Torres
|
399
114
|
expectedResults: true
|
400
115
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014.xhtml
|
401
116
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0014.sparql
|
402
117
|
name: "0014"
|
403
118
|
purpose: Tests setting the @datatype to xsd:integer
|
404
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
405
119
|
specificationReference: ""
|
406
120
|
suite: xhtml
|
407
121
|
title: "@datatype, xsd:integer"
|
408
122
|
- !ruby/object:RdfaHelper::TestCase
|
409
|
-
about:
|
410
|
-
|
411
|
-
authority: rdfa.digitalbazaar.com
|
412
|
-
fragment:
|
413
|
-
hash: -240187795
|
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
|
123
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015
|
124
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
427
125
|
contributor: Elias Torres
|
428
126
|
expectedResults: true
|
429
127
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015.xhtml
|
430
128
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0015.sparql
|
431
129
|
name: "0015"
|
432
130
|
purpose: Tests meta and link with no parent @about
|
433
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
434
131
|
specificationReference: ""
|
435
132
|
suite: xhtml
|
436
133
|
title: meta and link
|
437
134
|
- !ruby/object:RdfaHelper::TestCase
|
438
|
-
about:
|
439
|
-
|
440
|
-
authority: rdfa.digitalbazaar.com
|
441
|
-
fragment:
|
442
|
-
hash: 171788739
|
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: -1087138763
|
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
|
135
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017
|
136
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
485
137
|
contributor: Elias Torres
|
486
138
|
expectedResults: true
|
487
139
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017.xhtml
|
488
140
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0017.sparql
|
489
141
|
name: "0017"
|
490
142
|
purpose: Tests creation of statements involving explicitly created blank nodes.
|
491
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
492
143
|
specificationReference: ""
|
493
144
|
suite: xhtml
|
494
145
|
title: Related blanknodes
|
495
146
|
- !ruby/object:RdfaHelper::TestCase
|
496
|
-
about:
|
497
|
-
|
498
|
-
authority: rdfa.digitalbazaar.com
|
499
|
-
fragment:
|
500
|
-
hash: 1233959795
|
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
|
147
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018
|
148
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
514
149
|
contributor: Wing Yung
|
515
150
|
expectedResults: true
|
516
151
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018.xhtml
|
517
152
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0018.sparql
|
518
153
|
name: 0018
|
519
154
|
purpose: Tests @rel to establish predicate.
|
520
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
521
155
|
specificationReference: ""
|
522
156
|
suite: xhtml
|
523
157
|
title: "@rel for predicate"
|
524
158
|
- !ruby/object:RdfaHelper::TestCase
|
525
|
-
about:
|
526
|
-
|
527
|
-
authority: rdfa.digitalbazaar.com
|
528
|
-
fragment:
|
529
|
-
hash: -20930702
|
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
|
159
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019
|
160
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
543
161
|
contributor: Wing Yung
|
544
162
|
expectedResults: true
|
545
163
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019.xhtml
|
546
164
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0019.sparql
|
547
165
|
name: 0019
|
548
166
|
purpose: Tests @about to establish subject.
|
549
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
550
167
|
specificationReference: ""
|
551
168
|
suite: xhtml
|
552
169
|
title: "@about for subject"
|
553
170
|
- !ruby/object:RdfaHelper::TestCase
|
554
|
-
about:
|
555
|
-
|
556
|
-
authority: rdfa.digitalbazaar.com
|
557
|
-
fragment:
|
558
|
-
hash: -1403812793
|
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
|
171
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020
|
172
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
572
173
|
contributor: Wing Yung
|
573
174
|
expectedResults: true
|
574
175
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020.xhtml
|
575
176
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0020.sparql
|
576
177
|
name: "0020"
|
577
178
|
purpose: Tests @about inheritance to establish subject.
|
578
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
579
179
|
specificationReference: ""
|
580
180
|
suite: xhtml
|
581
181
|
title: Inheriting @about for subject
|
582
182
|
- !ruby/object:RdfaHelper::TestCase
|
583
|
-
about:
|
584
|
-
|
585
|
-
authority: rdfa.digitalbazaar.com
|
586
|
-
fragment:
|
587
|
-
hash: -1425265354
|
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
|
183
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021
|
184
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
601
185
|
contributor: Wing Yung
|
602
186
|
expectedResults: true
|
603
187
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021.xhtml
|
604
188
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0021.sparql
|
605
189
|
name: "0021"
|
606
190
|
purpose: Tests inheritance of subject when no @about can be found
|
607
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
608
191
|
specificationReference: ""
|
609
192
|
suite: xhtml
|
610
193
|
title: Subject inheritance with no @about
|
611
194
|
- !ruby/object:RdfaHelper::TestCase
|
612
|
-
about:
|
613
|
-
|
614
|
-
authority: rdfa.digitalbazaar.com
|
615
|
-
fragment:
|
616
|
-
hash: -1183986968
|
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: -1736609117
|
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
|
195
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023
|
196
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
659
197
|
contributor: Wing Yung
|
660
198
|
expectedResults: true
|
661
199
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023.xhtml
|
662
200
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0023.sparql
|
663
201
|
name: "0023"
|
664
202
|
purpose: Tests that @id does not generate subjects
|
665
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
666
203
|
specificationReference: ""
|
667
204
|
suite: xhtml
|
668
205
|
title: "@id does not generate subjects"
|
669
206
|
- !ruby/object:RdfaHelper::TestCase
|
670
|
-
about:
|
671
|
-
|
672
|
-
authority: rdfa.digitalbazaar.com
|
673
|
-
fragment:
|
674
|
-
hash: -1213352286
|
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: 750229309
|
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
|
207
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025
|
208
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
717
209
|
contributor: Ben Adida
|
718
210
|
expectedResults: true
|
719
211
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025.xhtml
|
720
212
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0025.sparql
|
721
213
|
name: "0025"
|
722
214
|
purpose: Tests simple chaining with cascade of @resource and @property
|
723
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
724
215
|
specificationReference: ""
|
725
216
|
suite: xhtml
|
726
217
|
title: simple chaining test
|
727
218
|
- !ruby/object:RdfaHelper::TestCase
|
728
|
-
about:
|
729
|
-
|
730
|
-
authority: rdfa.digitalbazaar.com
|
731
|
-
fragment:
|
732
|
-
hash: 69934270
|
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
|
219
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026
|
220
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
746
221
|
contributor: Wing Yung
|
747
222
|
expectedResults: true
|
748
223
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026.xhtml
|
749
224
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0026.sparql
|
750
225
|
name: "0026"
|
751
226
|
purpose: Tests @content for literal object
|
752
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
753
227
|
specificationReference: ""
|
754
228
|
suite: xhtml
|
755
229
|
title: "@content"
|
756
230
|
- !ruby/object:RdfaHelper::TestCase
|
757
|
-
about:
|
758
|
-
|
759
|
-
authority: rdfa.digitalbazaar.com
|
760
|
-
fragment:
|
761
|
-
hash: -1328749200
|
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
|
231
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027
|
232
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
775
233
|
contributor: Wing Yung
|
776
234
|
expectedResults: true
|
777
235
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027.xhtml
|
778
236
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0027.sparql
|
779
237
|
name: "0027"
|
780
238
|
purpose: Tests @content for literal object, overriding element content.
|
781
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
782
239
|
specificationReference: ""
|
783
240
|
suite: xhtml
|
784
241
|
title: "@content, ignore element content"
|
785
242
|
- !ruby/object:RdfaHelper::TestCase
|
786
|
-
about:
|
787
|
-
|
788
|
-
authority: rdfa.digitalbazaar.com
|
789
|
-
fragment:
|
790
|
-
hash: -1928957079
|
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: -1004202389
|
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
|
243
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029
|
244
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
833
245
|
contributor: Michael Hausenblas
|
834
246
|
expectedResults: true
|
835
247
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029.xhtml
|
836
248
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0029.sparql
|
837
249
|
name: 0029
|
838
250
|
purpose: Tests markup stripping from a span element with @datatype=xsd:string
|
839
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
840
251
|
specificationReference: ""
|
841
252
|
suite: xhtml
|
842
253
|
title: markup stripping with @datatype
|
843
254
|
- !ruby/object:RdfaHelper::TestCase
|
844
|
-
about:
|
845
|
-
|
846
|
-
authority: rdfa.digitalbazaar.com
|
847
|
-
fragment:
|
848
|
-
hash: -347239453
|
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
|
255
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030
|
256
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
862
257
|
contributor: Michael Hausenblas
|
863
258
|
expectedResults: true
|
864
259
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030.xhtml
|
865
260
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0030.sparql
|
866
261
|
name: "0030"
|
867
262
|
purpose: Tests omitted @about.
|
868
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
869
263
|
specificationReference: ""
|
870
264
|
suite: xhtml
|
871
265
|
title: omitted @about
|
872
266
|
- !ruby/object:RdfaHelper::TestCase
|
873
|
-
about:
|
874
|
-
|
875
|
-
authority: rdfa.digitalbazaar.com
|
876
|
-
fragment:
|
877
|
-
hash: -1572072938
|
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
|
267
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031
|
268
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
891
269
|
contributor: Ralph Swick
|
892
270
|
expectedResults: true
|
893
271
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031.xhtml
|
894
272
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0031.sparql
|
895
273
|
name: "0031"
|
896
274
|
purpose: Tests if @resource sets URIref object correct.
|
897
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
898
275
|
specificationReference: ""
|
899
276
|
suite: xhtml
|
900
277
|
title: simple @resource
|
901
278
|
- !ruby/object:RdfaHelper::TestCase
|
902
|
-
about:
|
903
|
-
|
904
|
-
authority: rdfa.digitalbazaar.com
|
905
|
-
fragment:
|
906
|
-
hash: 123630499
|
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
|
279
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032
|
280
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
920
281
|
contributor: Ralph Swick
|
921
282
|
expectedResults: true
|
922
283
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032.xhtml
|
923
284
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0032.sparql
|
924
285
|
name: "0032"
|
925
286
|
purpose: Tests if @resource overrides @href to set the URIref object.
|
926
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
927
287
|
specificationReference: ""
|
928
288
|
suite: xhtml
|
929
289
|
title: "@resource overrides @href"
|
930
290
|
- !ruby/object:RdfaHelper::TestCase
|
931
|
-
about:
|
932
|
-
|
933
|
-
authority: rdfa.digitalbazaar.com
|
934
|
-
fragment:
|
935
|
-
hash: 94665072
|
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
|
291
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033
|
292
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
949
293
|
contributor: Michael Hausenblas
|
950
294
|
expectedResults: true
|
951
295
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033.xhtml
|
952
296
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0033.sparql
|
953
297
|
name: "0033"
|
954
298
|
purpose: Tests simple chaining with cascade of bNode and @property
|
955
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
956
299
|
specificationReference: ""
|
957
300
|
suite: xhtml
|
958
301
|
title: simple chaining test with bNode
|
959
302
|
- !ruby/object:RdfaHelper::TestCase
|
960
|
-
about:
|
961
|
-
|
962
|
-
authority: rdfa.digitalbazaar.com
|
963
|
-
fragment:
|
964
|
-
hash: 530452706
|
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
|
303
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034
|
304
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
978
305
|
contributor: Michael Hausenblas
|
979
306
|
expectedResults: true
|
980
307
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034.xhtml
|
981
308
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0034.sparql
|
982
309
|
name: "0034"
|
983
310
|
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
311
|
specificationReference: ""
|
986
312
|
suite: xhtml
|
987
313
|
title: simple img[@src] test
|
988
314
|
- !ruby/object:RdfaHelper::TestCase
|
989
|
-
about:
|
990
|
-
|
991
|
-
authority: rdfa.digitalbazaar.com
|
992
|
-
fragment:
|
993
|
-
hash: 946577923
|
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
|
315
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035
|
316
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1007
317
|
contributor: Michael Hausenblas
|
1008
318
|
expectedResults: true
|
1009
319
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035.xhtml
|
1010
320
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0035.sparql
|
1011
321
|
name: "0035"
|
1012
322
|
purpose: Tests if @href overwrites @src
|
1013
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1014
323
|
specificationReference: ""
|
1015
324
|
suite: xhtml
|
1016
325
|
title: "@src/@href test"
|
1017
326
|
- !ruby/object:RdfaHelper::TestCase
|
1018
|
-
about:
|
1019
|
-
|
1020
|
-
authority: rdfa.digitalbazaar.com
|
1021
|
-
fragment:
|
1022
|
-
hash: -1307303448
|
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
|
327
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036
|
328
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1036
329
|
contributor: Michael Hausenblas
|
1037
330
|
expectedResults: true
|
1038
331
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036.xhtml
|
1039
332
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0036.sparql
|
1040
333
|
name: "0036"
|
1041
334
|
purpose: Tests if @resource overwrites @src
|
1042
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1043
335
|
specificationReference: ""
|
1044
336
|
suite: xhtml
|
1045
337
|
title: "@src/@resource test"
|
1046
338
|
- !ruby/object:RdfaHelper::TestCase
|
1047
|
-
about:
|
1048
|
-
|
1049
|
-
authority: rdfa.digitalbazaar.com
|
1050
|
-
fragment:
|
1051
|
-
hash: 1359393334
|
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
|
339
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037
|
340
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1065
341
|
contributor: Steven Pemberton
|
1066
342
|
expectedResults: true
|
1067
343
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037.xhtml
|
1068
344
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0037.sparql
|
1069
345
|
name: "0037"
|
1070
346
|
purpose: Tests if @resource overwrites both @href and @src
|
1071
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1072
347
|
specificationReference: ""
|
1073
348
|
suite: xhtml
|
1074
349
|
title: "@src/@href/@resource test"
|
1075
350
|
- !ruby/object:RdfaHelper::TestCase
|
1076
|
-
about:
|
1077
|
-
|
1078
|
-
authority: rdfa.digitalbazaar.com
|
1079
|
-
fragment:
|
1080
|
-
hash: 1590006538
|
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
|
351
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038
|
352
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1094
353
|
contributor: Mark Birbeck
|
1095
354
|
expectedResults: true
|
1096
355
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038.xhtml
|
1097
356
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0038.sparql
|
1098
357
|
name: 0038
|
1099
358
|
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
359
|
specificationReference: ""
|
1102
360
|
suite: xhtml
|
1103
361
|
title: "@rev - img[@src] test"
|
1104
362
|
- !ruby/object:RdfaHelper::TestCase
|
1105
|
-
about:
|
1106
|
-
|
1107
|
-
authority: rdfa.digitalbazaar.com
|
1108
|
-
fragment:
|
1109
|
-
hash: -1830644753
|
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
|
363
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039
|
364
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1123
365
|
contributor: Mark Birbeck
|
1124
366
|
expectedResults: true
|
1125
367
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039.xhtml
|
1126
368
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0039.sparql
|
1127
369
|
name: 0039
|
1128
370
|
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
371
|
specificationReference: ""
|
1131
372
|
suite: xhtml
|
1132
373
|
title: "@rev - @src/@href test"
|
1133
374
|
- !ruby/object:RdfaHelper::TestCase
|
1134
|
-
about:
|
1135
|
-
|
1136
|
-
authority: rdfa.digitalbazaar.com
|
1137
|
-
fragment:
|
1138
|
-
hash: -984323613
|
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
|
375
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040
|
376
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1152
377
|
contributor: Mark Birbeck
|
1153
378
|
expectedResults: true
|
1154
379
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040.xhtml
|
1155
380
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0040.sparql
|
1156
381
|
name: "0040"
|
1157
382
|
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
383
|
specificationReference: ""
|
1160
384
|
suite: xhtml
|
1161
385
|
title: "@rev - @src/@resource test"
|
1162
386
|
- !ruby/object:RdfaHelper::TestCase
|
1163
|
-
about:
|
1164
|
-
|
1165
|
-
authority: rdfa.digitalbazaar.com
|
1166
|
-
fragment:
|
1167
|
-
hash: 768511744
|
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
|
387
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041
|
388
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1181
389
|
contributor: Mark Birbeck
|
1182
390
|
expectedResults: true
|
1183
391
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041.xhtml
|
1184
392
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0041.sparql
|
1185
393
|
name: "0041"
|
1186
394
|
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
395
|
specificationReference: ""
|
1189
396
|
suite: xhtml
|
1190
397
|
title: "@rev - @src/@href/@resource test"
|
1191
398
|
- !ruby/object:RdfaHelper::TestCase
|
1192
|
-
about:
|
1193
|
-
|
1194
|
-
authority: rdfa.digitalbazaar.com
|
1195
|
-
fragment:
|
1196
|
-
hash: 1859157300
|
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
|
399
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042
|
400
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1210
401
|
contributor: Ben Adida
|
1211
402
|
expectedResults: false
|
1212
403
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042.xhtml
|
1213
404
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0042.sparql
|
1214
405
|
name: "0042"
|
1215
406
|
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
407
|
specificationReference: ""
|
1218
408
|
suite: xhtml
|
1219
409
|
title: img[@src] test with omitted @about
|
1220
410
|
- !ruby/object:RdfaHelper::TestCase
|
1221
|
-
about:
|
1222
|
-
|
1223
|
-
authority: rdfa.digitalbazaar.com
|
1224
|
-
fragment:
|
1225
|
-
hash: 562965727
|
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: 493909502
|
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: -858400244
|
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: -1672070246
|
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
|
411
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046
|
412
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1326
413
|
contributor: Ivan Herman
|
1327
414
|
expectedResults: true
|
1328
415
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046.xhtml
|
1329
416
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0046.sparql
|
1330
417
|
name: "0046"
|
1331
418
|
purpose: Tests @typeof with @rel present, no @href, @resource, or @about
|
1332
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1333
419
|
specificationReference: ""
|
1334
420
|
suite: xhtml
|
1335
421
|
title: "@typeof with @rel present, no @href, @resource, or @about"
|
1336
422
|
- !ruby/object:RdfaHelper::TestCase
|
1337
|
-
about:
|
1338
|
-
|
1339
|
-
authority: rdfa.digitalbazaar.com
|
1340
|
-
fragment:
|
1341
|
-
hash: 1673011718
|
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
|
423
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047
|
424
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1355
425
|
contributor: Ivan Herman
|
1356
426
|
expectedResults: true
|
1357
427
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047.xhtml
|
1358
428
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0047.sparql
|
1359
429
|
name: "0047"
|
1360
430
|
purpose: Tests @typeof with @rel and @resource present, no @about
|
1361
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1362
431
|
specificationReference: ""
|
1363
432
|
suite: xhtml
|
1364
433
|
title: "@typeof with @rel and @resource present, no @about"
|
1365
434
|
- !ruby/object:RdfaHelper::TestCase
|
1366
|
-
about:
|
1367
|
-
|
1368
|
-
authority: rdfa.digitalbazaar.com
|
1369
|
-
fragment:
|
1370
|
-
hash: 1895902759
|
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
|
435
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048
|
436
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1384
437
|
contributor: Ivan Herman
|
1385
438
|
expectedResults: true
|
1386
439
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048.xhtml
|
1387
440
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0048.sparql
|
1388
441
|
name: 0048
|
1389
442
|
purpose: Tests @typeof with @about and @rel present, no @resource
|
1390
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1391
443
|
specificationReference: ""
|
1392
444
|
suite: xhtml
|
1393
445
|
title: "@typeof with @about and @rel present, no @resource"
|
1394
446
|
- !ruby/object:RdfaHelper::TestCase
|
1395
|
-
about:
|
1396
|
-
|
1397
|
-
authority: rdfa.digitalbazaar.com
|
1398
|
-
fragment:
|
1399
|
-
hash: 577761153
|
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
|
447
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049
|
448
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1413
449
|
contributor: Ivan Herman
|
1414
450
|
expectedResults: true
|
1415
451
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049.xhtml
|
1416
452
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0049.sparql
|
1417
453
|
name: 0049
|
1418
454
|
purpose: Tests @typeof with @about, no @rel or @resource
|
1419
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1420
455
|
specificationReference: ""
|
1421
456
|
suite: xhtml
|
1422
457
|
title: "@typeof with @about, no @rel or @resource"
|
1423
458
|
- !ruby/object:RdfaHelper::TestCase
|
1424
|
-
about:
|
1425
|
-
|
1426
|
-
authority: rdfa.digitalbazaar.com
|
1427
|
-
fragment:
|
1428
|
-
hash: -141088342
|
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
|
459
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050
|
460
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1442
461
|
contributor: Ivan Herman
|
1443
462
|
expectedResults: true
|
1444
463
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050.xhtml
|
1445
464
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0050.sparql
|
1446
465
|
name: "0050"
|
1447
466
|
purpose: Tests @typeof without anything else
|
1448
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1449
467
|
specificationReference: ""
|
1450
468
|
suite: xhtml
|
1451
469
|
title: "@typeof without anything else"
|
1452
470
|
- !ruby/object:RdfaHelper::TestCase
|
1453
|
-
about:
|
1454
|
-
|
1455
|
-
authority: rdfa.digitalbazaar.com
|
1456
|
-
fragment:
|
1457
|
-
hash: 535145598
|
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
|
471
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051
|
472
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1471
473
|
contributor: Ivan Herman
|
1472
474
|
expectedResults: true
|
1473
475
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051.xhtml
|
1474
476
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0051.sparql
|
1475
477
|
name: "0051"
|
1476
478
|
purpose: Tests @typeof with a single @property
|
1477
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1478
479
|
specificationReference: ""
|
1479
480
|
suite: xhtml
|
1480
481
|
title: "@typeof with a single @property"
|
1481
482
|
- !ruby/object:RdfaHelper::TestCase
|
1482
|
-
about:
|
1483
|
-
|
1484
|
-
authority: rdfa.digitalbazaar.com
|
1485
|
-
fragment:
|
1486
|
-
hash: -878238477
|
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
|
483
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052
|
484
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1500
485
|
contributor: Ivan Herman
|
1501
486
|
expectedResults: true
|
1502
487
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052.xhtml
|
1503
488
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0052.sparql
|
1504
489
|
name: "0052"
|
1505
490
|
purpose: Tests to ensure that @typeof does not apply to @resource
|
1506
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1507
491
|
specificationReference: ""
|
1508
492
|
suite: xhtml
|
1509
493
|
title: "@typeof with @resource and nothing else"
|
1510
494
|
- !ruby/object:RdfaHelper::TestCase
|
1511
|
-
about:
|
1512
|
-
|
1513
|
-
authority: rdfa.digitalbazaar.com
|
1514
|
-
fragment:
|
1515
|
-
hash: 1676232275
|
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
|
495
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053
|
496
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1529
497
|
contributor: Ivan Herman
|
1530
498
|
expectedResults: true
|
1531
499
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053.xhtml
|
1532
500
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0053.sparql
|
1533
501
|
name: "0053"
|
1534
502
|
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
503
|
specificationReference: ""
|
1537
504
|
suite: xhtml
|
1538
505
|
title: "@typeof with @resource and nothing else, with a subelement"
|
1539
506
|
- !ruby/object:RdfaHelper::TestCase
|
1540
|
-
about:
|
1541
|
-
|
1542
|
-
authority: rdfa.digitalbazaar.com
|
1543
|
-
fragment:
|
1544
|
-
hash: 254307932
|
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
|
507
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054
|
508
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1558
509
|
contributor: Fabien Gandon
|
1559
510
|
expectedResults: true
|
1560
511
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054.xhtml
|
1561
512
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0054.sparql
|
1562
513
|
name: "0054"
|
1563
514
|
purpose: Tests multiple @property separated by white spaces
|
1564
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1565
515
|
specificationReference: ""
|
1566
516
|
suite: xhtml
|
1567
517
|
title: multiple @property
|
1568
518
|
- !ruby/object:RdfaHelper::TestCase
|
1569
|
-
about:
|
1570
|
-
|
1571
|
-
authority: rdfa.digitalbazaar.com
|
1572
|
-
fragment:
|
1573
|
-
hash: -1660779122
|
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
|
519
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055
|
520
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1587
521
|
contributor: Fabien Gandon
|
1588
522
|
expectedResults: true
|
1589
523
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055.xhtml
|
1590
524
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0055.sparql
|
1591
525
|
name: "0055"
|
1592
526
|
purpose: Tests multiple @rel separated by white spaces
|
1593
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1594
527
|
specificationReference: ""
|
1595
528
|
suite: xhtml
|
1596
529
|
title: multiple @rel
|
1597
530
|
- !ruby/object:RdfaHelper::TestCase
|
1598
|
-
about:
|
1599
|
-
|
1600
|
-
authority: rdfa.digitalbazaar.com
|
1601
|
-
fragment:
|
1602
|
-
hash: -1028971581
|
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
|
531
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056
|
532
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1616
533
|
contributor: Manu Sporny
|
1617
534
|
expectedResults: true
|
1618
535
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056.xhtml
|
1619
536
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0056.sparql
|
1620
537
|
name: "0056"
|
1621
538
|
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
539
|
specificationReference: ""
|
1624
540
|
suite: xhtml
|
1625
541
|
title: "@typeof applies to @about on same element with hanging rel"
|
1626
542
|
- !ruby/object:RdfaHelper::TestCase
|
1627
|
-
about:
|
1628
|
-
|
1629
|
-
authority: rdfa.digitalbazaar.com
|
1630
|
-
fragment:
|
1631
|
-
hash: 637886416
|
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
|
543
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057
|
544
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1645
545
|
contributor: Manu Sporny
|
1646
546
|
expectedResults: true
|
1647
547
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057.xhtml
|
1648
548
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0057.sparql
|
1649
549
|
name: "0057"
|
1650
550
|
purpose: Tests if hanging @rel creates multiple triples
|
1651
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1652
551
|
specificationReference: ""
|
1653
552
|
suite: xhtml
|
1654
553
|
title: hanging @rel creates multiple triples
|
1655
554
|
- !ruby/object:RdfaHelper::TestCase
|
1656
|
-
about:
|
1657
|
-
|
1658
|
-
authority: rdfa.digitalbazaar.com
|
1659
|
-
fragment:
|
1660
|
-
hash: -1079554982
|
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
|
555
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058
|
556
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1674
557
|
contributor: Manu Sporny
|
1675
558
|
expectedResults: true
|
1676
559
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058.xhtml
|
1677
560
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0058.sparql
|
1678
561
|
name: 0058
|
1679
562
|
purpose: Tests if hanging @rel creates multiple triples with @typeof permutation
|
1680
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1681
563
|
specificationReference: ""
|
1682
564
|
suite: xhtml
|
1683
565
|
title: hanging @rel creates multiple triples, @typeof permutation
|
1684
566
|
- !ruby/object:RdfaHelper::TestCase
|
1685
|
-
about:
|
1686
|
-
|
1687
|
-
authority: rdfa.digitalbazaar.com
|
1688
|
-
fragment:
|
1689
|
-
hash: 2093761856
|
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
|
567
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059
|
568
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1703
569
|
contributor: Manu Sporny
|
1704
570
|
expectedResults: true
|
1705
571
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059.xhtml
|
1706
572
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0059.sparql
|
1707
573
|
name: 0059
|
1708
574
|
purpose: Tests multiple hanging @rels with multiple children
|
1709
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1710
575
|
specificationReference: ""
|
1711
576
|
suite: xhtml
|
1712
577
|
title: multiple hanging @rels with multiple children
|
1713
578
|
- !ruby/object:RdfaHelper::TestCase
|
1714
|
-
about:
|
1715
|
-
|
1716
|
-
authority: rdfa.digitalbazaar.com
|
1717
|
-
fragment:
|
1718
|
-
hash: -235933294
|
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
|
579
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060
|
580
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1732
581
|
contributor: Manu Sporny
|
1733
582
|
expectedResults: true
|
1734
583
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060.xhtml
|
1735
584
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0060.sparql
|
1736
585
|
name: "0060"
|
1737
586
|
purpose: Tests conformance with UTF-8 encoding
|
1738
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1739
587
|
specificationReference: ""
|
1740
588
|
suite: xhtml
|
1741
589
|
title: UTF-8 conformance
|
1742
590
|
- !ruby/object:RdfaHelper::TestCase
|
1743
|
-
about:
|
1744
|
-
|
1745
|
-
authority: rdfa.digitalbazaar.com
|
1746
|
-
fragment:
|
1747
|
-
hash: 183464078
|
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
|
591
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061
|
592
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1761
593
|
contributor: Manu Sporny
|
1762
594
|
expectedResults: true
|
1763
595
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061.xhtml
|
1764
596
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0061.sparql
|
1765
597
|
name: "0061"
|
1766
598
|
purpose: Tests @rel in head using reserved, non-prefixed XHTML value
|
1767
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1768
599
|
specificationReference: ""
|
1769
600
|
suite: xhtml
|
1770
601
|
title: "@rel in head using reserved, non-prefixed XHTML value"
|
1771
602
|
- !ruby/object:RdfaHelper::TestCase
|
1772
|
-
about:
|
1773
|
-
|
1774
|
-
authority: rdfa.digitalbazaar.com
|
1775
|
-
fragment:
|
1776
|
-
hash: 1121072348
|
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
|
603
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062
|
604
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1790
605
|
contributor: Manu Sporny
|
1791
606
|
expectedResults: true
|
1792
607
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062.xhtml
|
1793
608
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0062.sparql
|
1794
609
|
name: "0062"
|
1795
610
|
purpose: Tests @rev in head using reserved, non-prefixed XHTML value
|
1796
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
1797
611
|
specificationReference: ""
|
1798
612
|
suite: xhtml
|
1799
613
|
title: "@rev in head using reserved, non-prefixed XHTML value"
|
1800
614
|
- !ruby/object:RdfaHelper::TestCase
|
1801
|
-
about:
|
1802
|
-
|
1803
|
-
authority: rdfa.digitalbazaar.com
|
1804
|
-
fragment:
|
1805
|
-
hash: 1958608053
|
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
|
615
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063
|
616
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1819
617
|
contributor: Manu Sporny
|
1820
618
|
expectedResults: true
|
1821
619
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063.xhtml
|
1822
620
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0063.sparql
|
1823
621
|
name: "0063"
|
1824
622
|
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
623
|
specificationReference: ""
|
1827
624
|
suite: xhtml
|
1828
625
|
title: "@rel in head using reserved XHTML value and empty-prefix CURIE syntax"
|
1829
626
|
- !ruby/object:RdfaHelper::TestCase
|
1830
|
-
about:
|
1831
|
-
|
1832
|
-
authority: rdfa.digitalbazaar.com
|
1833
|
-
fragment:
|
1834
|
-
hash: 1092093304
|
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
|
627
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064
|
628
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1848
629
|
contributor: Manu Sporny
|
1849
630
|
expectedResults: true
|
1850
631
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064.xhtml
|
1851
632
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0064.sparql
|
1852
633
|
name: "0064"
|
1853
634
|
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
635
|
specificationReference: ""
|
1856
636
|
suite: xhtml
|
1857
637
|
title: "@about with safe CURIE"
|
1858
638
|
- !ruby/object:RdfaHelper::TestCase
|
1859
|
-
about:
|
1860
|
-
|
1861
|
-
authority: rdfa.digitalbazaar.com
|
1862
|
-
fragment:
|
1863
|
-
hash: 298249358
|
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
|
639
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065
|
640
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1877
641
|
contributor: Manu Sporny
|
1878
642
|
expectedResults: true
|
1879
643
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065.xhtml
|
1880
644
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0065.sparql
|
1881
645
|
name: "0065"
|
1882
646
|
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
647
|
specificationReference: ""
|
1885
648
|
suite: xhtml
|
1886
649
|
title: "@rel with safe CURIE"
|
1887
650
|
- !ruby/object:RdfaHelper::TestCase
|
1888
|
-
about:
|
1889
|
-
|
1890
|
-
authority: rdfa.digitalbazaar.com
|
1891
|
-
fragment:
|
1892
|
-
hash: 2112067403
|
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
|
651
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066
|
652
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1906
653
|
contributor: Manu Sporny
|
1907
654
|
expectedResults: true
|
1908
655
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066.xhtml
|
1909
656
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0066.sparql
|
1910
657
|
name: "0066"
|
1911
658
|
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
659
|
specificationReference: ""
|
1914
660
|
suite: xhtml
|
1915
661
|
title: "@about with @typeof in the head"
|
1916
662
|
- !ruby/object:RdfaHelper::TestCase
|
1917
|
-
about:
|
1918
|
-
|
1919
|
-
authority: rdfa.digitalbazaar.com
|
1920
|
-
fragment:
|
1921
|
-
hash: -1962465137
|
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
|
663
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067
|
664
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1935
665
|
contributor: Manu Sporny
|
1936
666
|
expectedResults: true
|
1937
667
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067.xhtml
|
1938
668
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0067.sparql
|
1939
669
|
name: "0067"
|
1940
670
|
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
671
|
specificationReference: ""
|
1943
672
|
suite: xhtml
|
1944
673
|
title: "@property in the head"
|
1945
674
|
- !ruby/object:RdfaHelper::TestCase
|
1946
|
-
about:
|
1947
|
-
|
1948
|
-
authority: rdfa.digitalbazaar.com
|
1949
|
-
fragment:
|
1950
|
-
hash: -2101214394
|
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
|
675
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068
|
676
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1964
677
|
contributor: Manu Sporny
|
1965
678
|
expectedResults: true
|
1966
679
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068.xhtml
|
1967
680
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0068.sparql
|
1968
681
|
name: 0068
|
1969
682
|
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
683
|
specificationReference: ""
|
1972
684
|
suite: xhtml
|
1973
685
|
title: Relative URI in @about
|
1974
686
|
- !ruby/object:RdfaHelper::TestCase
|
1975
|
-
about:
|
1976
|
-
|
1977
|
-
authority: rdfa.digitalbazaar.com
|
1978
|
-
fragment:
|
1979
|
-
hash: 1187820059
|
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
|
687
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069
|
688
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1993
689
|
contributor: Manu Sporny
|
1994
690
|
expectedResults: true
|
1995
691
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069.xhtml
|
1996
692
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0069.sparql
|
1997
693
|
name: 0069
|
1998
694
|
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
695
|
specificationReference: ""
|
2001
696
|
suite: xhtml
|
2002
697
|
title: Relative URI in @href
|
2003
698
|
- !ruby/object:RdfaHelper::TestCase
|
2004
|
-
about:
|
2005
|
-
|
2006
|
-
authority: rdfa.digitalbazaar.com
|
2007
|
-
fragment:
|
2008
|
-
hash: 1171190434
|
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
|
699
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070
|
700
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2022
701
|
contributor: Manu Sporny
|
2023
702
|
expectedResults: true
|
2024
703
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070.xhtml
|
2025
704
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0070.sparql
|
2026
705
|
name: "0070"
|
2027
706
|
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
707
|
specificationReference: ""
|
2030
708
|
suite: xhtml
|
2031
709
|
title: Relative URI in @resource
|
2032
710
|
- !ruby/object:RdfaHelper::TestCase
|
2033
|
-
about:
|
2034
|
-
|
2035
|
-
authority: rdfa.digitalbazaar.com
|
2036
|
-
fragment:
|
2037
|
-
hash: 865332351
|
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
|
711
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071
|
712
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2051
713
|
contributor: Manu Sporny
|
2052
714
|
expectedResults: true
|
2053
715
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071.xhtml
|
2054
716
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0071.sparql
|
2055
717
|
name: "0071"
|
2056
718
|
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
719
|
specificationReference: ""
|
2059
720
|
suite: xhtml
|
2060
721
|
title: No explicit @about
|
2061
722
|
- !ruby/object:RdfaHelper::TestCase
|
2062
|
-
about:
|
2063
|
-
|
2064
|
-
authority: rdfa.digitalbazaar.com
|
2065
|
-
fragment:
|
2066
|
-
hash: 1027473008
|
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
|
723
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072
|
724
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2080
725
|
contributor: Manu Sporny
|
2081
726
|
expectedResults: true
|
2082
727
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072.xhtml
|
2083
728
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0072.sparql
|
2084
729
|
name: "0072"
|
2085
730
|
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
731
|
specificationReference: ""
|
2088
732
|
suite: xhtml
|
2089
733
|
title: Relative URI in @about (with XHTML base in head)
|
2090
734
|
- !ruby/object:RdfaHelper::TestCase
|
2091
|
-
about:
|
2092
|
-
|
2093
|
-
authority: rdfa.digitalbazaar.com
|
2094
|
-
fragment:
|
2095
|
-
hash: -1027024127
|
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
|
735
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073
|
736
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2109
737
|
contributor: Manu Sporny
|
2110
738
|
expectedResults: true
|
2111
739
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073.xhtml
|
2112
740
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0073.sparql
|
2113
741
|
name: "0073"
|
2114
742
|
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
743
|
specificationReference: ""
|
2117
744
|
suite: xhtml
|
2118
745
|
title: Relative URI in @resource (with XHTML base in head)
|
2119
746
|
- !ruby/object:RdfaHelper::TestCase
|
2120
|
-
about:
|
2121
|
-
|
2122
|
-
authority: rdfa.digitalbazaar.com
|
2123
|
-
fragment:
|
2124
|
-
hash: 1841756687
|
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
|
747
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074
|
748
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2138
749
|
contributor: Manu Sporny
|
2139
750
|
expectedResults: true
|
2140
751
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074.xhtml
|
2141
752
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0074.sparql
|
2142
753
|
name: "0074"
|
2143
754
|
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
755
|
specificationReference: ""
|
2146
756
|
suite: xhtml
|
2147
757
|
title: Relative URI in @href (with XHTML base in head)
|
2148
758
|
- !ruby/object:RdfaHelper::TestCase
|
2149
|
-
about:
|
2150
|
-
|
2151
|
-
authority: rdfa.digitalbazaar.com
|
2152
|
-
fragment:
|
2153
|
-
hash: -1079856521
|
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
|
759
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075
|
760
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2167
761
|
contributor: Manu Sporny
|
2168
762
|
expectedResults: true
|
2169
763
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075.xhtml
|
2170
764
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0075.sparql
|
2171
765
|
name: "0075"
|
2172
766
|
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
767
|
specificationReference: ""
|
2175
768
|
suite: xhtml
|
2176
769
|
title: Reserved word 'license' in @rel with no explizit @about
|
2177
770
|
- !ruby/object:RdfaHelper::TestCase
|
2178
|
-
about:
|
2179
|
-
|
2180
|
-
authority: rdfa.digitalbazaar.com
|
2181
|
-
fragment:
|
2182
|
-
hash: 1014441928
|
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
|
771
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076
|
772
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2196
773
|
contributor: Manu Sporny
|
2197
774
|
expectedResults: true
|
2198
775
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076.xhtml
|
2199
776
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0076.sparql
|
2200
777
|
name: "0076"
|
2201
778
|
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
779
|
specificationReference: ""
|
2204
780
|
suite: xhtml
|
2205
781
|
title: All reserved XHTML @rel values
|
2206
782
|
- !ruby/object:RdfaHelper::TestCase
|
2207
|
-
about:
|
2208
|
-
|
2209
|
-
authority: rdfa.digitalbazaar.com
|
2210
|
-
fragment:
|
2211
|
-
hash: -961907262
|
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
|
783
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077
|
784
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2225
785
|
contributor: Manu Sporny
|
2226
786
|
expectedResults: true
|
2227
787
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077.xhtml
|
2228
788
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0077.sparql
|
2229
789
|
name: "0077"
|
2230
790
|
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
791
|
specificationReference: ""
|
2233
792
|
suite: xhtml
|
2234
793
|
title: All reserved XHTML @rev values
|
2235
794
|
- !ruby/object:RdfaHelper::TestCase
|
2236
|
-
about:
|
2237
|
-
|
2238
|
-
authority: rdfa.digitalbazaar.com
|
2239
|
-
fragment:
|
2240
|
-
hash: -1195172707
|
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
|
795
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078
|
796
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2254
797
|
contributor: Ivan Herman
|
2255
798
|
expectedResults: true
|
2256
799
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078.xhtml
|
2257
800
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0078.sparql
|
2258
801
|
name: 0078
|
2259
802
|
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
803
|
specificationReference: ""
|
2262
804
|
suite: xhtml
|
2263
805
|
title: Multiple incomplete triples
|
2264
806
|
- !ruby/object:RdfaHelper::TestCase
|
2265
|
-
about:
|
2266
|
-
|
2267
|
-
authority: rdfa.digitalbazaar.com
|
2268
|
-
fragment:
|
2269
|
-
hash: 2098307419
|
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
|
807
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079
|
808
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2283
809
|
contributor: Ivan Herman
|
2284
810
|
expectedResults: true
|
2285
811
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079.xhtml
|
2286
812
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0079.sparql
|
2287
813
|
name: 0079
|
2288
814
|
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
815
|
specificationReference: ""
|
2291
816
|
suite: xhtml
|
2292
817
|
title: "@resource and @href in completing incomplete triples"
|
2293
818
|
- !ruby/object:RdfaHelper::TestCase
|
2294
|
-
about:
|
2295
|
-
|
2296
|
-
authority: rdfa.digitalbazaar.com
|
2297
|
-
fragment:
|
2298
|
-
hash: 1075336545
|
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
|
819
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080
|
820
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2312
821
|
contributor: Ivan Herman
|
2313
822
|
expectedResults: true
|
2314
823
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080.xhtml
|
2315
824
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0080.sparql
|
2316
825
|
name: 0080
|
2317
826
|
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
827
|
specificationReference: ""
|
2320
828
|
suite: xhtml
|
2321
829
|
title: "@about overrides @resource in incomplete triples"
|
2322
830
|
- !ruby/object:RdfaHelper::TestCase
|
2323
|
-
about:
|
2324
|
-
|
2325
|
-
authority: rdfa.digitalbazaar.com
|
2326
|
-
fragment:
|
2327
|
-
hash: -163717534
|
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
|
831
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081
|
832
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2341
833
|
contributor: Ivan Herman
|
2342
834
|
expectedResults: true
|
2343
835
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081.xhtml
|
2344
836
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0081.sparql
|
2345
837
|
name: 0081
|
2346
838
|
purpose: Tests multiple ways of handling incomplete triples, this time with @rev
|
2347
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
2348
839
|
specificationReference: ""
|
2349
840
|
suite: xhtml
|
2350
841
|
title: multiple ways of handling incomplete triples (with @rev)
|
2351
842
|
- !ruby/object:RdfaHelper::TestCase
|
2352
|
-
about:
|
2353
|
-
|
2354
|
-
authority: rdfa.digitalbazaar.com
|
2355
|
-
fragment:
|
2356
|
-
hash: 1486558643
|
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
|
843
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082
|
844
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2370
845
|
contributor: Ivan Herman
|
2371
846
|
expectedResults: true
|
2372
847
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082.xhtml
|
2373
848
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0082.sparql
|
2374
849
|
name: 0082
|
2375
850
|
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
851
|
specificationReference: ""
|
2378
852
|
suite: xhtml
|
2379
853
|
title: multiple ways of handling incomplete triples (with @rel and @rev)
|
2380
854
|
- !ruby/object:RdfaHelper::TestCase
|
2381
|
-
about:
|
2382
|
-
|
2383
|
-
authority: rdfa.digitalbazaar.com
|
2384
|
-
fragment:
|
2385
|
-
hash: 21776075
|
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
|
855
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083
|
856
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2399
857
|
contributor: Ivan Herman
|
2400
858
|
expectedResults: true
|
2401
859
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083.xhtml
|
2402
860
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0083.sparql
|
2403
861
|
name: 0083
|
2404
862
|
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
863
|
specificationReference: ""
|
2407
864
|
suite: xhtml
|
2408
865
|
title: multiple ways of handling incomplete triples (merged)
|
2409
866
|
- !ruby/object:RdfaHelper::TestCase
|
2410
|
-
about:
|
2411
|
-
|
2412
|
-
authority: rdfa.digitalbazaar.com
|
2413
|
-
fragment:
|
2414
|
-
hash: -192924316
|
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
|
867
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084
|
868
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2428
869
|
contributor: Ivan Herman
|
2429
870
|
expectedResults: true
|
2430
871
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084.xhtml
|
2431
872
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0084.sparql
|
2432
873
|
name: 0084
|
2433
874
|
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
875
|
specificationReference: ""
|
2436
876
|
suite: xhtml
|
2437
877
|
title: multiple ways of handling incomplete triples, this time with both @rel and @rev
|
2438
878
|
- !ruby/object:RdfaHelper::TestCase
|
2439
|
-
about:
|
2440
|
-
|
2441
|
-
authority: rdfa.digitalbazaar.com
|
2442
|
-
fragment:
|
2443
|
-
hash: 476530359
|
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
|
879
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085
|
880
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2457
881
|
contributor: Ivan Herman
|
2458
882
|
expectedResults: true
|
2459
883
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085.xhtml
|
2460
884
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0085.sparql
|
2461
885
|
name: 0085
|
2462
886
|
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
887
|
specificationReference: ""
|
2465
888
|
suite: xhtml
|
2466
889
|
title: "@resource and @href in completing incomplete triples"
|
2467
890
|
- !ruby/object:RdfaHelper::TestCase
|
2468
|
-
about:
|
2469
|
-
|
2470
|
-
authority: rdfa.digitalbazaar.com
|
2471
|
-
fragment:
|
2472
|
-
hash: -1420412641
|
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
|
891
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086
|
892
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
2486
893
|
contributor: Ivan Herman
|
2487
894
|
expectedResults: false
|
2488
895
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086.xhtml
|
2489
896
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0086.sparql
|
2490
897
|
name: 0086
|
2491
898
|
purpose: Test that NO triple should be generated for a non-reserved @rel value
|
2492
|
-
|
2493
|
-
specificationReference: ""
|
899
|
+
specificationReference: 7.4.3 General Use of Terms in Attributes
|
2494
900
|
suite: xhtml
|
2495
901
|
title: NO triple for a non-reserved @rel value
|
2496
902
|
- !ruby/object:RdfaHelper::TestCase
|
2497
|
-
about:
|
2498
|
-
|
2499
|
-
authority: rdfa.digitalbazaar.com
|
2500
|
-
fragment:
|
2501
|
-
hash: 2096730546
|
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
|
903
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087
|
904
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2515
905
|
contributor: Ivan Herman
|
2516
906
|
expectedResults: true
|
2517
907
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087.xhtml
|
2518
908
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0087.sparql
|
2519
909
|
name: 0087
|
2520
910
|
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
911
|
specificationReference: ""
|
2523
912
|
suite: xhtml
|
2524
913
|
title: All reserved XHTML @rel values (with :xxx)
|
2525
914
|
- !ruby/object:RdfaHelper::TestCase
|
2526
|
-
about:
|
2527
|
-
|
2528
|
-
authority: rdfa.digitalbazaar.com
|
2529
|
-
fragment:
|
2530
|
-
hash: 1025427484
|
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
|
915
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088
|
916
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2544
917
|
contributor: Ivan Herman
|
2545
918
|
expectedResults: true
|
2546
919
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088.xhtml
|
2547
920
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0088.sparql
|
2548
921
|
name: 0088
|
2549
922
|
purpose: Test the interpretation of the CURIE "_:"
|
2550
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
2551
923
|
specificationReference: ""
|
2552
924
|
suite: xhtml
|
2553
925
|
title: Interpretation of the CURIE "_:"
|
2554
926
|
- !ruby/object:RdfaHelper::TestCase
|
2555
|
-
about:
|
2556
|
-
|
2557
|
-
authority: rdfa.digitalbazaar.com
|
2558
|
-
fragment:
|
2559
|
-
hash: 1767801341
|
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
|
927
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089
|
928
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2573
929
|
contributor: Manu Sporny
|
2574
930
|
expectedResults: true
|
2575
931
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089.xhtml
|
2576
932
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0089.sparql
|
2577
933
|
name: 0089
|
2578
934
|
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
935
|
specificationReference: ""
|
2581
936
|
suite: xhtml
|
2582
937
|
title: "@src sets a new subject (@typeof)"
|
2583
938
|
- !ruby/object:RdfaHelper::TestCase
|
2584
|
-
about:
|
2585
|
-
|
2586
|
-
authority: rdfa.digitalbazaar.com
|
2587
|
-
fragment:
|
2588
|
-
hash: -877739649
|
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
|
939
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090
|
940
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2602
941
|
contributor: Manu Sporny
|
2603
942
|
expectedResults: true
|
2604
943
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090.xhtml
|
2605
944
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0090.sparql
|
2606
945
|
name: 0090
|
2607
946
|
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
947
|
specificationReference: ""
|
2610
948
|
suite: xhtml
|
2611
949
|
title: "@src sets a new subject (@rel/@href)"
|
2612
950
|
- !ruby/object:RdfaHelper::TestCase
|
2613
|
-
about:
|
2614
|
-
|
2615
|
-
authority: rdfa.digitalbazaar.com
|
2616
|
-
fragment:
|
2617
|
-
hash: 376831174
|
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
|
951
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091
|
952
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2631
953
|
contributor: Manu Sporny
|
2632
954
|
expectedResults: true
|
2633
955
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091.xhtml
|
2634
956
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0091.sparql
|
2635
957
|
name: 0091
|
2636
958
|
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
959
|
specificationReference: ""
|
2639
960
|
suite: xhtml
|
2640
961
|
title: Non-reserved, un-prefixed CURIE in @property
|
2641
962
|
- !ruby/object:RdfaHelper::TestCase
|
2642
|
-
about:
|
2643
|
-
|
2644
|
-
authority: rdfa.digitalbazaar.com
|
2645
|
-
fragment:
|
2646
|
-
hash: 971827216
|
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
|
963
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092
|
964
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
2660
965
|
contributor: Ivan Herman
|
2661
966
|
expectedResults: true
|
2662
967
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092.xhtml
|
2663
968
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0092.sparql
|
2664
969
|
name: 0092
|
2665
970
|
purpose: Tests the explicit specification of an RDF XMLLiteral with @datatype.
|
2666
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
2667
971
|
specificationReference: ""
|
2668
972
|
suite: xhtml
|
2669
973
|
title: Tests XMLLiteral content with explicit @datatype
|
2670
974
|
- !ruby/object:RdfaHelper::TestCase
|
2671
|
-
about:
|
2672
|
-
|
2673
|
-
authority: rdfa.digitalbazaar.com
|
2674
|
-
fragment:
|
2675
|
-
hash: 902677601
|
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
|
975
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093
|
976
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2689
977
|
contributor: Ivan Herman
|
2690
978
|
expectedResults: true
|
2691
979
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093.xhtml
|
2692
980
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0093.sparql
|
2693
981
|
name: 0093
|
2694
982
|
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
983
|
specificationReference: ""
|
2697
984
|
suite: xhtml
|
2698
985
|
title: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)
|
2699
986
|
- !ruby/object:RdfaHelper::TestCase
|
2700
|
-
about:
|
2701
|
-
|
2702
|
-
authority: rdfa.digitalbazaar.com
|
2703
|
-
fragment:
|
2704
|
-
hash: -694996723
|
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
|
987
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094
|
988
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
2718
989
|
contributor: Ivan Herman
|
2719
990
|
expectedResults: true
|
2720
991
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094.xhtml
|
2721
992
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0094.sparql
|
2722
993
|
name: 0094
|
2723
994
|
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
995
|
specificationReference: ""
|
2726
996
|
suite: xhtml
|
2727
997
|
title: Tests XMLLiteral content with explicit @datatype (unusual prefix - bla:)
|
2728
998
|
- !ruby/object:RdfaHelper::TestCase
|
2729
|
-
about:
|
2730
|
-
|
2731
|
-
authority: rdfa.digitalbazaar.com
|
2732
|
-
fragment:
|
2733
|
-
hash: 1866608748
|
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: -608237987
|
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: 1877687848
|
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: 204033908
|
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: 119381788
|
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
|
999
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099
|
1000
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
2863
1001
|
contributor: Ivan Herman
|
2864
1002
|
expectedResults: true
|
2865
1003
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099.xhtml
|
2866
1004
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0099.sparql
|
2867
1005
|
name: 0099
|
2868
1006
|
purpose: Tests the preservation of white space in literals.
|
2869
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
2870
1007
|
specificationReference: ""
|
2871
1008
|
suite: xhtml
|
2872
1009
|
title: Preservation of white space in literals
|
2873
1010
|
- !ruby/object:RdfaHelper::TestCase
|
2874
|
-
about:
|
2875
|
-
|
2876
|
-
authority: rdfa.digitalbazaar.com
|
2877
|
-
fragment:
|
2878
|
-
hash: 222241033
|
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
|
1011
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100
|
1012
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
2892
1013
|
contributor: Ivan Herman
|
2893
1014
|
expectedResults: true
|
2894
1015
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100.xhtml
|
2895
1016
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0100.sparql
|
2896
1017
|
name: "0100"
|
2897
1018
|
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
1019
|
specificationReference: ""
|
2900
1020
|
suite: xhtml
|
2901
1021
|
title: XMLLiteral with explicit namespace
|
2902
1022
|
- !ruby/object:RdfaHelper::TestCase
|
2903
|
-
about:
|
2904
|
-
|
2905
|
-
authority: rdfa.digitalbazaar.com
|
2906
|
-
fragment:
|
2907
|
-
hash: -1300804190
|
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
|
1023
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101
|
1024
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
2921
1025
|
contributor: Ivan Herman
|
2922
1026
|
expectedResults: true
|
2923
1027
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101.xhtml
|
2924
1028
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0101.sparql
|
2925
1029
|
name: "0101"
|
2926
1030
|
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
1031
|
specificationReference: ""
|
2929
1032
|
suite: xhtml
|
2930
1033
|
title: XMLLiteral with explicit namespace and xml:lang
|
2931
1034
|
- !ruby/object:RdfaHelper::TestCase
|
2932
|
-
about:
|
2933
|
-
|
2934
|
-
authority: rdfa.digitalbazaar.com
|
2935
|
-
fragment:
|
2936
|
-
hash: 1908768488
|
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
|
1035
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102
|
1036
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
2950
1037
|
contributor: Ivan Herman
|
2951
1038
|
expectedResults: true
|
2952
1039
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0102.xhtml
|
@@ -2955,464 +1042,180 @@
|
|
2955
1042
|
purpose: |-
|
2956
1043
|
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
1044
|
declaration should not be changed.
|
2958
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
2959
1045
|
specificationReference: ""
|
2960
1046
|
suite: xhtml
|
2961
1047
|
title: XMLLiteral with explicit namespace and xml:lang; not overwriting existing langs
|
2962
1048
|
- !ruby/object:RdfaHelper::TestCase
|
2963
|
-
about:
|
2964
|
-
|
2965
|
-
authority: rdfa.digitalbazaar.com
|
2966
|
-
fragment:
|
2967
|
-
hash: -1399567506
|
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
|
1049
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103
|
1050
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
2981
1051
|
contributor: Ivan Herman
|
2982
1052
|
expectedResults: true
|
2983
1053
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103.xhtml
|
2984
1054
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0103.sparql
|
2985
1055
|
name: "0103"
|
2986
1056
|
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
1057
|
specificationReference: ""
|
2989
1058
|
suite: xhtml
|
2990
1059
|
title: XMLLiteral with explicit namespace; not overwriting local namespaces
|
2991
1060
|
- !ruby/object:RdfaHelper::TestCase
|
2992
|
-
about:
|
2993
|
-
|
2994
|
-
authority: rdfa.digitalbazaar.com
|
2995
|
-
fragment:
|
2996
|
-
hash: 1586424973
|
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
|
1061
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104
|
1062
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3010
1063
|
contributor: Fabien Gandon
|
3011
1064
|
expectedResults: true
|
3012
1065
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104.xhtml
|
3013
1066
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0104.sparql
|
3014
1067
|
name: "0104"
|
3015
1068
|
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
1069
|
specificationReference: ""
|
3018
1070
|
suite: xhtml
|
3019
1071
|
title: rdf:value
|
3020
1072
|
- !ruby/object:RdfaHelper::TestCase
|
3021
|
-
about:
|
3022
|
-
|
3023
|
-
authority: rdfa.digitalbazaar.com
|
3024
|
-
fragment:
|
3025
|
-
hash: -1422890795
|
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
|
1073
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105
|
1074
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
3039
1075
|
contributor: Manu Sporny
|
3040
1076
|
expectedResults: true
|
3041
1077
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105.xhtml
|
3042
1078
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0105.sparql
|
3043
1079
|
name: "0105"
|
3044
1080
|
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
|
-
|
3046
|
-
specificationReference: ""
|
1081
|
+
specificationReference: 7.4.3 General Use of Terms in Attributes
|
3047
1082
|
suite: xhtml
|
3048
1083
|
title: inner @rel neither CURIE nor LinkType
|
3049
1084
|
- !ruby/object:RdfaHelper::TestCase
|
3050
|
-
about:
|
3051
|
-
|
3052
|
-
authority: rdfa.digitalbazaar.com
|
3053
|
-
fragment:
|
3054
|
-
hash: -902266173
|
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
|
1085
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106
|
1086
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3068
1087
|
contributor: Manu Sporny
|
3069
1088
|
expectedResults: true
|
3070
1089
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106.xhtml
|
3071
1090
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0106.sparql
|
3072
1091
|
name: "0106"
|
3073
1092
|
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
1093
|
specificationReference: ""
|
3076
1094
|
suite: xhtml
|
3077
1095
|
title: chaining with empty value in inner @rel
|
3078
1096
|
- !ruby/object:RdfaHelper::TestCase
|
3079
|
-
about:
|
3080
|
-
|
3081
|
-
authority: rdfa.digitalbazaar.com
|
3082
|
-
fragment:
|
3083
|
-
hash: 1299060266
|
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
|
1097
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107
|
1098
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3097
1099
|
contributor: Manu Sporny
|
3098
1100
|
expectedResults: false
|
3099
1101
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107.xhtml
|
3100
1102
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0107.sparql
|
3101
1103
|
name: "0107"
|
3102
1104
|
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
1105
|
specificationReference: ""
|
3105
1106
|
suite: xhtml
|
3106
1107
|
title: no garbage collecting bnodes
|
3107
1108
|
- !ruby/object:RdfaHelper::TestCase
|
3108
|
-
about:
|
3109
|
-
|
3110
|
-
authority: rdfa.digitalbazaar.com
|
3111
|
-
fragment:
|
3112
|
-
hash: 550320367
|
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
|
1109
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108
|
1110
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3126
1111
|
contributor: Manu Sporny
|
3127
1112
|
expectedResults: true
|
3128
1113
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108.xhtml
|
3129
1114
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0108.sparql
|
3130
1115
|
name: 0108
|
3131
1116
|
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
1117
|
specificationReference: ""
|
3134
1118
|
suite: xhtml
|
3135
1119
|
title: plain literal with datatype="" and xml:lang preservation
|
3136
1120
|
- !ruby/object:RdfaHelper::TestCase
|
3137
|
-
about:
|
3138
|
-
|
3139
|
-
authority: rdfa.digitalbazaar.com
|
3140
|
-
fragment:
|
3141
|
-
hash: -2066359694
|
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
|
1121
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109
|
1122
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3155
1123
|
contributor: Manu Sporny
|
3156
1124
|
expectedResults: true
|
3157
1125
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109.xhtml
|
3158
1126
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0109.sparql
|
3159
1127
|
name: 0109
|
3160
1128
|
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
1129
|
specificationReference: ""
|
3163
1130
|
suite: xhtml
|
3164
1131
|
title: Tests to ensure @xml:base is ignored
|
3165
1132
|
- !ruby/object:RdfaHelper::TestCase
|
3166
|
-
about:
|
3167
|
-
|
3168
|
-
authority: rdfa.digitalbazaar.com
|
3169
|
-
fragment:
|
3170
|
-
hash: 1652348267
|
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
|
1133
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110
|
1134
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3184
1135
|
contributor: Manu Sporny
|
3185
1136
|
expectedResults: true
|
3186
1137
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110.xhtml
|
3187
1138
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0110.sparql
|
3188
1139
|
name: "0110"
|
3189
1140
|
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
1141
|
specificationReference: ""
|
3192
1142
|
suite: xhtml
|
3193
1143
|
title: bNode generated even though no nested @about exists
|
3194
1144
|
- !ruby/object:RdfaHelper::TestCase
|
3195
|
-
about:
|
3196
|
-
|
3197
|
-
authority: rdfa.digitalbazaar.com
|
3198
|
-
fragment:
|
3199
|
-
hash: 355161430
|
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
|
1145
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111
|
1146
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3213
1147
|
contributor: Manu Sporny
|
3214
1148
|
expectedResults: true
|
3215
1149
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111.xhtml
|
3216
1150
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0111.sparql
|
3217
1151
|
name: "0111"
|
3218
1152
|
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
1153
|
specificationReference: ""
|
3221
1154
|
suite: xhtml
|
3222
1155
|
title: two bNodes generated after three levels of nesting
|
3223
1156
|
- !ruby/object:RdfaHelper::TestCase
|
3224
|
-
about:
|
3225
|
-
|
3226
|
-
authority: rdfa.digitalbazaar.com
|
3227
|
-
fragment:
|
3228
|
-
hash: -1638989989
|
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
|
1157
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112
|
1158
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3242
1159
|
contributor: Manu Sporny
|
3243
1160
|
expectedResults: true
|
3244
1161
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112.xhtml
|
3245
1162
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0112.sparql
|
3246
1163
|
name: "0112"
|
3247
1164
|
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
1165
|
specificationReference: ""
|
3250
1166
|
suite: xhtml
|
3251
1167
|
title: plain literal with datatype=""
|
3252
1168
|
- !ruby/object:RdfaHelper::TestCase
|
3253
|
-
about:
|
3254
|
-
|
3255
|
-
authority: rdfa.digitalbazaar.com
|
3256
|
-
fragment:
|
3257
|
-
hash: -1258102514
|
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
|
1169
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113
|
1170
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3271
1171
|
contributor: Manu Sporny
|
3272
1172
|
expectedResults: true
|
3273
1173
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113.xhtml
|
3274
1174
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0113.sparql
|
3275
1175
|
name: "0113"
|
3276
1176
|
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
1177
|
specificationReference: ""
|
3279
1178
|
suite: xhtml
|
3280
1179
|
title: element with @property and no child nodes generates empty plain literal
|
3281
1180
|
- !ruby/object:RdfaHelper::TestCase
|
3282
|
-
about:
|
3283
|
-
|
3284
|
-
authority: rdfa.digitalbazaar.com
|
3285
|
-
fragment:
|
3286
|
-
hash: 1185785125
|
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
|
1181
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114
|
1182
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3300
1183
|
contributor: Manu Sporny
|
3301
1184
|
expectedResults: true
|
3302
1185
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114.xhtml
|
3303
1186
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0114.sparql
|
3304
1187
|
name: "0114"
|
3305
1188
|
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
1189
|
specificationReference: ""
|
3308
1190
|
suite: xhtml
|
3309
1191
|
title: Relative URI
|
3310
1192
|
- !ruby/object:RdfaHelper::TestCase
|
3311
|
-
about:
|
3312
|
-
|
3313
|
-
authority: rdfa.digitalbazaar.com
|
3314
|
-
fragment:
|
3315
|
-
hash: 1931873310
|
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
|
1193
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115
|
1194
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3329
1195
|
contributor: Toby Inkster
|
3330
1196
|
expectedResults: true
|
3331
1197
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115.xhtml
|
3332
1198
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0115.sparql
|
3333
1199
|
name: "0115"
|
3334
1200
|
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
1201
|
specificationReference: ""
|
3337
1202
|
suite: xhtml
|
3338
1203
|
title: XML Entities must be supported by RDFa parser
|
3339
1204
|
- !ruby/object:RdfaHelper::TestCase
|
3340
|
-
about:
|
3341
|
-
|
3342
|
-
authority: rdfa.digitalbazaar.com
|
3343
|
-
fragment:
|
3344
|
-
hash: -491302513
|
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: -367729106
|
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
|
1205
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117
|
1206
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3387
1207
|
contributor: Manu Sporny
|
3388
1208
|
expectedResults: true
|
3389
1209
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117.xhtml
|
3390
1210
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0117.sparql
|
3391
1211
|
name: "0117"
|
3392
1212
|
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
1213
|
specificationReference: ""
|
3395
1214
|
suite: xhtml
|
3396
1215
|
title: Fragment identifiers stripped from BASE
|
3397
1216
|
- !ruby/object:RdfaHelper::TestCase
|
3398
|
-
about:
|
3399
|
-
|
3400
|
-
authority: rdfa.digitalbazaar.com
|
3401
|
-
fragment:
|
3402
|
-
hash: -759387601
|
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
|
1217
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118
|
1218
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3416
1219
|
contributor: Ben Adida
|
3417
1220
|
expectedResults: true
|
3418
1221
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0118.xhtml
|
@@ -3425,616 +1228,522 @@
|
|
3425
1228
|
and then immediately changes the subject using @about and generates a
|
3426
1229
|
triple. A buggy parser may use the @href subject
|
3427
1230
|
(http://example.org/javascript.html) instead of the one defined by @about.
|
3428
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
3429
1231
|
specificationReference: ""
|
3430
1232
|
suite: xhtml
|
3431
1233
|
title: empty string "" is not equivalent to NULL - @about
|
3432
1234
|
- !ruby/object:RdfaHelper::TestCase
|
3433
|
-
about:
|
3434
|
-
|
3435
|
-
authority: rdfa.digitalbazaar.com
|
3436
|
-
fragment:
|
3437
|
-
hash: -481566660
|
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
|
1235
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119
|
1236
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3451
1237
|
contributor: Manu Sporny
|
3452
1238
|
expectedResults: true
|
3453
1239
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119.xhtml
|
3454
1240
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0119.sparql
|
3455
1241
|
name: 0119
|
3456
1242
|
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
1243
|
specificationReference: ""
|
3459
1244
|
suite: xhtml
|
3460
1245
|
title: "\"[prefix:]\" CURIE format is valid"
|
3461
1246
|
- !ruby/object:RdfaHelper::TestCase
|
3462
|
-
about:
|
3463
|
-
|
3464
|
-
authority: rdfa.digitalbazaar.com
|
3465
|
-
fragment:
|
3466
|
-
hash: -179327430
|
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
|
1247
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120
|
1248
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3480
1249
|
contributor: Manu Sporny
|
3481
1250
|
expectedResults: true
|
3482
1251
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120.xhtml
|
3483
1252
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0120.sparql
|
3484
1253
|
name: "0120"
|
3485
1254
|
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
1255
|
specificationReference: ""
|
3488
1256
|
suite: xhtml
|
3489
1257
|
title: "\"[:]\" CURIE format is valid"
|
3490
1258
|
- !ruby/object:RdfaHelper::TestCase
|
3491
|
-
about:
|
3492
|
-
|
3493
|
-
authority: rdfa.digitalbazaar.com
|
3494
|
-
fragment:
|
3495
|
-
hash: 2043758382
|
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
|
1259
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121
|
1260
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3509
1261
|
contributor: Manu Sporny
|
3510
1262
|
expectedResults: true
|
3511
1263
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121.xhtml
|
3512
1264
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0121.sparql
|
3513
1265
|
name: "0121"
|
3514
1266
|
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
1267
|
specificationReference: ""
|
3517
1268
|
suite: xhtml
|
3518
1269
|
title: "\"[]\" is a valid safe CURIE"
|
3519
1270
|
- !ruby/object:RdfaHelper::TestCase
|
3520
|
-
about:
|
3521
|
-
|
3522
|
-
authority: rdfa.digitalbazaar.com
|
3523
|
-
fragment:
|
3524
|
-
hash: -490992338
|
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
|
1271
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122
|
1272
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3538
1273
|
contributor: Manu Sporny
|
3539
1274
|
expectedResults: false
|
3540
1275
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122.xhtml
|
3541
1276
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0122.sparql
|
3542
1277
|
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
|
1278
|
+
purpose: "Checks to make sure that resource=\"[]\" does not set the object since RDFa does not allow non-prefixed CURIEs.\n "
|
3545
1279
|
specificationReference: ""
|
3546
1280
|
suite: xhtml
|
3547
1281
|
title: resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs
|
3548
1282
|
- !ruby/object:RdfaHelper::TestCase
|
3549
|
-
about:
|
3550
|
-
|
3551
|
-
authority: rdfa.digitalbazaar.com
|
3552
|
-
fragment:
|
3553
|
-
hash: -1408016424
|
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: -2143329735
|
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
|
1283
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124
|
1284
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
3596
1285
|
contributor: Shane P. McCarron
|
3597
1286
|
expectedResults: true
|
3598
1287
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124.xhtml
|
3599
1288
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0124.sparql
|
3600
1289
|
name: "0124"
|
3601
1290
|
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
1291
|
specificationReference: ""
|
3604
1292
|
suite: xhtml
|
3605
1293
|
title: XMLLiteral with explicit @datatype=''
|
3606
1294
|
- !ruby/object:RdfaHelper::TestCase
|
3607
|
-
about:
|
3608
|
-
|
3609
|
-
authority: rdfa.digitalbazaar.com
|
3610
|
-
fragment:
|
3611
|
-
hash: -865310461
|
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: 1744261819
|
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
|
1295
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126
|
1296
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3654
1297
|
contributor: Shane P. McCarron
|
3655
1298
|
expectedResults: true
|
3656
1299
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126.xhtml
|
3657
1300
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0126.sparql
|
3658
1301
|
name: "0126"
|
3659
1302
|
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
1303
|
specificationReference: ""
|
3662
1304
|
suite: xhtml
|
3663
1305
|
title: Multiple @typeof values
|
3664
1306
|
- !ruby/object:RdfaHelper::TestCase
|
3665
|
-
about:
|
3666
|
-
|
3667
|
-
authority: rdfa.digitalbazaar.com
|
3668
|
-
fragment:
|
3669
|
-
hash: -76403579
|
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
|
1307
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131
|
1308
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3683
1309
|
contributor: Philip Taylor
|
3684
1310
|
expectedResults: true
|
3685
1311
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131.xhtml
|
3686
1312
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0131.sparql
|
3687
1313
|
name: "0131"
|
3688
1314
|
purpose: Ensures that multiple whitespace alternatives in attributes are allowed.
|
3689
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
3690
1315
|
specificationReference: ""
|
3691
1316
|
suite: xhtml
|
3692
1317
|
title: Whitespace alternatives in attributes
|
3693
1318
|
- !ruby/object:RdfaHelper::TestCase
|
3694
|
-
about:
|
3695
|
-
|
3696
|
-
authority: rdfa.digitalbazaar.com
|
3697
|
-
fragment:
|
3698
|
-
hash: -138673937
|
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
|
1319
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134
|
1320
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3712
1321
|
contributor: Philip Taylor
|
3713
1322
|
expectedResults: true
|
3714
1323
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134.xhtml
|
3715
1324
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0134.sparql
|
3716
1325
|
name: "0134"
|
3717
1326
|
purpose: Ensures that mixed-case reserved words generate triples.
|
3718
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
3719
1327
|
specificationReference: ""
|
3720
1328
|
suite: xhtml
|
3721
1329
|
title: Uppercase reserved words
|
3722
1330
|
- !ruby/object:RdfaHelper::TestCase
|
3723
|
-
about:
|
3724
|
-
|
3725
|
-
authority: rdfa.digitalbazaar.com
|
3726
|
-
fragment:
|
3727
|
-
hash: -1001021827
|
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
|
1331
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140
|
1332
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3741
1333
|
contributor: Philip Taylor
|
3742
1334
|
expectedResults: false
|
3743
1335
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140.xhtml
|
3744
1336
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0140.sparql
|
3745
1337
|
name: "0140"
|
3746
1338
|
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
1339
|
specificationReference: ""
|
3749
1340
|
suite: xhtml
|
3750
1341
|
title: Underscore is not allowed in xmlns
|
3751
1342
|
- !ruby/object:RdfaHelper::TestCase
|
3752
|
-
about:
|
3753
|
-
|
3754
|
-
authority: rdfa.digitalbazaar.com
|
3755
|
-
fragment:
|
3756
|
-
hash: -225157011
|
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
|
1343
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142
|
1344
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
3770
1345
|
contributor: Philip Taylor
|
3771
1346
|
expectedResults: true
|
3772
1347
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142.xhtml
|
3773
1348
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0142.sparql
|
3774
1349
|
name: "0142"
|
3775
1350
|
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
1351
|
specificationReference: ""
|
3778
1352
|
suite: xhtml
|
3779
1353
|
title: xmlns prefix 'xml' with correct URI
|
3780
1354
|
- !ruby/object:RdfaHelper::TestCase
|
3781
|
-
about:
|
3782
|
-
|
3783
|
-
authority: rdfa.digitalbazaar.com
|
3784
|
-
fragment:
|
3785
|
-
hash: 654011926
|
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
|
1355
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147
|
1356
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3799
1357
|
contributor: Philip Taylor
|
3800
1358
|
expectedResults: true
|
3801
1359
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147.xhtml
|
3802
1360
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0147.sparql
|
3803
1361
|
name: "0147"
|
3804
1362
|
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
1363
|
specificationReference: ""
|
3807
1364
|
suite: xhtml
|
3808
1365
|
title: xmlns prefix 'xmlzzz' (reserved)
|
3809
1366
|
- !ruby/object:RdfaHelper::TestCase
|
3810
|
-
about:
|
3811
|
-
|
3812
|
-
authority: rdfa.digitalbazaar.com
|
3813
|
-
fragment:
|
3814
|
-
hash: 166652020
|
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
|
1367
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154
|
1368
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
3828
1369
|
contributor: Philip Taylor
|
3829
1370
|
expectedResults: false
|
3830
1371
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154.xhtml
|
3831
1372
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0154.sparql
|
3832
1373
|
name: "0154"
|
3833
1374
|
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
1375
|
specificationReference: ""
|
3836
1376
|
suite: xhtml
|
3837
1377
|
title: Invalid characters should not generate triples per XML 4th edition rules
|
3838
1378
|
- !ruby/object:RdfaHelper::TestCase
|
3839
|
-
about:
|
3840
|
-
|
3841
|
-
authority: rdfa.digitalbazaar.com
|
3842
|
-
fragment:
|
3843
|
-
hash: -1779520616
|
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
|
1379
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160
|
1380
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
3857
1381
|
contributor: Philip Taylor
|
3858
1382
|
expectedResults: false
|
3859
1383
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160.xhtml
|
3860
1384
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0160.sparql
|
3861
1385
|
name: "0160"
|
3862
1386
|
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
1387
|
specificationReference: ""
|
3865
1388
|
suite: xhtml
|
3866
1389
|
title: Undeclared prefix 'xml'
|
3867
1390
|
- !ruby/object:RdfaHelper::TestCase
|
3868
|
-
about:
|
3869
|
-
|
3870
|
-
authority: rdfa.digitalbazaar.com
|
3871
|
-
fragment:
|
3872
|
-
hash: 1012153131
|
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
|
1391
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162
|
1392
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
3886
1393
|
contributor: Philip Taylor
|
3887
1394
|
expectedResults: false
|
3888
1395
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162.xhtml
|
3889
1396
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0162.sparql
|
3890
1397
|
name: "0162"
|
3891
1398
|
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
1399
|
specificationReference: ""
|
3894
1400
|
suite: xhtml
|
3895
1401
|
title: Undeclared prefix 'xmlns'
|
3896
1402
|
- !ruby/object:RdfaHelper::TestCase
|
3897
|
-
about:
|
3898
|
-
|
3899
|
-
authority: rdfa.digitalbazaar.com
|
3900
|
-
fragment:
|
3901
|
-
hash: 1016063505
|
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
|
1403
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164
|
1404
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
3915
1405
|
contributor: Philip Taylor
|
3916
1406
|
expectedResults: false
|
3917
1407
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164.xhtml
|
3918
1408
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0164.sparql
|
3919
1409
|
name: "0164"
|
3920
1410
|
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
1411
|
specificationReference: ""
|
3923
1412
|
suite: xhtml
|
3924
1413
|
title: Undeclared common prefixes
|
3925
1414
|
- !ruby/object:RdfaHelper::TestCase
|
3926
|
-
about:
|
3927
|
-
|
3928
|
-
authority: rdfa.digitalbazaar.com
|
3929
|
-
fragment:
|
3930
|
-
hash: -346727691
|
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
|
1415
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172
|
1416
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3944
1417
|
contributor: KANZAKI, Masahide
|
3945
1418
|
expectedResults: true
|
3946
1419
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172.xhtml
|
3947
1420
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0172.sparql
|
3948
1421
|
name: "0172"
|
3949
1422
|
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
1423
|
specificationReference: ""
|
3952
1424
|
suite: xhtml
|
3953
1425
|
title: "@datatype=\"\" generates plain literal in presence of child nodes"
|
3954
1426
|
- !ruby/object:RdfaHelper::TestCase
|
3955
|
-
about:
|
3956
|
-
|
3957
|
-
authority: rdfa.digitalbazaar.com
|
3958
|
-
fragment:
|
3959
|
-
hash: 217387652
|
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
|
1427
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173
|
1428
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
3973
1429
|
contributor: KANZAKI, Masahide
|
3974
1430
|
expectedResults: true
|
3975
1431
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173.xhtml
|
3976
1432
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0173.sparql
|
3977
1433
|
name: "0173"
|
3978
1434
|
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
1435
|
specificationReference: ""
|
3981
1436
|
suite: xhtml
|
3982
1437
|
title: "@xml:lang=\"\" clears language setting"
|
3983
1438
|
- !ruby/object:RdfaHelper::TestCase
|
3984
|
-
about:
|
3985
|
-
|
3986
|
-
authority: rdfa.digitalbazaar.com
|
3987
|
-
fragment:
|
3988
|
-
hash: 23443938
|
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
|
1439
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174
|
1440
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
4002
1441
|
contributor: I. Stewartson
|
4003
1442
|
expectedResults: true
|
4004
1443
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174.xhtml
|
4005
1444
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0174.sparql
|
4006
1445
|
name: "0174"
|
4007
1446
|
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
1447
|
specificationReference: ""
|
4010
1448
|
suite: xhtml
|
4011
1449
|
title: Support single character prefix in CURIEs
|
4012
1450
|
- !ruby/object:RdfaHelper::TestCase
|
4013
|
-
about:
|
4014
|
-
|
4015
|
-
|
4016
|
-
|
4017
|
-
|
4018
|
-
|
4019
|
-
|
4020
|
-
|
4021
|
-
|
4022
|
-
|
4023
|
-
|
4024
|
-
|
4025
|
-
|
4026
|
-
|
4027
|
-
|
4028
|
-
|
4029
|
-
|
4030
|
-
|
1451
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0175
|
1452
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1453
|
+
contributor: Gregg Kellogg
|
1454
|
+
expectedResults: true
|
1455
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0175.xhtml
|
1456
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0175.sparql
|
1457
|
+
name: "0175"
|
1458
|
+
purpose: Checks to make sure that a URI may be used as a @property value
|
1459
|
+
specificationReference: ""
|
1460
|
+
suite: xhtml
|
1461
|
+
title: Property is URI
|
1462
|
+
- !ruby/object:RdfaHelper::TestCase
|
1463
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0176
|
1464
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1465
|
+
contributor: Gregg Kellogg
|
1466
|
+
expectedResults: true
|
1467
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0176.xhtml
|
1468
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0176.sparql
|
1469
|
+
name: "0176"
|
1470
|
+
purpose: Checks to make sure that a URI may be used as @rel and @rev values
|
1471
|
+
specificationReference: ""
|
1472
|
+
suite: xhtml
|
1473
|
+
title: Rel and Rev is URI
|
1474
|
+
- !ruby/object:RdfaHelper::TestCase
|
1475
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0177
|
1476
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1477
|
+
contributor: Ivan Herman
|
1478
|
+
expectedResults: true
|
1479
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0177.xhtml
|
1480
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0177.sparql
|
1481
|
+
name: "0177"
|
1482
|
+
purpose: Checks to make sure @profile with a single entry creates a URI mapping
|
1483
|
+
specificationReference: ""
|
1484
|
+
suite: xhtml
|
1485
|
+
title: Test @profile
|
1486
|
+
- !ruby/object:RdfaHelper::TestCase
|
1487
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0178
|
1488
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1489
|
+
contributor: Ivan Herman
|
1490
|
+
expectedResults: true
|
1491
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0178.xhtml
|
1492
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0178.sparql
|
1493
|
+
name: 0178
|
1494
|
+
purpose: Checks to make sure @profile with multiple entires creates multiple URI mappings
|
1495
|
+
specificationReference: ""
|
1496
|
+
suite: xhtml
|
1497
|
+
title: Test @profile with multiple mappings
|
1498
|
+
- !ruby/object:RdfaHelper::TestCase
|
1499
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0179
|
1500
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1501
|
+
contributor: Ivan Herman
|
1502
|
+
expectedResults: true
|
1503
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0179.xhtml
|
1504
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0179.sparql
|
1505
|
+
name: 0179
|
1506
|
+
purpose: Checks to make sure @prefix has a higher priority than @xmlns
|
1507
|
+
specificationReference: ""
|
1508
|
+
suite: xhtml
|
1509
|
+
title: Test @prefix vs @xmlns priority
|
1510
|
+
- !ruby/object:RdfaHelper::TestCase
|
1511
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0180
|
1512
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1513
|
+
contributor: Ivan Herman
|
1514
|
+
expectedResults: true
|
1515
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0180.xhtml
|
1516
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0180.sparql
|
1517
|
+
name: 0180
|
1518
|
+
purpose: Checks to make sure @profile with empty prefix creates a mapping.
|
1519
|
+
specificationReference: ""
|
1520
|
+
suite: xhtml
|
1521
|
+
title: Test @profile with empty mapping
|
1522
|
+
- !ruby/object:RdfaHelper::TestCase
|
1523
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0181
|
1524
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1525
|
+
contributor: Ivan Herman
|
1526
|
+
expectedResults: true
|
1527
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0181.xhtml
|
1528
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0181.sparql
|
1529
|
+
name: 0181
|
1530
|
+
purpose: Checks Tests a CURIE with default namespace uses XHTML Vocabulary namespace.
|
1531
|
+
specificationReference: ""
|
1532
|
+
suite: xhtml
|
1533
|
+
title: Test default XHTML vocabulary
|
1534
|
+
- !ruby/object:RdfaHelper::TestCase
|
1535
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0182
|
1536
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1537
|
+
contributor: Ivan Herman
|
1538
|
+
expectedResults: true
|
1539
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0182.xhtml
|
1540
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0182.sparql
|
1541
|
+
name: 0182
|
1542
|
+
purpose: Checks to be sure that prefixes are defined within the element hierarchy.
|
1543
|
+
specificationReference: ""
|
1544
|
+
suite: xhtml
|
1545
|
+
title: Test prefix locality
|
1546
|
+
- !ruby/object:RdfaHelper::TestCase
|
1547
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0183
|
1548
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1549
|
+
contributor: Ivan Herman
|
1550
|
+
expectedResults: true
|
1551
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0183.xhtml
|
1552
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0183.sparql
|
1553
|
+
name: 0183
|
1554
|
+
purpose: A new @xmlns definition should override a previous @prefix definition at this element.
|
1555
|
+
specificationReference: ""
|
1556
|
+
suite: xhtml
|
1557
|
+
title: Test @xmlns redefines @prefix
|
1558
|
+
- !ruby/object:RdfaHelper::TestCase
|
1559
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0184
|
1560
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1561
|
+
contributor: Ivan Herman
|
1562
|
+
expectedResults: true
|
1563
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0184.xhtml
|
1564
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0184.sparql
|
1565
|
+
name: 0184
|
1566
|
+
purpose: Check that @profile imports terms
|
1567
|
+
specificationReference: ""
|
1568
|
+
suite: xhtml
|
1569
|
+
title: Test @profile
|
1570
|
+
- !ruby/object:RdfaHelper::TestCase
|
1571
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0185
|
1572
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1573
|
+
contributor: Ivan Herman
|
1574
|
+
expectedResults: true
|
1575
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0185.xhtml
|
1576
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0185.sparql
|
1577
|
+
name: 0185
|
1578
|
+
purpose: Check that @profile imports prefixes
|
1579
|
+
specificationReference: ""
|
1580
|
+
suite: xhtml
|
1581
|
+
title: Test @profile
|
1582
|
+
- !ruby/object:RdfaHelper::TestCase
|
1583
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0186
|
1584
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1585
|
+
contributor: Ivan Herman
|
1586
|
+
expectedResults: true
|
1587
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0186.xhtml
|
1588
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0186.sparql
|
1589
|
+
name: 0186
|
1590
|
+
purpose: Check that @vocab defines a new default mapping
|
1591
|
+
specificationReference: ""
|
1592
|
+
suite: xhtml
|
1593
|
+
title: Test @vocab
|
1594
|
+
- !ruby/object:RdfaHelper::TestCase
|
1595
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0187
|
1596
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1597
|
+
contributor: Ivan Herman
|
1598
|
+
expectedResults: true
|
1599
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0187.xhtml
|
1600
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0187.sparql
|
1601
|
+
name: 0187
|
1602
|
+
purpose: Check that @vocab redefines a previous @vocab definition
|
1603
|
+
specificationReference: ""
|
1604
|
+
suite: xhtml
|
1605
|
+
title: Test @vocab redefinitnion
|
1606
|
+
- !ruby/object:RdfaHelper::TestCase
|
1607
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0188
|
1608
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1609
|
+
contributor: Ivan Herman
|
1610
|
+
expectedResults: true
|
1611
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0188.xhtml
|
1612
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0188.sparql
|
1613
|
+
name: 0188
|
1614
|
+
purpose: Check that @vocab defines a new default mapping
|
1615
|
+
specificationReference: ""
|
1616
|
+
suite: xhtml
|
1617
|
+
title: Test @vocab
|
1618
|
+
- !ruby/object:RdfaHelper::TestCase
|
1619
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0189
|
1620
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1621
|
+
contributor: Ivan Herman
|
1622
|
+
expectedResults: true
|
1623
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0189.xhtml
|
1624
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0189.sparql
|
1625
|
+
name: 0189
|
1626
|
+
purpose: Check that @vocab does not change a default term from XHV
|
1627
|
+
specificationReference: ""
|
1628
|
+
suite: xhtml
|
1629
|
+
title: Test @vocab does not override default term
|
1630
|
+
- !ruby/object:RdfaHelper::TestCase
|
1631
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0190
|
1632
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1633
|
+
contributor: Ivan Herman
|
1634
|
+
expectedResults: true
|
1635
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0190.xhtml
|
1636
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0190.sparql
|
1637
|
+
name: 0190
|
1638
|
+
purpose: Check to ensure a mixed case term matches a case insensitive definition
|
1639
|
+
specificationReference: ""
|
1640
|
+
suite: xhtml
|
1641
|
+
title: Test term case insensitivity
|
1642
|
+
- !ruby/object:RdfaHelper::TestCase
|
1643
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0192
|
1644
|
+
classification: http://www.w3.org/2006/03/test-description#buggy
|
1645
|
+
contributor: Gregg Kellogg
|
1646
|
+
expectedResults: true
|
1647
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0192.xhtml
|
1648
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0192.sparql
|
1649
|
+
name: 0192
|
1650
|
+
purpose: Checks to make sure that reserved words that are used in @property generate triples.
|
1651
|
+
specificationReference: 7.4.3 General Use of Terms in Attributes
|
1652
|
+
suite: xhtml
|
1653
|
+
title: Reserved word used in @property should generate triple (opposite of 0116)
|
1654
|
+
- !ruby/object:RdfaHelper::TestCase
|
1655
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0193
|
1656
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1657
|
+
contributor: Gregg Kellogg
|
1658
|
+
expectedResults: true
|
1659
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0193.xhtml
|
1660
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0193.sparql
|
1661
|
+
name: 0193
|
1662
|
+
purpose: Check that @profile imports prefixes
|
1663
|
+
specificationReference: ""
|
1664
|
+
suite: xhtml
|
1665
|
+
title: Test @profile defines vocabulary
|
1666
|
+
- !ruby/object:RdfaHelper::TestCase
|
1667
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0194
|
1668
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1669
|
+
contributor: Gregg Kellogg
|
1670
|
+
expectedResults: true
|
1671
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0194.xhtml
|
1672
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0194.sparql
|
1673
|
+
name: 0194
|
1674
|
+
purpose: Check that profiles are processed from right to left, so that terms defined in left-most profiles take precedence over others
|
1675
|
+
specificationReference: ""
|
1676
|
+
suite: xhtml
|
1677
|
+
title: Test process @profile right to left
|
1678
|
+
- !ruby/object:RdfaHelper::TestCase
|
1679
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0195
|
1680
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1681
|
+
contributor: Gregg Kellogg
|
1682
|
+
expectedResults: false
|
1683
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0195.xhtml
|
1684
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0195.sparql
|
1685
|
+
name: 0195
|
1686
|
+
purpose: If any referenced RDFa Profile is not available, then the current element and its children must not place any triples in the default graph
|
1687
|
+
specificationReference: ""
|
1688
|
+
suite: xhtml
|
1689
|
+
title: Test process @profile aborts processing
|
1690
|
+
- !ruby/object:RdfaHelper::TestCase
|
1691
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0196
|
1692
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1693
|
+
contributor: Gregg Kellogg
|
1694
|
+
expectedResults: true
|
1695
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0196.xhtml
|
1696
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0196.sparql
|
1697
|
+
name: 0196
|
1698
|
+
purpose: XMLLiteral must be explicitly specified, otherwise a normal untyped literal is created
|
1699
|
+
specificationReference: ""
|
1700
|
+
suite: xhtml
|
1701
|
+
title: Test process explicit XMLLiteral
|
1702
|
+
- !ruby/object:RdfaHelper::TestCase
|
1703
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0197
|
1704
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1705
|
+
contributor: Gregg Kellogg
|
1706
|
+
expectedResults: true
|
1707
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0197.xhtml
|
1708
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0197.sparql
|
1709
|
+
name: 0197
|
1710
|
+
purpose: TERMorCURIEorAbsURI requires an absolute URI
|
1711
|
+
specificationReference: ""
|
1712
|
+
suite: xhtml
|
1713
|
+
title: Test TERMorCURIEorAbsURI requires an absolute URI
|
1714
|
+
- !ruby/object:RdfaHelper::TestCase
|
1715
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0198
|
1716
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1717
|
+
contributor: Shane P. McCarron
|
1718
|
+
expectedResults: true
|
1719
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0198.xhtml
|
1720
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0198.sparql
|
1721
|
+
name: 0198
|
1722
|
+
purpose: Checks to ensure that when datatype is the default the parser generates triples for embedded content.
|
1723
|
+
specificationReference: ""
|
1724
|
+
suite: xhtml
|
1725
|
+
title: datatype XMLLiteral with other embedded RDFa
|
1726
|
+
- !ruby/object:RdfaHelper::TestCase
|
1727
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0200
|
1728
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
1729
|
+
contributor: Ivan Herman
|
1730
|
+
expectedResults: true
|
1731
|
+
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0200.xhtml
|
1732
|
+
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/0200.sparql
|
1733
|
+
name: "0200"
|
1734
|
+
purpose: Check to ensure that terms that differ only in case match to distinct URIs
|
1735
|
+
specificationReference: ""
|
1736
|
+
suite: xhtml
|
1737
|
+
title: Test term case insensitivity
|
1738
|
+
- !ruby/object:RdfaHelper::TestCase
|
1739
|
+
about: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001
|
1740
|
+
classification: http://www.w3.org/2006/03/test-description#required
|
4031
1741
|
contributor: Fabien Gandon
|
4032
1742
|
expectedResults: true
|
4033
1743
|
informationResourceInput: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001.xhtml
|
4034
1744
|
informationResourceResults: http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/1001.sparql
|
4035
1745
|
name: "1001"
|
4036
1746
|
purpose: Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)
|
4037
|
-
reviewStatus: http://www.w3.org/2006/03/test-description#approved
|
4038
1747
|
specificationReference: N.A.
|
4039
1748
|
suite: xhtml
|
4040
1749
|
title: Vevent using @typeof
|