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

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

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