mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
10 lines
276 B
XML
10 lines
276 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
|
|
<!-- check unknown rdf property attribute is picked up -->
|
|
|
|
<rdf:Description rdf:about="http://example.org/res"
|
|
rdf:foo="blah"
|
|
/>
|
|
</rdf:RDF>
|