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

  <!-- A property element cannot take rdf:about -->

  <rdf:Description rdf:about="http://example.org/node0">
    <ex:prop rdf:about="http://example.org/blah" />
  </rdf:Description>

</rdf:RDF>