summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-02.rdf
blob: c07fffe2bdd32c397cd1a4e6cf684f172cae33b3 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!-- test that empty descriptions work with variants of the
       about attribute -->
  <rdf:Description rdf:about="http://example.org/resource/"/>

  <!-- Below is deprecated -->
  <rdf:Description about="http://example.org/resource/"/>
</rdf:RDF>