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

  <!-- Test property attribute with rdf:resource -->

  <rdf:Description rdf:about="http://example.org/node1">
    <ex:prop1 rdf:resource="http://example.org/node2" ex:prop2="literal" />
  </rdf:Description>
</rdf:RDF>