<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns="http://purl.org/rss/1.0/">
  
  <channel rdf:about="http://astazapote.com/index.rdf">
    <title>アシュタサポテ</title>
    <link>http://astazapote.com/</link>
    <description>日記</description>
    <dc:language>ja</dc:language>
    <dc:date>2008-07-26</dc:date>
    
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://astazapote.com/#recent"/>
      </rdf:Seq>
    </items>
  </channel>
  
  <item rdf:about="http://astazapote.com/#recent">
    <title>最近の日記</title>
    <link>http://astazapote.com/#recent</link>
    <description>おまけ。妹の旅行記。（……）</description>
    <dc:date>2008-07-26</dc:date>
  </item>
  
  </rdf:RDF>
