<image>

説明
画像を指定します。画像のURLはrdf:aboutで指定します。<channel>外では<title>、<url>、<link>が必要です。

必須属性
rdf:about

モデル
<title>
<url>
<link>

サンプル
<?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.openspc2.org/">
<title>OpenSpaceのサイトです</title>
<link>http://www.openspc2.org/</link>
<description>トホホな写真集</description>
<image rdf:resource="http://www.openspc2.org/tohoho/photo.jpg" />
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://www.openspc2.org/tohoho/index.html" />
</rdf:Seq>
</items>
</channel>

<image rdf:about="http://www.openspc2.org/tohoho/photo.jpg">
<title>トホホな写真集(食べもの編)</title>
<link>http://www.openspc2.org/tohoho/index.html</link>
<url>http://www.openspc2.org/tohoho/photo.jpg</url>
</image>

<item rdf:about="http://www.openspc2.org/tohoho/index.html">
<title>トホホな写真集(食べもの編)</title>
<link>http://www.openspc2.org/tohoho/index.html</link>
<description>食べたくないブドウ</description>
</item>
</rdf:RDF>

サンプルRDF