blob: 8d17bf69126d76e8f3d28047a0226d514762f538 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ex="http://www.ex.org/ex-rdf#">
<rdf:Description about="urn:root">
<ex:nodes>
<rdf:Bag about="http://www.ex.org/nodes">
<rdf:li>
<rdf:Description about="http://www.ex.org/nodes/A"/>
</rdf:li>
</rdf:Bag>
</ex:nodes>
</rdf:Description>
</rdf:RDF>
|