blob: 541546aa1e2b85b0603a8fb1b560f2c6a79acadb (
plain)
1
2
3
4
5
6
|
<?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 rdf:Seq with rdf:_ ordinal properties and extra stuff -->
<rdf:Seq rdf:_1="a" rdf:_2="b" a:something="foo"/>
</rdf:RDF>
|