blob: 0923427709b7a973bf636bf0e95a7d128c0b622d (
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 type attribute-->
<rdf:Description rdf:about="http://example.com/resource1/" rdf:type="http://example.com/Class/foo" />
</rdf:RDF>
|