mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 23:02:42 +02:00
15 lines
348 B
XML
15 lines
348 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://example.org/ns#">
|
|
|
|
<rdf:Description rdf:about="http://example.org/node">
|
|
<prop1 rdf:parseType="Resource">
|
|
<innerprop>foo</innerprop>
|
|
</prop1>
|
|
|
|
<prop2>literal</prop2>
|
|
|
|
</rdf:Description>
|
|
|
|
</rdf:RDF>
|