blob: fc1b6a4ba681683c831dcfc225508188dbadd345 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|