<?xml version="1.0" encoding="utf-8"?>
<!-- This is a sample ROR file describing Articles -->
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
<!-- First Article -->
<Resource>
    <type>Article</type>
    <title>Title of Article One</title>
    <descLong>Description of Article One</descLong>
    <url>http://www.acme.com/article_one.htm</url>
    <author>Mary Miller</author>
    <created>2005-11-01</created>
    <publisher>Acme.com</publisher>
    <published>2005-11-02</published>
</Resource>

<!-- Second Article -->
<Resource>
    <type>Article</type>
    <title>Title of Article Two</title>
    <descLong>Description of Article Two</descLong>
    <url>http://www.acme.com/article_two.htm</url>
    <author>John Smith</author>
    <created>2005-11-01</created>
    <publisher>Acme.com</publisher>
    <published>2005-11-02</published>
</Resource>

</rdf:RDF>
