summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-20.rdf
blob: 15ad7ff32dce93e24debaa7d0d50074837d69c16 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:a="http://example.com/properties/">
  <!-- test that rdf:ID generates the right URI -->
  <rdf:Description rdf:ID="foo">
     <a:property rdf:resource="http://example.org/object"/>
  </rdf:Description>
</rdf:RDF>