summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-38.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfxml/ex-38.rdf')
-rw-r--r--tests/rdfxml/ex-38.rdf12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-38.rdf b/tests/rdfxml/ex-38.rdf
new file mode 100644
index 0000000..a4f89ca
--- /dev/null
+++ b/tests/rdfxml/ex-38.rdf
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/"
+ xml:base="http://example.org/ns">
+ <!-- Check parseType daml:Collection and rdf:ID -->
+ <rdf:Description rdf:about="http://example.org/resource">
+ <ex:property rdf:ID="foo" rdf:parseType="daml:collection">
+ <rdf:Description rdf:about="http://example.org/resource1"/>
+ </ex:property>
+ </rdf:Description>
+
+</rdf:RDF>