rdf-n3 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (226) hide show
  1. data/.yardopts +0 -1
  2. data/History.md +6 -1
  3. data/README.md +15 -1
  4. data/Rakefile +1 -28
  5. data/VERSION +1 -1
  6. data/lib/rdf/n3/format.rb +6 -2
  7. data/lib/rdf/n3/reader/bnf-rules.n3 +134 -0
  8. data/lib/rdf/n3/reader/n3-selectors.n3 +0 -0
  9. data/lib/rdf/n3/reader/n3.n3 +261 -0
  10. data/lib/rdf/n3/reader/parser.rb +1 -1
  11. data/rdf-n3.gemspec +411 -603
  12. data/script/build_meta +20 -13
  13. data/script/parse +2 -2
  14. data/script/yard-to-rubyforge +2 -0
  15. data/spec/.gitignore +1 -0
  16. data/spec/cwm_spec.rb +8 -13
  17. data/spec/cwm_test.rb +76 -0
  18. data/spec/format_spec.rb +4 -0
  19. data/spec/spec_helper.rb +6 -0
  20. data/spec/swap_spec.rb +35 -31
  21. data/spec/swap_test.rb +79 -0
  22. data/spec/turtle_spec.rb +13 -19
  23. data/spec/turtle_test.rb +98 -0
  24. data/spec/writer_spec.rb +7 -10
  25. metadata +38 -228
  26. data/.gitignore +0 -5
  27. data/spec/rdf_helper.rb +0 -226
  28. data/spec/swap_test/animal.rdf +0 -17
  29. data/spec/swap_test/anon-prop.n3 +0 -14
  30. data/spec/swap_test/anonymous_loop.n3 +0 -2
  31. data/spec/swap_test/contexts.n3 +0 -16
  32. data/spec/swap_test/daml-pref.n3 +0 -10
  33. data/spec/swap_test/i18n/hiragana.n3 +0 -22
  34. data/spec/swap_test/i18n/n3string.n3 +0 -4
  35. data/spec/swap_test/list/itemType.rdf +0 -12
  36. data/spec/swap_test/lists-simple.n3 +0 -40
  37. data/spec/swap_test/lists.n3 +0 -35
  38. data/spec/swap_test/n3/n3parser.tests_n3_10001.nt +0 -3
  39. data/spec/swap_test/n3/n3parser.tests_n3_10002.nt +0 -7
  40. data/spec/swap_test/n3/n3parser.tests_n3_10003.nt +0 -3
  41. data/spec/swap_test/n3/n3parser.tests_n3_10004.nt +0 -119
  42. data/spec/swap_test/n3/n3parser.tests_n3_10005.nt +0 -3
  43. data/spec/swap_test/n3/n3parser.tests_n3_10006.nt +0 -225
  44. data/spec/swap_test/n3/n3parser.tests_n3_10007.nt +0 -79
  45. data/spec/swap_test/n3/n3parser.tests_n3_10008.nt +0 -5
  46. data/spec/swap_test/n3/n3parser.tests_n3_10009.nt +0 -13
  47. data/spec/swap_test/n3/n3parser.tests_n3_10010.nt +0 -21
  48. data/spec/swap_test/n3/n3parser.tests_n3_10011.nt +0 -9
  49. data/spec/swap_test/n3/n3parser.tests_n3_10012.nt +0 -53
  50. data/spec/swap_test/n3/n3parser.tests_n3_10013.nt +0 -19
  51. data/spec/swap_test/n3/n3parser.tests_n3_10014.nt +0 -103
  52. data/spec/swap_test/n3/n3parser.tests_n3_10015.nt +0 -103
  53. data/spec/swap_test/n3/n3parser.tests_n3_10016.nt +0 -3
  54. data/spec/swap_test/n3/n3parser.tests_n3_10017.nt +0 -151
  55. data/spec/swap_test/n3/n3parser.tests_n3_10018.nt +0 -9
  56. data/spec/swap_test/n3/n3parser.tests_n3_10019.nt +0 -3
  57. data/spec/swap_test/n3/n3parser.tests_n3_10020.nt +0 -13
  58. data/spec/swap_test/n3parser.tests +0 -160
  59. data/spec/swap_test/n3parser.yml +0 -174
  60. data/spec/swap_test/nodeID/classes.n3 +0 -9
  61. data/spec/swap_test/nodeID/classes.ref.rdf +0 -15
  62. data/spec/swap_test/nodeID/ex1.rdf +0 -15
  63. data/spec/swap_test/norm/fix.rdf +0 -33
  64. data/spec/swap_test/owl-ex.rdf +0 -150
  65. data/spec/swap_test/ref/animal.n3 +0 -11
  66. data/spec/swap_test/ref/anon-prop-1.n3 +0 -8
  67. data/spec/swap_test/ref/anonymous_loop.ref +0 -7
  68. data/spec/swap_test/ref/bnode.n3 +0 -6
  69. data/spec/swap_test/ref/bnode.rdf +0 -16
  70. data/spec/swap_test/ref/colon-in-uri.n3 +0 -15
  71. data/spec/swap_test/ref/contexts-1.n3 +0 -12
  72. data/spec/swap_test/ref/daml-ex.n3 +0 -103
  73. data/spec/swap_test/ref/daml-ont.n3 +0 -289
  74. data/spec/swap_test/ref/djb1a-out.n3 +0 -4
  75. data/spec/swap_test/ref/dot-dash.n3 +0 -8
  76. data/spec/swap_test/ref/in-xml-t.n3 +0 -4
  77. data/spec/swap_test/ref/itemType.n3 +0 -9
  78. data/spec/swap_test/ref/keywords1.n3 +0 -11
  79. data/spec/swap_test/ref/keywords2.n3 +0 -11
  80. data/spec/swap_test/ref/lists-simple-1.rdf +0 -108
  81. data/spec/swap_test/ref/lists.n3 +0 -43
  82. data/spec/swap_test/ref/lstring-out.n3 +0 -20
  83. data/spec/swap_test/ref/n3string.n3 +0 -13
  84. data/spec/swap_test/ref/no-last-nl.n3 +0 -3
  85. data/spec/swap_test/ref/numbers.n3 +0 -18
  86. data/spec/swap_test/ref/path1.n3 +0 -8
  87. data/spec/swap_test/ref/path2.n3 +0 -39
  88. data/spec/swap_test/ref/prefix1.rdf +0 -31
  89. data/spec/swap_test/ref/prefix2.rdf +0 -33
  90. data/spec/swap_test/ref/prefix3.rdf +0 -31
  91. data/spec/swap_test/ref/rdf-redefine.rdf +0 -11
  92. data/spec/swap_test/ref/reluri-1.rdf +0 -18
  93. data/spec/swap_test/ref/strquot.n3 +0 -22
  94. data/spec/swap_test/ref/strquot_a.n3 +0 -23
  95. data/spec/swap_test/ref/xml-base3.n3 +0 -5
  96. data/spec/swap_test/ref/xml-redefine.rdf +0 -20
  97. data/spec/swap_test/ref/xml-redefine2.rdf +0 -23
  98. data/spec/swap_test/ref/xml-syntax-basic-serialization.rdf +0 -10
  99. data/spec/swap_test/ref/xmllit.nt +0 -3
  100. data/spec/swap_test/regression.n3 +0 -231
  101. data/spec/swap_test/regression.yml +0 -256
  102. data/spec/swap_test/reluri-1.n3 +0 -10
  103. data/spec/swap_test/strquot.n3 +0 -23
  104. data/spec/swap_test/syntax/colon-in-uri.rdf +0 -27
  105. data/spec/swap_test/syntax/djb1a.n3 +0 -3
  106. data/spec/swap_test/syntax/dot-dash.n3 +0 -15
  107. data/spec/swap_test/syntax/equals1.n3 +0 -1
  108. data/spec/swap_test/syntax/equals2.n3 +0 -1
  109. data/spec/swap_test/syntax/keywords1.n3 +0 -17
  110. data/spec/swap_test/syntax/keywords2.n3 +0 -18
  111. data/spec/swap_test/syntax/lstring.n3 +0 -26
  112. data/spec/swap_test/syntax/neg-formula-predicate.n3 +0 -1
  113. data/spec/swap_test/syntax/neg-keywords3.n3 +0 -1
  114. data/spec/swap_test/syntax/neg-literal-predicate.n3 +0 -1
  115. data/spec/swap_test/syntax/neg-single-quote.n3 +0 -1
  116. data/spec/swap_test/syntax/neg-thisadoc.n3 +0 -1
  117. data/spec/swap_test/syntax/no-last-nl.n3 +0 -2
  118. data/spec/swap_test/syntax/numbers.n3 +0 -26
  119. data/spec/swap_test/syntax/path1.n3 +0 -23
  120. data/spec/swap_test/syntax/path2.n3 +0 -31
  121. data/spec/swap_test/syntax/qvars1.n3 +0 -19
  122. data/spec/swap_test/syntax/qvars2.n3 +0 -19
  123. data/spec/swap_test/syntax/this-quantifiers.n3 +0 -164
  124. data/spec/swap_test/syntax/this-rules.n3 +0 -43
  125. data/spec/swap_test/syntax/too-nested.n3 +0 -25
  126. data/spec/swap_test/syntax/trailing-semicolon.n3 +0 -12
  127. data/spec/swap_test/syntax/zero-objects.n3 +0 -1
  128. data/spec/swap_test/syntax/zero-predicates.n3 +0 -3
  129. data/spec/swap_test/tests-work.txt +0 -25
  130. data/spec/swap_test/xml-syntax/basic-serialization.n3 +0 -8
  131. data/spec/swap_test/xml-syntax/in-xml.xml +0 -13
  132. data/spec/swap_test/xml-syntax/non-ascii-pred.rdf +0 -14
  133. data/spec/swap_test/xml-syntax/rdf_prefix.n3 +0 -2
  134. data/spec/swap_test/xml-syntax/xml_prefix.n3 +0 -7
  135. data/spec/swap_test/xml-syntax/xml_prefix2.n3 +0 -9
  136. data/spec/swap_test/xml-syntax/xmlbase3.rdf +0 -10
  137. data/spec/swap_test/xml-syntax/xmllit.rdf +0 -33
  138. data/spec/turtle/README.txt +0 -20
  139. data/spec/turtle/bad-00.ttl +0 -2
  140. data/spec/turtle/bad-01.ttl +0 -3
  141. data/spec/turtle/bad-02.ttl +0 -3
  142. data/spec/turtle/bad-03.ttl +0 -3
  143. data/spec/turtle/bad-04.ttl +0 -3
  144. data/spec/turtle/bad-05.ttl +0 -4
  145. data/spec/turtle/bad-06.ttl +0 -3
  146. data/spec/turtle/bad-07.ttl +0 -4
  147. data/spec/turtle/bad-08.ttl +0 -2
  148. data/spec/turtle/bad-09.ttl +0 -3
  149. data/spec/turtle/bad-10.ttl +0 -3
  150. data/spec/turtle/bad-11.ttl +0 -3
  151. data/spec/turtle/bad-12.ttl +0 -3
  152. data/spec/turtle/bad-13.ttl +0 -3
  153. data/spec/turtle/bad-14.ttl +0 -6
  154. data/spec/turtle/manifest-bad.ttl +0 -88
  155. data/spec/turtle/manifest-bad.yml +0 -91
  156. data/spec/turtle/manifest.ttl +0 -215
  157. data/spec/turtle/manifest.yml +0 -187
  158. data/spec/turtle/rdf-schema.out +0 -126
  159. data/spec/turtle/rdf-schema.ttl +0 -156
  160. data/spec/turtle/rdfq-results.out +0 -36
  161. data/spec/turtle/rdfq-results.ttl +0 -39
  162. data/spec/turtle/rdfs-namespace.out +0 -131
  163. data/spec/turtle/rdfs-namespace.ttl +0 -160
  164. data/spec/turtle/test-00.out +0 -1
  165. data/spec/turtle/test-00.ttl +0 -2
  166. data/spec/turtle/test-01.out +0 -3
  167. data/spec/turtle/test-01.ttl +0 -7
  168. data/spec/turtle/test-02.out +0 -3
  169. data/spec/turtle/test-02.ttl +0 -5
  170. data/spec/turtle/test-03.out +0 -3
  171. data/spec/turtle/test-03.ttl +0 -5
  172. data/spec/turtle/test-04.out +0 -2
  173. data/spec/turtle/test-04.ttl +0 -4
  174. data/spec/turtle/test-05.out +0 -4
  175. data/spec/turtle/test-05.ttl +0 -4
  176. data/spec/turtle/test-06.out +0 -1
  177. data/spec/turtle/test-06.ttl +0 -3
  178. data/spec/turtle/test-07.out +0 -5
  179. data/spec/turtle/test-07.ttl +0 -3
  180. data/spec/turtle/test-08.out +0 -1
  181. data/spec/turtle/test-08.ttl +0 -3
  182. data/spec/turtle/test-09.out +0 -4
  183. data/spec/turtle/test-09.ttl +0 -10
  184. data/spec/turtle/test-10.out +0 -5
  185. data/spec/turtle/test-10.ttl +0 -5
  186. data/spec/turtle/test-11.out +0 -4
  187. data/spec/turtle/test-11.ttl +0 -10
  188. data/spec/turtle/test-12.out +0 -4
  189. data/spec/turtle/test-12.ttl +0 -9
  190. data/spec/turtle/test-13.out +0 -2
  191. data/spec/turtle/test-13.ttl +0 -7
  192. data/spec/turtle/test-14.out +0 -10000
  193. data/spec/turtle/test-14.ttl +0 -10002
  194. data/spec/turtle/test-15.out +0 -10000
  195. data/spec/turtle/test-15.ttl +0 -3
  196. data/spec/turtle/test-16.out +0 -10000
  197. data/spec/turtle/test-16.ttl +0 -10002
  198. data/spec/turtle/test-17.out +0 -1
  199. data/spec/turtle/test-17.ttl +0 -6
  200. data/spec/turtle/test-18.out +0 -2
  201. data/spec/turtle/test-18.ttl +0 -9
  202. data/spec/turtle/test-19.out +0 -1
  203. data/spec/turtle/test-19.ttl +0 -4
  204. data/spec/turtle/test-20.out +0 -2
  205. data/spec/turtle/test-20.ttl +0 -6
  206. data/spec/turtle/test-21.out +0 -3
  207. data/spec/turtle/test-21.ttl +0 -4
  208. data/spec/turtle/test-22.out +0 -3
  209. data/spec/turtle/test-22.ttl +0 -4
  210. data/spec/turtle/test-23.out +0 -1
  211. data/spec/turtle/test-23.ttl +0 -3
  212. data/spec/turtle/test-24.out +0 -2
  213. data/spec/turtle/test-24.ttl +0 -3
  214. data/spec/turtle/test-25.out +0 -7
  215. data/spec/turtle/test-25.ttl +0 -14
  216. data/spec/turtle/test-26.out +0 -1
  217. data/spec/turtle/test-26.ttl +0 -4
  218. data/spec/turtle/test-27.out +0 -1
  219. data/spec/turtle/test-27.ttl +0 -5
  220. data/spec/turtle/test-28-out.ttl +0 -6
  221. data/spec/turtle/test-28.out +0 -22
  222. data/spec/turtle/test-28.ttl +0 -22
  223. data/spec/turtle/test-29.out +0 -1
  224. data/spec/turtle/test-29.ttl +0 -1
  225. data/spec/turtle/test-30.out +0 -5
  226. data/spec/turtle/test-30.ttl +0 -12
