<?xml version="1.0" encoding="utf-8"?>
<!-- This is a sample ROR file describing Job Listing -->
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<!-- First Job Listing --> 
<Resource>
   <title>Name or Title of Job One</title>
   <url>http://www.acme.com/job_one.htm</url>    
   <desc>Description of Job One</desc>
   <type>Job</type>
   <jobDescription>Job Description for Job One</jobDescription>
   <jobCategory>IT</jobCategory>
   <industry>Banking</industry>
   <jobLevel>Manager</jobLevel>
   <jobStatus>full-time</jobStatus>
   <experience>5</experience>
   <education>Masters</education>
   <employer>Acme Corporation</employer>
   <salary>80000</salary>
   <currency>USD</currency>
   <starts>immediately</starts>
   <stateRegion>MA</stateRegion>
   <city>Boston</city>
   <country>USA</country>
</Resource>

<!-- Second Job Listing --> 
<Resource>
   <title>Name or Title of Job Two</title>
   <url>http://www.acme.com/job_two.htm</url>    
   <desc>Description of Job Two</desc>
   <type>Job</type>
   <jobDescription>Job Description for Job Two</jobDescription>
   <jobCategory>HR</jobCategory>
   <industry>Banking</industry>
   <jobLevel>Manager</jobLevel>
   <jobStatus>full-time</jobStatus>
   <experience>4</experience>
   <education>Bachelor</education>
   <employer>Acme Corporation</employer>
   <salary>80000</salary>
   <currency>USD</currency>
   <starts>2005-12-01</starts>
   <stateRegion>MA</stateRegion>
   <city>Boston</city>
   <country>USA</country>
</Resource>

</rdf:RDF>
