rdfa_parser 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (373) hide show
  1. data/.gitignore +7 -0
  2. data/History.txt +47 -0
  3. data/README.rdoc +61 -0
  4. data/Rakefile +52 -0
  5. data/VERSION +1 -0
  6. data/bin/rdfa_parser +55 -0
  7. data/lib/rdfa_parser.rb +35 -0
  8. data/lib/rdfa_parser/bnode.rb +92 -0
  9. data/lib/rdfa_parser/exceptions.rb +11 -0
  10. data/lib/rdfa_parser/graph.rb +222 -0
  11. data/lib/rdfa_parser/literal.rb +375 -0
  12. data/lib/rdfa_parser/namespace.rb +91 -0
  13. data/lib/rdfa_parser/rdfa_parser.rb +415 -0
  14. data/lib/rdfa_parser/triple.rb +100 -0
  15. data/lib/rdfa_parser/uriref.rb +94 -0
  16. data/script/console +10 -0
  17. data/script/destroy +14 -0
  18. data/script/generate +14 -0
  19. data/spec/bnode_spec.rb +51 -0
  20. data/spec/graph_spec.rb +230 -0
  21. data/spec/literal_spec.rb +282 -0
  22. data/spec/matchers.rb +134 -0
  23. data/spec/namespace_spec.rb +61 -0
  24. data/spec/rdfa_helper.rb +127 -0
  25. data/spec/rdfa_parser_spec.rb +119 -0
  26. data/spec/spec.opts +1 -0
  27. data/spec/spec_helper.rb +23 -0
  28. data/spec/triple_spec.rb +145 -0
  29. data/spec/uriref_spec.rb +117 -0
  30. data/spec/xhtml1-testcases/.sparql +13 -0
  31. data/spec/xhtml1-testcases/0001.nt +1 -0
  32. data/spec/xhtml1-testcases/0001.sparql +3 -0
  33. data/spec/xhtml1-testcases/0001.xhtml +11 -0
  34. data/spec/xhtml1-testcases/0002.sparql +3 -0
  35. data/spec/xhtml1-testcases/0003.sparql +3 -0
  36. data/spec/xhtml1-testcases/0006.nt +2 -0
  37. data/spec/xhtml1-testcases/0006.sparql +8 -0
  38. data/spec/xhtml1-testcases/0006.xhtml +16 -0
  39. data/spec/xhtml1-testcases/0007.nt +3 -0
  40. data/spec/xhtml1-testcases/0007.sparql +5 -0
  41. data/spec/xhtml1-testcases/0007.xhtml +16 -0
  42. data/spec/xhtml1-testcases/0008.nt +1 -0
  43. data/spec/xhtml1-testcases/0008.sparql +3 -0
  44. data/spec/xhtml1-testcases/0008.xhtml +16 -0
  45. data/spec/xhtml1-testcases/0009.nt +1 -0
  46. data/spec/xhtml1-testcases/0009.sparql +3 -0
  47. data/spec/xhtml1-testcases/0009.xhtml +14 -0
  48. data/spec/xhtml1-testcases/0010.nt +2 -0
  49. data/spec/xhtml1-testcases/0010.sparql +4 -0
  50. data/spec/xhtml1-testcases/0010.xhtml +13 -0
  51. data/spec/xhtml1-testcases/0011.nt +3 -0
  52. data/spec/xhtml1-testcases/0011.sparql +17 -0
  53. data/spec/xhtml1-testcases/0011.xhtml +14 -0
  54. data/spec/xhtml1-testcases/0012.nt +1 -0
  55. data/spec/xhtml1-testcases/0012.sparql +3 -0
  56. data/spec/xhtml1-testcases/0012.xhtml +12 -0
  57. data/spec/xhtml1-testcases/0013.nt +1 -0
  58. data/spec/xhtml1-testcases/0013.sparql +3 -0
  59. data/spec/xhtml1-testcases/0013.xhtml +12 -0
  60. data/spec/xhtml1-testcases/0014.nt +1 -0
  61. data/spec/xhtml1-testcases/0014.sparql +3 -0
  62. data/spec/xhtml1-testcases/0014.xhtml +15 -0
  63. data/spec/xhtml1-testcases/0015.nt +2 -0
  64. data/spec/xhtml1-testcases/0015.sparql +4 -0
  65. data/spec/xhtml1-testcases/0015.xhtml +13 -0
  66. data/spec/xhtml1-testcases/0017.nt +3 -0
  67. data/spec/xhtml1-testcases/0017.sparql +6 -0
  68. data/spec/xhtml1-testcases/0017.xhtml +16 -0
  69. data/spec/xhtml1-testcases/0018.nt +1 -0
  70. data/spec/xhtml1-testcases/0018.sparql +3 -0
  71. data/spec/xhtml1-testcases/0018.xhtml +17 -0
  72. data/spec/xhtml1-testcases/0019.nt +1 -0
  73. data/spec/xhtml1-testcases/0019.sparql +3 -0
  74. data/spec/xhtml1-testcases/0019.xhtml +14 -0
  75. data/spec/xhtml1-testcases/0020.nt +1 -0
  76. data/spec/xhtml1-testcases/0020.sparql +3 -0
  77. data/spec/xhtml1-testcases/0020.xhtml +17 -0
  78. data/spec/xhtml1-testcases/0021.nt +1 -0
  79. data/spec/xhtml1-testcases/0021.sparql +3 -0
  80. data/spec/xhtml1-testcases/0021.xhtml +17 -0
  81. data/spec/xhtml1-testcases/0023.nt +1 -0
  82. data/spec/xhtml1-testcases/0023.sparql +3 -0
  83. data/spec/xhtml1-testcases/0023.xhtml +16 -0
  84. data/spec/xhtml1-testcases/0025.nt +2 -0
  85. data/spec/xhtml1-testcases/0025.sparql +4 -0
  86. data/spec/xhtml1-testcases/0025.xhtml +19 -0
  87. data/spec/xhtml1-testcases/0026.nt +1 -0
  88. data/spec/xhtml1-testcases/0026.sparql +3 -0
  89. data/spec/xhtml1-testcases/0026.xhtml +16 -0
  90. data/spec/xhtml1-testcases/0027.nt +1 -0
  91. data/spec/xhtml1-testcases/0027.sparql +3 -0
  92. data/spec/xhtml1-testcases/0027.xhtml +17 -0
  93. data/spec/xhtml1-testcases/0029.nt +1 -0
  94. data/spec/xhtml1-testcases/0029.sparql +3 -0
  95. data/spec/xhtml1-testcases/0029.xhtml +17 -0
  96. data/spec/xhtml1-testcases/0030.nt +1 -0
  97. data/spec/xhtml1-testcases/0030.sparql +3 -0
  98. data/spec/xhtml1-testcases/0030.xhtml +16 -0
  99. data/spec/xhtml1-testcases/0031.nt +1 -0
  100. data/spec/xhtml1-testcases/0031.sparql +3 -0
  101. data/spec/xhtml1-testcases/0031.xhtml +14 -0
  102. data/spec/xhtml1-testcases/0032.nt +1 -0
  103. data/spec/xhtml1-testcases/0032.sparql +3 -0
  104. data/spec/xhtml1-testcases/0032.xhtml +15 -0
  105. data/spec/xhtml1-testcases/0033.nt +2 -0
  106. data/spec/xhtml1-testcases/0033.sparql +5 -0
  107. data/spec/xhtml1-testcases/0033.xhtml +19 -0
  108. data/spec/xhtml1-testcases/0034.nt +1 -0
  109. data/spec/xhtml1-testcases/0034.sparql +3 -0
  110. data/spec/xhtml1-testcases/0034.xhtml +14 -0
  111. data/spec/xhtml1-testcases/0035.nt +1 -0
  112. data/spec/xhtml1-testcases/0035.sparql +3 -0
  113. data/spec/xhtml1-testcases/0035.xhtml +17 -0
  114. data/spec/xhtml1-testcases/0036.nt +1 -0
  115. data/spec/xhtml1-testcases/0036.sparql +3 -0
  116. data/spec/xhtml1-testcases/0036.xhtml +17 -0
  117. data/spec/xhtml1-testcases/0037.nt +1 -0
  118. data/spec/xhtml1-testcases/0037.sparql +3 -0
  119. data/spec/xhtml1-testcases/0037.xhtml +18 -0
  120. data/spec/xhtml1-testcases/0038.nt +1 -0
  121. data/spec/xhtml1-testcases/0038.sparql +3 -0
  122. data/spec/xhtml1-testcases/0038.xhtml +14 -0
  123. data/spec/xhtml1-testcases/0039.nt +1 -0
  124. data/spec/xhtml1-testcases/0039.sparql +3 -0
  125. data/spec/xhtml1-testcases/0039.xhtml +17 -0
  126. data/spec/xhtml1-testcases/0040.nt +1 -0
  127. data/spec/xhtml1-testcases/0040.sparql +3 -0
  128. data/spec/xhtml1-testcases/0040.xhtml +16 -0
  129. data/spec/xhtml1-testcases/0041.nt +1 -0
  130. data/spec/xhtml1-testcases/0041.sparql +3 -0
  131. data/spec/xhtml1-testcases/0041.xhtml +18 -0
  132. data/spec/xhtml1-testcases/0042.nt +0 -0
  133. data/spec/xhtml1-testcases/0042.sparql +4 -0
  134. data/spec/xhtml1-testcases/0042.xhtml +15 -0
  135. data/spec/xhtml1-testcases/0046.nt +3 -0
  136. data/spec/xhtml1-testcases/0046.sparql +6 -0
  137. data/spec/xhtml1-testcases/0046.xhtml +13 -0
  138. data/spec/xhtml1-testcases/0047.nt +3 -0
  139. data/spec/xhtml1-testcases/0047.sparql +6 -0
  140. data/spec/xhtml1-testcases/0047.xhtml +13 -0
  141. data/spec/xhtml1-testcases/0048.nt +3 -0
  142. data/spec/xhtml1-testcases/0048.sparql +6 -0
  143. data/spec/xhtml1-testcases/0048.xhtml +14 -0
  144. data/spec/xhtml1-testcases/0049.nt +2 -0
  145. data/spec/xhtml1-testcases/0049.sparql +4 -0
  146. data/spec/xhtml1-testcases/0049.xhtml +14 -0
  147. data/spec/xhtml1-testcases/0050.nt +2 -0
  148. data/spec/xhtml1-testcases/0050.sparql +5 -0
  149. data/spec/xhtml1-testcases/0050.xhtml +14 -0
  150. data/spec/xhtml1-testcases/0051.nt +2 -0
  151. data/spec/xhtml1-testcases/0051.sparql +4 -0
  152. data/spec/xhtml1-testcases/0051.xhtml +12 -0
  153. data/spec/xhtml1-testcases/0052.nt +1 -0
  154. data/spec/xhtml1-testcases/0052.sparql +3 -0
  155. data/spec/xhtml1-testcases/0052.xhtml +13 -0
  156. data/spec/xhtml1-testcases/0053.nt +2 -0
  157. data/spec/xhtml1-testcases/0053.sparql +4 -0
  158. data/spec/xhtml1-testcases/0053.xhtml +13 -0
  159. data/spec/xhtml1-testcases/0054.nt +2 -0
  160. data/spec/xhtml1-testcases/0054.sparql +4 -0
  161. data/spec/xhtml1-testcases/0054.xhtml +14 -0
  162. data/spec/xhtml1-testcases/0055.nt +2 -0
  163. data/spec/xhtml1-testcases/0055.sparql +4 -0
  164. data/spec/xhtml1-testcases/0055.xhtml +16 -0
  165. data/spec/xhtml1-testcases/0056.nt +3 -0
  166. data/spec/xhtml1-testcases/0056.sparql +5 -0
  167. data/spec/xhtml1-testcases/0056.xhtml +13 -0
  168. data/spec/xhtml1-testcases/0057.nt +4 -0
  169. data/spec/xhtml1-testcases/0057.sparql +6 -0
  170. data/spec/xhtml1-testcases/0057.xhtml +14 -0
  171. data/spec/xhtml1-testcases/0058.nt +6 -0
  172. data/spec/xhtml1-testcases/0058.sparql +9 -0
  173. data/spec/xhtml1-testcases/0058.xhtml +14 -0
  174. data/spec/xhtml1-testcases/0059.nt +6 -0
  175. data/spec/xhtml1-testcases/0059.sparql +8 -0
  176. data/spec/xhtml1-testcases/0059.xhtml +16 -0
  177. data/spec/xhtml1-testcases/0060.nt +2 -0
  178. data/spec/xhtml1-testcases/0060.sparql +4 -0
  179. data/spec/xhtml1-testcases/0060.xhtml +14 -0
  180. data/spec/xhtml1-testcases/0061.nt +1 -0
  181. data/spec/xhtml1-testcases/0061.sparql +3 -0
  182. data/spec/xhtml1-testcases/0061.xhtml +11 -0
  183. data/spec/xhtml1-testcases/0062.nt +1 -0
  184. data/spec/xhtml1-testcases/0062.sparql +3 -0
  185. data/spec/xhtml1-testcases/0062.xhtml +12 -0
  186. data/spec/xhtml1-testcases/0063.nt +1 -0
  187. data/spec/xhtml1-testcases/0063.sparql +3 -0
  188. data/spec/xhtml1-testcases/0063.xhtml +11 -0
  189. data/spec/xhtml1-testcases/0064.nt +1 -0
  190. data/spec/xhtml1-testcases/0064.sparql +4 -0
  191. data/spec/xhtml1-testcases/0064.xhtml +13 -0
  192. data/spec/xhtml1-testcases/0065.nt +3 -0
  193. data/spec/xhtml1-testcases/0065.sparql +6 -0
  194. data/spec/xhtml1-testcases/0065.xhtml +22 -0
  195. data/spec/xhtml1-testcases/0066.nt +1 -0
  196. data/spec/xhtml1-testcases/0066.sparql +3 -0
  197. data/spec/xhtml1-testcases/0066.xhtml +11 -0
  198. data/spec/xhtml1-testcases/0067.nt +1 -0
  199. data/spec/xhtml1-testcases/0067.sparql +3 -0
  200. data/spec/xhtml1-testcases/0067.xhtml +11 -0
  201. data/spec/xhtml1-testcases/0068.nt +1 -0
  202. data/spec/xhtml1-testcases/0068.sparql +3 -0
  203. data/spec/xhtml1-testcases/0068.xhtml +14 -0
  204. data/spec/xhtml1-testcases/0069.nt +1 -0
  205. data/spec/xhtml1-testcases/0069.sparql +3 -0
  206. data/spec/xhtml1-testcases/0069.xhtml +14 -0
  207. data/spec/xhtml1-testcases/0070.nt +1 -0
  208. data/spec/xhtml1-testcases/0070.sparql +3 -0
  209. data/spec/xhtml1-testcases/0070.xhtml +13 -0
  210. data/spec/xhtml1-testcases/0071.nt +1 -0
  211. data/spec/xhtml1-testcases/0071.sparql +3 -0
  212. data/spec/xhtml1-testcases/0071.xhtml +16 -0
  213. data/spec/xhtml1-testcases/0072.nt +1 -0
  214. data/spec/xhtml1-testcases/0072.sparql +3 -0
  215. data/spec/xhtml1-testcases/0072.xhtml +16 -0
  216. data/spec/xhtml1-testcases/0073.nt +1 -0
  217. data/spec/xhtml1-testcases/0073.sparql +3 -0
  218. data/spec/xhtml1-testcases/0073.xhtml +16 -0
  219. data/spec/xhtml1-testcases/0074.nt +1 -0
  220. data/spec/xhtml1-testcases/0074.sparql +3 -0
  221. data/spec/xhtml1-testcases/0074.xhtml +16 -0
  222. data/spec/xhtml1-testcases/0075.nt +1 -0
  223. data/spec/xhtml1-testcases/0075.sparql +3 -0
  224. data/spec/xhtml1-testcases/0075.xhtml +16 -0
  225. data/spec/xhtml1-testcases/0076.nt +23 -0
  226. data/spec/xhtml1-testcases/0076.sparql +70 -0
  227. data/spec/xhtml1-testcases/0076.xhtml +35 -0
  228. data/spec/xhtml1-testcases/0077.nt +23 -0
  229. data/spec/xhtml1-testcases/0077.sparql +70 -0
  230. data/spec/xhtml1-testcases/0077.xhtml +58 -0
  231. data/spec/xhtml1-testcases/0078.nt +6 -0
  232. data/spec/xhtml1-testcases/0078.sparql +7 -0
  233. data/spec/xhtml1-testcases/0078.xhtml +15 -0
  234. data/spec/xhtml1-testcases/0079.nt +3 -0
  235. data/spec/xhtml1-testcases/0079.sparql +6 -0
  236. data/spec/xhtml1-testcases/0079.xhtml +15 -0
  237. data/spec/xhtml1-testcases/0080.nt +1 -0
  238. data/spec/xhtml1-testcases/0080.sparql +3 -0
  239. data/spec/xhtml1-testcases/0080.xhtml +13 -0
  240. data/spec/xhtml1-testcases/0081.nt +6 -0
  241. data/spec/xhtml1-testcases/0081.sparql +9 -0
  242. data/spec/xhtml1-testcases/0081.xhtml +15 -0
  243. data/spec/xhtml1-testcases/0082.nt +8 -0
  244. data/spec/xhtml1-testcases/0082.sparql +11 -0
  245. data/spec/xhtml1-testcases/0082.xhtml +15 -0
  246. data/spec/xhtml1-testcases/0083.nt +6 -0
  247. data/spec/xhtml1-testcases/0083.sparql +9 -0
  248. data/spec/xhtml1-testcases/0083.xhtml +15 -0
  249. data/spec/xhtml1-testcases/0084.nt +8 -0
  250. data/spec/xhtml1-testcases/0084.sparql +11 -0
  251. data/spec/xhtml1-testcases/0084.xhtml +18 -0
  252. data/spec/xhtml1-testcases/0085.nt +4 -0
  253. data/spec/xhtml1-testcases/0085.sparql +6 -0
  254. data/spec/xhtml1-testcases/0085.xhtml +17 -0
  255. data/spec/xhtml1-testcases/0086.nt +0 -0
  256. data/spec/xhtml1-testcases/0086.sparql +4 -0
  257. data/spec/xhtml1-testcases/0086.xhtml +13 -0
  258. data/spec/xhtml1-testcases/0087.nt +23 -0
  259. data/spec/xhtml1-testcases/0087.sparql +70 -0
  260. data/spec/xhtml1-testcases/0087.xhtml +35 -0
  261. data/spec/xhtml1-testcases/0088.nt +3 -0
  262. data/spec/xhtml1-testcases/0088.sparql +6 -0
  263. data/spec/xhtml1-testcases/0088.xhtml +14 -0
  264. data/spec/xhtml1-testcases/0089.nt +1 -0
  265. data/spec/xhtml1-testcases/0089.sparql +3 -0
  266. data/spec/xhtml1-testcases/0089.xhtml +13 -0
  267. data/spec/xhtml1-testcases/0090.nt +1 -0
  268. data/spec/xhtml1-testcases/0090.sparql +3 -0
  269. data/spec/xhtml1-testcases/0090.xhtml +16 -0
  270. data/spec/xhtml1-testcases/0091.nt +3 -0
  271. data/spec/xhtml1-testcases/0091.sparql +6 -0
  272. data/spec/xhtml1-testcases/0091.xhtml +16 -0
  273. data/spec/xhtml1-testcases/0092.nt +3 -0
  274. data/spec/xhtml1-testcases/0092.sparql +16 -0
  275. data/spec/xhtml1-testcases/0092.xhtml +15 -0
  276. data/spec/xhtml1-testcases/0093.nt +2 -0
  277. data/spec/xhtml1-testcases/0093.sparql +4 -0
  278. data/spec/xhtml1-testcases/0093.xhtml +15 -0
  279. data/spec/xhtml1-testcases/0094.nt +3 -0
  280. data/spec/xhtml1-testcases/0094.sparql +16 -0
  281. data/spec/xhtml1-testcases/0094.xhtml +15 -0
  282. data/spec/xhtml1-testcases/0099.nt +1 -0
  283. data/spec/xhtml1-testcases/0099.sparql +3 -0
  284. data/spec/xhtml1-testcases/0099.xhtml +20 -0
  285. data/spec/xhtml1-testcases/0100.nt +3 -0
  286. data/spec/xhtml1-testcases/0100.sparql +15 -0
  287. data/spec/xhtml1-testcases/0100.xhtml +16 -0
  288. data/spec/xhtml1-testcases/0101.nt +3 -0
  289. data/spec/xhtml1-testcases/0101.sparql +15 -0
  290. data/spec/xhtml1-testcases/0101.xhtml +16 -0
  291. data/spec/xhtml1-testcases/0102.nt +1 -0
  292. data/spec/xhtml1-testcases/0102.sparql +15 -0
  293. data/spec/xhtml1-testcases/0102.xhtml +16 -0
  294. data/spec/xhtml1-testcases/0103.nt +1 -0
  295. data/spec/xhtml1-testcases/0103.sparql +15 -0
  296. data/spec/xhtml1-testcases/0103.xhtml +15 -0
  297. data/spec/xhtml1-testcases/0104.nt +3 -0
  298. data/spec/xhtml1-testcases/0104.sparql +5 -0
  299. data/spec/xhtml1-testcases/0104.xhtml +18 -0
  300. data/spec/xhtml1-testcases/0105.nt +1 -0
  301. data/spec/xhtml1-testcases/0105.sparql +7 -0
  302. data/spec/xhtml1-testcases/0105.xhtml +13 -0
  303. data/spec/xhtml1-testcases/0106.nt +1 -0
  304. data/spec/xhtml1-testcases/0106.sparql +7 -0
  305. data/spec/xhtml1-testcases/0106.xhtml +13 -0
  306. data/spec/xhtml1-testcases/0107.nt +0 -0
  307. data/spec/xhtml1-testcases/0107.sparql +4 -0
  308. data/spec/xhtml1-testcases/0107.xhtml +11 -0
  309. data/spec/xhtml1-testcases/0108.nt +1 -0
  310. data/spec/xhtml1-testcases/0108.sparql +3 -0
  311. data/spec/xhtml1-testcases/0108.xhtml +14 -0
  312. data/spec/xhtml1-testcases/0109.nt +1 -0
  313. data/spec/xhtml1-testcases/0109.sparql +3 -0
  314. data/spec/xhtml1-testcases/0109.xhtml +15 -0
  315. data/spec/xhtml1-testcases/0110.nt +1 -0
  316. data/spec/xhtml1-testcases/0110.sparql +4 -0
  317. data/spec/xhtml1-testcases/0110.xhtml +12 -0
  318. data/spec/xhtml1-testcases/0111.nt +2 -0
  319. data/spec/xhtml1-testcases/0111.sparql +5 -0
  320. data/spec/xhtml1-testcases/0111.xhtml +14 -0
  321. data/spec/xhtml1-testcases/0112.nt +1 -0
  322. data/spec/xhtml1-testcases/0112.sparql +3 -0
  323. data/spec/xhtml1-testcases/0112.xhtml +16 -0
  324. data/spec/xhtml1-testcases/0113.nt +2 -0
  325. data/spec/xhtml1-testcases/0113.sparql +4 -0
  326. data/spec/xhtml1-testcases/0113.xhtml +12 -0
  327. data/spec/xhtml1-testcases/0114.nt +3 -0
  328. data/spec/xhtml1-testcases/0114.sparql +5 -0
  329. data/spec/xhtml1-testcases/0114.xhtml +15 -0
  330. data/spec/xhtml1-testcases/0115.nt +4 -0
  331. data/spec/xhtml1-testcases/0115.sparql +14 -0
  332. data/spec/xhtml1-testcases/0115.xhtml +17 -0
  333. data/spec/xhtml1-testcases/0116.nt +2 -0
  334. data/spec/xhtml1-testcases/0116.sparql +6 -0
  335. data/spec/xhtml1-testcases/0116.xhtml +10 -0
  336. data/spec/xhtml1-testcases/0117.nt +2 -0
  337. data/spec/xhtml1-testcases/0117.sparql +4 -0
  338. data/spec/xhtml1-testcases/0117.xhtml +15 -0
  339. data/spec/xhtml1-testcases/0118.nt +1 -0
  340. data/spec/xhtml1-testcases/0118.sparql +5 -0
  341. data/spec/xhtml1-testcases/0118.xhtml +16 -0
  342. data/spec/xhtml1-testcases/0119.nt +1 -0
  343. data/spec/xhtml1-testcases/0119.sparql +5 -0
  344. data/spec/xhtml1-testcases/0119.xhtml +19 -0
  345. data/spec/xhtml1-testcases/0120.nt +1 -0
  346. data/spec/xhtml1-testcases/0120.sparql +5 -0
  347. data/spec/xhtml1-testcases/0120.xhtml +17 -0
  348. data/spec/xhtml1-testcases/0121.nt +2 -0
  349. data/spec/xhtml1-testcases/0121.sparql +4 -0
  350. data/spec/xhtml1-testcases/0121.xhtml +24 -0
  351. data/spec/xhtml1-testcases/0122.nt +1 -0
  352. data/spec/xhtml1-testcases/0122.sparql +4 -0
  353. data/spec/xhtml1-testcases/0122.xhtml +16 -0
  354. data/spec/xhtml1-testcases/0123.nt +3 -0
  355. data/spec/xhtml1-testcases/0123.sparql +5 -0
  356. data/spec/xhtml1-testcases/0123.xhtml +18 -0
  357. data/spec/xhtml1-testcases/0124.nt +4 -0
  358. data/spec/xhtml1-testcases/0124.sparql +6 -0
  359. data/spec/xhtml1-testcases/0124.xhtml +14 -0
  360. data/spec/xhtml1-testcases/0125.nt +1 -0
  361. data/spec/xhtml1-testcases/0125.sparql +5 -0
  362. data/spec/xhtml1-testcases/0125.xhtml +16 -0
  363. data/spec/xhtml1-testcases/0126.nt +3 -0
  364. data/spec/xhtml1-testcases/0126.sparql +5 -0
  365. data/spec/xhtml1-testcases/0126.xhtml +15 -0
  366. data/spec/xhtml1-testcases/1001.nt +6 -0
  367. data/spec/xhtml1-testcases/1001.sparql +8 -0
  368. data/spec/xhtml1-testcases/1001.xhtml +20 -0
  369. data/spec/xhtml1-testcases/9999.nt +3 -0
  370. data/spec/xhtml1-testcases/9999.xhtml +14 -0
  371. data/spec/xhtml1-testcases/rdfa-xhtml1-test-manifest.rdf +1303 -0
  372. data/tasks/rspec.rake +21 -0
  373. metadata +485 -0
