<?xml version="1.0"?>
<rss version="2.0"
 xmlns:wn="http://xmlns.com/wordnet/1.6/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:job="http://ilrt.org/discovery/2000/11/rss-query/jobvocab.rdf#"
 >
<channel rdf:about="http://ilrt.org/discovery/2000/11/rss-query/jobs-rss.rdf">
  <title>A hypothetical job listings channel</title>
  <link>http://ilrt.org/discovery/2000/11/rss-query/</link>
  <description>
    This example shows RSS used as a lightweight data transport mechanism
  </description>
  <rdf:items>
     <rdf:Seq>
        <rdf:li resource="http://example.com/job1.html" />
        <rdf:li resource="http://example.com/job2.html" />
     </rdf:Seq>
  </rdf:items>
  <item rdf:about="http://example.com/job1.html">

     <title>The title of job1 goes here</title>
     <link>http://example.com/job1.html</link>
     <description>
        (Job1-Job1-Job1...)
     </description>
  <job:advertises> 
       <wn:Job job:title="Job title for job1 goes here"
          job:salary="100000"
          job:currency="USD"
          >
        <job:orgHomepage rdf:resource="http://www.ukoln.ac.uk/"/>
        </wn:Job>
  </job:advertises>
  </item>
  <item rdf:about="http://example.com/job2.html">
      <title>The title of job1 goes here</title>
      <link>http://example.com/job2.html</link>
      <description>
         (Job2-Job2-Job2...)
      </description>
     <job:advertises>
          <wn:Job job:title="Job title for job2 goes here"
             job:salary="150000"
             job:currency="UKP"
             >
          <job:orgHomepage rdf:resource="http://ilrt.org/"/>
          </wn:Job>
      </job:advertises>
   </item>
</channel>
</rss>