annotate src/serd-0.18.2/tests/test-pretty.out @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.org/isA> <http://example.org/List> .
cannam@85 2 _:genid1 <http://example.org/isA> <http://example.org/Blank> .
cannam@85 3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.org/sameAs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
cannam@85 4 _:genid2 <http://example.org/sameAs> _:genid3 .
cannam@85 5 _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .
cannam@85 6 _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid5 .
cannam@85 7 _:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .
cannam@85 8 _:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid6 .
cannam@85 9 _:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "pear" .
cannam@85 10 _:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
cannam@85 11 _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/List> .
cannam@85 12 _:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid8 .
cannam@85 13 _:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/a> .
cannam@85 14 _:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid9 .
cannam@85 15 _:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/b> .
cannam@85 16 _:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
cannam@85 17 _:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid10 .
cannam@85 18 _:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid11 .
cannam@85 19 _:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/c> .
cannam@85 20 _:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid12 .
cannam@85 21 _:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/d> .
cannam@85 22 _:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
cannam@85 23 _:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
cannam@85 24 _:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/List> .
cannam@85 25 _:genid13 <http://example.org/list> _:genid14 .
cannam@85 26 _:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .
cannam@85 27 _:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid15 .
cannam@85 28 _:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .
cannam@85 29 _:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid16 .
cannam@85 30 _:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "pear" .
cannam@85 31 _:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
cannam@85 32 _:genid17 <http://example.org/a> <http://example.org/b> .
cannam@85 33 _:genid17 <http://example.org/a> <http://example.org/c> .
cannam@85 34 _:genid17 <http://example.org/a> <http://example.org/d> .
cannam@85 35 _:genid18 <http://example.org/a> _:genid19 .
cannam@85 36 _:genid19 <http://example.org/b> <http://example.org/c> .
cannam@85 37 _:genid19 <http://example.org/d> <http://example.org/e> .
cannam@85 38 _:genid18 <http://example.org/a> _:genid20 .
cannam@85 39 _:genid20 <http://example.org/f> <http://example.org/g> .
cannam@85 40 _:genid21 <http://example.org/list> _:genid22 .
cannam@85 41 _:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid23 .
cannam@85 42 _:genid23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Apple> .
cannam@85 43 _:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid24 .
cannam@85 44 _:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid25 .
cannam@85 45 _:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Banana> .
cannam@85 46 _:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .