mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
9 lines
308 B
XML
9 lines
308 B
XML
<?xml version="1.0"?>
|
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:a="http://example.com/properties/">
|
|
<!-- test that rdf:ID generates the right URI -->
|
|
<rdf:Description rdf:ID="foo">
|
|
<a:property rdf:resource="http://example.org/object"/>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|