summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/warn-06.rdf
blob: 5bed24663e0661b1a10a3af1e274fe4822b7b364 (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 attribute is picked up -->

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