﻿<!--お約束部分始まり:(赤字)部分を自分のサイトに合わせて変更-->

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
  
<!--サイトのアドレス(トップページ)-->
  <channel rdf:about="http://www.esumainet.com/search/">
    
<!--サイト名(タイトル)-->
    <title>ｅ住まいサーチ</title>
    
<!--サイトのアドレス(トップページ)へのリンク-->
    <link>http://www.esumainet.com/search/index.html</link>
    
<!--サイトの内容概要-->
    <description>住まいの為の検索エンジン</description>
    <dc:language>ja-jp</dc:language>
    <dc:date>2006-07-29T15:00:00+00:00</dc:date>
    <dc:publisher>ie-japan</dc:publisher>
    <dc:subject>Business</dc:subject>
    <items>
      <rdf:Seq>

        <!--変更のあったページのURLをリストアップ-->
        <rdf:li rdf:resource="http://www.esumainet.com/search/index.html" />
        <rdf:li rdf:resource="http://www.esumainet.com/search/yomi.cgi?mode=new" />

      <!--再びお約束部分-->
      </rdf:Seq>
    </items>
  </channel>

  <!--更新のあったページ毎に以下を繰り返し記述-->
  <!--{item_uri}は、上でリストアップしたものと同じでなければなりません-->
  <item  rdf:about="http://www.esumainet.com/search/index.html">

  <!--更新されたページのタイトル-->
    <title>ｅ住まいサーチ</title>

  <!--更新されたページのURL。通常、上記のitem_uriと同じ-->
    <link>http://www.esumainet.com/search/index.html</link>

  <dc:creator>ie-japan</dc:creator>
  <dc:date>2006-08-15T14:25:00+00:00</dc:date>
  </item>

  <item  rdf:about="http://www.esumainet.com/search/yomi.cgi?mode=new">
  <title>新着</title>>
  <link>http://www.esumainet.com/search/yomi.cgi?mode=new</link>
  <dc:creator>ie-japan</dc:creator>
  <dc:date>2006-08-15T14:25:00+00:00</dc:date>
  </item>

<!--最後のお約束部分-->
</rdf:RDF>