rdfa_parser 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/earl-xhtml1-approved.txt +1510 -0
- data/lib/rdfa_parser.rb +1 -0
- data/lib/rdfa_parser/rdfa_parser.rb +3 -2
- data/spec/html4-testcases/0011.html +13 -0
- data/spec/html5-testcases/0011.html +13 -0
- data/spec/matchers.rb +11 -6
- data/spec/rdfa_helper.rb +13 -8
- data/spec/rdfa_parser_spec.rb +8 -8
- data/spec/xhtml1-testcases/9998.nt +1 -0
- data/spec/xhtml1-testcases/9998.xhtml +8 -0
- data/spec/xhtml1-testcases/9999.nt +0 -3
- data/spec/xhtml1-testcases/9999.xhtml +3 -9
- metadata +7 -2
data/History.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
=== 0.1.1 2009-10-25
|
2
|
+
* Added VERSION constant by reading VERSION file from gem root.
|
3
|
+
* Fix [] parsing to not return a resource (TC 0121 and 0122).
|
4
|
+
* Improve test-case manifest file parsing to extract expectedResults and use in matchers.
|
5
|
+
|
1
6
|
=== 0.1.0 2009-10-17
|
2
7
|
* First gem release, all XHTML1 approved test cases pass at http://rdfa.digitalbazaar.com/test-suite/
|
3
8
|
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
@@ -0,0 +1,1510 @@
|
|
1
|
+
<rdf:RDF xmlns:earl="http://www.w3.org/ns/earl#"
|
2
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
+
xmlns:foaf="http://xmlns.com/foaf/0.1/">
|
5
|
+
|
6
|
+
<earl:Software rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness">
|
7
|
+
<dc:title>Crazy Ivan</dc:title>
|
8
|
+
<dc:description>The W3C RDFa Test Harness</dc:description>
|
9
|
+
<foaf:homepage rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness" />
|
10
|
+
</earl:Software>
|
11
|
+
|
12
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0001">
|
13
|
+
<dc:title>Test Case #1</dc:title>
|
14
|
+
<dc:description>Predicate establishment with @property</dc:description>
|
15
|
+
</earl:TestCase>
|
16
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-1">
|
17
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
18
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
19
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0001"/>
|
20
|
+
<earl:result rdf:parseType="Resource">
|
21
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
22
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
23
|
+
</earl:result>
|
24
|
+
</earl:Assertion>
|
25
|
+
|
26
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0006">
|
27
|
+
<dc:title>Test Case #6</dc:title>
|
28
|
+
<dc:description>@rel and @rev</dc:description>
|
29
|
+
</earl:TestCase>
|
30
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-6">
|
31
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
32
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
33
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0006"/>
|
34
|
+
<earl:result rdf:parseType="Resource">
|
35
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
36
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
37
|
+
</earl:result>
|
38
|
+
</earl:Assertion>
|
39
|
+
|
40
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0007">
|
41
|
+
<dc:title>Test Case #7</dc:title>
|
42
|
+
<dc:description>@rel, @rev, @property, @content</dc:description>
|
43
|
+
</earl:TestCase>
|
44
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-7">
|
45
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
46
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
47
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0007"/>
|
48
|
+
<earl:result rdf:parseType="Resource">
|
49
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
50
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
51
|
+
</earl:result>
|
52
|
+
</earl:Assertion>
|
53
|
+
|
54
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0008">
|
55
|
+
<dc:title>Test Case #8</dc:title>
|
56
|
+
<dc:description>empty string @about</dc:description>
|
57
|
+
</earl:TestCase>
|
58
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-8">
|
59
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
60
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
61
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0008"/>
|
62
|
+
<earl:result rdf:parseType="Resource">
|
63
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
64
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
65
|
+
</earl:result>
|
66
|
+
</earl:Assertion>
|
67
|
+
|
68
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0009">
|
69
|
+
<dc:title>Test Case #9</dc:title>
|
70
|
+
<dc:description>@rev</dc:description>
|
71
|
+
</earl:TestCase>
|
72
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-9">
|
73
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
74
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
75
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0009"/>
|
76
|
+
<earl:result rdf:parseType="Resource">
|
77
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
78
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
79
|
+
</earl:result>
|
80
|
+
</earl:Assertion>
|
81
|
+
|
82
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0010">
|
83
|
+
<dc:title>Test Case #10</dc:title>
|
84
|
+
<dc:description>@rel, @rev, @href</dc:description>
|
85
|
+
</earl:TestCase>
|
86
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-10">
|
87
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
88
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
89
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0010"/>
|
90
|
+
<earl:result rdf:parseType="Resource">
|
91
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
92
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
93
|
+
</earl:result>
|
94
|
+
</earl:Assertion>
|
95
|
+
|
96
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0011">
|
97
|
+
<dc:title>Test Case #11</dc:title>
|
98
|
+
<dc:description>XMLLiteral</dc:description>
|
99
|
+
</earl:TestCase>
|
100
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-11">
|
101
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
102
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
103
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0011"/>
|
104
|
+
<earl:result rdf:parseType="Resource">
|
105
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
106
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
107
|
+
</earl:result>
|
108
|
+
</earl:Assertion>
|
109
|
+
|
110
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0012">
|
111
|
+
<dc:title>Test Case #12</dc:title>
|
112
|
+
<dc:description>@xml:lang</dc:description>
|
113
|
+
</earl:TestCase>
|
114
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-12">
|
115
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
116
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
117
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0012"/>
|
118
|
+
<earl:result rdf:parseType="Resource">
|
119
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
120
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
121
|
+
</earl:result>
|
122
|
+
</earl:Assertion>
|
123
|
+
|
124
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0013">
|
125
|
+
<dc:title>Test Case #13</dc:title>
|
126
|
+
<dc:description>@xml:lang inheritance</dc:description>
|
127
|
+
</earl:TestCase>
|
128
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-13">
|
129
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
130
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
131
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0013"/>
|
132
|
+
<earl:result rdf:parseType="Resource">
|
133
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
134
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
135
|
+
</earl:result>
|
136
|
+
</earl:Assertion>
|
137
|
+
|
138
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0014">
|
139
|
+
<dc:title>Test Case #14</dc:title>
|
140
|
+
<dc:description>@datatype, xsd:integer</dc:description>
|
141
|
+
</earl:TestCase>
|
142
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-14">
|
143
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
144
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
145
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0014"/>
|
146
|
+
<earl:result rdf:parseType="Resource">
|
147
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
148
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
149
|
+
</earl:result>
|
150
|
+
</earl:Assertion>
|
151
|
+
|
152
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0015">
|
153
|
+
<dc:title>Test Case #15</dc:title>
|
154
|
+
<dc:description>meta and link</dc:description>
|
155
|
+
</earl:TestCase>
|
156
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-15">
|
157
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
158
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
159
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0015"/>
|
160
|
+
<earl:result rdf:parseType="Resource">
|
161
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
162
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
163
|
+
</earl:result>
|
164
|
+
</earl:Assertion>
|
165
|
+
|
166
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0017">
|
167
|
+
<dc:title>Test Case #17</dc:title>
|
168
|
+
<dc:description>Related blanknodes</dc:description>
|
169
|
+
</earl:TestCase>
|
170
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-17">
|
171
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
172
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
173
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0017"/>
|
174
|
+
<earl:result rdf:parseType="Resource">
|
175
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
176
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
177
|
+
</earl:result>
|
178
|
+
</earl:Assertion>
|
179
|
+
|
180
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0018">
|
181
|
+
<dc:title>Test Case #18</dc:title>
|
182
|
+
<dc:description>@rel for predicate</dc:description>
|
183
|
+
</earl:TestCase>
|
184
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-18">
|
185
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
186
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
187
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0018"/>
|
188
|
+
<earl:result rdf:parseType="Resource">
|
189
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
190
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
191
|
+
</earl:result>
|
192
|
+
</earl:Assertion>
|
193
|
+
|
194
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0019">
|
195
|
+
<dc:title>Test Case #19</dc:title>
|
196
|
+
<dc:description>@about for subject</dc:description>
|
197
|
+
</earl:TestCase>
|
198
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-19">
|
199
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
200
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
201
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0019"/>
|
202
|
+
<earl:result rdf:parseType="Resource">
|
203
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
204
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
205
|
+
</earl:result>
|
206
|
+
</earl:Assertion>
|
207
|
+
|
208
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0020">
|
209
|
+
<dc:title>Test Case #20</dc:title>
|
210
|
+
<dc:description>Inheriting @about for subject</dc:description>
|
211
|
+
</earl:TestCase>
|
212
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-20">
|
213
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
214
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
215
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0020"/>
|
216
|
+
<earl:result rdf:parseType="Resource">
|
217
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
218
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
219
|
+
</earl:result>
|
220
|
+
</earl:Assertion>
|
221
|
+
|
222
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0021">
|
223
|
+
<dc:title>Test Case #21</dc:title>
|
224
|
+
<dc:description>Subject inheritance with no @about</dc:description>
|
225
|
+
</earl:TestCase>
|
226
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-21">
|
227
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
228
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
229
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0021"/>
|
230
|
+
<earl:result rdf:parseType="Resource">
|
231
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
232
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
233
|
+
</earl:result>
|
234
|
+
</earl:Assertion>
|
235
|
+
|
236
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0023">
|
237
|
+
<dc:title>Test Case #23</dc:title>
|
238
|
+
<dc:description>@id does not generate subjects</dc:description>
|
239
|
+
</earl:TestCase>
|
240
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-23">
|
241
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
242
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
243
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0023"/>
|
244
|
+
<earl:result rdf:parseType="Resource">
|
245
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
246
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
247
|
+
</earl:result>
|
248
|
+
</earl:Assertion>
|
249
|
+
|
250
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0025">
|
251
|
+
<dc:title>Test Case #25</dc:title>
|
252
|
+
<dc:description>simple chaining test</dc:description>
|
253
|
+
</earl:TestCase>
|
254
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-25">
|
255
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
256
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
257
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0025"/>
|
258
|
+
<earl:result rdf:parseType="Resource">
|
259
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
260
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
261
|
+
</earl:result>
|
262
|
+
</earl:Assertion>
|
263
|
+
|
264
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0026">
|
265
|
+
<dc:title>Test Case #26</dc:title>
|
266
|
+
<dc:description>@content</dc:description>
|
267
|
+
</earl:TestCase>
|
268
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-26">
|
269
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
270
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
271
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0026"/>
|
272
|
+
<earl:result rdf:parseType="Resource">
|
273
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
274
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
275
|
+
</earl:result>
|
276
|
+
</earl:Assertion>
|
277
|
+
|
278
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0027">
|
279
|
+
<dc:title>Test Case #27</dc:title>
|
280
|
+
<dc:description>@content, ignore element content</dc:description>
|
281
|
+
</earl:TestCase>
|
282
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-27">
|
283
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
284
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
285
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0027"/>
|
286
|
+
<earl:result rdf:parseType="Resource">
|
287
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
288
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
289
|
+
</earl:result>
|
290
|
+
</earl:Assertion>
|
291
|
+
|
292
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0029">
|
293
|
+
<dc:title>Test Case #29</dc:title>
|
294
|
+
<dc:description>markup stripping with @datatype</dc:description>
|
295
|
+
</earl:TestCase>
|
296
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-29">
|
297
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
298
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
299
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0029"/>
|
300
|
+
<earl:result rdf:parseType="Resource">
|
301
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
302
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
303
|
+
</earl:result>
|
304
|
+
</earl:Assertion>
|
305
|
+
|
306
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0030">
|
307
|
+
<dc:title>Test Case #30</dc:title>
|
308
|
+
<dc:description>omitted @about</dc:description>
|
309
|
+
</earl:TestCase>
|
310
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-30">
|
311
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
312
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
313
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0030"/>
|
314
|
+
<earl:result rdf:parseType="Resource">
|
315
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
316
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
317
|
+
</earl:result>
|
318
|
+
</earl:Assertion>
|
319
|
+
|
320
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0031">
|
321
|
+
<dc:title>Test Case #31</dc:title>
|
322
|
+
<dc:description>simple @resource</dc:description>
|
323
|
+
</earl:TestCase>
|
324
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-31">
|
325
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
326
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
327
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0031"/>
|
328
|
+
<earl:result rdf:parseType="Resource">
|
329
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
330
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
331
|
+
</earl:result>
|
332
|
+
</earl:Assertion>
|
333
|
+
|
334
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0032">
|
335
|
+
<dc:title>Test Case #32</dc:title>
|
336
|
+
<dc:description>@resource overrides @href</dc:description>
|
337
|
+
</earl:TestCase>
|
338
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-32">
|
339
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
340
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
341
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0032"/>
|
342
|
+
<earl:result rdf:parseType="Resource">
|
343
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
344
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
345
|
+
</earl:result>
|
346
|
+
</earl:Assertion>
|
347
|
+
|
348
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0033">
|
349
|
+
<dc:title>Test Case #33</dc:title>
|
350
|
+
<dc:description>simple chaining test with bNode</dc:description>
|
351
|
+
</earl:TestCase>
|
352
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-33">
|
353
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
354
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
355
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0033"/>
|
356
|
+
<earl:result rdf:parseType="Resource">
|
357
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
358
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
359
|
+
</earl:result>
|
360
|
+
</earl:Assertion>
|
361
|
+
|
362
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0034">
|
363
|
+
<dc:title>Test Case #34</dc:title>
|
364
|
+
<dc:description>simple img[@src] test</dc:description>
|
365
|
+
</earl:TestCase>
|
366
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-34">
|
367
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
368
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
369
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0034"/>
|
370
|
+
<earl:result rdf:parseType="Resource">
|
371
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
372
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
373
|
+
</earl:result>
|
374
|
+
</earl:Assertion>
|
375
|
+
|
376
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0035">
|
377
|
+
<dc:title>Test Case #35</dc:title>
|
378
|
+
<dc:description>@src/@href test</dc:description>
|
379
|
+
</earl:TestCase>
|
380
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-35">
|
381
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
382
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
383
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0035"/>
|
384
|
+
<earl:result rdf:parseType="Resource">
|
385
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
386
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
387
|
+
</earl:result>
|
388
|
+
</earl:Assertion>
|
389
|
+
|
390
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0036">
|
391
|
+
<dc:title>Test Case #36</dc:title>
|
392
|
+
<dc:description>@src/@resource test</dc:description>
|
393
|
+
</earl:TestCase>
|
394
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-36">
|
395
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
396
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
397
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0036"/>
|
398
|
+
<earl:result rdf:parseType="Resource">
|
399
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
400
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
401
|
+
</earl:result>
|
402
|
+
</earl:Assertion>
|
403
|
+
|
404
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0037">
|
405
|
+
<dc:title>Test Case #37</dc:title>
|
406
|
+
<dc:description>@src/@href/@resource test</dc:description>
|
407
|
+
</earl:TestCase>
|
408
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-37">
|
409
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
410
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
411
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0037"/>
|
412
|
+
<earl:result rdf:parseType="Resource">
|
413
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
414
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
415
|
+
</earl:result>
|
416
|
+
</earl:Assertion>
|
417
|
+
|
418
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0038">
|
419
|
+
<dc:title>Test Case #38</dc:title>
|
420
|
+
<dc:description>@rev - img[@src] test</dc:description>
|
421
|
+
</earl:TestCase>
|
422
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-38">
|
423
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
424
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
425
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0038"/>
|
426
|
+
<earl:result rdf:parseType="Resource">
|
427
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
428
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
429
|
+
</earl:result>
|
430
|
+
</earl:Assertion>
|
431
|
+
|
432
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0039">
|
433
|
+
<dc:title>Test Case #39</dc:title>
|
434
|
+
<dc:description>@rev - @src/@href test</dc:description>
|
435
|
+
</earl:TestCase>
|
436
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-39">
|
437
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
438
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
439
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0039"/>
|
440
|
+
<earl:result rdf:parseType="Resource">
|
441
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
442
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
443
|
+
</earl:result>
|
444
|
+
</earl:Assertion>
|
445
|
+
|
446
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0040">
|
447
|
+
<dc:title>Test Case #40</dc:title>
|
448
|
+
<dc:description>@rev - @src/@resource test</dc:description>
|
449
|
+
</earl:TestCase>
|
450
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-40">
|
451
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
452
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
453
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0040"/>
|
454
|
+
<earl:result rdf:parseType="Resource">
|
455
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
456
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
457
|
+
</earl:result>
|
458
|
+
</earl:Assertion>
|
459
|
+
|
460
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0041">
|
461
|
+
<dc:title>Test Case #41</dc:title>
|
462
|
+
<dc:description>@rev - @src/@href/@resource test</dc:description>
|
463
|
+
</earl:TestCase>
|
464
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-41">
|
465
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
466
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
467
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0041"/>
|
468
|
+
<earl:result rdf:parseType="Resource">
|
469
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
470
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
471
|
+
</earl:result>
|
472
|
+
</earl:Assertion>
|
473
|
+
|
474
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0042">
|
475
|
+
<dc:title>Test Case #42</dc:title>
|
476
|
+
<dc:description>img[@src] test with omitted @about</dc:description>
|
477
|
+
</earl:TestCase>
|
478
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-42">
|
479
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
480
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
481
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0042"/>
|
482
|
+
<earl:result rdf:parseType="Resource">
|
483
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
484
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
485
|
+
</earl:result>
|
486
|
+
</earl:Assertion>
|
487
|
+
|
488
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0046">
|
489
|
+
<dc:title>Test Case #46</dc:title>
|
490
|
+
<dc:description>@typeof with @rel present, no @href, @resource, or @about</dc:description>
|
491
|
+
</earl:TestCase>
|
492
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-46">
|
493
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
494
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
495
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0046"/>
|
496
|
+
<earl:result rdf:parseType="Resource">
|
497
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
498
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
499
|
+
</earl:result>
|
500
|
+
</earl:Assertion>
|
501
|
+
|
502
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0047">
|
503
|
+
<dc:title>Test Case #47</dc:title>
|
504
|
+
<dc:description>@typeof with @rel and @resource present, no @about</dc:description>
|
505
|
+
</earl:TestCase>
|
506
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-47">
|
507
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
508
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
509
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0047"/>
|
510
|
+
<earl:result rdf:parseType="Resource">
|
511
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
512
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
513
|
+
</earl:result>
|
514
|
+
</earl:Assertion>
|
515
|
+
|
516
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0048">
|
517
|
+
<dc:title>Test Case #48</dc:title>
|
518
|
+
<dc:description>@typeof with @about and @rel present, no @resource</dc:description>
|
519
|
+
</earl:TestCase>
|
520
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-48">
|
521
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
522
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
523
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0048"/>
|
524
|
+
<earl:result rdf:parseType="Resource">
|
525
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
526
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
527
|
+
</earl:result>
|
528
|
+
</earl:Assertion>
|
529
|
+
|
530
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0049">
|
531
|
+
<dc:title>Test Case #49</dc:title>
|
532
|
+
<dc:description>@typeof with @about, no @rel or @resource</dc:description>
|
533
|
+
</earl:TestCase>
|
534
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-49">
|
535
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
536
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
537
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0049"/>
|
538
|
+
<earl:result rdf:parseType="Resource">
|
539
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
540
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
541
|
+
</earl:result>
|
542
|
+
</earl:Assertion>
|
543
|
+
|
544
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0050">
|
545
|
+
<dc:title>Test Case #50</dc:title>
|
546
|
+
<dc:description>@typeof without anything else</dc:description>
|
547
|
+
</earl:TestCase>
|
548
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-50">
|
549
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
550
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
551
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0050"/>
|
552
|
+
<earl:result rdf:parseType="Resource">
|
553
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
554
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
555
|
+
</earl:result>
|
556
|
+
</earl:Assertion>
|
557
|
+
|
558
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0051">
|
559
|
+
<dc:title>Test Case #51</dc:title>
|
560
|
+
<dc:description>@typeof with a single @property</dc:description>
|
561
|
+
</earl:TestCase>
|
562
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-51">
|
563
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
564
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
565
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0051"/>
|
566
|
+
<earl:result rdf:parseType="Resource">
|
567
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
568
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
569
|
+
</earl:result>
|
570
|
+
</earl:Assertion>
|
571
|
+
|
572
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0052">
|
573
|
+
<dc:title>Test Case #52</dc:title>
|
574
|
+
<dc:description>@typeof with @resource and nothing else</dc:description>
|
575
|
+
</earl:TestCase>
|
576
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-52">
|
577
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
578
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
579
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0052"/>
|
580
|
+
<earl:result rdf:parseType="Resource">
|
581
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
582
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
583
|
+
</earl:result>
|
584
|
+
</earl:Assertion>
|
585
|
+
|
586
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0053">
|
587
|
+
<dc:title>Test Case #53</dc:title>
|
588
|
+
<dc:description>@typeof with @resource and nothing else, with a subelement</dc:description>
|
589
|
+
</earl:TestCase>
|
590
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-53">
|
591
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
592
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
593
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0053"/>
|
594
|
+
<earl:result rdf:parseType="Resource">
|
595
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
596
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
597
|
+
</earl:result>
|
598
|
+
</earl:Assertion>
|
599
|
+
|
600
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0054">
|
601
|
+
<dc:title>Test Case #54</dc:title>
|
602
|
+
<dc:description>multiple @property</dc:description>
|
603
|
+
</earl:TestCase>
|
604
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-54">
|
605
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
606
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
607
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0054"/>
|
608
|
+
<earl:result rdf:parseType="Resource">
|
609
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
610
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
611
|
+
</earl:result>
|
612
|
+
</earl:Assertion>
|
613
|
+
|
614
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0055">
|
615
|
+
<dc:title>Test Case #55</dc:title>
|
616
|
+
<dc:description>multiple @rel</dc:description>
|
617
|
+
</earl:TestCase>
|
618
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-55">
|
619
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
620
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
621
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0055"/>
|
622
|
+
<earl:result rdf:parseType="Resource">
|
623
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
624
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
625
|
+
</earl:result>
|
626
|
+
</earl:Assertion>
|
627
|
+
|
628
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0056">
|
629
|
+
<dc:title>Test Case #56</dc:title>
|
630
|
+
<dc:description>@typeof applies to @about on same element with hanging rel</dc:description>
|
631
|
+
</earl:TestCase>
|
632
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-56">
|
633
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
634
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
635
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0056"/>
|
636
|
+
<earl:result rdf:parseType="Resource">
|
637
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
638
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
639
|
+
</earl:result>
|
640
|
+
</earl:Assertion>
|
641
|
+
|
642
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0057">
|
643
|
+
<dc:title>Test Case #57</dc:title>
|
644
|
+
<dc:description>hanging @rel creates multiple triples</dc:description>
|
645
|
+
</earl:TestCase>
|
646
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-57">
|
647
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
648
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
649
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0057"/>
|
650
|
+
<earl:result rdf:parseType="Resource">
|
651
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
652
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
653
|
+
</earl:result>
|
654
|
+
</earl:Assertion>
|
655
|
+
|
656
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0058">
|
657
|
+
<dc:title>Test Case #58</dc:title>
|
658
|
+
<dc:description>hanging @rel creates multiple triples, @typeof permutation</dc:description>
|
659
|
+
</earl:TestCase>
|
660
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-58">
|
661
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
662
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
663
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0058"/>
|
664
|
+
<earl:result rdf:parseType="Resource">
|
665
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
666
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
667
|
+
</earl:result>
|
668
|
+
</earl:Assertion>
|
669
|
+
|
670
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0059">
|
671
|
+
<dc:title>Test Case #59</dc:title>
|
672
|
+
<dc:description>multiple hanging @rels with multiple children</dc:description>
|
673
|
+
</earl:TestCase>
|
674
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-59">
|
675
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
676
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
677
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0059"/>
|
678
|
+
<earl:result rdf:parseType="Resource">
|
679
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
680
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
681
|
+
</earl:result>
|
682
|
+
</earl:Assertion>
|
683
|
+
|
684
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0060">
|
685
|
+
<dc:title>Test Case #60</dc:title>
|
686
|
+
<dc:description>UTF-8 conformance</dc:description>
|
687
|
+
</earl:TestCase>
|
688
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-60">
|
689
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
690
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
691
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0060"/>
|
692
|
+
<earl:result rdf:parseType="Resource">
|
693
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
694
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
695
|
+
</earl:result>
|
696
|
+
</earl:Assertion>
|
697
|
+
|
698
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0061">
|
699
|
+
<dc:title>Test Case #61</dc:title>
|
700
|
+
<dc:description>@rel in head using reserved, non-prefixed XHTML value</dc:description>
|
701
|
+
</earl:TestCase>
|
702
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-61">
|
703
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
704
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
705
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0061"/>
|
706
|
+
<earl:result rdf:parseType="Resource">
|
707
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
708
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
709
|
+
</earl:result>
|
710
|
+
</earl:Assertion>
|
711
|
+
|
712
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0062">
|
713
|
+
<dc:title>Test Case #62</dc:title>
|
714
|
+
<dc:description>@rev in head using reserved, non-prefixed XHTML value</dc:description>
|
715
|
+
</earl:TestCase>
|
716
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-62">
|
717
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
718
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
719
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0062"/>
|
720
|
+
<earl:result rdf:parseType="Resource">
|
721
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
722
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
723
|
+
</earl:result>
|
724
|
+
</earl:Assertion>
|
725
|
+
|
726
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0063">
|
727
|
+
<dc:title>Test Case #63</dc:title>
|
728
|
+
<dc:description>@rel in head using reserved XHTML value and empty-prefix CURIE syntax</dc:description>
|
729
|
+
</earl:TestCase>
|
730
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-63">
|
731
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
732
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
733
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0063"/>
|
734
|
+
<earl:result rdf:parseType="Resource">
|
735
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
736
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
737
|
+
</earl:result>
|
738
|
+
</earl:Assertion>
|
739
|
+
|
740
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0064">
|
741
|
+
<dc:title>Test Case #64</dc:title>
|
742
|
+
<dc:description>@about with safe CURIE</dc:description>
|
743
|
+
</earl:TestCase>
|
744
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-64">
|
745
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
746
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
747
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0064"/>
|
748
|
+
<earl:result rdf:parseType="Resource">
|
749
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
750
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
751
|
+
</earl:result>
|
752
|
+
</earl:Assertion>
|
753
|
+
|
754
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0065">
|
755
|
+
<dc:title>Test Case #65</dc:title>
|
756
|
+
<dc:description>@rel with safe CURIE</dc:description>
|
757
|
+
</earl:TestCase>
|
758
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-65">
|
759
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
760
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
761
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0065"/>
|
762
|
+
<earl:result rdf:parseType="Resource">
|
763
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
764
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
765
|
+
</earl:result>
|
766
|
+
</earl:Assertion>
|
767
|
+
|
768
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0066">
|
769
|
+
<dc:title>Test Case #66</dc:title>
|
770
|
+
<dc:description>@about with @typeof in the head</dc:description>
|
771
|
+
</earl:TestCase>
|
772
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-66">
|
773
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
774
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
775
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0066"/>
|
776
|
+
<earl:result rdf:parseType="Resource">
|
777
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
778
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
779
|
+
</earl:result>
|
780
|
+
</earl:Assertion>
|
781
|
+
|
782
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0067">
|
783
|
+
<dc:title>Test Case #67</dc:title>
|
784
|
+
<dc:description>@property in the head</dc:description>
|
785
|
+
</earl:TestCase>
|
786
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-67">
|
787
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
788
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
789
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0067"/>
|
790
|
+
<earl:result rdf:parseType="Resource">
|
791
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
792
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
793
|
+
</earl:result>
|
794
|
+
</earl:Assertion>
|
795
|
+
|
796
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0068">
|
797
|
+
<dc:title>Test Case #68</dc:title>
|
798
|
+
<dc:description>Relative URI in @about</dc:description>
|
799
|
+
</earl:TestCase>
|
800
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-68">
|
801
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
802
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
803
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0068"/>
|
804
|
+
<earl:result rdf:parseType="Resource">
|
805
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
806
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
807
|
+
</earl:result>
|
808
|
+
</earl:Assertion>
|
809
|
+
|
810
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0069">
|
811
|
+
<dc:title>Test Case #69</dc:title>
|
812
|
+
<dc:description>Relative URI in @href</dc:description>
|
813
|
+
</earl:TestCase>
|
814
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-69">
|
815
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
816
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
817
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0069"/>
|
818
|
+
<earl:result rdf:parseType="Resource">
|
819
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
820
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
821
|
+
</earl:result>
|
822
|
+
</earl:Assertion>
|
823
|
+
|
824
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0070">
|
825
|
+
<dc:title>Test Case #70</dc:title>
|
826
|
+
<dc:description>Relative URI in @resource</dc:description>
|
827
|
+
</earl:TestCase>
|
828
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-70">
|
829
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
830
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
831
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0070"/>
|
832
|
+
<earl:result rdf:parseType="Resource">
|
833
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
834
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
835
|
+
</earl:result>
|
836
|
+
</earl:Assertion>
|
837
|
+
|
838
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0071">
|
839
|
+
<dc:title>Test Case #71</dc:title>
|
840
|
+
<dc:description>No explicit @about</dc:description>
|
841
|
+
</earl:TestCase>
|
842
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-71">
|
843
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
844
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
845
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0071"/>
|
846
|
+
<earl:result rdf:parseType="Resource">
|
847
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
848
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
849
|
+
</earl:result>
|
850
|
+
</earl:Assertion>
|
851
|
+
|
852
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0072">
|
853
|
+
<dc:title>Test Case #72</dc:title>
|
854
|
+
<dc:description>Relative URI in @about (with XHTML base in head)</dc:description>
|
855
|
+
</earl:TestCase>
|
856
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-72">
|
857
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
858
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
859
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0072"/>
|
860
|
+
<earl:result rdf:parseType="Resource">
|
861
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
862
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
863
|
+
</earl:result>
|
864
|
+
</earl:Assertion>
|
865
|
+
|
866
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0073">
|
867
|
+
<dc:title>Test Case #73</dc:title>
|
868
|
+
<dc:description>Relative URI in @resource (with XHTML base in head)</dc:description>
|
869
|
+
</earl:TestCase>
|
870
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-73">
|
871
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
872
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
873
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0073"/>
|
874
|
+
<earl:result rdf:parseType="Resource">
|
875
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
876
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
877
|
+
</earl:result>
|
878
|
+
</earl:Assertion>
|
879
|
+
|
880
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0074">
|
881
|
+
<dc:title>Test Case #74</dc:title>
|
882
|
+
<dc:description>Relative URI in @href (with XHTML base in head)</dc:description>
|
883
|
+
</earl:TestCase>
|
884
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-74">
|
885
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
886
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
887
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0074"/>
|
888
|
+
<earl:result rdf:parseType="Resource">
|
889
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
890
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
891
|
+
</earl:result>
|
892
|
+
</earl:Assertion>
|
893
|
+
|
894
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0075">
|
895
|
+
<dc:title>Test Case #75</dc:title>
|
896
|
+
<dc:description>Reserved word 'license' in @rel with no explizit @about</dc:description>
|
897
|
+
</earl:TestCase>
|
898
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-75">
|
899
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
900
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
901
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0075"/>
|
902
|
+
<earl:result rdf:parseType="Resource">
|
903
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
904
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
905
|
+
</earl:result>
|
906
|
+
</earl:Assertion>
|
907
|
+
|
908
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0076">
|
909
|
+
<dc:title>Test Case #76</dc:title>
|
910
|
+
<dc:description>All reserved XHTML @rel values</dc:description>
|
911
|
+
</earl:TestCase>
|
912
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-76">
|
913
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
914
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
915
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0076"/>
|
916
|
+
<earl:result rdf:parseType="Resource">
|
917
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
918
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
919
|
+
</earl:result>
|
920
|
+
</earl:Assertion>
|
921
|
+
|
922
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0077">
|
923
|
+
<dc:title>Test Case #77</dc:title>
|
924
|
+
<dc:description>All reserved XHTML @rev values</dc:description>
|
925
|
+
</earl:TestCase>
|
926
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-77">
|
927
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
928
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
929
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0077"/>
|
930
|
+
<earl:result rdf:parseType="Resource">
|
931
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
932
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
933
|
+
</earl:result>
|
934
|
+
</earl:Assertion>
|
935
|
+
|
936
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0078">
|
937
|
+
<dc:title>Test Case #78</dc:title>
|
938
|
+
<dc:description>Multiple incomplete triples</dc:description>
|
939
|
+
</earl:TestCase>
|
940
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-78">
|
941
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
942
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
943
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0078"/>
|
944
|
+
<earl:result rdf:parseType="Resource">
|
945
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
946
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
947
|
+
</earl:result>
|
948
|
+
</earl:Assertion>
|
949
|
+
|
950
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0079">
|
951
|
+
<dc:title>Test Case #79</dc:title>
|
952
|
+
<dc:description>@resource and @href in completing incomplete triples</dc:description>
|
953
|
+
</earl:TestCase>
|
954
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-79">
|
955
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
956
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
957
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0079"/>
|
958
|
+
<earl:result rdf:parseType="Resource">
|
959
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
960
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
961
|
+
</earl:result>
|
962
|
+
</earl:Assertion>
|
963
|
+
|
964
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0080">
|
965
|
+
<dc:title>Test Case #80</dc:title>
|
966
|
+
<dc:description>@about overrides @resource in incomplete triples</dc:description>
|
967
|
+
</earl:TestCase>
|
968
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-80">
|
969
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
970
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
971
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0080"/>
|
972
|
+
<earl:result rdf:parseType="Resource">
|
973
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
974
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
975
|
+
</earl:result>
|
976
|
+
</earl:Assertion>
|
977
|
+
|
978
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0081">
|
979
|
+
<dc:title>Test Case #81</dc:title>
|
980
|
+
<dc:description>multiple ways of handling incomplete triples (with @rev)</dc:description>
|
981
|
+
</earl:TestCase>
|
982
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-81">
|
983
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
984
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
985
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0081"/>
|
986
|
+
<earl:result rdf:parseType="Resource">
|
987
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
988
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
989
|
+
</earl:result>
|
990
|
+
</earl:Assertion>
|
991
|
+
|
992
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0082">
|
993
|
+
<dc:title>Test Case #82</dc:title>
|
994
|
+
<dc:description>multiple ways of handling incomplete triples (with @rel and @rev)</dc:description>
|
995
|
+
</earl:TestCase>
|
996
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-82">
|
997
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
998
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
999
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0082"/>
|
1000
|
+
<earl:result rdf:parseType="Resource">
|
1001
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1002
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1003
|
+
</earl:result>
|
1004
|
+
</earl:Assertion>
|
1005
|
+
|
1006
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0083">
|
1007
|
+
<dc:title>Test Case #83</dc:title>
|
1008
|
+
<dc:description>multiple ways of handling incomplete triples (merged)</dc:description>
|
1009
|
+
</earl:TestCase>
|
1010
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-83">
|
1011
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1012
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1013
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0083"/>
|
1014
|
+
<earl:result rdf:parseType="Resource">
|
1015
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1016
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1017
|
+
</earl:result>
|
1018
|
+
</earl:Assertion>
|
1019
|
+
|
1020
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0084">
|
1021
|
+
<dc:title>Test Case #84</dc:title>
|
1022
|
+
<dc:description>multiple ways of handling incomplete triples, this time with both @rel and @rev</dc:description>
|
1023
|
+
</earl:TestCase>
|
1024
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-84">
|
1025
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1026
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1027
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0084"/>
|
1028
|
+
<earl:result rdf:parseType="Resource">
|
1029
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1030
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1031
|
+
</earl:result>
|
1032
|
+
</earl:Assertion>
|
1033
|
+
|
1034
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0085">
|
1035
|
+
<dc:title>Test Case #85</dc:title>
|
1036
|
+
<dc:description>@resource and @href in completing incomplete triples</dc:description>
|
1037
|
+
</earl:TestCase>
|
1038
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-85">
|
1039
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1040
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1041
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0085"/>
|
1042
|
+
<earl:result rdf:parseType="Resource">
|
1043
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1044
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1045
|
+
</earl:result>
|
1046
|
+
</earl:Assertion>
|
1047
|
+
|
1048
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0086">
|
1049
|
+
<dc:title>Test Case #86</dc:title>
|
1050
|
+
<dc:description>NO triple for a non-reserved @rel value</dc:description>
|
1051
|
+
</earl:TestCase>
|
1052
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-86">
|
1053
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1054
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1055
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0086"/>
|
1056
|
+
<earl:result rdf:parseType="Resource">
|
1057
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1058
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1059
|
+
</earl:result>
|
1060
|
+
</earl:Assertion>
|
1061
|
+
|
1062
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0087">
|
1063
|
+
<dc:title>Test Case #87</dc:title>
|
1064
|
+
<dc:description>All reserved XHTML @rel values (with :xxx)</dc:description>
|
1065
|
+
</earl:TestCase>
|
1066
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-87">
|
1067
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1068
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1069
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0087"/>
|
1070
|
+
<earl:result rdf:parseType="Resource">
|
1071
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1072
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1073
|
+
</earl:result>
|
1074
|
+
</earl:Assertion>
|
1075
|
+
|
1076
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0088">
|
1077
|
+
<dc:title>Test Case #88</dc:title>
|
1078
|
+
<dc:description>Interpretation of the CURIE "_:"</dc:description>
|
1079
|
+
</earl:TestCase>
|
1080
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-88">
|
1081
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1082
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1083
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0088"/>
|
1084
|
+
<earl:result rdf:parseType="Resource">
|
1085
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1086
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1087
|
+
</earl:result>
|
1088
|
+
</earl:Assertion>
|
1089
|
+
|
1090
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0089">
|
1091
|
+
<dc:title>Test Case #89</dc:title>
|
1092
|
+
<dc:description>@src sets a new subject (@typeof)</dc:description>
|
1093
|
+
</earl:TestCase>
|
1094
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-89">
|
1095
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1096
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1097
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0089"/>
|
1098
|
+
<earl:result rdf:parseType="Resource">
|
1099
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1100
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1101
|
+
</earl:result>
|
1102
|
+
</earl:Assertion>
|
1103
|
+
|
1104
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0090">
|
1105
|
+
<dc:title>Test Case #90</dc:title>
|
1106
|
+
<dc:description>@src sets a new subject (@rel/@href)</dc:description>
|
1107
|
+
</earl:TestCase>
|
1108
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-90">
|
1109
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1110
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1111
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0090"/>
|
1112
|
+
<earl:result rdf:parseType="Resource">
|
1113
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1114
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1115
|
+
</earl:result>
|
1116
|
+
</earl:Assertion>
|
1117
|
+
|
1118
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0091">
|
1119
|
+
<dc:title>Test Case #91</dc:title>
|
1120
|
+
<dc:description>Non-reserved, un-prefixed CURIE in @property</dc:description>
|
1121
|
+
</earl:TestCase>
|
1122
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-91">
|
1123
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1124
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1125
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0091"/>
|
1126
|
+
<earl:result rdf:parseType="Resource">
|
1127
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1128
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1129
|
+
</earl:result>
|
1130
|
+
</earl:Assertion>
|
1131
|
+
|
1132
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0092">
|
1133
|
+
<dc:title>Test Case #92</dc:title>
|
1134
|
+
<dc:description>Tests XMLLiteral content with explicit @datatype</dc:description>
|
1135
|
+
</earl:TestCase>
|
1136
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-92">
|
1137
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1138
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1139
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0092"/>
|
1140
|
+
<earl:result rdf:parseType="Resource">
|
1141
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1142
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1143
|
+
</earl:result>
|
1144
|
+
</earl:Assertion>
|
1145
|
+
|
1146
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0093">
|
1147
|
+
<dc:title>Test Case #93</dc:title>
|
1148
|
+
<dc:description>Tests XMLLiteral content with explicit @datatype (user-data-typed literal)</dc:description>
|
1149
|
+
</earl:TestCase>
|
1150
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-93">
|
1151
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1152
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1153
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0093"/>
|
1154
|
+
<earl:result rdf:parseType="Resource">
|
1155
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1156
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1157
|
+
</earl:result>
|
1158
|
+
</earl:Assertion>
|
1159
|
+
|
1160
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0094">
|
1161
|
+
<dc:title>Test Case #94</dc:title>
|
1162
|
+
<dc:description>Tests XMLLiteral content with explicit @datatype (unusual prefix - bla:)</dc:description>
|
1163
|
+
</earl:TestCase>
|
1164
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-94">
|
1165
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1166
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1167
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0094"/>
|
1168
|
+
<earl:result rdf:parseType="Resource">
|
1169
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1170
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1171
|
+
</earl:result>
|
1172
|
+
</earl:Assertion>
|
1173
|
+
|
1174
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0099">
|
1175
|
+
<dc:title>Test Case #99</dc:title>
|
1176
|
+
<dc:description>Preservation of white space in literals</dc:description>
|
1177
|
+
</earl:TestCase>
|
1178
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-99">
|
1179
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1180
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1181
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0099"/>
|
1182
|
+
<earl:result rdf:parseType="Resource">
|
1183
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1184
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1185
|
+
</earl:result>
|
1186
|
+
</earl:Assertion>
|
1187
|
+
|
1188
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0100">
|
1189
|
+
<dc:title>Test Case #100</dc:title>
|
1190
|
+
<dc:description>XMLLiteral with explicit namespace</dc:description>
|
1191
|
+
</earl:TestCase>
|
1192
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-100">
|
1193
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1194
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1195
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0100"/>
|
1196
|
+
<earl:result rdf:parseType="Resource">
|
1197
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1198
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1199
|
+
</earl:result>
|
1200
|
+
</earl:Assertion>
|
1201
|
+
|
1202
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0101">
|
1203
|
+
<dc:title>Test Case #101</dc:title>
|
1204
|
+
<dc:description>XMLLiteral with explicit namespace and xml:lang</dc:description>
|
1205
|
+
</earl:TestCase>
|
1206
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-101">
|
1207
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1208
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1209
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0101"/>
|
1210
|
+
<earl:result rdf:parseType="Resource">
|
1211
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1212
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1213
|
+
</earl:result>
|
1214
|
+
</earl:Assertion>
|
1215
|
+
|
1216
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0102">
|
1217
|
+
<dc:title>Test Case #102</dc:title>
|
1218
|
+
<dc:description>XMLLiteral with explicit namespace and xml:lang; not overwriting existing langs</dc:description>
|
1219
|
+
</earl:TestCase>
|
1220
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-102">
|
1221
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1222
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1223
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0102"/>
|
1224
|
+
<earl:result rdf:parseType="Resource">
|
1225
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1226
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1227
|
+
</earl:result>
|
1228
|
+
</earl:Assertion>
|
1229
|
+
|
1230
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0103">
|
1231
|
+
<dc:title>Test Case #103</dc:title>
|
1232
|
+
<dc:description>XMLLiteral with explicit namespace; not overwriting local namespaces</dc:description>
|
1233
|
+
</earl:TestCase>
|
1234
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-103">
|
1235
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1236
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1237
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0103"/>
|
1238
|
+
<earl:result rdf:parseType="Resource">
|
1239
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1240
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1241
|
+
</earl:result>
|
1242
|
+
</earl:Assertion>
|
1243
|
+
|
1244
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0104">
|
1245
|
+
<dc:title>Test Case #104</dc:title>
|
1246
|
+
<dc:description>rdf:value</dc:description>
|
1247
|
+
</earl:TestCase>
|
1248
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-104">
|
1249
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1250
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1251
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0104"/>
|
1252
|
+
<earl:result rdf:parseType="Resource">
|
1253
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1254
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1255
|
+
</earl:result>
|
1256
|
+
</earl:Assertion>
|
1257
|
+
|
1258
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0105">
|
1259
|
+
<dc:title>Test Case #105</dc:title>
|
1260
|
+
<dc:description>inner @rel neither CURIE nor LinkType</dc:description>
|
1261
|
+
</earl:TestCase>
|
1262
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-105">
|
1263
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1264
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1265
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0105"/>
|
1266
|
+
<earl:result rdf:parseType="Resource">
|
1267
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1268
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1269
|
+
</earl:result>
|
1270
|
+
</earl:Assertion>
|
1271
|
+
|
1272
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0106">
|
1273
|
+
<dc:title>Test Case #106</dc:title>
|
1274
|
+
<dc:description>chaining with empty value in inner @rel</dc:description>
|
1275
|
+
</earl:TestCase>
|
1276
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-106">
|
1277
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1278
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1279
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0106"/>
|
1280
|
+
<earl:result rdf:parseType="Resource">
|
1281
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1282
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1283
|
+
</earl:result>
|
1284
|
+
</earl:Assertion>
|
1285
|
+
|
1286
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0107">
|
1287
|
+
<dc:title>Test Case #107</dc:title>
|
1288
|
+
<dc:description>no garbage collecting bnodes</dc:description>
|
1289
|
+
</earl:TestCase>
|
1290
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-107">
|
1291
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1292
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1293
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0107"/>
|
1294
|
+
<earl:result rdf:parseType="Resource">
|
1295
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1296
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1297
|
+
</earl:result>
|
1298
|
+
</earl:Assertion>
|
1299
|
+
|
1300
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0108">
|
1301
|
+
<dc:title>Test Case #108</dc:title>
|
1302
|
+
<dc:description>plain literal with datatype="" and xml:lang preservation</dc:description>
|
1303
|
+
</earl:TestCase>
|
1304
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-108">
|
1305
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1306
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1307
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0108"/>
|
1308
|
+
<earl:result rdf:parseType="Resource">
|
1309
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1310
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1311
|
+
</earl:result>
|
1312
|
+
</earl:Assertion>
|
1313
|
+
|
1314
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0109">
|
1315
|
+
<dc:title>Test Case #109</dc:title>
|
1316
|
+
<dc:description>Tests to ensure @xml:base is ignored</dc:description>
|
1317
|
+
</earl:TestCase>
|
1318
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-109">
|
1319
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1320
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1321
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0109"/>
|
1322
|
+
<earl:result rdf:parseType="Resource">
|
1323
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1324
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1325
|
+
</earl:result>
|
1326
|
+
</earl:Assertion>
|
1327
|
+
|
1328
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0110">
|
1329
|
+
<dc:title>Test Case #110</dc:title>
|
1330
|
+
<dc:description>bNode generated even though no nested @about exists</dc:description>
|
1331
|
+
</earl:TestCase>
|
1332
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-110">
|
1333
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1334
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1335
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0110"/>
|
1336
|
+
<earl:result rdf:parseType="Resource">
|
1337
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1338
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1339
|
+
</earl:result>
|
1340
|
+
</earl:Assertion>
|
1341
|
+
|
1342
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0111">
|
1343
|
+
<dc:title>Test Case #111</dc:title>
|
1344
|
+
<dc:description>two bNodes generated after three levels of nesting</dc:description>
|
1345
|
+
</earl:TestCase>
|
1346
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-111">
|
1347
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1348
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1349
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0111"/>
|
1350
|
+
<earl:result rdf:parseType="Resource">
|
1351
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1352
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1353
|
+
</earl:result>
|
1354
|
+
</earl:Assertion>
|
1355
|
+
|
1356
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0112">
|
1357
|
+
<dc:title>Test Case #112</dc:title>
|
1358
|
+
<dc:description>plain literal with datatype=""</dc:description>
|
1359
|
+
</earl:TestCase>
|
1360
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-112">
|
1361
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1362
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1363
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0112"/>
|
1364
|
+
<earl:result rdf:parseType="Resource">
|
1365
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1366
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1367
|
+
</earl:result>
|
1368
|
+
</earl:Assertion>
|
1369
|
+
|
1370
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0113">
|
1371
|
+
<dc:title>Test Case #113</dc:title>
|
1372
|
+
<dc:description>element with @property and no child nodes generates empty plain literal</dc:description>
|
1373
|
+
</earl:TestCase>
|
1374
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-113">
|
1375
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1376
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1377
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0113"/>
|
1378
|
+
<earl:result rdf:parseType="Resource">
|
1379
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1380
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1381
|
+
</earl:result>
|
1382
|
+
</earl:Assertion>
|
1383
|
+
|
1384
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0114">
|
1385
|
+
<dc:title>Test Case #114</dc:title>
|
1386
|
+
<dc:description>Relative URI</dc:description>
|
1387
|
+
</earl:TestCase>
|
1388
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-114">
|
1389
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1390
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1391
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0114"/>
|
1392
|
+
<earl:result rdf:parseType="Resource">
|
1393
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1394
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1395
|
+
</earl:result>
|
1396
|
+
</earl:Assertion>
|
1397
|
+
|
1398
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0115">
|
1399
|
+
<dc:title>Test Case #115</dc:title>
|
1400
|
+
<dc:description>XML Entities must be supported by RDFa parser</dc:description>
|
1401
|
+
</earl:TestCase>
|
1402
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-115">
|
1403
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1404
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1405
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0115"/>
|
1406
|
+
<earl:result rdf:parseType="Resource">
|
1407
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1408
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1409
|
+
</earl:result>
|
1410
|
+
</earl:Assertion>
|
1411
|
+
|
1412
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0116">
|
1413
|
+
<dc:title>Test Case #116</dc:title>
|
1414
|
+
<dc:description>Reserved word used in @property should not generate triple</dc:description>
|
1415
|
+
</earl:TestCase>
|
1416
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-116">
|
1417
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1418
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1419
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0116"/>
|
1420
|
+
<earl:result rdf:parseType="Resource">
|
1421
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1422
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1423
|
+
</earl:result>
|
1424
|
+
</earl:Assertion>
|
1425
|
+
|
1426
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0117">
|
1427
|
+
<dc:title>Test Case #117</dc:title>
|
1428
|
+
<dc:description>Fragment identifiers stripped from BASE</dc:description>
|
1429
|
+
</earl:TestCase>
|
1430
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-117">
|
1431
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1432
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1433
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0117"/>
|
1434
|
+
<earl:result rdf:parseType="Resource">
|
1435
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1436
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1437
|
+
</earl:result>
|
1438
|
+
</earl:Assertion>
|
1439
|
+
|
1440
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0118">
|
1441
|
+
<dc:title>Test Case #118</dc:title>
|
1442
|
+
<dc:description>empty string "" is not equivalent to NULL - @about</dc:description>
|
1443
|
+
</earl:TestCase>
|
1444
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-118">
|
1445
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1446
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1447
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0118"/>
|
1448
|
+
<earl:result rdf:parseType="Resource">
|
1449
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1450
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1451
|
+
</earl:result>
|
1452
|
+
</earl:Assertion>
|
1453
|
+
|
1454
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0119">
|
1455
|
+
<dc:title>Test Case #119</dc:title>
|
1456
|
+
<dc:description>"[prefix:]" CURIE format is valid</dc:description>
|
1457
|
+
</earl:TestCase>
|
1458
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-119">
|
1459
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1460
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1461
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0119"/>
|
1462
|
+
<earl:result rdf:parseType="Resource">
|
1463
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1464
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1465
|
+
</earl:result>
|
1466
|
+
</earl:Assertion>
|
1467
|
+
|
1468
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0120">
|
1469
|
+
<dc:title>Test Case #120</dc:title>
|
1470
|
+
<dc:description>"[:]" CURIE format is valid</dc:description>
|
1471
|
+
</earl:TestCase>
|
1472
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-120">
|
1473
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1474
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1475
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0120"/>
|
1476
|
+
<earl:result rdf:parseType="Resource">
|
1477
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1478
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1479
|
+
</earl:result>
|
1480
|
+
</earl:Assertion>
|
1481
|
+
|
1482
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0121">
|
1483
|
+
<dc:title>Test Case #121</dc:title>
|
1484
|
+
<dc:description>"[]" is a valid safe CURIE</dc:description>
|
1485
|
+
</earl:TestCase>
|
1486
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-121">
|
1487
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1488
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1489
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0121"/>
|
1490
|
+
<earl:result rdf:parseType="Resource">
|
1491
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1492
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1493
|
+
</earl:result>
|
1494
|
+
</earl:Assertion>
|
1495
|
+
|
1496
|
+
<earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test1001">
|
1497
|
+
<dc:title>Test Case #1001</dc:title>
|
1498
|
+
<dc:description>Vevent using @typeof</dc:description>
|
1499
|
+
</earl:TestCase>
|
1500
|
+
<earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-1001">
|
1501
|
+
<earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
|
1502
|
+
<earl:subject rdf:resource="http://kellogg-assoc.com/distiller/xml?uri="/>
|
1503
|
+
<earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test1001"/>
|
1504
|
+
<earl:result rdf:parseType="Resource">
|
1505
|
+
<rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
|
1506
|
+
<earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
|
1507
|
+
</earl:result>
|
1508
|
+
</earl:Assertion>
|
1509
|
+
|
1510
|
+
</rdf:RDF>
|