d6a06fe092
as possible.
13 lines
417 B
XML
13 lines
417 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/">
|
|
<rdf:Description about="http://www.w3.org/Home/Lassila">
|
|
<s:Creator rdf:resource="http://www.w3.org/staffId/85740"
|
|
s:Name="Ora Lassila"
|
|
s:Email="lassila@w3.org"/>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|