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

11 lines
293 B
XML

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ex="http://www.example.org/ns#">
<!-- check a property element without a namespace fails -->
<rdf:Description rdf:about="http://example.org/node0">
<prop>content</prop>
</rdf:Description>
</rdf:RDF>