blob: 4300fdbeddd8381683f38f604f2c4a115f989f51 (
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:Description with rdf value attribute-->
<rdf:Description rdf:about="http://example.com/resource1/" rdf:value="the content" />
</rdf:RDF>
|