summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/warn-00.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfxml/warn-00.rdf')
-rw-r--r--tests/rdfxml/warn-00.rdf12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/rdfxml/warn-00.rdf b/tests/rdfxml/warn-00.rdf
new file mode 100644
index 0000000..fc1b6a4
--- /dev/null
+++ b/tests/rdfxml/warn-00.rdf
@@ -0,0 +1,12 @@
+<?xml version="1.0" standalone="no"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://www.example.org/ns#"
+ xml:base="http://example.org/triples">
+
+ <!-- Should give a warning about rdf:bagID attribute -->
+
+ <rdf:Description about="http://example.org/" rdf:bagID="bag">
+ <ex:prop>text</ex:prop>
+ </rdf:Description>
+
+</rdf:RDF>