diff options
Diffstat (limited to 'tests/rdfxml/ex-06.out')
-rw-r--r-- | tests/rdfxml/ex-06.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-06.out b/tests/rdfxml/ex-06.out new file mode 100644 index 0000000..e2a78bd --- /dev/null +++ b/tests/rdfxml/ex-06.out @@ -0,0 +1,5 @@ +_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> . +_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.com/resource/a> . +_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> <http://example.com/resource/b> . +_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3> <http://example.com/resource/c> . +<http://example.com/somewhere/> <http://example.com/properties/foo> _:genid1 . |