d6a06fe092
as possible.
15 lines
458 B
XML
15 lines
458 B
XML
<?xml version='1.0'?>
|
|
|
|
<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:ID="statement1">Ora Lassila</s:Creator>
|
|
</rdf:Description>
|
|
|
|
<!-- The statement saying that i believe the above statement -->
|
|
|
|
<rdf:Description about="#statement1">
|
|
<s:believedBy>Stefan Decker</s:believedBy>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|