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/t33.rdf
Vitor Santos Costa 8d3b9ad16c RDF package
2010-07-28 11:34:41 +01:00

19 lines
568 B
XML

<?xml version="1.0"?>
<!-- Example from REC-rdf-syntax, demonstrating literal value -->
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description
xmlns:dc="http://purl.org/metadata/dublin_core#"
xmlns="http://www.w3.org/TR/REC-mathml"
rdf:about="http://mycorp.com/papers/NobelPaper1">
<dc:Title rdf:parseType="Literal">
Ramifications of <apply><power/><apply><plus/><ci>a</ci><ci>b</ci></apply>
<cn>2</cn></apply> to World Peace
</dc:Title>
<dc:Creator>David Hume</dc:Creator>
</rdf:Description>
</rdf:RDF>