blob: 1723d3836634fc866fe77496b67d197e4ac03d5a (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0"?>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:a="http://example.com/properties/"
rdf:about="http://example.org/">
<!-- Test missing <rdf:RDF> outer container -->
<a:prop>Example</a:prop>
</rdf:Description>
|