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

  <!-- Multiple rdf:ID values -->

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

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

</rdf:RDF>