@@ -1 +0,0 @@
1
- <http://example.org/ex#a> <http://example.org/ex#b> "a long\n\tliteral\nwith\nnewlines" .
@@ -1,6 +0,0 @@
1
- # Test long literal
2
- @prefix : <http://example.org/ex#> .
3
- :a :b """a long
4
- literal
5
- with
6
- newlines""" .
@@ -1,2 +0,0 @@
1
- <http://example.org/foo#a> <http://example.org/foo#b> "\nthis \ris a \U00015678long\t\nliteral\uABCD\n" .
2
- <http://example.org/foo#d> <http://example.org/foo#e> "\tThis \uABCDis\r \U00015678another\n\none\n" .
@@ -1,9 +0,0 @@
1
- @prefix : <http://example.org/foo#> .
2
-
3
- :a :b """\nthis \ris a \U00015678long\t
4
- literal\uABCD
5
- """ .
6
-
7
- :d :e """\tThis \uABCDis\r \U00015678another\n
8
- one
9
- """ .
@@ -1 +0,0 @@
1
- <http://example.org/#a> <http://example.org/#b> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
@@ -1,4 +0,0 @@
1
- @prefix : <http://example.org/#> .
2
-
3
- :a :b 1.0 .
4
-
@@ -1,2 +0,0 @@
1
- <http://example.org/#a> <http://example.org/#b> "" .
2
- <http://example.org/#c> <http://example.org/#d> "" .
@@ -1,6 +0,0 @@
1
- @prefix : <http://example.org/#> .
2
-
3
- :a :b "" .
4
-
5
- :c :d """""" .
6
-
@@ -1,3 +0,0 @@
1
- <http://example.org#a> <http://example.org#b> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
2
- <http://example.org#c> <http://example.org#d> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
3
- <http://example.org#e> <http://example.org#f> "1.0E0"^^<http://www.w3.org/2001/XMLSchema#double> .
@@ -1,4 +0,0 @@
1
- @prefix : <http://example.org#> .
2
- :a :b 1.0 .
3
- :c :d 1 .
4
- :e :f 1.0e0 .
@@ -1,3 +0,0 @@
1
- <http://example.org#a> <http://example.org#b> "-1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
2
- <http://example.org#c> <http://example.org#d> "-1"^^<http://www.w3.org/2001/XMLSchema#integer> .
3
- <http://example.org#e> <http://example.org#f> "-1.0E0"^^<http://www.w3.org/2001/XMLSchema#double> .
@@ -1,4 +0,0 @@
1
- @prefix : <http://example.org#> .
2
- :a :b -1.0 .
3
- :c :d -1 .
4
- :e :f -1.0e0 .
@@ -1 +0,0 @@
1
- <http://example.org/ex#a> <http://example.org/ex#b> "John said: \"Hello World!\"" .
@@ -1,3 +0,0 @@
1
- # Test long literal
2
- @prefix : <http://example.org/ex#> .
3
- :a :b """John said: "Hello World!\"""" .
@@ -1,2 +0,0 @@
1
- <http://example.org#a> <http://example.org#b> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .
2
- <http://example.org#c> <http://example.org#d> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .
@@ -1,3 +0,0 @@
1
- @prefix : <http://example.org#> .
2
- :a :b true .
3
- :c :d false .
@@ -1,7 +0,0 @@
1
- <http://example.org/#a> <http://example.org/#b> <http://example.org/#c> .
2
- <http://example.org/#d> <http://example.org/#e> <http://example.org/#f> .
3
- <http://example.org/#g> <http://example.org/#h> <http://example.org/#i> .
4
- <http://example.org/#g> <http://example.org/#h> <http://example.org/#j> .
5
- <http://example.org/#k> <http://example.org/#l> <http://example.org/#m> .
6
- <http://example.org/#k> <http://example.org/#n> <http://example.org/#o> .
7
- <http://example.org/#k> <http://example.org/#p> <http://example.org/#q> .
@@ -1,14 +0,0 @@
1
- # comment test
2
- @prefix : <http://example.org/#> .
3
- :a :b :c . # end of line comment
4
- :d # ignore me
5
- :e # and me
6
- :f # and me
7
- .
8
- :g :h #ignore me
9
- :i, # and me
10
- :j . # and me
11
-
12
- :k :l :m ; #ignore me
13
- :n :o ; # and me
14
- :p :q . # and me
@@ -1 +0,0 @@
1
- <http://example.org/#a> <http://example.org/#b> <http://example.org/#c> .
@@ -1,4 +0,0 @@
1
- # comment line with no final newline test
2
- @prefix : <http://example.org/#> .
3
- :a :b :c .
4
- #foo
@@ -1 +0,0 @@
1
- <http://example.org/bar#blah> <http://example.org/bar#blah> <http://example.org/bar#blah> .
@@ -1,5 +0,0 @@
1
- @prefix foo: <http://example.org/foo#> .
2
- @prefix foo: <http://example.org/bar#> .
3
-
4
- foo:blah foo:blah foo:blah .
5
-
@@ -1,6 +0,0 @@
1
- @base <http://www.w3.org/2001/sw/DataAccess/df1/tests/test-28.ttl> .
2
- @prefix rdf: <../../../../../1999/02/22-rdf-syntax-ns#> .
3
-
4
- <http://example.org/foo>
5
- <http://example.org/bar> 2.345, 1, 1.0, 1., 1.000000000, 2.3, 2.234000005, 2.2340000005, 2.23400000005, 2.234000000005, 2.2340000000005, 2.23400000000005, 2.234000000000005, 2.2340000000000005, 2.23400000000000005, 2.234000000000000005, 2.2340000000000000005, 2.23400000000000000005, 2.234000000000000000005, 2.2340000000000000000005, 2.23400000000000000000005, 1.2345678901234567890123457890 .
6
-
@@ -1,22 +0,0 @@
1
- <http://example.org/foo> <http://example.org/bar> "2.345"^^<http://www.w3.org/2001/XMLSchema#decimal> .
2
- <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
3
- <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
4
- <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
5
- <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
6
- <http://example.org/foo> <http://example.org/bar> "2.3"^^<http://www.w3.org/2001/XMLSchema#decimal> .
7
- <http://example.org/foo> <http://example.org/bar> "2.234000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
8
- <http://example.org/foo> <http://example.org/bar> "2.2340000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
9
- <http://example.org/foo> <http://example.org/bar> "2.23400000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
10
- <http://example.org/foo> <http://example.org/bar> "2.234000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
11
- <http://example.org/foo> <http://example.org/bar> "2.2340000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
12
- <http://example.org/foo> <http://example.org/bar> "2.23400000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
13
- <http://example.org/foo> <http://example.org/bar> "2.234000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
14
- <http://example.org/foo> <http://example.org/bar> "2.2340000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
15
- <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .
16
- <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .
17
- <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .
18
- <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .
19
- <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .
20
- <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .
21
- <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .
22
- <http://example.org/foo> <http://example.org/bar> "1.2345678901234567"^^<http://www.w3.org/2001/XMLSchema#decimal> .
@@ -1,22 +0,0 @@
1
- <http://example.org/foo> <http://example.org/bar> "2.345"^^<http://www.w3.org/2001/XMLSchema#decimal> .
2
- <http://example.org/foo> <http://example.org/bar> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .
3
- <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
4
- <http://example.org/foo> <http://example.org/bar> "1."^^<http://www.w3.org/2001/XMLSchema#decimal> .
5
- <http://example.org/foo> <http://example.org/bar> "1.000000000"^^<http://www.w3.org/2001/XMLSchema#decimal> .
6
- <http://example.org/foo> <http://example.org/bar> "2.3"^^<http://www.w3.org/2001/XMLSchema#decimal> .
7
- <http://example.org/foo> <http://example.org/bar> "2.234000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
8
- <http://example.org/foo> <http://example.org/bar> "2.2340000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
9
- <http://example.org/foo> <http://example.org/bar> "2.23400000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
10
- <http://example.org/foo> <http://example.org/bar> "2.234000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
11
- <http://example.org/foo> <http://example.org/bar> "2.2340000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
12
- <http://example.org/foo> <http://example.org/bar> "2.23400000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
13
- <http://example.org/foo> <http://example.org/bar> "2.234000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
14
- <http://example.org/foo> <http://example.org/bar> "2.2340000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
15
- <http://example.org/foo> <http://example.org/bar> "2.23400000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
16
- <http://example.org/foo> <http://example.org/bar> "2.234000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
17
- <http://example.org/foo> <http://example.org/bar> "2.2340000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
18
- <http://example.org/foo> <http://example.org/bar> "2.23400000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
19
- <http://example.org/foo> <http://example.org/bar> "2.234000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
20
- <http://example.org/foo> <http://example.org/bar> "2.2340000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
21
- <http://example.org/foo> <http://example.org/bar> "2.23400000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .
22
- <http://example.org/foo> <http://example.org/bar> "1.2345678901234567890123457890"^^<http://www.w3.org/2001/XMLSchema#decimal> .
@@ -1 +0,0 @@
1
- <http://example.org/node> <http://example.org/prop> <scheme:\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\t\n\u000B\u000C\r\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F !"#$%&'()*+,-./0123456789:/<=\u003E?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007F> .
@@ -1 +0,0 @@
1
- <http://example.org/node> <http://example.org/prop> <scheme:\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\t\n\u000B\u000C\r\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F !"#$%&'()*+,-./0123456789:/<=\u003E?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007F> .
@@ -1,5 +0,0 @@
1
- <http://www.w3.org/2001/sw/DataAccess/df1/tests/a1> <http://www.w3.org/2001/sw/DataAccess/df1/tests/b1> <http://www.w3.org/2001/sw/DataAccess/df1/tests/c1> .
2
- <http://example.org/ns/a2> <http://example.org/ns/b2> <http://example.org/ns/c2> .
3
- <http://example.org/ns/foo/a3> <http://example.org/ns/foo/b3> <http://example.org/ns/foo/c3> .
4
- <http://example.org/ns/foo/bar#a4> <http://example.org/ns/foo/bar#b4> <http://example.org/ns/foo/bar#c4> .
5
- <http://example.org/ns2#a5> <http://example.org/ns2#b5> <http://example.org/ns2#c5> .
@@ -1,12 +0,0 @@
1
- # In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point
2
- <a1> <b1> <c1> .
3
- @base <http://example.org/ns/> .
4
- # In-scope base URI is http://example.org/ns/ at this point
5
- <a2> <http://example.org/ns/b2> <c2> .
6
- @base <foo/> .
7
- # In-scope base URI is http://example.org/ns/foo/ at this point
8
- <a3> <b3> <c3> .
9
- @prefix : <bar#> .
10
- :a4 :b4 :c4 .
11
- @prefix : <http://example.org/ns2#> .
12
- :a5 :b5 :c5 .