summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/ex-15.rdf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ex-15.rdf b/tests/ex-15.rdf
new file mode 100644
index 00000000..09234277
--- /dev/null
+++ b/tests/ex-15.rdf
@@ -0,0 +1,6 @@
+<?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 rdf:Description with rdf type attribute-->
+ <rdf:Description rdf:about="http://example.com/resource1/" rdf:type="http://example.com/Class/foo" />
+</rdf:RDF>