This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/RDF/suite/t4.rdf
Vitor Santos Costa 8d3b9ad16c RDF package
2010-07-28 11:34:41 +01:00

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>