<?xml version="1.0" encoding="utf-8"?>


<rdf:RDF 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xml:lang="ja">

 <channel rdf:about="%rss_url%" >
  <title>%title%</title>
   <link>%homepage%</link> 
  <description>%site_description%</description>
  <dc:language>ja</dc:language>
  <dc:creator>pet-kobe.net</dc:creator>
  <items>
   <rdf:Seq>
<!-- tmpl:loop %seq% -->
<rdf:li rdf:resource="%url%" />
<!-- tmpl:endloop %seq% -->
   </rdf:Seq>
  </items>
 </channel>

<!-- tmpl:loop %item% -->
<item rdf:about="%url%">
	<title>%subject%</title>
	<link>%url%</link>
	<dc:date>%dcdate%</dc:date>
	<description>
		【住所】%city_name%%add_name%%chome%
		【交通】%kotsu%
		【家賃】%yachin%
		【管理費】%kanri%
%kansei%%senyu_menseki%%img%
		%comment%
	</description>
</item>
<!-- tmpl:endloop %item% -->
</rdf:RDF>

