diff options
Diffstat (limited to 'tests/rdfxml/ex-06.rdf')
-rw-r--r-- | tests/rdfxml/ex-06.rdf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-06.rdf b/tests/rdfxml/ex-06.rdf new file mode 100644 index 0000000..65d449b --- /dev/null +++ b/tests/rdfxml/ex-06.rdf @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <!-- Test rdf:Seq with rdf:li to a resource --> + <rdf:Description rdf:about="http://example.com/somewhere/"> + <a:foo xmlns:a="http://example.com/properties/"> + <rdf:Seq> + <rdf:li rdf:resource="http://example.com/resource/a"/> + <rdf:li rdf:resource="http://example.com/resource/b"/> + <rdf:li rdf:resource="http://example.com/resource/c"/> + </rdf:Seq> + </a:foo> + </rdf:Description> +</rdf:RDF> |