summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-58.rdf
blob: 081f8df1bdd042b7d789877f7b0cea9898736147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>