@prefix atom:    <http://bblfish.net/work/atom-owl/2004-06-22/ns#> .
@prefix :        <#> .

<entry.2004-04-24.1010.n3>
      a       atom:Entry ;
      atom:author
              [ a       atom:Person ;
                atom:email "hjs@bblfish.net" ;
                atom:name "Henry Story" ;
                atom:url "http://bblfish.net/"
              ] ;
      atom:content
              [ a       atom:Content ;
                atom:data "A great blog I read the other day" ;
                atom:type "text/simple"
              ] ;
      atom:copyright "Creative Commons" ;
      atom:created "24 May 2004 08:10:00 GMT" ;
      atom:id <tag:bblfish.net/blog/entry.2004-04-24.1010.n3> ;
      atom:title
              [ a       atom:Content ;
                atom:data "My first blog entry" ;
                atom:type "text/simple"
              ] .
