mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
8 lines
299 B
XML
8 lines
299 B
XML
<?xml version="1.0"?>
|
|
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:a="http://example.com/properties/"
|
|
rdf:about="http://example.org/">
|
|
<!-- Test missing <rdf:RDF> outer container -->
|
|
<a:prop>Example</a:prop>
|
|
</rdf:Description>
|