diff options
Diffstat (limited to 'tests/rdfxml/ex-03.rdf')
-rw-r--r-- | tests/rdfxml/ex-03.rdf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/rdfxml/ex-03.rdf b/tests/rdfxml/ex-03.rdf new file mode 100644 index 0000000..ca4fe74 --- /dev/null +++ b/tests/rdfxml/ex-03.rdf @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <!-- Test rdf:Description and all combinations of syntax-related + rdf: attributes that can be used on it + --> + <rdf:Description rdf:about="http://example.org/resource/"/> + <rdf:Description rdf:about="http://example.org/resource/" rdf:bagID="b" + xml:base="http://example.org/bags"/> + + <rdf:Description about="http://example.org/resource/"/> +</rdf:RDF> |