blob: 5761f5c18e88e4e8ce748647027367cf6224fbd5 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!-- Test typedNode with rdf:about -->
<foo xmlns="http://example.com/properties/" rdf:about="http://example.com/somewhere/">
<bar>content</bar>
<baz>blah</baz>
</foo>
</rdf:RDF>
|