summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-17.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfxml/ex-17.rdf')
-rw-r--r--tests/rdfxml/ex-17.rdf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-17.rdf b/tests/rdfxml/ex-17.rdf
new file mode 100644
index 0000000..6c43ca7
--- /dev/null
+++ b/tests/rdfxml/ex-17.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 empty propertyElt -->
+ <rdf:Description about="http://example.com/">
+ <a:property />
+ </rdf:Description>
+</rdf:RDF>