summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/bad-04.rdf
blob: 871c06526ca4799eaee9d2237df22dbb96c647fb (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/">

  <!-- Check rdf:ID rdf:bagID shared names fail -->

  <rdf:Description rdf:ID="foo" rdf:bagID="foo">
    <ex:prop>bar2</ex:prop>
  </rdf:Description>

</rdf:RDF>