mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 06:09:47 +02:00
16 lines
559 B
XML
16 lines
559 B
XML
<?xml version="1.0"?>
|
|
<rdf:RDF xml:base="http://example.org/"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
|
|
<!-- test of xml:base relative URI to an outer xml:base
|
|
see http://lists.w3.org/Archives/Public/www-archive/2005Jul/0017.html
|
|
for discussion
|
|
-->
|
|
<rdf:Description rdf:about="http://www.w3.org/" xml:base="test1/">
|
|
<dc:title>World Wide Web Consortium</dc:title>
|
|
<dc:source rdf:resource="test2/"/>
|
|
<dc:relation rdf:resource=""/>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|