summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2001-08-15 14:44:56 +0000
committerDave Beckett <dave@dajobe.org>2001-08-15 14:44:56 +0000
commit0d8ecddcda76bf490a8c99fca17f5f656ea6f058 (patch)
tree2180ce0aebbb79d788881be1be796c943932aaf8
parent2b3201a164a86ec5ce1ebe546a1870e0a092a9cc (diff)
downloadraptor-0d8ecddcda76bf490a8c99fca17f5f656ea6f058.tar.gz
test rdf:type as an attribute
-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>