blob: d2c01e3cff1f35ff28cc1b712a85866472230c00 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ex="http://example.org/ns#" >
<!-- test that empty XML literal works -->
<rdf:Description about="http://example.org/node/">
<ex:prop1 rdf:parseType="Literal"></ex:prop1>
</rdf:Description>
</rdf:RDF>
|