Notation3 Parser Test Results
Color Key:
|
Parser parses the file, and generates the expected output. Or, on a negative test, fails to parse the file |
|
Parser parses the file |
|
Parser throws an exception on the file. Or, on a negative test, fails to throw an exception |
|
Test file
|
Description
|
Class
|
$SWAP/cwm.py %s --ntriples | /Users/yosi/SWAP/cwm.py %s --flatten --ntriples | /bin/true %s | python $SWAP/grammar/predictiveParser.py --grammar=$SWAP/grammar/n3-selectors.n3 --as=http://www.w3.org/2000/10/swap/grammar/n3#document --parse=%s |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-00.ttl | prefix name must end in a : | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-01.ttl | blank predicate forbidden | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-02.ttl | blank predicate forbidden | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-03.ttl | a forbidden as subject | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-04.ttl | , not allowed in collections | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-05.ttl | {} not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-06.ttl | is and of not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-07.ttl | paths not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-08.ttl | @keywords not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-09.ttl | => not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-10.ttl | = not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-11.ttl | @forAll not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-12.ttl | @forSome not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-13.ttl | <= not allowed in Turtle | Negative | | |
|
http://www.dajobe.org/2004/01/turtle/tests/bad-14.ttl | long literal with missing end | Negative | | |
|
http://www.w3.org/2000/10/swap/test/syntax/neg-formula-predicate.n3 | A predicate cannot be a formula, I hope | Negative | | |
|
http://www.w3.org/2000/10/swap/test/syntax/neg-keywords3.n3 | @keywords is not a valid predicate | Negative | | | | |
|
http://www.w3.org/2000/10/swap/test/syntax/neg-literal-predicate.n3 | A predicate cannot be a literal, I hope | Negative | | |
|
http://www.w3.org/2000/10/swap/test/syntax/neg-single-quote.n3 | single quoted strings are illegal | Negative | | | | |
|
http://www.w3.org/2000/10/swap/test/syntax/neg-thisadoc.n3 | The `this' keyword is no longer legal | Negative |
|
http://www.w3.org/2000/10/swap/test/syntax/neg-thisadoc.n3 | single quoted strings are illegal | Negative | | | | |
|
http://www.w3.org/2000/10/swap/test/tests-work.txt | something that isn't n3 | Negative | | | | |
|
http://www.w3.org/2000/10/swap/test/syntax/zero-objects.n3 | A statement that says nothing at all | Negative | | |
|
http://www.w3.org/2000/10/swap/test/anon-prop.n3 | Parse and regen anonymous property | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/contexts.n3 | Parse and generate simple contexts | Positive | | | | |
|
http://www.w3.org/2000/10/swap/test/syntax/djb1a.n3 | djb noticed a:b was parsed as rdf:type token | Positive | | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/dot-dash.n3 | combinations of - and _ in identifiers | Positive | | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/equals1.n3 | The = keyword | Positive | | |
|
http://www.w3.org/2000/10/swap/test/syntax/equals2.n3 | The = keyword | Positive | | |
|
http://www.w3.org/2000/10/swap/test/i18n/hiragana.n3 | N3 string, qname and IRI with utf-8 non-ascii characters | Positive | | | | |
|
http://www.w3.org/2000/10/swap/test/syntax/keywords1.n3 | @keywords in n3 | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/keywords2.n3 | using no keywords in n3 | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/lists.n3 | parsing and generation of N3 list syntax | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/lstring.n3 | N3 string nested triple quoting | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/n3parser.tests | we might as well be nice and self-referential | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/no-last-nl.n3 | An N3 file with no final newline character | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/numbers.n3 | Number syntax | Positive | diff | diff | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/path1.n3 | Path syntax, simple | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/path2.n3 | Path syntax, more | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/qvars1.n3 | Quick variable syntax, simple | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/qvars2.n3 | Quick variable syntax, more | Positive | diff | | | diff |
|
http://www.dajobe.org/2004/01/turtle/tests/rdf-schema.ttl | RDF Namespace document converted into Turtle | Positive | diff | |
|
http://www.dajobe.org/2004/01/turtle/tests/rdfq-results.ttl | Example query result from http://www.w3.org/2003/03/rdfqr-tests/recording-query-results.html | Positive | diff | |
|
http://www.dajobe.org/2004/01/turtle/tests/rdfs-namespace.ttl | RDFS Namespace document converted into Turtle | Positive | | |
|
http://www.w3.org/2000/10/swap/test/strquot.n3 | N3 string quoting with escaping | Positive | diff | diff | | diff |
|
http://www.dajobe.org/2004/01/turtle/tests/test-00.ttl | Blank subject | Positive | diff | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-01.ttl | @prefix and qnames | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-02.ttl | , operator | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-03.ttl | ; operator | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-04.ttl | empty [] as subject and object | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-05.ttl | non-empty [] as subject and object | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-06.ttl | 'a' as predicate | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-07.ttl | simple collection | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-08.ttl | empty collection | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-09.ttl | integer datatyped literal | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-10.ttl | decimal integer canonicalization | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-11.ttl | - and _ in names and qnames | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-12.ttl | tests for rdf:_ and other qnames starting with _ | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-13.ttl | bare : allowed | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-14.ttl | 10000 triples, more than the default Bison stack size | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-15.ttl | 10000 triple objects (10000 triples) | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-16.ttl | 10000 items (10000 triples) | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-17.ttl | simple long literal | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-18.ttl | long literals with escapes | Positive | diff | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-19.ttl | floating point number | Positive | diff | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-20.ttl | empty literals, normal and long variant | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-21.ttl | positive integer, decimal and doubles | Positive | diff | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-22.ttl | negative integer, decimal and doubles | Positive | diff | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-23.ttl | long literal ending in double quote | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-24.ttl | boolean literals | Positive | | |
|
http://www.dajobe.org/2004/01/turtle/tests/test-25.ttl | comments | Positive | | |
|
http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3 | Can still read the old 'this log:forSome' syntax | Positive | | diff | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/this-rules.n3 | Can still read the old 'this log:forAll' syntax | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/too-nested.n3 | Are we exceeding a maximum recursion limit or two? | Positive | | |
|
http://www.w3.org/2000/10/swap/test/syntax/trailing-semicolon.n3 | Propertylists can end in trailing semicolon. | Positive | diff | | | diff |
|
http://www.w3.org/2000/10/swap/test/syntax/zero-predicates.n3 | A statement that says nothing at all | Positive | | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-02.n3?rev=1.1 | Test compounds in anon nodes | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-03.n3?rev=1.1 | Test anon nodes | Undecided | | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-04.n3?rev=1.1 | Test shared bNode | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-05.n3?rev=1.1 | Tests <> as a prefix and as a triple node | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-06.n3?rev=1.1 | Tests <#> as a prefix and a triple node | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-07.n3?rev=1.1 | Tests reverse properties | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-08.n3?rev=1.1 | newline conversion. Will fail on cwm | Undecided | | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-09.n3?rev=1.2 | Lists | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-10.n3?rev=1.1 | Test named anon nodes. Will fail on cwm | Undecided | | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-11.n3?rev=1.1 | Test the syntactic items for abbreviation. | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-12.n3?rev=1.1 | Test defining _ as a prefix. Undecided | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-13.n3?rev=1.1 | Test redefining a prefix | Undecided | | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-14.n3?rev=1.1 | Test the "is ... of" constuct | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-15.n3?rev=1.2 | Forward paths. Note that `.' is depricated | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-16.n3?rev=1.1 | Backward paths | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-17.n3?rev=1.1 | Mixed paths and paths as objects | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-18.n3?rev=1.1 | Mixed lists and paths | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-19.n3?rev=1.1 | Named DAML lists. Will fail on cwm. | Undecided | diff | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-20.n3?rev=1.1 | Named DAML lists. Will fail on cwm. | Undecided | diff | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1 | Datatypes | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-22.n3?rev=1.1 | Language tags | Undecided | | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-23.n3?rev=1.1 | XML literals | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-24.n3?rev=1.1 | Language tags and datatypes. This test is invalid by the grammar | Undecided | | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-25.n3?rev=1.3 | Numerical formats | Undecided | | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-26.n3?rev=1.2 | Some i18n | Undecided | diff | diff |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-27.n3?rev=1.2 | More i18n. What is the status of this? | Undecided | | |
|
http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-28.n3?rev=1.1 | Strange xsd:interges and xsd:doubles | Undecided | diff | diff |
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10020a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-20.nt?rev=1.3
Syntax error: _:a_g1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2" .
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10023a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-23.nt?rev=1.1
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-23.n3?rev=1.1#a> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-23.n3?rev=1.1#q1> "<foo>bar</foo>".
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-23.n3?rev=1.1#a> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-23.n3?rev=1.1#q1> "<foo>bar</foo>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral>.
+ <file:///base/rdf-test-23.n3#a> <file:///base/rdf-test-23.n3#q1> "<foo>bar</foo>".
+ <file:///base/rdf-test-23.n3#a> <file:///base/rdf-test-23.n3#q1> "<foo>bar</foo>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100127cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-12.nt?rev=1.1
Syntax error: _:a_ga <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <file:///base/rdf-test-12.n3#p> .
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100207cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10020.nt
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#a>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#b>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#p>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#ancestor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.daml.org/2001/03/daml+oil#TransitiveProperty>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#bill> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#ancestor> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#pa>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#pa> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#ancestor> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/this-rules.n3#granpa>.
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-03433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-03.out
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-19433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-19.out
- <http://example.org/#a> <http://example.org/#b> "1"^^<http://www.w3.org/2001/XMLSchema#decimal>.
+ <http://example.org/#a> <http://example.org/#b> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal>.
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10009433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10009.nt
- <http://www.w3.org/2000/10/swap/test/strquot.n3> <http://purl.org/dc/elements/1.1/description> "testing string parsing in N3.\nHmm... how much of this is in the primer?\nHow much should be there?\n@@ Holding off on unicode until support\nin python is sufficiently deployed\n(e.g. python on tux doesn't grok,\nnor does pythonwin on TimBL's laptop).\n".
+ <http://www.w3.org/2000/10/swap/test/strquot.n3> <http://purl.org/dc/elements/1.1/description> "testing string parsing in N3.\nHmm... how much of this is in the primer?\nHow much should be there?\n@@ Holding off on unicode until support\nin python is sufficiently deployed\n(e.g. python on tux doesn't grok,\nnor does pythonwin on TimBL's laptop).\n$Id: test_results.html,v 1.14 2007/08/06 16:13:57 syosi Exp $\n".
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10028a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-28.nt?rev=1.1
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-28.n3?rev=1.1#x> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-28.n3?rev=1.1#p1> "abc"^^<http://www.w3.org/2001/XMLSchema#integer>.
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-28.n3?rev=1.1#x> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-28.n3?rev=1.1#p2> "ab.c"^^<http://www.w3.org/2001/XMLSchema#double>.
+ <file:///base/rdf-test-28.n3#x> <file:///base/rdf-test-28.n3#p1> "abc"^^<http://www.w3.org/2001/XMLSchema#integer>.
+ <file:///base/rdf-test-28.n3#x> <file:///base/rdf-test-28.n3#p2> "ab.c"^^<http://www.w3.org/2001/XMLSchema#double>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100137cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10013.nt
+ "-2"^^<http://www.w3.org/2001/XMLSchema#integer> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "The integer -2".
+ "0"^^<http://www.w3.org/2001/XMLSchema#integer> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "Zero".
+ "2"^^<http://www.w3.org/2001/XMLSchema#integer> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "The integer 2 expressed with leading zeroes".
+ "2"^^<http://www.w3.org/2001/XMLSchema#integer> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "The integer 2".
+ "2.0"^^<http://www.w3.org/2001/XMLSchema#double> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "The number 2.0 expressed with extra trailing zeroes".
+ "2.0"^^<http://www.w3.org/2001/XMLSchema#double> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "The number 2.0".
+ "2000.0"^^<http://www.w3.org/2001/XMLSchema#double> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "The double precision floating point 2.0e3".
+ "800/600"^^<http://example.com/types#rational> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "800/600 with datatype http://example.com/types#rational".
+ "Le chat"@fr <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/numbers.n3#is> "The french phrase 'Le chat'".
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-24433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-24.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10002a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-02.nt?rev=1.1
Syntax error: _:a_g0 <http://one.net/ns1#bp1> <http://one.net/ns1#bv1> .
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10012433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10012.nt
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10016a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-16.nt?rev=1.1
Syntax error: _:a_g1 <file:///base/rdf-test-16.n3#b> <file:///base/rdf-test-16.n3#a> .
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100077cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-07.nt?rev=1.1
+ <file:///base/rdf-test-07.n3#b> <file:///base/rdf-test-07.n3#prop> "value".
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-10433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-10.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10007a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-07.nt?rev=1.1
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-07.n3?rev=1.1#b> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-07.n3?rev=1.1#prop> "value".
+ <file:///base/rdf-test-07.n3#b> <file:///base/rdf-test-07.n3#prop> "value".
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-14433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-14.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100167cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10016.nt
+ " @prefix : <http://www.w3.org/2000/10/swap/test/crypto/acc.n3#> .\n @prefix crypto: <http://www.w3.org/2000/10/swap/crypto#> .\n @prefix log: <http://www.w3.org/2000/10/swap/log#> .\n @prefix os: <http://www.w3.org/2000/10/swap/os#> .\n @prefix string: <http://www.w3.org/2000/10/swap/string#> .\n \n \"\"\"\nMzE5MDcKCjM2ODkyMzAyMDE1MzgwMjY2NTU5MzgzNjMyMDQyOTM1Mjc4MDk3MzAwNzE4ODMzOTY3\nNTY3NTk1Njg5MjE2Mjk0NzkyMzUyNTQ3OTQzMjI4MjM2MDEwNjQwMTAyMjcxODk0OTY2MzgzNjQ1\nNDQyODQ5Njg3MzUzOTM2NzAyMTI5NDgxNDg4MzIxMzUyODEyMTc1NjIxNjE0NjE5Mzk2MDY4MjE2\nNzk1MzY0NjAxNjE0MzM5NDYzOTIyMDMwMDE4NTEyODMyMTg0NDIyMzI3MzcxNzE5MjcxMzY0ODY1\nMjEzMzU1OTc4Nzk0OTIyMzQ4NDU5NTUxMTQ2MTcyNjE0MTk3ODI2NTg0NDA2Mzg2OTQwMTcwNTE4\nOTY0MDQzNzMxNzEyODc1OTk3NjAyNjE4ODUzNDQ1Mw=3D=3D\n\"\"\" a :RequestKey;\n :authorityName <Tiina>;\n :junk \"327462sjsdfjsakdhfkjsafd32164321\" .\n" <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/lstring.n3#test_string>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100087cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10008.nt
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/anon-prop.n3#anySubj> __:c0 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/anon-prop.n3#anyObj>.
+ __:c0 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/anon-prop.n3#propProp> "red".
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10011a9f3e361e44af294de94e47bfb5b4e15.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10011.nt
- <http://www.w3.org/2000/10/swap/test/syntax/foo.n3#albert> <http://www.daml.example.org/2001/03/fam#mother> __:c1.
- __:c0 <http://www.daml.example.org/2001/03/fam#father> <http://www.w3.org/2000/10/swap/test/syntax/foo.n3#albert>.
- __:c0 <http://www.daml.example.org/2001/03/fam#sister> <http://www.w3.org/2000/10/swap/test/syntax/foo.n3#nieceBertha>.
- __:c1 <http://www.daml.example.org/2001/03/fam#sister> <http://www.w3.org/2000/10/swap/test/syntax/foo.n3#auntieAnne>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#albert> <http://www.daml.example.org/2001/03/fam#mother> __:c1.
+ __:c0 <http://www.daml.example.org/2001/03/fam#father> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#albert>.
+ __:c0 <http://www.daml.example.org/2001/03/fam#sister> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#nieceBertha>.
+ __:c1 <http://www.daml.example.org/2001/03/fam#sister> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#auntieAnne>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10018a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-18.nt?rev=1.3
Syntax error: _:a_g1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:a_g0 .
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100037cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-03.nt?rev=1.1
Syntax error: _:a_g0 <http://namespace.net/p1> <http://namespace.net/v1> .
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-06433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-06.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10019a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-19.nt?rev=1.3
Syntax error: _:a_g1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2" .
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10004a9f3e361e44af294de94e47bfb5b4e15.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10004.nt
- <http://www.w3.org/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <http://www.w3.org/2000/10/swap/test/syntax/foo.n3#x>.
- <http://www.w3.org/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <http://www.w3.org/2000/10/swap/test/syntax/foo.n3#y>.
- <http://www.w3.org/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <http://www.w3.org/2000/10/swap/test/syntax/foo.n3#z>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#x>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#y>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#z>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100117cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10011.nt
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#albert> <http://www.daml.example.org/2001/03/fam#mother> __:c1.
+ __:c0 <http://www.daml.example.org/2001/03/fam#father> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#albert>.
+ __:c0 <http://www.daml.example.org/2001/03/fam#sister> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#nieceBertha>.
+ __:c1 <http://www.daml.example.org/2001/03/fam#sister> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#auntieAnne>.
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10008433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10008.nt
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100147cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10014.nt
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/qvars1.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/qvars1.n3#a>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/qvars1.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/qvars1.n3#b>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/qvars1.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/qvars1.n3#c>.
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-04433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-04.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10012a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-12.nt?rev=1.1
Syntax error: _:a_ga <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <file:///base/rdf-test-12.n3#p> .
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-07433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-07.out
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-09433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-09.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10011a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-11.nt?rev=1.1
Syntax error: _:a_ga <http://www.daml.org/2001/03/daml+oil#equivalentTo> _:a_gb .
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100047cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10004.nt
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#x>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#y>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/keywords2.n3#_work> <http://www.w3.org/2000/10/swap/log#forAll> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#z>.
+ __:c0 __:c1 __:c2.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10017a9f3e361e44af294de94e47bfb5b4e15.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10017.nt
- <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://www.w3.org/2000/10/swap/test/test#verb0> <http://www.w3.org/2000/10/swap/test/test#object0>.
- <http://www.w3.org/2000/10/swap/test/test#emptyList> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- <http://www.w3.org/2000/10/swap/test/test#listOf2Empties> <http://www.w3.org/2002/07/owl#sameAs> __:c7.
- <http://www.w3.org/2000/10/swap/test/test#nested> <http://www.w3.org/2002/07/owl#sameAs> __:c11.
- <http://www.w3.org/2000/10/swap/test/test#threeItems> <http://www.w3.org/2002/07/owl#sameAs> __:c8.
- <http://www.w3.org/2000/10/swap/test/test#twoAnons> <http://www.w3.org/2002/07/owl#sameAs> __:c17.
- <http://www.w3.org/2000/10/swap/test/test#twoFormulae> <http://www.w3.org/2002/07/owl#sameAs> __:c4.
- __:c0 <http://www.w3.org/2000/10/swap/test/lists.n3#linksEqualLists> __:c0.
- __:c1 <http://www.w3.org/2000/10/swap/test/test#verb1> <http://www.w3.org/2000/10/swap/test/test#object1>.
- __:c10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#d>.
- __:c11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#first>.
- __:c11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c15.
- __:c12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#fourth>.
- __:c13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#left3>.
- __:c13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c14.
- __:c14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#right3>.
- __:c15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#second>.
- __:c15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c18.
- __:c18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c13.
- __:c18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c12.
- __:c19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/10/swap/test/test#father>.
- __:c2 <http://www.w3.org/2000/10/swap/test/test#verb2> <http://www.w3.org/2000/10/swap/test/test#object2>.
- __:c20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/10/swap/test/test#mother>.
- __:c4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/devel/WWW/2000/10/swap/test/n3/.run-1103827662.739646p11965#_g5>.
- __:c5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/devel/WWW/2000/10/swap/test/n3/.run-1103827662.739646p11965#_g6>.
- __:c6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c6.
- __:c8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#b>.
- __:c8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c9.
- __:c9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2000/10/swap/test/test#c>.
- __:c9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c10.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#emptyList> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#listOf2Empties> <http://www.w3.org/2002/07/owl#sameAs> __:c15.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#nested> <http://www.w3.org/2002/07/owl#sameAs> __:c9.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#threeItems> <http://www.w3.org/2002/07/owl#sameAs> __:c6.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#twoAnons> <http://www.w3.org/2002/07/owl#sameAs> __:c17.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#twoFormulae> <http://www.w3.org/2002/07/owl#sameAs> __:c4.
+ <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#verb0> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#object0>.
+ __:c0 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/lists.n3#linksEqualLists> __:c0.
+ __:c1 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#verb1> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#object1>.
+ __:c10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#fourth>.
+ __:c11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#left3>.
+ __:c11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c12.
+ __:c12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#right3>.
+ __:c13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#second>.
+ __:c13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c18.
+ __:c14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
+ __:c15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
+ __:c15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c14.
+ __:c18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c11.
+ __:c18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c10.
+ __:c19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#father>.
+ __:c2 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#verb2> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#object2>.
+ __:c20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#mother>.
+ __:c4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/n3/.run-1100818951.269227p32593#_g5>.
+ __:c5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/n3/.run-1100818951.269227p32593#_g6>.
+ __:c6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#b>.
+ __:c6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c7.
+ __:c7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#c>.
+ __:c7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c8.
+ __:c8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#d>.
+ __:c8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
+ __:c9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/test#first>.
+ __:c9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c13.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100157cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-15.nt?rev=1.2
+ <file:///base/rdf-test-15.n3#a1> <file:///base/rdf-test-15.n3#b1> __:c0.
+ <file:///base/rdf-test-15.n3#a2> <http://a/ns#b2> __:c5.
+ <file:///base/rdf-test-15.n3#o> <http://a/ns#p1> __:c6.
+ <file:///base/rdf-test-15.n3#r> <file:///base/rdf-test-15.n3#p> __:c7.
+ <file:///base/rdf-test-15.n3#x1> <file:///base/rdf-test-15.n3#y1> __:c1.
+ <file:///base/rdf-test-15.n3#x2> <http://a/ns#y2> __:c2.
+ __:c0 <file:///base/rdf-test-15.n3#c1> __:c3.
+ __:c1 <file:///base/rdf-test-15.n3#p1> "3".
+ __:c2 <file:///base/rdf-test-15.n3#p2> "3".
+ __:c3 <file:///base/rdf-test-15.n3#q1> "3".
+ __:c3 <file:///base/rdf-test-15.n3#q2> "4".
+ __:c3 <file:///base/rdf-test-15.n3#q2> "5".
+ __:c4 <file:///base/rdf-test-15.n3#q1> "3".
+ __:c4 <file:///base/rdf-test-15.n3#q2> "4".
+ __:c4 <file:///base/rdf-test-15.n3#q2> "5".
+ __:c5 <http://a/ns#c2> __:c4.
+ __:c6 <http://a/ns#p2> __:c7.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10021a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-21.nt?rev=1.1
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#a> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#p> "11".
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#a> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#p> "11"^^<http://www.w3.org/2001/XMLSchema#integer>.
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#a> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#q2> "99"^^<http://www.w3.org/2001/XMLSchema#integer>.
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#a> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#q2> "99"^^<http://www.w3.org/2001/XMLSchema#string>.
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#a> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-21.n3?rev=1.1#q> "12"^^<http://www.w3.org/2001/XMLSchema#integer>.
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#p> "11".
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#p> "11"^^<http://www.w3.org/2001/XMLSchema#integer>.
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#q2> "99"^^<http://www.w3.org/2001/XMLSchema#integer>.
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#q2> "99"^^<http://www.w3.org/2001/XMLSchema#string>.
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#q> "12"^^<http://www.w3.org/2001/XMLSchema#integer>.
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10002433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10002.nt
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-08433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-08.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100237cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-23.nt?rev=1.1
+ <file:///base/rdf-test-23.n3#a> <file:///base/rdf-test-23.n3#q1> "<foo>bar</foo>".
+ <file:///base/rdf-test-23.n3#a> <file:///base/rdf-test-23.n3#q1> "<foo>bar</foo>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100127cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10012.nt
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/a> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/b> __:c14.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/e> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/f> __:c1.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#admires> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#converse> __:c11.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#albert> <http://www.daml.example.org/2001/03/fam#mother> __:c10.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#albert> __:c11 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#grumpy>.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#mentor> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#inverse> __:c12.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#x> <http://www.w3.org/2000/01/rdf-schema#label> __:c3.
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#x> <http://www.w3.org/2000/01/rdf-schema#label> __:c4.
+ __:c0 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/d> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/c>.
+ __:c1 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/g> __:c13.
+ __:c10 __:c12 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#auntieAnne>.
+ __:c2 <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/path2.n3#relatedTo> __:c7.
+ __:c2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c14.
+ __:c2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c8.
+ __:c3 <http://www.daml.example.org/2000/10/lang#eng> "Help!".
+ __:c4 <http://www.daml.example.org/2000/10/lang#fr> "foo".
+ __:c5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1".
+ __:c5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> __:c6.
+ __:c5 <http://www.w3.org/2000/10/swap/math#sum> __:c9.
+ __:c6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2".
+ __:c6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
+ __:c7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c13.
+ __:c7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
+ __:c8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c0.
+ __:c8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
+ __:c9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/foo.n3#THREE>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10005a9f3e361e44af294de94e47bfb5b4e15.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10005.nt
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-02433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-02.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100217cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-21.nt?rev=1.1
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#p> "11".
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#p> "11"^^<http://www.w3.org/2001/XMLSchema#integer>.
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#q2> "99"^^<http://www.w3.org/2001/XMLSchema#integer>.
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#q2> "99"^^<http://www.w3.org/2001/XMLSchema#string>.
+ <file:///base/rdf-test-21.n3#a> <file:///base/rdf-test-21.n3#q> "12"^^<http://www.w3.org/2001/XMLSchema#integer>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100287cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-28.nt?rev=1.1
+ <file:///base/rdf-test-28.n3#x> <file:///base/rdf-test-28.n3#p1> "abc"^^<http://www.w3.org/2001/XMLSchema#integer>.
+ <file:///base/rdf-test-28.n3#x> <file:///base/rdf-test-28.n3#p2> "ab.c"^^<http://www.w3.org/2001/XMLSchema#double>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10002a9f3e361e44af294de94e47bfb5b4e15.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10002.nt
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-12433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-12.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100027cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-02.nt?rev=1.1
Syntax error: _:a_g0 <http://one.net/ns1#bp1> <http://one.net/ns1#bv1> .
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10006433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10006.nt
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/test-18433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/test-18.out
- <http://example.org/foo#a> <http://example.org/foo#b> "\nthis \ris a \uD815\uDE78long\t\nliteral\uABCD\n".
- <http://example.org/foo#d> <http://example.org/foo#e> "\tThis \uABCDis\r \uD815\uDE78another\n\none\n".
+ <http://example.org/foo#a> <http://example.org/foo#b> "\nthis \ris a \U00015678long\t\nliteral\uABCD\n".
+ <http://example.org/foo#d> <http://example.org/foo#e> "\tThis \uABCDis\r \U00015678another\n\none\n".
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10001433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10001.nt
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100077cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10007.nt
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/rdfs-namespace433bb973355d73bfe209549d1e4d4616.out to http://www.dajobe.org/2004/01/turtle/tests/rdfs-namespace.out
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100067cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-06.nt?rev=1.1
+ <file:///base/rdf-test-06.n3#> <file:///base/rdf-test-06.n3#p> "v".
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100197cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10019.nt
+ <http://www.w3.org/2000/10/swap/log#implies> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/10/swap/log#Chaff>.
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10006a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-06.nt?rev=1.1
- <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-06.n3?rev=1.1#> <http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-test-06.n3?rev=1.1#p> "v".
+ <file:///base/rdf-test-06.n3#> <file:///base/rdf-test-06.n3#p> "v".
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_10022a9f3e361e44af294de94e47bfb5b4e15.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-22.nt?rev=1.1
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_100017cca2956528df3852a1ef4ea1f5edb5b.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10001.nt
+ <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/a> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/b> <file:/home/syosi/cvs-trunk/WWW/2000/10/swap/test/syntax/c>.
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10016433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10016.nt
diff from file:/devel/WWW/2000/10/swap/test/n3/,temp/n3_jena.tests_jena_100137cca2956528df3852a1ef4ea1f5edb5b.out to http://cvs.sourceforge.net/viewcvs.py/*checkout*/jena/jena2/testing/N3/rdf-result-13.nt?rev=1.1
+ <http://host/A#b> <http://host/A#p> <http://host/A#v>.
+ <http://host/Z#b> <http://host/Z#p> <http://host/Z#v>.
diff from file:///Users/yosi/CVSROOT/WWW/2000/10/swap/test/n3/,temp/n3parser.tests_n3_10019433bb973355d73bfe209549d1e4d4616.out to http://www.w3.org/2000/10/swap/test/n3/n3parser.tests_n3_10019.nt
- __:c0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#fee".
- __:c0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#foo".
- __:c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c10 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testa2d".
- __:c100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c64.
- __:c100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c65.
- __:c101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c66.
- __:c102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c67.
- __:c103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c68.
- __:c104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c69.
- __:c105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c70.
- __:c106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c71.
- __:c107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c72.
- __:c108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c73.
- __:c109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c11 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testa2n".
- __:c110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c74.
- __:c110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c75.
- __:c111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c76.
- __:c112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c113 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c114 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c115 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c116 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c117 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c118 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c119 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c12 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testa2nd".
- __:c120 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c121 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c122 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c123 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c124 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c125 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c126 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c127 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c128 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c129 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c13 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testa3".
- __:c130 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c131 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c132 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c133 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c134 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c135 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c136 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c137 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c138 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c139 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c14 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testa3d".
- __:c140 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c141 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c142 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c143 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c144 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c145 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c146 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c147 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c148 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".
- __:c149 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c15 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testa3n".
- __:c150 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c151 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c152 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c153 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c154 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c155 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c156 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c157 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c158 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c159 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c16 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testa3nd".
- __:c160 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c161 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c162 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c163 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c164 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c165 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c166 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#FAILURE".
- __:c167 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c168 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c169 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c17 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb1".
- __:c170 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c171 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c172 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c173 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c174 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c175 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c176 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c177 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c178 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c179 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c18 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb1d".
- __:c180 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c181 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c182 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c183 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c184 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#success".
- __:c185 <http://www.w3.org/2002/07/owl#oneOf> __:c100.
- __:c186 <http://www.w3.org/2002/07/owl#oneOf> __:c101.
- __:c187 <http://www.w3.org/2002/07/owl#oneOf> __:c102.
- __:c188 <http://www.w3.org/2002/07/owl#oneOf> __:c103.
- __:c189 <http://www.w3.org/2002/07/owl#oneOf> __:c104.
- __:c19 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb1n".
- __:c190 <http://www.w3.org/2002/07/owl#oneOf> __:c105.
- __:c191 <http://www.w3.org/2002/07/owl#oneOf> __:c106.
- __:c192 <http://www.w3.org/2002/07/owl#oneOf> __:c107.
- __:c193 <http://www.w3.org/2002/07/owl#oneOf> __:c108.
- __:c194 <http://www.w3.org/2002/07/owl#oneOf> __:c109.
- __:c195 <http://www.w3.org/2002/07/owl#oneOf> __:c110.
- __:c196 <http://www.w3.org/2002/07/owl#oneOf> __:c111.
- __:c197 <http://www.w3.org/2002/07/owl#oneOf> __:c112.
- __:c198 <http://www.w3.org/2002/07/owl#oneOf> __:c77.
- __:c199 <http://www.w3.org/2002/07/owl#oneOf> __:c78.
- __:c2 <http://www.w3.org/2002/07/owl#oneOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c20 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb1nd".
- __:c200 <http://www.w3.org/2002/07/owl#oneOf> __:c79.
- __:c201 <http://www.w3.org/2002/07/owl#oneOf> __:c80.
- __:c202 <http://www.w3.org/2002/07/owl#oneOf> __:c81.
- __:c203 <http://www.w3.org/2002/07/owl#oneOf> __:c82.
- __:c204 <http://www.w3.org/2002/07/owl#oneOf> __:c83.
- __:c205 <http://www.w3.org/2002/07/owl#oneOf> __:c84.
- __:c206 <http://www.w3.org/2002/07/owl#oneOf> __:c85.
- __:c207 <http://www.w3.org/2002/07/owl#oneOf> __:c86.
- __:c208 <http://www.w3.org/2002/07/owl#oneOf> __:c87.
- __:c209 <http://www.w3.org/2002/07/owl#oneOf> __:c88.
- __:c21 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb2".
- __:c210 <http://www.w3.org/2002/07/owl#oneOf> __:c89.
- __:c211 <http://www.w3.org/2002/07/owl#oneOf> __:c90.
- __:c212 <http://www.w3.org/2002/07/owl#oneOf> __:c91.
- __:c213 <http://www.w3.org/2002/07/owl#oneOf> __:c92.
- __:c214 <http://www.w3.org/2002/07/owl#oneOf> __:c93.
- __:c215 <http://www.w3.org/2002/07/owl#oneOf> __:c94.
- __:c216 <http://www.w3.org/2002/07/owl#oneOf> __:c95.
- __:c217 <http://www.w3.org/2002/07/owl#oneOf> __:c96.
- __:c218 <http://www.w3.org/2002/07/owl#oneOf> __:c97.
- __:c219 <http://www.w3.org/2002/07/owl#oneOf> __:c98.
- __:c22 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb2d".
- __:c220 <http://www.w3.org/2002/07/owl#oneOf> __:c99.
- __:c221 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c221 <http://www.w3.org/2004/06/rei#statements> __:c185.
- __:c221 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c222 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c222 <http://www.w3.org/2004/06/rei#statements> __:c186.
- __:c222 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c223 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c223 <http://www.w3.org/2004/06/rei#statements> __:c187.
- __:c223 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c224 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c224 <http://www.w3.org/2004/06/rei#statements> __:c188.
- __:c224 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c225 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c225 <http://www.w3.org/2004/06/rei#statements> __:c189.
- __:c225 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c226 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c226 <http://www.w3.org/2004/06/rei#statements> __:c190.
- __:c226 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c227 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c227 <http://www.w3.org/2004/06/rei#statements> __:c191.
- __:c227 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c228 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c228 <http://www.w3.org/2004/06/rei#statements> __:c192.
- __:c228 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c229 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c229 <http://www.w3.org/2004/06/rei#statements> __:c193.
- __:c229 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c23 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb2n".
- __:c230 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c230 <http://www.w3.org/2004/06/rei#statements> __:c194.
- __:c230 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c231 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c231 <http://www.w3.org/2004/06/rei#statements> __:c195.
- __:c231 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c232 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c232 <http://www.w3.org/2004/06/rei#statements> __:c196.
- __:c232 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c233 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c233 <http://www.w3.org/2004/06/rei#statements> __:c197.
- __:c233 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c234 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c234 <http://www.w3.org/2004/06/rei#statements> __:c198.
- __:c234 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c235 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c235 <http://www.w3.org/2004/06/rei#statements> __:c199.
- __:c235 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c236 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c236 <http://www.w3.org/2004/06/rei#statements> __:c200.
- __:c236 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c237 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c237 <http://www.w3.org/2004/06/rei#statements> __:c201.
- __:c237 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c238 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c238 <http://www.w3.org/2004/06/rei#statements> __:c202.
- __:c238 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c239 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c239 <http://www.w3.org/2004/06/rei#statements> __:c203.
- __:c239 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c24 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb2nd".
- __:c240 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c240 <http://www.w3.org/2004/06/rei#statements> __:c204.
- __:c240 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c241 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c241 <http://www.w3.org/2004/06/rei#statements> __:c205.
- __:c241 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c242 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c242 <http://www.w3.org/2004/06/rei#statements> __:c206.
- __:c242 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c243 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c243 <http://www.w3.org/2004/06/rei#statements> __:c207.
- __:c243 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c244 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c244 <http://www.w3.org/2004/06/rei#statements> __:c208.
- __:c244 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c245 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c245 <http://www.w3.org/2004/06/rei#statements> __:c209.
- __:c245 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c246 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c246 <http://www.w3.org/2004/06/rei#statements> __:c210.
- __:c246 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c247 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c247 <http://www.w3.org/2004/06/rei#statements> __:c211.
- __:c247 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c248 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c248 <http://www.w3.org/2004/06/rei#statements> __:c212.
- __:c248 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c249 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c249 <http://www.w3.org/2004/06/rei#statements> __:c213.
- __:c249 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c25 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb3".
- __:c250 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c250 <http://www.w3.org/2004/06/rei#statements> __:c214.
- __:c250 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c251 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c251 <http://www.w3.org/2004/06/rei#statements> __:c215.
- __:c251 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c252 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c252 <http://www.w3.org/2004/06/rei#statements> __:c216.
- __:c252 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c253 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c253 <http://www.w3.org/2004/06/rei#statements> __:c217.
- __:c253 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c254 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c254 <http://www.w3.org/2004/06/rei#statements> __:c218.
- __:c254 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c255 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c255 <http://www.w3.org/2004/06/rei#statements> __:c219.
- __:c255 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c256 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c256 <http://www.w3.org/2004/06/rei#statements> __:c220.
- __:c256 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c257 <http://www.w3.org/2000/10/swap/log#implies> __:c221.
- __:c257 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c257 <http://www.w3.org/2004/06/rei#statements> __:c293.
- __:c257 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c258 <http://www.w3.org/2000/10/swap/log#implies> __:c222.
- __:c258 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c258 <http://www.w3.org/2004/06/rei#statements> __:c294.
- __:c258 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c259 <http://www.w3.org/2000/10/swap/log#implies> __:c223.
- __:c259 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c259 <http://www.w3.org/2004/06/rei#statements> __:c295.
- __:c259 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c26 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb3d".
- __:c260 <http://www.w3.org/2000/10/swap/log#implies> __:c224.
- __:c260 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c260 <http://www.w3.org/2004/06/rei#statements> __:c296.
- __:c260 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c261 <http://www.w3.org/2000/10/swap/log#implies> __:c225.
- __:c261 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c261 <http://www.w3.org/2004/06/rei#statements> __:c297.
- __:c261 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c262 <http://www.w3.org/2000/10/swap/log#implies> __:c226.
- __:c262 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c262 <http://www.w3.org/2004/06/rei#statements> __:c298.
- __:c262 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c263 <http://www.w3.org/2000/10/swap/log#implies> __:c227.
- __:c263 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c263 <http://www.w3.org/2004/06/rei#statements> __:c299.
- __:c263 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c264 <http://www.w3.org/2000/10/swap/log#implies> __:c228.
- __:c264 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c264 <http://www.w3.org/2004/06/rei#statements> __:c300.
- __:c264 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c265 <http://www.w3.org/2000/10/swap/log#implies> __:c229.
- __:c265 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c265 <http://www.w3.org/2004/06/rei#statements> __:c301.
- __:c265 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c266 <http://www.w3.org/2000/10/swap/log#implies> __:c230.
- __:c266 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c266 <http://www.w3.org/2004/06/rei#statements> __:c302.
- __:c266 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c267 <http://www.w3.org/2000/10/swap/log#implies> __:c231.
- __:c267 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c267 <http://www.w3.org/2004/06/rei#statements> __:c303.
- __:c267 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c268 <http://www.w3.org/2000/10/swap/log#implies> __:c232.
- __:c268 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c268 <http://www.w3.org/2004/06/rei#statements> __:c304.
- __:c268 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c269 <http://www.w3.org/2000/10/swap/log#implies> __:c233.
- __:c269 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c269 <http://www.w3.org/2004/06/rei#statements> __:c305.
- __:c269 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c27 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb3n".
- __:c270 <http://www.w3.org/2000/10/swap/log#implies> __:c234.
- __:c270 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c270 <http://www.w3.org/2004/06/rei#statements> __:c306.
- __:c270 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c271 <http://www.w3.org/2000/10/swap/log#implies> __:c235.
- __:c271 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c271 <http://www.w3.org/2004/06/rei#statements> __:c307.
- __:c271 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c272 <http://www.w3.org/2000/10/swap/log#implies> __:c236.
- __:c272 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c272 <http://www.w3.org/2004/06/rei#statements> __:c308.
- __:c272 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c273 <http://www.w3.org/2000/10/swap/log#implies> __:c237.
- __:c273 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c273 <http://www.w3.org/2004/06/rei#statements> __:c309.
- __:c273 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c274 <http://www.w3.org/2000/10/swap/log#implies> __:c238.
- __:c274 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c274 <http://www.w3.org/2004/06/rei#statements> __:c310.
- __:c274 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c275 <http://www.w3.org/2000/10/swap/log#implies> __:c239.
- __:c275 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c275 <http://www.w3.org/2004/06/rei#statements> __:c311.
- __:c275 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c276 <http://www.w3.org/2000/10/swap/log#implies> __:c240.
- __:c276 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c276 <http://www.w3.org/2004/06/rei#statements> __:c312.
- __:c276 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c277 <http://www.w3.org/2000/10/swap/log#implies> __:c241.
- __:c277 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c277 <http://www.w3.org/2004/06/rei#statements> __:c313.
- __:c277 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c278 <http://www.w3.org/2000/10/swap/log#implies> __:c242.
- __:c278 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c278 <http://www.w3.org/2004/06/rei#statements> __:c314.
- __:c278 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c279 <http://www.w3.org/2000/10/swap/log#implies> __:c243.
- __:c279 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c279 <http://www.w3.org/2004/06/rei#statements> __:c315.
- __:c279 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c28 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testb3nd".
- __:c280 <http://www.w3.org/2000/10/swap/log#implies> __:c244.
- __:c280 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c280 <http://www.w3.org/2004/06/rei#statements> __:c316.
- __:c280 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c281 <http://www.w3.org/2000/10/swap/log#implies> __:c245.
- __:c281 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c281 <http://www.w3.org/2004/06/rei#statements> __:c317.
- __:c281 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c282 <http://www.w3.org/2000/10/swap/log#implies> __:c246.
- __:c282 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c282 <http://www.w3.org/2004/06/rei#statements> __:c318.
- __:c282 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c283 <http://www.w3.org/2000/10/swap/log#implies> __:c247.
- __:c283 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c283 <http://www.w3.org/2004/06/rei#statements> __:c319.
- __:c283 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c284 <http://www.w3.org/2000/10/swap/log#implies> __:c248.
- __:c284 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c284 <http://www.w3.org/2004/06/rei#statements> __:c320.
- __:c284 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c285 <http://www.w3.org/2000/10/swap/log#implies> __:c249.
- __:c285 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c285 <http://www.w3.org/2004/06/rei#statements> __:c321.
- __:c285 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c286 <http://www.w3.org/2000/10/swap/log#implies> __:c250.
- __:c286 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c286 <http://www.w3.org/2004/06/rei#statements> __:c322.
- __:c286 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c287 <http://www.w3.org/2000/10/swap/log#implies> __:c251.
- __:c287 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c287 <http://www.w3.org/2004/06/rei#statements> __:c323.
- __:c287 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c288 <http://www.w3.org/2000/10/swap/log#implies> __:c252.
- __:c288 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c288 <http://www.w3.org/2004/06/rei#statements> __:c324.
- __:c288 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c289 <http://www.w3.org/2000/10/swap/log#implies> __:c253.
- __:c289 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c289 <http://www.w3.org/2004/06/rei#statements> __:c325.
- __:c289 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c29 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc1".
- __:c290 <http://www.w3.org/2000/10/swap/log#implies> __:c254.
- __:c290 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c290 <http://www.w3.org/2004/06/rei#statements> __:c326.
- __:c290 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c291 <http://www.w3.org/2000/10/swap/log#implies> __:c255.
- __:c291 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c291 <http://www.w3.org/2004/06/rei#statements> __:c327.
- __:c291 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c292 <http://www.w3.org/2000/10/swap/log#implies> __:c256.
- __:c292 <http://www.w3.org/2004/06/rei#existentials> __:c2.
- __:c292 <http://www.w3.org/2004/06/rei#statements> __:c328.
- __:c292 <http://www.w3.org/2004/06/rei#universals> __:c2.
- __:c293 <http://www.w3.org/2002/07/owl#oneOf> __:c329.
- __:c294 <http://www.w3.org/2002/07/owl#oneOf> __:c330.
- __:c295 <http://www.w3.org/2002/07/owl#oneOf> __:c331.
- __:c296 <http://www.w3.org/2002/07/owl#oneOf> __:c332.
- __:c297 <http://www.w3.org/2002/07/owl#oneOf> __:c333.
- __:c298 <http://www.w3.org/2002/07/owl#oneOf> __:c334.
- __:c299 <http://www.w3.org/2002/07/owl#oneOf> __:c335.
- __:c3 <http://www.w3.org/2002/07/owl#oneOf> __:c1.
- __:c30 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc1d".
- __:c300 <http://www.w3.org/2002/07/owl#oneOf> __:c336.
- __:c301 <http://www.w3.org/2002/07/owl#oneOf> __:c337.
- __:c302 <http://www.w3.org/2002/07/owl#oneOf> __:c338.
- __:c303 <http://www.w3.org/2002/07/owl#oneOf> __:c339.
- __:c304 <http://www.w3.org/2002/07/owl#oneOf> __:c340.
- __:c305 <http://www.w3.org/2002/07/owl#oneOf> __:c341.
- __:c306 <http://www.w3.org/2002/07/owl#oneOf> __:c342.
- __:c307 <http://www.w3.org/2002/07/owl#oneOf> __:c343.
- __:c308 <http://www.w3.org/2002/07/owl#oneOf> __:c344.
- __:c309 <http://www.w3.org/2002/07/owl#oneOf> __:c345.
- __:c31 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc1n".
- __:c310 <http://www.w3.org/2002/07/owl#oneOf> __:c346.
- __:c311 <http://www.w3.org/2002/07/owl#oneOf> __:c347.
- __:c312 <http://www.w3.org/2002/07/owl#oneOf> __:c348.
- __:c313 <http://www.w3.org/2002/07/owl#oneOf> __:c349.
- __:c314 <http://www.w3.org/2002/07/owl#oneOf> __:c350.
- __:c315 <http://www.w3.org/2002/07/owl#oneOf> __:c351.
- __:c316 <http://www.w3.org/2002/07/owl#oneOf> __:c352.
- __:c317 <http://www.w3.org/2002/07/owl#oneOf> __:c353.
- __:c318 <http://www.w3.org/2002/07/owl#oneOf> __:c354.
- __:c319 <http://www.w3.org/2002/07/owl#oneOf> __:c355.
- __:c32 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc1nd".
- __:c320 <http://www.w3.org/2002/07/owl#oneOf> __:c356.
- __:c321 <http://www.w3.org/2002/07/owl#oneOf> __:c357.
- __:c322 <http://www.w3.org/2002/07/owl#oneOf> __:c358.
- __:c323 <http://www.w3.org/2002/07/owl#oneOf> __:c359.
- __:c324 <http://www.w3.org/2002/07/owl#oneOf> __:c360.
- __:c325 <http://www.w3.org/2002/07/owl#oneOf> __:c361.
- __:c326 <http://www.w3.org/2002/07/owl#oneOf> __:c362.
- __:c327 <http://www.w3.org/2002/07/owl#oneOf> __:c363.
- __:c328 <http://www.w3.org/2002/07/owl#oneOf> __:c364.
- __:c329 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c365.
- __:c329 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c33 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc2".
- __:c330 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c366.
- __:c330 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c331 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c367.
- __:c331 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c332 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c368.
- __:c332 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c333 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c369.
- __:c333 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c334 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c370.
- __:c334 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c335 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c371.
- __:c335 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c336 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c372.
- __:c336 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c337 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c373.
- __:c337 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c338 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c374.
- __:c338 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c339 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c375.
- __:c339 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c34 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc2d".
- __:c340 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c376.
- __:c340 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c341 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c377.
- __:c341 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c342 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c378.
- __:c342 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c343 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c379.
- __:c343 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c344 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c380.
- __:c344 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c345 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c381.
- __:c345 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c346 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c382.
- __:c346 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c347 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c383.
- __:c347 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c348 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c384.
- __:c348 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c349 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c385.
- __:c349 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c35 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc2n".
- __:c350 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c386.
- __:c350 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c351 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c387.
- __:c351 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c352 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c388.
- __:c352 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c353 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c389.
- __:c353 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c354 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c390.
- __:c354 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c355 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c391.
- __:c355 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c356 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c392.
- __:c356 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c357 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c393.
- __:c357 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c358 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c394.
- __:c358 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c359 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c395.
- __:c359 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c36 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc2nd".
- __:c360 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c396.
- __:c360 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c361 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c397.
- __:c361 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c362 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c398.
- __:c362 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c363 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c399.
- __:c363 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c364 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> __:c400.
- __:c364 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>.
- __:c365 <http://www.w3.org/2004/06/rei#object> __:c445.
- __:c365 <http://www.w3.org/2004/06/rei#predicate> __:c467.
- __:c365 <http://www.w3.org/2004/06/rei#subject> __:c423.
- __:c366 <http://www.w3.org/2004/06/rei#object> __:c446.
- __:c366 <http://www.w3.org/2004/06/rei#predicate> __:c468.
- __:c366 <http://www.w3.org/2004/06/rei#subject> __:c439.
- __:c367 <http://www.w3.org/2004/06/rei#object> __:c447.
- __:c367 <http://www.w3.org/2004/06/rei#predicate> __:c485.
- __:c367 <http://www.w3.org/2004/06/rei#subject> __:c424.
- __:c368 <http://www.w3.org/2004/06/rei#object> __:c448.
- __:c368 <http://www.w3.org/2004/06/rei#predicate> __:c486.
- __:c368 <http://www.w3.org/2004/06/rei#subject> __:c440.
- __:c369 <http://www.w3.org/2004/06/rei#object> __:c425.
- __:c369 <http://www.w3.org/2004/06/rei#predicate> __:c469.
- __:c369 <http://www.w3.org/2004/06/rei#subject> __:c425.
- __:c37 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc3".
- __:c370 <http://www.w3.org/2004/06/rei#object> __:c426.
- __:c370 <http://www.w3.org/2004/06/rei#predicate> __:c470.
- __:c370 <http://www.w3.org/2004/06/rei#subject> __:c441.
- __:c371 <http://www.w3.org/2004/06/rei#object> __:c427.
- __:c371 <http://www.w3.org/2004/06/rei#predicate> __:c487.
- __:c371 <http://www.w3.org/2004/06/rei#subject> __:c427.
- __:c372 <http://www.w3.org/2004/06/rei#object> __:c428.
- __:c372 <http://www.w3.org/2004/06/rei#predicate> __:c488.
- __:c372 <http://www.w3.org/2004/06/rei#subject> __:c442.
- __:c373 <http://www.w3.org/2004/06/rei#object> __:c401.
- __:c373 <http://www.w3.org/2004/06/rei#predicate> __:c471.
- __:c373 <http://www.w3.org/2004/06/rei#subject> __:c401.
- __:c374 <http://www.w3.org/2004/06/rei#object> __:c402.
- __:c374 <http://www.w3.org/2004/06/rei#predicate> __:c472.
- __:c374 <http://www.w3.org/2004/06/rei#subject> __:c403.
- __:c375 <http://www.w3.org/2004/06/rei#object> __:c404.
- __:c375 <http://www.w3.org/2004/06/rei#predicate> __:c489.
- __:c375 <http://www.w3.org/2004/06/rei#subject> __:c404.
- __:c376 <http://www.w3.org/2004/06/rei#object> __:c405.
- __:c376 <http://www.w3.org/2004/06/rei#predicate> __:c490.
- __:c376 <http://www.w3.org/2004/06/rei#subject> __:c406.
- __:c377 <http://www.w3.org/2004/06/rei#object> __:c449.
- __:c377 <http://www.w3.org/2004/06/rei#predicate> __:c473.
- __:c377 <http://www.w3.org/2004/06/rei#subject> __:c407.
- __:c378 <http://www.w3.org/2004/06/rei#object> __:c450.
- __:c378 <http://www.w3.org/2004/06/rei#predicate> __:c474.
- __:c378 <http://www.w3.org/2004/06/rei#subject> __:c408.
- __:c379 <http://www.w3.org/2004/06/rei#object> __:c451.
- __:c379 <http://www.w3.org/2004/06/rei#predicate> __:c491.
- __:c379 <http://www.w3.org/2004/06/rei#subject> __:c409.
- __:c38 <http://www.w3.org/2004/06/rei#uri> "http://www.w3.org/2000/10/swap/test/syntax/this-quantifiers.n3#testc3d".
- __:c380 <http://www.w3.org/2004/06/rei#object> __:c452.
- __:c380 <http://www.w3.org/2004/06/rei#predicate> __:c492.
- __:c380 <http://www.w3.org/2004/06/rei#subject> __:c410.
- __:c381 <http://www.w3.org/2004/06/rei#object> __:c429.
- __:c381 <http://www.w3.org/2004/06/rei#predicate> __:c475.
- __:c381 <http://www.w3.org/2004/06/rei#subject> __:c411.
- __:c382 <http://www.w3.org/2004/06/rei#object> __:c430.
- __:c382 <http://www.w3.org/2004/06/rei#predicate> __:c476.
- __:c382 <http://www.w3.org/2004/06/rei#subject> __:c412.
- __:c383 <http://www.w3.org/2004/06/rei#object> __:c431.
- __:c383 <http://www.w3.org/2004/06/rei#predicate> _