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

  <rdf:Description rdf:about="http://example.org/node">
    <prop1 rdf:parseType="Resource">
      <innerprop>foo</innerprop>
    </prop1>

    <prop2>literal</prop2>

  </rdf:Description>

</rdf:RDF>