21-10.rdf
上传用户:shuxianled
上传日期:2007-01-18
资源大小:6404k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

Others

  1. <rdf:RDF
  2.   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.   xmlns:dc="http://purl.org/dc/elements/1.1/">
  4.   <rdf:Description about="http://ibiblio.org/xml/">
  5.     <dc:title>Cafe con Leche</dc:title>
  6.     <dc:creator>Elliotte Rusty Harold</dc:creator>
  7.     <dc:subject>
  8.       <rdf:Bag>
  9.         <rdf:li
  10.           resource="http://ibiblio.org/xml/news2001.html"/>
  11.         <rdf:li
  12.           resource="http://ibiblio.org/xml/mailinglists.html/"/>
  13.         <rdf:li
  14.           resource="http://ibiblio.org/xml/books.html"/>
  15.         <rdf:li 
  16.           resource="http://ibiblio.org/xml/tradeshows.html"/>
  17.       </rdf:Bag>
  18.     </dc:subject>
  19.   </rdf:Description>
  20.   <rdf:Description
  21.     about="http://ibiblio.org/xml/news2001.html">
  22.     <dc:title>XML News from 2001</dc:title>
  23.   </rdf:Description>
  24.   <rdf:Description
  25.     about="http://ibiblio.org/xml/books.html">
  26.     <dc:title>XML Books</dc:title>
  27.   </rdf:Description>
  28.   <rdf:Description
  29.     about="http://ibiblio.org/xml/mailinglists.html">
  30.     <dc:title>XML Mailing Lists</dc:title>
  31.   </rdf:Description>
  32.   <rdf:Description
  33.     about="http://ibiblio.org/xml/tradeshows.html">
  34.     <dc:title>XML Trade Shows and Conferences</dc:title>
  35.   </rdf:Description>
  36. </rdf:RDF>