このページに関してのお問い合わせはこちら
DC
ツイート
78
:
Name_Not_Found
:
03/07/31 15:36 ID:???
とりあえずRDFとDCで書いてみましょう。
<?xml version="1.0" encoding="Shift_JIS"?>
<rdf:RDF
xmlns:rdf="
http://www.w3.org/1999/02/22-rdf-syntax-ns#
"
xmlns:dc="
http://purl.org/dc/elements/1.1/
"
xml:lang="ja">
<rdf:Description rdf:about="
http://pc2.2ch.net/test/read.cgi/hp/1058198392/
">
<dc:title>DC</dc:title>
<dc:description>DCの頭文字とその正体について語るスレ。</dc:description>
<dc:date>2003-07-15T00:59+09:00</dc:date>
<dc:publisher>Xyd8w8dm</dc:publisher>
<dc:identifier>
http://pc2.2ch.net/test/read.cgi/hp/1058198392/</dc:identifier
>
<dc:format>text/html</dc:format>
<dc:language>ja</dc:language>
<dc:type>Text</dc:type>
<dc:contributor>2ちゃんねる</dc:contributor>
</rdf:Description>
</rdf:RDF>
79
:
Name_Not_Found
:03/07/31 16:16 ID:???
あとはこれをインクルードするだけです。
<link rel="meta" type="application/xml" href="1058198392.rdf">
application/rdf+xmlを使わない理由は、
ttp://www3.sppd.ne.jp/lena/web/xml-mime.htm
に依りました。