blob: b2cab497da18dcf0496d097f177843130a76f483 (
plain)
1
2
3
4
|
<http://example.org/node0> <http://example.com/properties/prop1> " <foo href=\"http://example.org?foo=1&bar=2\">hmm</foo> "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://example.org/node0> <http://example.com/properties/prop2> " <bar a=\"'\"></bar> "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://example.org/node0> <http://example.com/properties/prop3> " <baz b=\""\"></baz> "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://example.org/node0> <http://example.com/properties/prop4> " <baz b=\"<>\"></baz> "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
|