<url>

説明
画像のURLを指定します。

必須属性
なし

モデル
#PCDATA

サンプル
<?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