# Base: entry.2004-04-22.1010.n3
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix :        <http://bblfish.net/work/atom-owl/2004-06-22/ns#> .

<>    a       :Entry ;
      :author [ a       :Person ;
                :email  <mailto:hjs@bblfish.net> ;
                :name   "Henry Story"^^xsd:string ;
                :url    <http://bblfish.net/>
              ] ;
      :content
              [ a       :Content ;
                :data   "This is the first entry of this example feed. To be precise this is the html representation of the entry. The <a href='entry.2004-04-22.1010.n3'>n3 entry itself</a> is editable by WebDav  like methods. The feed still lacks many features. It should of course point to this piece of html. Some other things that could be added is an example  of the entry pointing to its parent (or should that be its 'in-reply-to' feed/entry. Or should there be both? <br>You will notice that the feed can  always be found at <a href='feed.bblfish.n3'>feed.bblfish.n3</a> in <a href='.'>this directory</a>.  As new entries are added a link object will get created in that n3 file pointing to the older links. That will be another n3 file. You can find the first two blog entries by looking at the feed. "^^rdf:XMLLiteral ;
                :type   "text/html"
              ] ;
      :copyright "Creative Commons" ;
      :created "2004-05-22T10:10:00.000 GMT+02:00"^^xsd:dateTime ;
      :id     <tag:bblfish.net/blog/entry.2004-04-22.1010.n3> ;
      :title  [ a       :Content ;
                :data   "My third blog entry"^^rdf:XMLLiteral ;
                :type   "text/simple"
              ] .
