1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 23:02:42 +02:00
2010-01-24 09:19:39 +00:00

17 lines
450 B
XML

<?xml version="1.0"?>
<rdf:RDF xmlns:ex="http://example.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!-- Check rdf:li works on an parseType="Resource" property -->
<rdf:Description rdf:about="http://example.org/node">
<rdf:li rdf:parseType="Resource">
<ex:prop1>foo</ex:prop1>
<ex:prop2>blah</ex:prop2>
</rdf:li>
<rdf:li>2</rdf:li>
<rdf:_3>_3</rdf:_3>
</rdf:Description>
</rdf:RDF>