<oslc_blog:Entry
   rdf:about="http://example.com/blogs/entry/42"
   xmlns:oslc="http://open-services.net/xmlns/oslc-core#" 
   xmlns:oslc_blog="http://open-services.net/xmlns/oslc-core/bogus/blogs#" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:foaf="http://http://xmlns.com/foaf/0.1/"
   xmlns:dc="http://purl.org/dc/elements/1.1/">

   <rdf:type 
      rdf:resource="http://open-services.net/xmlns/oslc-core/bogus/blogs#Entry" />

   <dc:modified>2002-10-10T12:00:00-05:00</dc:modified>
   <dc:creator>
      <foaf:Person>
          <foaf:name>Oscar T. Grouch</foaf:name>
      </foaf:Person>
   </dc:creator>
   <dc:title>I love trash</dc:title>
   <dc:content>
      Anything dirty or dingy or dusty. 
      Anything ragged or rotten or rusty.
   </dc:content>
   <oslc_blog:entry rdf:resource="http://example.com/blogs/entry/42" />

</oslc_blog:Entry>

