summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/warn-04.rdf
blob: f62c8f24e0ce8141c51a93a2f761be61756da275 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:ex="http://example.org/">

   <!-- check unknown rdf node element is picked up -->

  <rdf:description rdf:about="http://example.org/res">
    <ex:foo>bar</ex:foo>
  </rdf:description>
</rdf:RDF>