mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
11 lines
295 B
XML
11 lines
295 B
XML
<rdf:RDF
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:ex="http://example.org/ns/">
|
|
|
|
<!-- cannot have both a nodeElement content and property attributes -->
|
|
|
|
<rdf:Description>
|
|
<ex:pred rdf:value="bar"><rdf:Description/></ex:pred>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|