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

<!-- First Song -->  
<Resource>
    <type>Song</type>
    <title>Title of Song One</title>
    <category>blues</category>    
    <category>jazz</category>        
    <url>http://www.acme.com/songs/song_one.mp3</url>
    <image>http://www.acme.com/songs/song_one.jpg</image>
    <creator>John Smith</creator>
    <created>2005-11-08</created>  
</Resource>

<!-- Second Song -->  
<Resource>
    <type>Song</type>
    <title>Title of Song Two</title>
    <category>electronic</category>    
    <category>ambient</category>        
    <url>http://www.acme.com/songs/song_one.mp3</url>
    <image>http://www.acme.com/songs/song_one.jpg</image>
    <creator>Mary Miller</creator>
    <created>2005-11-08</created>  
</Resource>


</rdf:RDF>

