d6a06fe092
as possible.
12 lines
401 B
XML
12 lines
401 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- Example from REC-rdf-syntax, demonstrating abbrevation -->
|
|
|
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:s="http://description.org/schema/"
|
|
xmlns:v="http://description.org/view/">
|
|
<rdf:Description aboutEachPrefix="http://foo.org/doc">
|
|
<s:Copyright>© 1998, The Foo Organization</s:Copyright>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|