diff options
Diffstat (limited to 'tests/rdfxml/ex-48.out')
-rw-r--r-- | tests/rdfxml/ex-48.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-48.out b/tests/rdfxml/ex-48.out new file mode 100644 index 0000000..607eea9 --- /dev/null +++ b/tests/rdfxml/ex-48.out @@ -0,0 +1,5 @@ +<http://example.org/node0> <http://example.com/properties/prop1> " & "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> . +<http://example.org/node0> <http://example.com/properties/prop2> " < "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> . +<http://example.org/node0> <http://example.com/properties/prop3> " > "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> . +<http://example.org/node0> <http://example.com/properties/prop4> ">&<"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> . +<http://example.org/node0> <http://example.com/properties/prop5> "<ex:notaprop>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> . |