diff options
author | David Robillard <d@drobilla.net> | 2013-02-24 23:04:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-24 23:04:29 +0000 |
commit | 88c96ff1491d8c684800a3995027d6b15c5eec5d (patch) | |
tree | 3f4edc7ad583ef1edcff26a6363b90e91720f75f /tests/good/manifest.nt | |
parent | c317ac6594af5caac034a439c28e3ffcfebc5a51 (diff) | |
download | serd-88c96ff1491d8c684800a3995027d6b15c5eec5d.tar.gz serd-88c96ff1491d8c684800a3995027d6b15c5eec5d.tar.bz2 serd-88c96ff1491d8c684800a3995027d6b15c5eec5d.zip |
Move old test suite to its own directory.
git-svn-id: http://svn.drobilla.net/serd/trunk@416 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/good/manifest.nt')
-rw-r--r-- | tests/good/manifest.nt | 241 |
1 files changed, 241 insertions, 0 deletions
diff --git a/tests/good/manifest.nt b/tests/good/manifest.nt new file mode 100644 index 00000000..123a38b5 --- /dev/null +++ b/tests/good/manifest.nt @@ -0,0 +1,241 @@ +<> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#Manifest> . +<> <http://www.w3.org/2000/01/rdf-schema#comment> "Turtle good syntax test cases (must pass)" . +<> <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#entries> _:b1 . +_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b2 . +_:b2 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-00" . +_:b2 <http://www.w3.org/2000/01/rdf-schema#comment> "Blank subject" . +_:b2 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b3 . +_:b3 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-00.ttl> . +_:b2 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-00.out> . +_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b4 . +_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b5 . +_:b5 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-01" . +_:b5 <http://www.w3.org/2000/01/rdf-schema#comment> "@prefix and qnames" . +_:b5 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b6 . +_:b6 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-01.ttl> . +_:b5 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-01.out> . +_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b7 . +_:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b8 . +_:b8 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-02" . +_:b8 <http://www.w3.org/2000/01/rdf-schema#comment> ", operator" . +_:b8 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b9 . +_:b9 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-02.ttl> . +_:b8 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-02.out> . +_:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b10 . +_:b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b11 . +_:b11 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-03" . +_:b11 <http://www.w3.org/2000/01/rdf-schema#comment> "; operator" . +_:b11 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b12 . +_:b12 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-03.ttl> . +_:b11 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-03.out> . +_:b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b13 . +_:b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b14 . +_:b14 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-04" . +_:b14 <http://www.w3.org/2000/01/rdf-schema#comment> "empty [] as subject and object" . +_:b14 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b15 . +_:b15 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-04.ttl> . +_:b14 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-04.out> . +_:b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b16 . +_:b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b17 . +_:b17 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-05" . +_:b17 <http://www.w3.org/2000/01/rdf-schema#comment> "non-empty [] as subject and object" . +_:b17 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b18 . +_:b18 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-05.ttl> . +_:b17 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-05.out> . +_:b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b19 . +_:b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b20 . +_:b20 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-06" . +_:b20 <http://www.w3.org/2000/01/rdf-schema#comment> "'a' as predicate" . +_:b20 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b21 . +_:b21 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-06.ttl> . +_:b20 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-06.out> . +_:b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b22 . +_:b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b23 . +_:b23 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-07" . +_:b23 <http://www.w3.org/2000/01/rdf-schema#comment> "simple collection" . +_:b23 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b24 . +_:b24 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-07.ttl> . +_:b23 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-07.out> . +_:b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b25 . +_:b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b26 . +_:b26 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-08" . +_:b26 <http://www.w3.org/2000/01/rdf-schema#comment> "empty collection" . +_:b26 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b27 . +_:b27 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-08.ttl> . +_:b26 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-08.out> . +_:b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b28 . +_:b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b29 . +_:b29 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-09" . +_:b29 <http://www.w3.org/2000/01/rdf-schema#comment> "integer datatyped literal" . +_:b29 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b30 . +_:b30 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-09.ttl> . +_:b29 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-09.out> . +_:b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b31 . +_:b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b32 . +_:b32 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-10" . +_:b32 <http://www.w3.org/2000/01/rdf-schema#comment> "decimal integer canonicalization" . +_:b32 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b33 . +_:b33 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-10.ttl> . +_:b32 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-10.out> . +_:b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b34 . +_:b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b35 . +_:b35 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-11" . +_:b35 <http://www.w3.org/2000/01/rdf-schema#comment> "- and _ in names and qnames" . +_:b35 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b36 . +_:b36 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-11.ttl> . +_:b35 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-11.out> . +_:b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b37 . +_:b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b38 . +_:b38 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-12" . +_:b38 <http://www.w3.org/2000/01/rdf-schema#comment> "tests for rdf:_<numbers> and other qnames starting with _" . +_:b38 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b39 . +_:b39 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-12.ttl> . +_:b38 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-12.out> . +_:b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b40 . +_:b40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b41 . +_:b41 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-13" . +_:b41 <http://www.w3.org/2000/01/rdf-schema#comment> "bare : allowed" . +_:b41 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b42 . +_:b42 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-13.ttl> . +_:b41 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-13.out> . +_:b40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b43 . +_:b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b44 . +_:b44 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-14" . +_:b44 <http://www.w3.org/2000/01/rdf-schema#comment> "10000 triples, more than the default Bison stack size" . +_:b44 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b45 . +_:b45 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-14.ttl> . +_:b44 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-14.out> . +_:b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b46 . +_:b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b47 . +_:b47 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-15" . +_:b47 <http://www.w3.org/2000/01/rdf-schema#comment> "10000 triple objects (10000 triples)" . +_:b47 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b48 . +_:b48 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-15.ttl> . +_:b47 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-15.out> . +_:b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b49 . +_:b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b50 . +_:b50 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-16" . +_:b50 <http://www.w3.org/2000/01/rdf-schema#comment> "10000 items (10000 triples)" . +_:b50 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b51 . +_:b51 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-16.ttl> . +_:b50 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-16.out> . +_:b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b52 . +_:b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b53 . +_:b53 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-17" . +_:b53 <http://www.w3.org/2000/01/rdf-schema#comment> "simple long literal" . +_:b53 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b54 . +_:b54 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-17.ttl> . +_:b53 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-17.out> . +_:b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b55 . +_:b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b56 . +_:b56 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-18" . +_:b56 <http://www.w3.org/2000/01/rdf-schema#comment> "long literals with escapes" . +_:b56 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b57 . +_:b57 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-18.ttl> . +_:b56 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-18.out> . +_:b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b58 . +_:b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b59 . +_:b59 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-19" . +_:b59 <http://www.w3.org/2000/01/rdf-schema#comment> "floating point number" . +_:b59 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b60 . +_:b60 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-19.ttl> . +_:b59 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-19.out> . +_:b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b61 . +_:b61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b62 . +_:b62 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-20" . +_:b62 <http://www.w3.org/2000/01/rdf-schema#comment> "empty literals, normal and long variant" . +_:b62 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b63 . +_:b63 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-20.ttl> . +_:b62 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-20.out> . +_:b61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b64 . +_:b64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b65 . +_:b65 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-21" . +_:b65 <http://www.w3.org/2000/01/rdf-schema#comment> "positive integer, decimal and doubles" . +_:b65 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b66 . +_:b66 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-21.ttl> . +_:b65 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-21.out> . +_:b64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b67 . +_:b67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b68 . +_:b68 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-22" . +_:b68 <http://www.w3.org/2000/01/rdf-schema#comment> "negative integer, decimal and doubles" . +_:b68 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b69 . +_:b69 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-22.ttl> . +_:b68 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-22.out> . +_:b67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b70 . +_:b70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b71 . +_:b71 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-23" . +_:b71 <http://www.w3.org/2000/01/rdf-schema#comment> "long literal ending in double quote" . +_:b71 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b72 . +_:b72 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-23.ttl> . +_:b71 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-23.out> . +_:b70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b73 . +_:b73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b74 . +_:b74 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-24" . +_:b74 <http://www.w3.org/2000/01/rdf-schema#comment> "boolean literals" . +_:b74 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b75 . +_:b75 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-24.ttl> . +_:b74 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-24.out> . +_:b73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b76 . +_:b76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b77 . +_:b77 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-25" . +_:b77 <http://www.w3.org/2000/01/rdf-schema#comment> "comments" . +_:b77 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b78 . +_:b78 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-25.ttl> . +_:b77 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-25.out> . +_:b76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b79 . +_:b79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b80 . +_:b80 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-26" . +_:b80 <http://www.w3.org/2000/01/rdf-schema#comment> "no final mewline" . +_:b80 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b81 . +_:b81 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-26.ttl> . +_:b80 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-26.out> . +_:b79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b82 . +_:b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b83 . +_:b83 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-27" . +_:b83 <http://www.w3.org/2000/01/rdf-schema#comment> "duplicate prefix" . +_:b83 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b84 . +_:b84 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-27.ttl> . +_:b83 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-27.out> . +_:b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b85 . +_:b85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b86 . +_:b86 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-28" . +_:b86 <http://www.w3.org/2000/01/rdf-schema#comment> "decimal data types (serializing test)" . +_:b86 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b87 . +_:b87 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-28.ttl> . +_:b86 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-28.out> . +_:b85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b88 . +_:b88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b89 . +_:b89 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-29" . +_:b89 <http://www.w3.org/2000/01/rdf-schema#comment> "Escaping U+0001 to U+007F in a URI" . +_:b89 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b90 . +_:b90 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-29.ttl> . +_:b89 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-29.out> . +_:b88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b91 . +_:b91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b92 . +_:b92 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "test-30" . +_:b92 <http://www.w3.org/2000/01/rdf-schema#comment> "@base" . +_:b92 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b93 . +_:b93 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <test-30.ttl> . +_:b92 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <test-30.out> . +_:b91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b94 . +_:b94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b95 . +_:b95 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "rdf-schema" . +_:b95 <http://www.w3.org/2000/01/rdf-schema#comment> "RDF Namespace document converted into Turtle" . +_:b95 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b96 . +_:b96 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <rdf-schema.ttl> . +_:b95 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <rdf-schema.out> . +_:b94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b97 . +_:b97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b98 . +_:b98 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "rdfs-namespace" . +_:b98 <http://www.w3.org/2000/01/rdf-schema#comment> "RDFS Namespace document converted into Turtle" . +_:b98 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b99 . +_:b99 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <rdfs-namespace.ttl> . +_:b98 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <rdfs-namespace.out> . +_:b97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b100 . +_:b100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b101 . +_:b101 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#name> "rdfq-results" . +_:b101 <http://www.w3.org/2000/01/rdf-schema#comment> "Example query result from http://www.w3.org/2003/03/rdfqr-tests/recording-query-results.html" . +_:b101 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action> _:b102 . +_:b102 <http://www.w3.org/2001/sw/DataAccess/tests/test-query#data> <rdfq-results.ttl> . +_:b101 <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#result> <rdfq-results.out> . +_:b100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |