summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-20.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfxml/ex-20.rdf')
-rw-r--r--tests/rdfxml/ex-20.rdf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-20.rdf b/tests/rdfxml/ex-20.rdf
new file mode 100644
index 0000000..15ad7ff
--- /dev/null
+++ b/tests/rdfxml/ex-20.rdf
@@ -0,0 +1,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>