blob: 607eea9500532743e0a961a948dad7c422b3512f (
plain)
1
2
3
4
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> .
|