mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 01:29:43 +02:00
11 lines
293 B
XML
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>
|