@@ -0,0 +1 @@
1
+ <http://www.w3.org/1999/xhtml/vocab#> <http://purl.org/dc/elements/1.1/title> "The XHTML Vocabulary Document" .
@@ -0,0 +1,5 @@
1
+ ASK WHERE {
2
+ <http://www.w3.org/1999/xhtml/vocab#>
3
+ <http://purl.org/dc/elements/1.1/title>
4
+ "The XHTML Vocabulary Document" .
5
+ }
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
3
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml"
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:example="http://example.org/">
7
+ <head>
8
+ <title>Test 0120</title>
9
+ </head>
10
+ <body>
11
+ <p about="[:]">
12
+ The
13
+ <span property="dc:title">The XHTML Vocabulary Document</span>
14
+ is the default prefix for XHTML+RDFa 1.0.
15
+ </p>
16
+ </body>
17
+ </html>
@@ -0,0 +1,2 @@
1
+ <http://example.org/> <http://purl.org/dc/elements/1.1/title> "Test Case 0121" .
2
+ <http://example.org/> <http://purl.org/dc/elements/1.1/contributor> "Shane McCarron" .
@@ -0,0 +1,4 @@
1
+ ASK WHERE {
2
+ <http://example.org/> <http://purl.org/dc/elements/1.1/title> "Test Case 0121" .
3
+ <http://example.org/> <http://purl.org/dc/elements/1.1/contributor> "Shane McCarron" .
4
+ }
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml"
4
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
5
+ <head>
6
+ <title>Test 0121</title>
7
+ </head>
8
+ <body>
9
+ <div>
10
+ <p about="http://example.org/">
11
+ <span about="[]" property="dc:title">Test Case 0121</span>
12
+ checks to make sure RDFa processors resolve the empty CURIE correctly.
13
+ <p resource="[]">
14
+ <span property="dc:contributor">Shane McCarron</span>
15
+ contributed to this test.
16
+ </p>
17
+ </p>
18
+ </div>
19
+ </body>
20
+ </html>
21
+
22
+
23
+
24
+
@@ -0,0 +1 @@
1
+ # This is a negative test. No triples should be generated from the XHTML+RDFa input document.
@@ -0,0 +1,4 @@
1
+ # This is a negative test. No triples should be generated from the XHTML+RDFa input document.
2
+ ASK WHERE {
3
+ <http://www.example.org/section1.html> <http://www.w3.org/1999/xhtml/vocab#up> ?obj .
4
+ }
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml">
4
+ <head>
5
+ <title>Test 0122</title>
6
+ </head>
7
+ <body>
8
+ <p about="http://example.org/section1.html">
9
+ This section is contained below <span rel="up" resource="[]">the main site</span>.
10
+ </p>
11
+ </body>
12
+ </html>
13
+
14
+
15
+
16
+
@@ -0,0 +1,3 @@
1
+ <http://www.example.org#sub> <http://www.example.org/lower#one> <http://www.example.org#lower> .
2
+ <http://www.example.org#sub> <http://www.example.org/upper#two> <http://www.example.org#UPPER> .
3
+ <http://www.example.org#sub> <http://www.example.org/mixed#three> <http://www.example.org#MiXeD> .
@@ -0,0 +1,5 @@
1
+ ASK WHERE {
2
+ <http://www.example.org#sub> <http://www.example.org/lower#one> <http://www.example.org#lower> .
3
+ <http://www.example.org#sub> <http://www.example.org/upper#two> <http://www.example.org#UPPER> .
4
+ <http://www.example.org#sub> <http://www.example.org/mixed#three> <http://www.example.org#MiXeD> .
5
+ }
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml"
4
+ xmlns:target="http://www.example.org#"
5
+ xmlns:test="http://www.example.org/lower#"
6
+ xmlns:TEST="http://www.example.org/upper#"
7
+ xmlns:TeSt="http://www.example.org/mixed#">
8
+ <head>
9
+ <title>Test 0123</title>
10
+ </head>
11
+ <body>
12
+ <div about="[target:sub]">
13
+ <p rel="test:one" resource="[target:lower]">lower case</p>
14
+ <p rel="TEST:two" resource="[target:UPPER]">UPPER CASE</p>
15
+ <p rel="TeSt:three" resource="[target:MiXeD]">Mixed Case</p>
16
+ </div>
17
+ </body>
18
+ </html>
@@ -0,0 +1,4 @@
1
+ <http://www.example.org/me#shane> <http://xmlns.com/foaf/0.1/firstName> "Shane" .
2
+ <http://www.example.org/me#shane> <http://xmlns.com/foaf/0.1/surname> "McCarron" .
3
+ <http://www.example.org/me#shane> <http://xmlns.com/foaf/0.1/name> "Shane McCarron" .
4
+ <http://www.example.org/me#shane> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
@@ -0,0 +1,6 @@
1
+ ASK WHERE {
2
+ <http://www.example.org/me#shane> <http://xmlns.com/foaf/0.1/firstName> "Shane" .
3
+ <http://www.example.org/me#shane> <http://xmlns.com/foaf/0.1/surname> "McCarron" .
4
+ <http://www.example.org/me#shane> <http://xmlns.com/foaf/0.1/name> "Shane McCarron" .
5
+ <http://www.example.org/me#shane> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
6
+ }
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml"
4
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
5
+ <head>
6
+ <title>Test 0124</title>
7
+ <base href="http://www.example.org/me" />
8
+ </head>
9
+ <body>
10
+ <div about="#shane" typeof="foaf:Person">
11
+ <h2 property="foaf:name" datatype=""><span property="foaf:firstName">Shane</span><span property="foaf:surname">McCarron</span></h2>
12
+ </div>
13
+ </body>
14
+ </html>
@@ -0,0 +1 @@
1
+ # This is a negative test. No triples should be generated from the XHTML+RDFa input document.
@@ -0,0 +1,5 @@
1
+ # This is a negative test. No triples should be generated from the XHTML+RDFa input document.
2
+ ASK WHERE {
3
+ <http://www.example.org/me#mark> <http://xmlns.com/foaf/0.1/firstName> "Mark" .
4
+ <http://www.example.org/me#mark> <http://xmlns.com/foaf/0.1/surname> "Birbeck" .
5
+ }
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml"
4
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
5
+ <head>
6
+ <title>Test 0125</title>
7
+ <base href="http://www.example.org/me" />
8
+ </head>
9
+ <body>
10
+ <div id="mark" about="#mark" typeof="foaf:Person">
11
+ <h2 property="foaf:name"><span
12
+ property="foaf:firstName">Mark</span> <span
13
+ property="foaf:surname">Birbeck</span></h2>
14
+ </div>
15
+ </body>
16
+ </html>
@@ -0,0 +1,3 @@
1
+ <http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .
2
+ <http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://rdfs.org/sioc/ns#Post> .
3
+ <http://www.example.org/#article> <http://purl.org/dc/terms/title> "My article" .
@@ -0,0 +1,5 @@
1
+ ASK WHERE {
2
+ <http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .
3
+ <http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://rdfs.org/sioc/ns#Post> .
4
+ <http://www.example.org/#article> <http://purl.org/dc/terms/title> "My article" .
5
+ }
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml"
4
+ xmlns:dct="http://purl.org/dc/terms/"
5
+ xmlns:sioc="http://rdfs.org/sioc/ns#"
6
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
7
+ <head>
8
+ <title>Test 0126</title>
9
+ </head>
10
+ <body>
11
+ <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post">
12
+ <h1 property="dct:title">My article</h1>
13
+ </div>
14
+ </body>
15
+ </html>
@@ -0,0 +1,6 @@
1
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/12/cal/icaltzd#Vevent> .
2
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#summary> "Weekend off in Iona" .
3
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtstart> "2006-10-21"^^<http://www.w3.org/2001/XMLSchema#date> .
4
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtend> "2006-10-23"^^<http://www.w3.org/2001/XMLSchema#date> .
5
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#url> <http://freetime.example.org/> .
6
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#location> "Iona, UK" .
@@ -0,0 +1,8 @@
1
+ ASK WHERE {
2
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/12/cal/icaltzd#Vevent> .
3
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#summary> "Weekend off in Iona" .
4
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtstart> "2006-10-21"^^<http://www.w3.org/2001/XMLSchema#date> .
5
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtend> "2006-10-23"^^<http://www.w3.org/2001/XMLSchema#date> .
6
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#url> <http://freetime.example.org/> .
7
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#location> "Iona, UK" .
8
+ }
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml"
4
+ xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#"
5
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
6
+ <head>
7
+ <title>Test 1001</title>
8
+ </head>
9
+ <body>
10
+ <p about="#event1" typeof="cal:Vevent">
11
+ <b property="cal:summary">Weekend off in Iona</b>:
12
+ <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span>
13
+ to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>.
14
+ See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for
15
+ info on <span property="cal:location">Iona, UK</span>.
16
+ </p>
17
+ </body>
18
+ </html>
19
+
20
+
@@ -0,0 +1,3 @@
1
+ <http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js> <http://cmx.org/spec/cmxterms#script> "" .
2
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/9999.xhtml> <http://cmx.org/spec/cmxterms#script> "foo"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
3
+ <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/9999.xhtml> <http://www.w3.org/1999/xhtml/vocab#stylesheet> <http://www.w3.org/stylesheets/cmx.css?1249860775> .
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
3
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>Test 999</title>
7
+ <link href="/stylesheets/cmx.css?1249860775" media="screen" rel="stylesheet" type="text/css">
8
+ <link rel="profile" href="http://purl.org/uF/hCard/1.0/">
9
+ <script xmlns:cmxterms="http://cmx.org/spec/cmxterms#" property="cmxterms:script" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
10
+ <script xmlns:cmxterms="http://cmx.org/spec/cmxterms#" property="cmxterms:script" type="text/javascript">foo</script>
11
+ </head>
12
+ <body>
13
+ </body>
14
+ </html>
@@ -0,0 +1,1303 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <rdf:RDF xmlns="http://www.w3.org/2006/03/test-description#"
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:log="http://www.w3.org/2000/10/swap/log#"
5
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
6
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
8
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
9
+ xmlns:test="http://www.w3.org/2006/03/test-description#">
10
+
11
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0001">
12
+ <dc:contributor>Elias Torres</dc:contributor>
13
+ <dc:title>Predicate establishment with @property</dc:title>
14
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0001.xhtml"/>
15
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0001.sparql"/>
16
+ <purpose>Tests @property to establish the predicate; literal object is in the content of the element.</purpose>
17
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
18
+ <specificationReference></specificationReference>
19
+ </TestCase>
20
+
21
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0002">
22
+ <dc:contributor>Elias Torres</dc:contributor>
23
+ <dc:title>meta/@property</dc:title>
24
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0002.xhtml"/>
25
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0002.sparql"/>
26
+ <purpose>Tests meta/@property to establish the predicate; subject comes from the parent's @about.</purpose>
27
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
28
+ <specificationReference></specificationReference>
29
+ </TestCase>
30
+
31
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0003">
32
+ <dc:contributor>Elias Torres</dc:contributor>
33
+ <dc:title>meta/@property, no @about in parent</dc:title>
34
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0003.xhtml"/>
35
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0003.sparql"/>
36
+ <purpose>Tests meta/@property to establish the predicate; subject will be a blank node.</purpose>
37
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
38
+ <specificationReference></specificationReference>
39
+ </TestCase>
40
+
41
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0004">
42
+ <dc:contributor>Elias Torres</dc:contributor>
43
+ <dc:title>@xml:base</dc:title>
44
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0004.xhtml"/>
45
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0004.sparql"/>
46
+ <purpose>Tests explicitly setting @xml:base.</purpose>
47
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
48
+ <specificationReference></specificationReference>
49
+ </TestCase>
50
+
51
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0005">
52
+ <dc:contributor>Elias Torres</dc:contributor>
53
+ <dc:title>CURIEs</dc:title>
54
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0005.xhtml"/>
55
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0005.sparql"/>
56
+ <purpose>Tests CURIE parsing.</purpose>
57
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
58
+ <specificationReference></specificationReference>
59
+ </TestCase>
60
+
61
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0006">
62
+ <dc:contributor>Elias Torres</dc:contributor>
63
+ <dc:title>@rel and @rev</dc:title>
64
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0006.xhtml"/>
65
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0006.sparql"/>
66
+ <purpose>Tests @rev and @rel together, with the object being specified by @href, ignoring content</purpose>
67
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
68
+ <specificationReference></specificationReference>
69
+ </TestCase>
70
+
71
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0007">
72
+ <dc:contributor>Elias Torres</dc:contributor>
73
+ <dc:title>@rel, @rev, @property, @content</dc:title>
74
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0007.xhtml"/>
75
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0007.sparql"/>
76
+ <purpose>Tests @rel, @rev, @property, and @content together to generate several RDF triples.</purpose>
77
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
78
+ <specificationReference></specificationReference>
79
+ </TestCase>
80
+
81
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0008">
82
+ <dc:contributor>Elias Torres</dc:contributor>
83
+ <dc:title>empty string @about</dc:title>
84
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0008.xhtml"/>
85
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0008.sparql"/>
86
+ <purpose>Tests empty @about.</purpose>
87
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
88
+ <specificationReference></specificationReference>
89
+ </TestCase>
90
+
91
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0009">
92
+ <dc:contributor>Elias Torres</dc:contributor>
93
+ <dc:title>@rev</dc:title>
94
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0009.xhtml"/>
95
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0009.sparql"/>
96
+ <purpose>Tests @rev.</purpose>
97
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
98
+ <specificationReference></specificationReference>
99
+ </TestCase>
100
+
101
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0010">
102
+ <dc:contributor>Elias Torres</dc:contributor>
103
+ <dc:title>@rel, @rev, @href</dc:title>
104
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0010.xhtml"/>
105
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0010.sparql"/>
106
+ <purpose>Tests @rel, @rev, and @href to generate two RDF triples.</purpose>
107
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
108
+ <specificationReference></specificationReference>
109
+ </TestCase>
110
+
111
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0011">
112
+ <dc:contributor>Elias Torres</dc:contributor>
113
+ <dc:title>XMLLiteral</dc:title>
114
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0011.xhtml"/>
115
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0011.sparql"/>
116
+ <purpose>Tests XMLLiteral content</purpose>
117
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
118
+ <specificationReference></specificationReference>
119
+ </TestCase>
120
+
121
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0012">
122
+ <dc:contributor>Elias Torres</dc:contributor>
123
+ <dc:title>@xml:lang</dc:title>
124
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0012.xhtml"/>
125
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0012.sparql"/>
126
+ <purpose>Tests @xml:lang</purpose>
127
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
128
+ <specificationReference></specificationReference>
129
+ </TestCase>
130
+
131
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0013">
132
+ <dc:contributor>Elias Torres</dc:contributor>
133
+ <dc:title>@xml:lang inheritance</dc:title>
134
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0013.xhtml"/>
135
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0013.sparql"/>
136
+ <purpose>Tests @xml:lang inheritance</purpose>
137
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
138
+ <specificationReference></specificationReference>
139
+ </TestCase>
140
+
141
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0014">
142
+ <dc:contributor>Elias Torres</dc:contributor>
143
+ <dc:title>@datatype, xsd:integer</dc:title>
144
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0014.xhtml"/>
145
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0014.sparql"/>
146
+ <purpose>Tests setting the @datatype to xsd:integer</purpose>
147
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
148
+ <specificationReference></specificationReference>
149
+ </TestCase>
150
+
151
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0015">
152
+ <dc:contributor>Elias Torres</dc:contributor>
153
+ <dc:title>meta and link</dc:title>
154
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0015.xhtml"/>
155
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0015.sparql"/>
156
+ <purpose>Tests meta and link with no parent @about</purpose>
157
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
158
+ <specificationReference></specificationReference>
159
+ </TestCase>
160
+
161
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0016">
162
+ <dc:contributor>Elias Torres</dc:contributor>
163
+ <dc:title>Blank node, explicit</dc:title>
164
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0016.xhtml"/>
165
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0016.sparql"/>
166
+ <purpose>Tests setting @about to an explicit blanknode _:a.</purpose>
167
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
168
+ <specificationReference></specificationReference>
169
+ </TestCase>
170
+
171
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0017">
172
+ <dc:contributor>Elias Torres</dc:contributor>
173
+ <dc:title>Related blanknodes</dc:title>
174
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0017.xhtml"/>
175
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0017.sparql"/>
176
+ <purpose>Tests creation of statements involving explicitly created blank nodes.</purpose>
177
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
178
+ <specificationReference></specificationReference>
179
+ </TestCase>
180
+
181
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0018">
182
+ <dc:contributor>Wing Yung</dc:contributor>
183
+ <dc:title>@rel for predicate</dc:title>
184
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0018.xhtml"/>
185
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0018.sparql"/>
186
+ <purpose>Tests @rel to establish predicate.</purpose>
187
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
188
+ <specificationReference></specificationReference>
189
+ </TestCase>
190
+
191
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0019">
192
+ <dc:contributor>Wing Yung</dc:contributor>
193
+ <dc:title>@about for subject</dc:title>
194
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0019.xhtml"/>
195
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0019.sparql"/>
196
+ <purpose>Tests @about to establish subject.</purpose>
197
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
198
+ <specificationReference></specificationReference>
199
+ </TestCase>
200
+
201
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0020">
202
+ <dc:contributor>Wing Yung</dc:contributor>
203
+ <dc:title>Inheriting @about for subject</dc:title>
204
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0020.xhtml"/>
205
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0020.sparql"/>
206
+ <purpose>Tests @about inheritance to establish subject.</purpose>
207
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
208
+ <specificationReference></specificationReference>
209
+ </TestCase>
210
+
211
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0021">
212
+ <dc:contributor>Wing Yung</dc:contributor>
213
+ <dc:title>Subject inheritance with no @about</dc:title>
214
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0021.xhtml"/>
215
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0021.sparql"/>
216
+ <purpose>Tests inheritance of subject when no @about can be found</purpose>
217
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
218
+ <specificationReference></specificationReference>
219
+ </TestCase>
220
+
221
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0022">
222
+ <dc:contributor>Wing Yung</dc:contributor>
223
+ <dc:title>meta with parent @id</dc:title>
224
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0022.xhtml"/>
225
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0022.sparql"/>
226
+ <purpose>Tests getting subject from parent @id</purpose>
227
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
228
+ <specificationReference></specificationReference>
229
+ </TestCase>
230
+
231
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0023">
232
+ <dc:contributor>Wing Yung</dc:contributor>
233
+ <dc:title>@id does not generate subjects</dc:title>
234
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0023.xhtml"/>
235
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0023.sparql"/>
236
+ <purpose>Tests that @id does not generate subjects</purpose>
237
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
238
+ <specificationReference></specificationReference>
239
+ </TestCase>
240
+
241
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0024">
242
+ <dc:contributor>Wing Yung</dc:contributor>
243
+ <dc:title>Ignore @id for non-meta and non-link</dc:title>
244
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0024.xhtml"/>
245
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0024.sparql"/>
246
+ <purpose>Tests igoring @id for non-meta and non-link tag</purpose>
247
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
248
+ <specificationReference></specificationReference>
249
+ </TestCase>
250
+
251
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0025">
252
+ <dc:contributor>Ben Adida</dc:contributor>
253
+ <dc:title>simple chaining test</dc:title>
254
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0025.xhtml"/>
255
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0025.sparql"/>
256
+ <purpose>Tests simple chaining with cascade of @resource and @property</purpose>
257
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
258
+ <specificationReference></specificationReference>
259
+ </TestCase>
260
+
261
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0026">
262
+ <dc:contributor>Wing Yung</dc:contributor>
263
+ <dc:title>@content</dc:title>
264
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0026.xhtml"/>
265
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0026.sparql"/>
266
+ <purpose>Tests @content for literal object</purpose>
267
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
268
+ <specificationReference></specificationReference>
269
+ </TestCase>
270
+
271
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0027">
272
+ <dc:contributor>Wing Yung</dc:contributor>
273
+ <dc:title>@content, ignore element content</dc:title>
274
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0027.xhtml"/>
275
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0027.sparql"/>
276
+ <purpose>Tests @content for literal object, overriding element content.</purpose>
277
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
278
+ <specificationReference></specificationReference>
279
+ </TestCase>
280
+
281
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0028">
282
+ <dc:contributor>Wing Yung</dc:contributor>
283
+ <dc:title>@xml:lang and @datatype</dc:title>
284
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0028.xhtml"/>
285
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0028.sparql"/>
286
+ <purpose>Tests @xml:lang and @datatype.</purpose>
287
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
288
+ <specificationReference></specificationReference>
289
+ </TestCase>
290
+
291
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0029">
292
+ <dc:contributor>Michael Hausenblas</dc:contributor>
293
+ <dc:title>markup stripping with @datatype</dc:title>
294
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0029.xhtml"/>
295
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0029.sparql"/>
296
+ <purpose>Tests markup stripping from a span element with @datatype=xsd:string</purpose>
297
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
298
+ <specificationReference></specificationReference>
299
+ </TestCase>
300
+
301
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0030">
302
+ <dc:contributor>Michael Hausenblas</dc:contributor>
303
+ <dc:title>omitted @about</dc:title>
304
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0030.xhtml"/>
305
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0030.sparql"/>
306
+ <purpose>Tests omitted @about.</purpose>
307
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
308
+ <specificationReference></specificationReference>
309
+ </TestCase>
310
+
311
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0031">
312
+ <dc:contributor>Ralph Swick</dc:contributor>
313
+ <dc:title>simple @resource</dc:title>
314
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0031.xhtml"/>
315
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0031.sparql"/>
316
+ <purpose>Tests if @resource sets URIref object correct.</purpose>
317
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
318
+ <specificationReference></specificationReference>
319
+ </TestCase>
320
+
321
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0032">
322
+ <dc:contributor>Ralph Swick</dc:contributor>
323
+ <dc:title>@resource overrides @href</dc:title>
324
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0032.xhtml"/>
325
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0032.sparql"/>
326
+ <purpose>Tests if @resource overrides @href to set the URIref object.</purpose>
327
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
328
+ <specificationReference></specificationReference>
329
+ </TestCase>
330
+
331
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0033">
332
+ <dc:contributor>Michael Hausenblas</dc:contributor>
333
+ <dc:title>simple chaining test with bNode</dc:title>
334
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0033.xhtml"/>
335
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0033.sparql"/>
336
+ <purpose>Tests simple chaining with cascade of bNode and @property</purpose>
337
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
338
+ <specificationReference></specificationReference>
339
+ </TestCase>
340
+
341
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0034">
342
+ <dc:contributor>Michael Hausenblas</dc:contributor>
343
+ <dc:title>simple img[@src] test</dc:title>
344
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0034.xhtml"/>
345
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0034.sparql"/>
346
+ <purpose>Tests if a @src (in img element) correctly sets the URIref object</purpose>
347
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
348
+ <specificationReference></specificationReference>
349
+ </TestCase>
350
+
351
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0035">
352
+ <dc:contributor>Michael Hausenblas</dc:contributor>
353
+ <dc:title>@src/@href test</dc:title>
354
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0035.xhtml"/>
355
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0035.sparql"/>
356
+ <purpose>Tests if @href overwrites @src</purpose>
357
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
358
+ <specificationReference></specificationReference>
359
+ </TestCase>
360
+
361
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0036">
362
+ <dc:contributor>Michael Hausenblas</dc:contributor>
363
+ <dc:title>@src/@resource test</dc:title>
364
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0036.xhtml"/>
365
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0036.sparql"/>
366
+ <purpose>Tests if @resource overwrites @src</purpose>
367
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
368
+ <specificationReference></specificationReference>
369
+ </TestCase>
370
+
371
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0037">
372
+ <dc:contributor>Steven Pemberton</dc:contributor>
373
+ <dc:title>@src/@href/@resource test</dc:title>
374
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0037.xhtml"/>
375
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0037.sparql"/>
376
+ <purpose>Tests if @resource overwrites both @href and @src</purpose>
377
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
378
+ <specificationReference></specificationReference>
379
+ </TestCase>
380
+
381
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0038">
382
+ <dc:contributor>Mark Birbeck</dc:contributor>
383
+ <dc:title>@rev - img[@src] test</dc:title>
384
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0038.xhtml"/>
385
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0038.sparql"/>
386
+ <purpose>Tests if a @src (in img element) correctly sets the URIref subject (due to @rev)</purpose>
387
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
388
+ <specificationReference></specificationReference>
389
+ </TestCase>
390
+
391
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0039">
392
+ <dc:contributor>Mark Birbeck</dc:contributor>
393
+ <dc:title>@rev - @src/@href test</dc:title>
394
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0039.xhtml"/>
395
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0039.sparql"/>
396
+ <purpose>Tests if @href overwrites @src correctly to set the URIref subject (due to @rev)</purpose>
397
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
398
+ <specificationReference></specificationReference>
399
+ </TestCase>
400
+
401
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0040">
402
+ <dc:contributor>Mark Birbeck</dc:contributor>
403
+ <dc:title>@rev - @src/@resource test</dc:title>
404
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0040.xhtml"/>
405
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0040.sparql"/>
406
+ <purpose>Tests if @resource overwrites @src correctly to set the URIref subject (due to @rev)</purpose>
407
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
408
+ <specificationReference></specificationReference>
409
+ </TestCase>
410
+
411
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0041">
412
+ <dc:contributor>Mark Birbeck</dc:contributor>
413
+ <dc:title>@rev - @src/@href/@resource test</dc:title>
414
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0041.xhtml"/>
415
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0041.sparql"/>
416
+ <purpose>Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev)</purpose>
417
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
418
+ <specificationReference></specificationReference>
419
+ </TestCase>
420
+
421
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0042">
422
+ <dc:contributor>Ben Adida</dc:contributor>
423
+ <dc:title>img[@src] test with omitted @about</dc:title>
424
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0042.xhtml"/>
425
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0042.sparql"/>
426
+ <purpose>Tests if a @src (in img element) correctly sets the URIref object (with omitted @about)</purpose>
427
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
428
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
429
+ <specificationReference></specificationReference>
430
+ </TestCase>
431
+
432
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0043">
433
+ <dc:contributor>Ben Adida</dc:contributor>
434
+ <dc:title>@src/@href test with omitted @about</dc:title>
435
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0043.xhtml"/>
436
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0043.sparql"/>
437
+ <purpose>Tests if @href overwrites @src (with omitted @about)</purpose>
438
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
439
+ <specificationReference></specificationReference>
440
+ </TestCase>
441
+
442
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0044">
443
+ <dc:contributor>Ben Adida</dc:contributor>
444
+ <dc:title>@src/@resource test with omitted @about</dc:title>
445
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0044.xhtml"/>
446
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0044.sparql"/>
447
+ <purpose>Tests if @resource overwrites @src (with omitted @about)</purpose>
448
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
449
+ <specificationReference></specificationReference>
450
+ </TestCase>
451
+
452
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0045">
453
+ <dc:contributor>Ben Adida</dc:contributor>
454
+ <dc:title>@src/@href/@resource test with omitted @about</dc:title>
455
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0045.xhtml"/>
456
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0045.sparql"/>
457
+ <purpose>Tests if @resource overwrites both @href and @src (with omitted @about)</purpose>
458
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
459
+ <specificationReference></specificationReference>
460
+ </TestCase>
461
+
462
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0046">
463
+ <dc:contributor>Ivan Herman</dc:contributor>
464
+ <dc:title>@typeof with @rel present, no @href, @resource, or @about</dc:title>
465
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0046.xhtml"/>
466
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0046.sparql"/>
467
+ <purpose>Tests @typeof with @rel present, no @href, @resource, or @about</purpose>
468
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
469
+ <specificationReference></specificationReference>
470
+ </TestCase>
471
+
472
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0047">
473
+ <dc:contributor>Ivan Herman</dc:contributor>
474
+ <dc:title>@typeof with @rel and @resource present, no @about</dc:title>
475
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0047.xhtml"/>
476
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0047.sparql"/>
477
+ <purpose>Tests @typeof with @rel and @resource present, no @about</purpose>
478
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
479
+ <specificationReference></specificationReference>
480
+ </TestCase>
481
+
482
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0048">
483
+ <dc:contributor>Ivan Herman</dc:contributor>
484
+ <dc:title>@typeof with @about and @rel present, no @resource</dc:title>
485
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0048.xhtml"/>
486
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0048.sparql"/>
487
+ <purpose>Tests @typeof with @about and @rel present, no @resource</purpose>
488
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
489
+ <specificationReference></specificationReference>
490
+ </TestCase>
491
+
492
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0049">
493
+ <dc:contributor>Ivan Herman</dc:contributor>
494
+ <dc:title>@typeof with @about, no @rel or @resource</dc:title>
495
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0049.xhtml"/>
496
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0049.sparql"/>
497
+ <purpose>Tests @typeof with @about, no @rel or @resource</purpose>
498
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
499
+ <specificationReference></specificationReference>
500
+ </TestCase>
501
+
502
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0050">
503
+ <dc:contributor>Ivan Herman</dc:contributor>
504
+ <dc:title>@typeof without anything else</dc:title>
505
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0050.xhtml"/>
506
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0050.sparql"/>
507
+ <purpose>Tests @typeof without anything else</purpose>
508
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
509
+ <specificationReference></specificationReference>
510
+ </TestCase>
511
+
512
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0051">
513
+ <dc:contributor>Ivan Herman</dc:contributor>
514
+ <dc:title>@typeof with a single @property</dc:title>
515
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0051.xhtml"/>
516
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0051.sparql"/>
517
+ <purpose>Tests @typeof with a single @property</purpose>
518
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
519
+ <specificationReference></specificationReference>
520
+ </TestCase>
521
+
522
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0052">
523
+ <dc:contributor>Ivan Herman</dc:contributor>
524
+ <dc:title>@typeof with @resource and nothing else</dc:title>
525
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0052.xhtml"/>
526
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0052.sparql"/>
527
+ <purpose>Tests to ensure that @typeof does not apply to @resource</purpose>
528
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
529
+ <specificationReference></specificationReference>
530
+ </TestCase>
531
+
532
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0053">
533
+ <dc:contributor>Ivan Herman</dc:contributor>
534
+ <dc:title>@typeof with @resource and nothing else, with a subelement</dc:title>
535
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0053.xhtml"/>
536
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0053.sparql"/>
537
+ <purpose>Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated</purpose>
538
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
539
+ <specificationReference></specificationReference>
540
+ </TestCase>
541
+
542
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0054">
543
+ <dc:contributor>Fabien Gandon</dc:contributor>
544
+ <dc:title>multiple @property</dc:title>
545
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0054.xhtml"/>
546
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0054.sparql"/>
547
+ <purpose>Tests multiple @property separated by white spaces</purpose>
548
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
549
+ <specificationReference></specificationReference>
550
+ </TestCase>
551
+
552
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0055">
553
+ <dc:contributor>Fabien Gandon</dc:contributor>
554
+ <dc:title>multiple @rel</dc:title>
555
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0055.xhtml"/>
556
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0055.sparql"/>
557
+ <purpose>Tests multiple @rel separated by white spaces</purpose>
558
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
559
+ <specificationReference></specificationReference>
560
+ </TestCase>
561
+
562
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0056">
563
+ <dc:contributor>Manu Sporny</dc:contributor>
564
+ <dc:title>@typeof applies to @about on same element with hanging rel</dc:title>
565
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0056.xhtml"/>
566
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0056.sparql"/>
567
+ <purpose>Tests if @typeof applies to @about on same element with hanging @rel</purpose>
568
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
569
+ <specificationReference></specificationReference>
570
+ </TestCase>
571
+
572
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0057">
573
+ <dc:contributor>Manu Sporny</dc:contributor>
574
+ <dc:title>hanging @rel creates multiple triples</dc:title>
575
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0057.xhtml"/>
576
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0057.sparql"/>
577
+ <purpose>Tests if hanging @rel creates multiple triples</purpose>
578
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
579
+ <specificationReference></specificationReference>
580
+ </TestCase>
581
+
582
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0058">
583
+ <dc:contributor>Manu Sporny</dc:contributor>
584
+ <dc:title>hanging @rel creates multiple triples, @typeof permutation</dc:title>
585
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0058.xhtml"/>
586
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0058.sparql"/>
587
+ <purpose>Tests if hanging @rel creates multiple triples with @typeof permutation</purpose>
588
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
589
+ <specificationReference></specificationReference>
590
+ </TestCase>
591
+
592
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0059">
593
+ <dc:contributor>Manu Sporny</dc:contributor>
594
+ <dc:title>multiple hanging @rels with multiple children</dc:title>
595
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0059.xhtml"/>
596
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0059.sparql"/>
597
+ <purpose>Tests multiple hanging @rels with multiple children</purpose>
598
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
599
+ <specificationReference></specificationReference>
600
+ </TestCase>
601
+
602
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0060">
603
+ <dc:contributor>Manu Sporny</dc:contributor>
604
+ <dc:title>UTF-8 conformance</dc:title>
605
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0060.xhtml"/>
606
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0060.sparql"/>
607
+ <purpose>Tests conformance with UTF-8 encoding</purpose>
608
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
609
+ <specificationReference></specificationReference>
610
+ </TestCase>
611
+
612
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0061">
613
+ <dc:contributor>Manu Sporny</dc:contributor>
614
+ <dc:title>@rel in head using reserved, non-prefixed XHTML value</dc:title>
615
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0061.xhtml"/>
616
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0061.sparql"/>
617
+ <purpose>Tests @rel in head using reserved, non-prefixed XHTML value</purpose>
618
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
619
+ <specificationReference></specificationReference>
620
+ </TestCase>
621
+
622
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0062">
623
+ <dc:contributor>Manu Sporny</dc:contributor>
624
+ <dc:title>@rev in head using reserved, non-prefixed XHTML value</dc:title>
625
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0062.xhtml"/>
626
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0062.sparql"/>
627
+ <purpose>Tests @rev in head using reserved, non-prefixed XHTML value</purpose>
628
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
629
+ <specificationReference></specificationReference>
630
+ </TestCase>
631
+
632
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0063">
633
+ <dc:contributor>Manu Sporny</dc:contributor>
634
+ <dc:title>@rel in head using reserved XHTML value and empty-prefix CURIE syntax</dc:title>
635
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0063.xhtml"/>
636
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0063.sparql"/>
637
+ <purpose>Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax</purpose>
638
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
639
+ <specificationReference></specificationReference>
640
+ </TestCase>
641
+
642
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0064">
643
+ <dc:contributor>Manu Sporny</dc:contributor>
644
+ <dc:title>@about with safe CURIE</dc:title>
645
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0064.xhtml"/>
646
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0064.sparql"/>
647
+ <purpose>Tests if @about generates a proper triple when a safe CURIE is used</purpose>
648
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
649
+ <specificationReference></specificationReference>
650
+ </TestCase>
651
+
652
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0065">
653
+ <dc:contributor>Manu Sporny</dc:contributor>
654
+ <dc:title>@rel with safe CURIE</dc:title>
655
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0065.xhtml"/>
656
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0065.sparql"/>
657
+ <purpose>Tests if @rel properly connects triples generated when safe CURIEs are used</purpose>
658
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
659
+ <specificationReference></specificationReference>
660
+ </TestCase>
661
+
662
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0066">
663
+ <dc:contributor>Manu Sporny</dc:contributor>
664
+ <dc:title>@about with @typeof in the head</dc:title>
665
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0066.xhtml"/>
666
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0066.sparql"/>
667
+ <purpose>Test to make sure that @about (with current document) is implied in the head, and the proper triples are generated using @typeof</purpose>
668
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
669
+ <specificationReference></specificationReference>
670
+ </TestCase>
671
+
672
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0067">
673
+ <dc:contributor>Manu Sporny</dc:contributor>
674
+ <dc:title>@property in the head</dc:title>
675
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0067.xhtml"/>
676
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0067.sparql"/>
677
+ <purpose>Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified</purpose>
678
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
679
+ <specificationReference></specificationReference>
680
+ </TestCase>
681
+
682
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0068">
683
+ <dc:contributor>Manu Sporny</dc:contributor>
684
+ <dc:title>Relative URI in @about</dc:title>
685
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0068.xhtml"/>
686
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0068.sparql"/>
687
+ <purpose>Tests to ensure that relative URI is resolved correctly when used in @about</purpose>
688
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
689
+ <specificationReference></specificationReference>
690
+ </TestCase>
691
+
692
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0069">
693
+ <dc:contributor>Manu Sporny</dc:contributor>
694
+ <dc:title>Relative URI in @href</dc:title>
695
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0069.xhtml"/>
696
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0069.sparql"/>
697
+ <purpose>Tests to ensure that relative URI is resolved correctly when used in @href</purpose>
698
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
699
+ <specificationReference></specificationReference>
700
+ </TestCase>
701
+
702
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0070">
703
+ <dc:contributor>Manu Sporny</dc:contributor>
704
+ <dc:title>Relative URI in @resource</dc:title>
705
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0070.xhtml"/>
706
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0070.sparql"/>
707
+ <purpose>Tests to ensure that relative URI is resolved correctly when used in @resource</purpose>
708
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
709
+ <specificationReference></specificationReference>
710
+ </TestCase>
711
+
712
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0071">
713
+ <dc:contributor>Manu Sporny</dc:contributor>
714
+ <dc:title>No explicit @about</dc:title>
715
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0071.xhtml"/>
716
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0071.sparql"/>
717
+ <purpose>Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document</purpose>
718
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
719
+ <specificationReference></specificationReference>
720
+ </TestCase>
721
+
722
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0072">
723
+ <dc:contributor>Manu Sporny</dc:contributor>
724
+ <dc:title>Relative URI in @about (with XHTML base in head)</dc:title>
725
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0072.xhtml"/>
726
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0072.sparql"/>
727
+ <purpose>Tests to ensure that relative URIs are resolved correctly when used in @about with XHTML base set in head</purpose>
728
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
729
+ <specificationReference></specificationReference>
730
+ </TestCase>
731
+
732
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0073">
733
+ <dc:contributor>Manu Sporny</dc:contributor>
734
+ <dc:title>Relative URI in @resource (with XHTML base in head)</dc:title>
735
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0073.xhtml"/>
736
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0073.sparql"/>
737
+ <purpose>Tests to ensure that relative URIs are resolved correctly when used in @resource with XHTML base set in head</purpose>
738
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
739
+ <specificationReference></specificationReference>
740
+ </TestCase>
741
+
742
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0074">
743
+ <dc:contributor>Manu Sporny</dc:contributor>
744
+ <dc:title>Relative URI in @href (with XHTML base in head)</dc:title>
745
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0074.xhtml"/>
746
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0074.sparql"/>
747
+ <purpose>Tests to ensure that relative URIs are resolved correctly when used in @href with XHTML base set in head</purpose>
748
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
749
+ <specificationReference></specificationReference>
750
+ </TestCase>
751
+
752
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0075">
753
+ <dc:contributor>Manu Sporny</dc:contributor>
754
+ <dc:title>Reserved word 'license' in @rel with no explizit @about</dc:title>
755
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0075.xhtml"/>
756
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0075.sparql"/>
757
+ <purpose>Tests to ensure that the XHTML+RDFa reserved word 'license' when used in @rel (with no @about) generates the proper triple</purpose>
758
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
759
+ <specificationReference></specificationReference>
760
+ </TestCase>
761
+
762
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0076">
763
+ <dc:contributor>Manu Sporny</dc:contributor>
764
+ <dc:title>All reserved XHTML @rel values</dc:title>
765
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0076.xhtml"/>
766
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0076.sparql"/>
767
+ <purpose>Tests to ensure that all reserved XHTML words are supported in @rel</purpose>
768
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
769
+ <specificationReference></specificationReference>
770
+ </TestCase>
771
+
772
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0077">
773
+ <dc:contributor>Manu Sporny</dc:contributor>
774
+ <dc:title>All reserved XHTML @rev values</dc:title>
775
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0077.xhtml"/>
776
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0077.sparql"/>
777
+ <purpose>Tests to ensure that all reserved XHTML words are supported in @rev</purpose>
778
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
779
+ <specificationReference></specificationReference>
780
+ </TestCase>
781
+
782
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0078">
783
+ <dc:contributor>Ivan Herman</dc:contributor>
784
+ <dc:title>Multiple incomplete triples</dc:title>
785
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0078.xhtml"/>
786
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0078.sparql"/>
787
+ <purpose>Tests multiple ways of handling incomplete triples; the first two triples should use the same bnode as subject ('merged'). The third should have a separate bNode.</purpose>
788
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
789
+ <specificationReference></specificationReference>
790
+ </TestCase>
791
+
792
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0079">
793
+ <dc:contributor>Ivan Herman</dc:contributor>
794
+ <dc:title>@resource and @href in completing incomplete triples</dc:title>
795
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0079.xhtml"/>
796
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0079.sparql"/>
797
+ <purpose>Tests role of @resource and @href in completing incomplete triples (including their mutual priorities)</purpose>
798
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
799
+ <specificationReference></specificationReference>
800
+ </TestCase>
801
+
802
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0080">
803
+ <dc:contributor>Ivan Herman</dc:contributor>
804
+ <dc:title>@about overrides @resource in incomplete triples</dc:title>
805
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0080.xhtml"/>
806
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0080.sparql"/>
807
+ <purpose>Tests if @about has a higher priority than @resource in handling incomplete triples</purpose>
808
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
809
+ <specificationReference></specificationReference>
810
+ </TestCase>
811
+
812
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0081">
813
+ <dc:contributor>Ivan Herman</dc:contributor>
814
+ <dc:title>multiple ways of handling incomplete triples (with @rev)</dc:title>
815
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0081.xhtml"/>
816
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0081.sparql"/>
817
+ <purpose>Tests multiple ways of handling incomplete triples, this time with @rev</purpose>
818
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
819
+ <specificationReference></specificationReference>
820
+ </TestCase>
821
+
822
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0082">
823
+ <dc:contributor>Ivan Herman</dc:contributor>
824
+ <dc:title>multiple ways of handling incomplete triples (with @rel and @rev)</dc:title>
825
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0082.xhtml"/>
826
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0082.sparql"/>
827
+ <purpose>Tests multiple ways of handling incomplete triples, this time with both @rel and @rev</purpose>
828
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
829
+ <specificationReference></specificationReference>
830
+ </TestCase>
831
+
832
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0083">
833
+ <dc:contributor>Ivan Herman</dc:contributor>
834
+ <dc:title>multiple ways of handling incomplete triples (merged)</dc:title>
835
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0083.xhtml"/>
836
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0083.sparql"/>
837
+ <purpose>Tests multiple ways of handling incomplete triples; the first two triples should use the same bNode as subject ('merged'); the third case should use @about</purpose>
838
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
839
+ <specificationReference></specificationReference>
840
+ </TestCase>
841
+
842
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0084">
843
+ <dc:contributor>Ivan Herman</dc:contributor>
844
+ <dc:title>multiple ways of handling incomplete triples, this time with both @rel and @rev</dc:title>
845
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0084.xhtml"/>
846
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0084.sparql"/>
847
+ <purpose>Tests multiple ways of handling incomplete triples, this time with both @rel and @rev. There is an intermediate div that should be ignored by the process</purpose>
848
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
849
+ <specificationReference></specificationReference>
850
+ </TestCase>
851
+
852
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0085">
853
+ <dc:contributor>Ivan Herman</dc:contributor>
854
+ <dc:title>@resource and @href in completing incomplete triples</dc:title>
855
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0085.xhtml"/>
856
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0085.sparql"/>
857
+ <purpose>Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added</purpose>
858
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
859
+ <specificationReference></specificationReference>
860
+ </TestCase>
861
+
862
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0086">
863
+ <dc:contributor>Ivan Herman</dc:contributor>
864
+ <dc:title>NO triple for a non-reserved @rel value</dc:title>
865
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0086.xhtml"/>
866
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0086.sparql"/>
867
+ <purpose>Test that NO triple should be generated for a non-reserved @rel value</purpose>
868
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
869
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
870
+ <specificationReference></specificationReference>
871
+ </TestCase>
872
+
873
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0087">
874
+ <dc:contributor>Ivan Herman</dc:contributor>
875
+ <dc:title>All reserved XHTML @rel values (with :xxx)</dc:title>
876
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0087.xhtml"/>
877
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0087.sparql"/>
878
+ <purpose>Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx)</purpose>
879
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
880
+ <specificationReference></specificationReference>
881
+ </TestCase>
882
+
883
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0088">
884
+ <dc:contributor>Ivan Herman</dc:contributor>
885
+ <dc:title>Interpretation of the CURIE "_:"</dc:title>
886
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0088.xhtml"/>
887
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0088.sparql"/>
888
+ <purpose>Test the interpretation of the CURIE "_:"</purpose>
889
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
890
+ <specificationReference></specificationReference>
891
+ </TestCase>
892
+
893
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0089">
894
+ <dc:contributor>Manu Sporny</dc:contributor>
895
+ <dc:title>@src sets a new subject (@typeof)</dc:title>
896
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0089.xhtml"/>
897
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0089.sparql"/>
898
+ <purpose>Tests to ensure that @src sets a new subject (focuses on @typeof).</purpose>
899
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
900
+ <specificationReference></specificationReference>
901
+ </TestCase>
902
+
903
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0090">
904
+ <dc:contributor>Manu Sporny</dc:contributor>
905
+ <dc:title>@src sets a new subject (@rel/@href)</dc:title>
906
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0090.xhtml"/>
907
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0090.sparql"/>
908
+ <purpose>Tests to ensure that @src sets a new subject (focuses on @rel/@href).</purpose>
909
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
910
+ <specificationReference></specificationReference>
911
+ </TestCase>
912
+
913
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0091">
914
+ <dc:contributor>Manu Sporny</dc:contributor>
915
+ <dc:title>Non-reserved, un-prefixed CURIE in @property</dc:title>
916
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0091.xhtml"/>
917
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0091.sparql"/>
918
+ <purpose>Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples.</purpose>
919
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
920
+ <specificationReference></specificationReference>
921
+ </TestCase>
922
+
923
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0092">
924
+ <dc:contributor>Ivan Herman</dc:contributor>
925
+ <dc:title>Tests XMLLiteral content with explicit @datatype</dc:title>
926
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0092.xhtml"/>
927
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0092.sparql"/>
928
+ <purpose>Tests the explicit specification of an RDF XMLLiteral with @datatype.</purpose>
929
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
930
+ <specificationReference></specificationReference>
931
+ </TestCase>
932
+
933
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0093">
934
+ <dc:contributor>Ivan Herman</dc:contributor>
935
+ <dc:title>Tests XMLLiteral content with explicit @datatype (user-data-typed literal)</dc:title>
936
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0093.xhtml"/>
937
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0093.sparql"/>
938
+ <purpose>Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal</purpose>
939
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
940
+ <specificationReference></specificationReference>
941
+ </TestCase>
942
+
943
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0094">
944
+ <dc:contributor>Ivan Herman</dc:contributor>
945
+ <dc:title>Tests XMLLiteral content with explicit @datatype (unusual prefix - bla:)</dc:title>
946
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0094.xhtml"/>
947
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0094.sparql"/>
948
+ <purpose>Tests the explicit specification of an RDF XMLLiteral with @datatype using the proper RDF namespace, but with an unusual prefix - bla:</purpose>
949
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
950
+ <specificationReference></specificationReference>
951
+ </TestCase>
952
+
953
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0095">
954
+ <dc:contributor>Ivan Herman</dc:contributor>
955
+ <dc:title>No triples with two nested @rel</dc:title>
956
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0095.xhtml"/>
957
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0095.sparql"/>
958
+ <purpose>Tests the filtering out of unnecessary triples (checking the return value mechanism)</purpose>
959
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
960
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
961
+ <specificationReference></specificationReference>
962
+ </TestCase>
963
+
964
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0096">
965
+ <dc:contributor>Ivan Herman</dc:contributor>
966
+ <dc:title>No triples with three nested @rel</dc:title>
967
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0096.xhtml"/>
968
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0096.sparql"/>
969
+ <purpose>Tests the filtering out of unnecessary triples (checking the return value mechanism); from the RDFa Syntax document.</purpose>
970
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
971
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
972
+ <specificationReference></specificationReference>
973
+ </TestCase>
974
+
975
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0097">
976
+ <dc:contributor>Ivan Herman</dc:contributor>
977
+ <dc:title>No triples with four nested @rel</dc:title>
978
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0097.xhtml"/>
979
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0097.sparql"/>
980
+ <purpose>Tests the filtering out of unnecessary triples (checking the return value mechanism); from the RDFa Syntax document.</purpose>
981
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
982
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
983
+ <specificationReference></specificationReference>
984
+ </TestCase>
985
+
986
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0098">
987
+ <dc:contributor>Ivan Herman</dc:contributor>
988
+ <dc:title>Single literal in nested pending triples</dc:title>
989
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0098.xhtml"/>
990
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0098.sparql"/>
991
+ <purpose>Tests the generation of a single literal that should be returned as valid value in the recursion to generate pending triples.</purpose>
992
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#rejected"/>
993
+ <specificationReference></specificationReference>
994
+ </TestCase>
995
+
996
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0099">
997
+ <dc:contributor>Ivan Herman</dc:contributor>
998
+ <dc:title>Preservation of white space in literals</dc:title>
999
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0099.xhtml"/>
1000
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0099.sparql"/>
1001
+ <purpose>Tests the preservation of white space in literals.</purpose>
1002
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1003
+ <specificationReference></specificationReference>
1004
+ </TestCase>
1005
+
1006
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0100">
1007
+ <dc:contributor>Ivan Herman</dc:contributor>
1008
+ <dc:title>XMLLiteral with explicit namespace</dc:title>
1009
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0100.xhtml"/>
1010
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0100.sparql"/>
1011
+ <purpose>Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable)</purpose>
1012
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1013
+ <specificationReference></specificationReference>
1014
+ </TestCase>
1015
+
1016
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0101">
1017
+ <dc:contributor>Ivan Herman</dc:contributor>
1018
+ <dc:title>XMLLiteral with explicit namespace and xml:lang</dc:title>
1019
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0101.xhtml"/>
1020
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0101.sparql"/>
1021
+ <purpose>Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable). Furthermore, the xml:lang should also be set for each of those elements.</purpose>
1022
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1023
+ <specificationReference></specificationReference>
1024
+ </TestCase>
1025
+
1026
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0102">
1027
+ <dc:contributor>Ivan Herman</dc:contributor>
1028
+ <dc:title>XMLLiteral with explicit namespace and xml:lang; not overwriting existing langs</dc:title>
1029
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0102.xhtml"/>
1030
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0102.sparql"/>
1031
+ <purpose>Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable). Furthermore, the xml:lang should also be set on the first element but existing language
1032
+ declaration should not be changed.</purpose>
1033
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1034
+ <specificationReference></specificationReference>
1035
+ </TestCase>
1036
+
1037
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0103">
1038
+ <dc:contributor>Ivan Herman</dc:contributor>
1039
+ <dc:title>XMLLiteral with explicit namespace; not overwriting local namespaces</dc:title>
1040
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0103.xhtml"/>
1041
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0103.sparql"/>
1042
+ <purpose>Tests XML elements with explicit namespace. Each of the XML elements in the literal should have at least those namespaces declared that are used in that literal (more is acceptable), but locally set namespaces should not be changed; i.e., the default namespace for the svg element should remain unchanged in the output</purpose>
1043
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1044
+ <specificationReference></specificationReference>
1045
+ </TestCase>
1046
+
1047
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0104">
1048
+ <dc:contributor>Fabien Gandon</dc:contributor>
1049
+ <dc:title>rdf:value</dc:title>
1050
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0104.xhtml"/>
1051
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0104.sparql"/>
1052
+ <purpose>Tests rdf:value with blank nodes to give a value with a unit</purpose>
1053
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1054
+ <specificationReference></specificationReference>
1055
+ </TestCase>
1056
+
1057
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0105">
1058
+ <dc:contributor>Manu Sporny</dc:contributor>
1059
+ <dc:title>inner @rel neither CURIE nor LinkType</dc:title>
1060
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0105.xhtml"/>
1061
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0105.sparql"/>
1062
+ <purpose>Test the behavior of triple generation in a corner case where the inner @rel is neither a CURIE or a LinkType. This test effectively causes a rel="" to be inserted between the outer div subject and the inner @href, which halts chaining.</purpose>
1063
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1064
+ <specificationReference></specificationReference>
1065
+ </TestCase>
1066
+
1067
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0106">
1068
+ <dc:contributor>Manu Sporny</dc:contributor>
1069
+ <dc:title>chaining with empty value in inner @rel</dc:title>
1070
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0106.xhtml"/>
1071
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0106.sparql"/>
1072
+ <purpose>Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining.</purpose>
1073
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1074
+ <specificationReference></specificationReference>
1075
+ </TestCase>
1076
+
1077
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0107">
1078
+ <dc:contributor>Manu Sporny</dc:contributor>
1079
+ <dc:title>no garbage collecting bnodes</dc:title>
1080
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0107.xhtml"/>
1081
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0107.sparql"/>
1082
+ <purpose>Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated.</purpose>
1083
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1084
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
1085
+ <specificationReference></specificationReference>
1086
+ </TestCase>
1087
+
1088
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0108">
1089
+ <dc:contributor>Manu Sporny</dc:contributor>
1090
+ <dc:title>plain literal with datatype="" and xml:lang preservation</dc:title>
1091
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0108.xhtml"/>
1092
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0108.sparql"/>
1093
+ <purpose>Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads "Greek\nwhite space\n".</purpose>
1094
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1095
+ <specificationReference></specificationReference>
1096
+ </TestCase>
1097
+
1098
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0109">
1099
+ <dc:contributor>Manu Sporny</dc:contributor>
1100
+ <dc:title>Tests to ensure @xml:base is ignored</dc:title>
1101
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0109.xhtml"/>
1102
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0109.sparql"/>
1103
+ <purpose>Tests to make sure that @xml:base is ignored in XHTML+RDFa 1.0. The input test document is invalid XHTML.</purpose>
1104
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1105
+ <specificationReference></specificationReference>
1106
+ </TestCase>
1107
+
1108
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0110">
1109
+ <dc:contributor>Manu Sporny</dc:contributor>
1110
+ <dc:title>bNode generated even though no nested @about exists</dc:title>
1111
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0110.xhtml"/>
1112
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0110.sparql"/>
1113
+ <purpose>Tests to make sure that a bNode is generated even though no nested @about exists.</purpose>
1114
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1115
+ <specificationReference></specificationReference>
1116
+ </TestCase>
1117
+
1118
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0111">
1119
+ <dc:contributor>Manu Sporny</dc:contributor>
1120
+ <dc:title>two bNodes generated after three levels of nesting</dc:title>
1121
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0111.xhtml"/>
1122
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0111.sparql"/>
1123
+ <purpose>Tests to make sure that two bNodes are generated after three levels of nesting and that the last div does not generate a triple.</purpose>
1124
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1125
+ <specificationReference></specificationReference>
1126
+ </TestCase>
1127
+
1128
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0112">
1129
+ <dc:contributor>Manu Sporny</dc:contributor>
1130
+ <dc:title>plain literal with datatype=""</dc:title>
1131
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0112.xhtml"/>
1132
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0112.sparql"/>
1133
+ <purpose>Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "".</purpose>
1134
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1135
+ <specificationReference></specificationReference>
1136
+ </TestCase>
1137
+
1138
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0113">
1139
+ <dc:contributor>Manu Sporny</dc:contributor>
1140
+ <dc:title>element with @property and no child nodes generates empty plain literal</dc:title>
1141
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0113.xhtml"/>
1142
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0113.sparql"/>
1143
+ <purpose>Checks to make sure that an element with @property and no child nodes generates empty plain literal.</purpose>
1144
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1145
+ <specificationReference></specificationReference>
1146
+ </TestCase>
1147
+
1148
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0114">
1149
+ <dc:contributor>Manu Sporny</dc:contributor>
1150
+ <dc:title>Relative URI</dc:title>
1151
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0114.xhtml"/>
1152
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0114.sparql"/>
1153
+ <purpose>Checks to make sure that a relative URI is resolved correctly according to RFC3986, section 5 (even when the relative URI is invalid, in this case).</purpose>
1154
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1155
+ <specificationReference></specificationReference>
1156
+ </TestCase>
1157
+
1158
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0115">
1159
+ <dc:contributor>Ivan Herman</dc:contributor>
1160
+ <dc:contributor>Toby Inkster</dc:contributor>
1161
+ <dc:title>XML Entities must be supported by RDFa parser</dc:title>
1162
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0115.xhtml"/>
1163
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0115.sparql"/>
1164
+ <purpose>Checks to make sure that XML Entities are treated properly by the RDFa parser.</purpose>
1165
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1166
+ <specificationReference></specificationReference>
1167
+ </TestCase>
1168
+
1169
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0116">
1170
+ <dc:contributor>Toby Inkster</dc:contributor>
1171
+ <dc:title>Reserved word used in @property should not generate triple</dc:title>
1172
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0116.xhtml"/>
1173
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0116.sparql"/>
1174
+ <purpose>Checks to make sure that reserved words that are used in @property do not generate triples. This is a NEGATIVE test case.</purpose>
1175
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1176
+ <specificationReference></specificationReference>
1177
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
1178
+ </TestCase>
1179
+
1180
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0117">
1181
+ <dc:contributor>Manu Sporny</dc:contributor>
1182
+ <dc:title>Fragment identifiers stripped from BASE</dc:title>
1183
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0117.xhtml"/>
1184
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0117.sparql"/>
1185
+ <purpose>Checks to make sure that fragment identifiers are stripped from [base] when used to generate triples.</purpose>
1186
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1187
+ <specificationReference></specificationReference>
1188
+ </TestCase>
1189
+
1190
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0118">
1191
+ <dc:contributor>Ben Adida</dc:contributor>
1192
+ <dc:title>empty string "" is not equivalent to NULL - @about</dc:title>
1193
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0118.xhtml"/>
1194
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0118.sparql"/>
1195
+ <purpose>Checks to make sure that the empty
1196
+ string "" isn't considered as NULL in languages such as Javascript when
1197
+ generating triples. This test sets the subject in a chain using @href
1198
+ and then immediately changes the subject using @about and generates a
1199
+ triple. A buggy parser may use the @href subject
1200
+ (http://example.org/javascript.html) instead of the one defined by @about.</purpose>
1201
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1202
+ <specificationReference></specificationReference>
1203
+ </TestCase>
1204
+
1205
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0119">
1206
+ <dc:contributor>Manu Sporny</dc:contributor>
1207
+ <dc:title>"[prefix:]" CURIE format is valid</dc:title>
1208
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0119.xhtml"/>
1209
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0119.sparql"/>
1210
+ <purpose>Checks to make sure that an RDFa processor expands CURIEs having only a prefix and a
1211
+ colon if a prefix is properly defined using xmlns.
1212
+ </purpose>
1213
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1214
+ <specificationReference></specificationReference>
1215
+ </TestCase>
1216
+
1217
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0120">
1218
+ <dc:contributor>Manu Sporny</dc:contributor>
1219
+ <dc:title>"[:]" CURIE format is valid</dc:title>
1220
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0120.xhtml"/>
1221
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0120.sparql"/>
1222
+ <purpose>Checks to make sure that an RDFa processor expands CURIEs having only a colon to the
1223
+ default prefix "http://www.w3.org/1999/xhtml/vocab#".
1224
+ </purpose>
1225
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1226
+ <specificationReference></specificationReference>
1227
+ </TestCase>
1228
+
1229
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0121">
1230
+ <dc:contributor>Manu Sporny</dc:contributor>
1231
+ <dc:title>"[]" is a valid safe CURIE</dc:title>
1232
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0121.xhtml"/>
1233
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0121.sparql"/>
1234
+ <purpose>Checks to make sure RDFa processors resolve the empty CURIE correctly.
1235
+ </purpose>
1236
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1237
+ <specificationReference></specificationReference>
1238
+ </TestCase>
1239
+
1240
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0122">
1241
+ <dc:contributor>Manu Sporny</dc:contributor>
1242
+ <dc:title>resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs</dc:title>
1243
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0122.xhtml"/>
1244
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0122.sparql"/>
1245
+ <purpose>Checks to make sure that resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs.
1246
+ </purpose>
1247
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#unreviewed"/>
1248
+ <specificationReference></specificationReference>
1249
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
1250
+ </TestCase>
1251
+
1252
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0123">
1253
+ <dc:contributor>Shane P. McCarron</dc:contributor>
1254
+ <dc:title>case sensitivity in prefix names</dc:title>
1255
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0123.xhtml"/>
1256
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0123.sparql"/>
1257
+ <purpose>Checks to make sure that prefix names are treated case sensitive.</purpose>
1258
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#unreviewed"/>
1259
+ <specificationReference></specificationReference>
1260
+ </TestCase>
1261
+
1262
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0124">
1263
+ <dc:contributor>Shane P. McCarron</dc:contributor>
1264
+ <dc:title>XMLLiteral with explicit @datatype=''</dc:title>
1265
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0124.xhtml"/>
1266
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0124.sparql"/>
1267
+ <purpose>Checks to make sure that XMLLiteral gets processed properly if surrounding element is tagged with @datatype=''.</purpose>
1268
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#unreviewed"/>
1269
+ <specificationReference></specificationReference>
1270
+ </TestCase>
1271
+
1272
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0125">
1273
+ <dc:contributor>Shane P. McCarron</dc:contributor>
1274
+ <dc:title>datatype XMLLiteral with other embedded RDFa</dc:title>
1275
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0125.xhtml"/>
1276
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0125.sparql"/>
1277
+ <purpose>Checks to ensure that when datatype is the default the parser does not generate triples for embedded content.</purpose>
1278
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#unreviewed"/>
1279
+ <specificationReference></specificationReference>
1280
+ <expectedResults rdf:datatype="xsd:boolean">false</expectedResults>
1281
+ </TestCase>
1282
+
1283
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0126">
1284
+ <dc:contributor>Shane P. McCarron</dc:contributor>
1285
+ <dc:title>Multiple @typeof values</dc:title>
1286
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0126.xhtml"/>
1287
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0126.sparql"/>
1288
+ <purpose>Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples.</purpose>
1289
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#unreviewed"/>
1290
+ <specificationReference></specificationReference>
1291
+ </TestCase>
1292
+
1293
+ <TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test1001">
1294
+ <dc:contributor>Fabien Gandon</dc:contributor>
1295
+ <dc:title>Vevent using @typeof</dc:title>
1296
+ <informationResourceInput rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.xhtml"/>
1297
+ <informationResourceResults rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/1001.sparql"/>
1298
+ <purpose>Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)</purpose>
1299
+ <reviewStatus rdf:resource="http://www.w3.org/2006/03/test-description#approved"/>
1300
+ <specificationReference>N.A.</specificationReference>
1301
+ </TestCase>
1302
+
1303
+ </rdf:RDF>