<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<rdf:Description rdf:about="http://www.grapes-of-wrath.com">
<dc:title>The Grapes of Wrath</dc:title>
<dc:creator>John Steinbeck</dc:creator>
<dc:date>November 1939</dc:date>
</rdf:Description>
</rdf:RDF>
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
<http://www.grapes-of-wrath.com> <dc:author> "John Steinbeck";
<dc:date> "November 1939";
<dc:title> "The Grapes of Wrath" .
5 of 17 |