d6a06fe092
as possible.
16 lines
491 B
XML
16 lines
491 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- Example from REC-rdf-syntax, demonstrating abbrevation -->
|
|
|
|
<RDF
|
|
xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:dc="http://purl.org/metadata/dublin_core#"
|
|
xmlns:l="http://mycorp.com/schemas/my-schema#">
|
|
<Description about="http://www.webnuts.net/Jan97.html">
|
|
<dc:Subject
|
|
rdf:value="020 - Library Science"
|
|
l:Classification="Dewey Decimal Code"/>
|
|
</Description>
|
|
</RDF>
|