diff options
Diffstat (limited to 'tests/rdfxml/ex-41.out')
-rw-r--r-- | tests/rdfxml/ex-41.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-41.out b/tests/rdfxml/ex-41.out new file mode 100644 index 0000000..6d07f59 --- /dev/null +++ b/tests/rdfxml/ex-41.out @@ -0,0 +1,3 @@ +<http://example.org/node> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "val1"^^<http://example.org/datatype1> . +<http://example.org/node> <http://example.org/ns#prop2> "val2"^^<http://example.org/datatype2> . +<http://example.org/node> <http://example.org/ns#prop3> "val3"^^<http://example.org/datatype3> . |