# Base: http://bblfish.net/work/atom-owl/2004-08-12/
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix :        <http://bblfish.net/work/atom-owl/2004-08-12/Atom.owl#> .

<http://bblfish.net/work/atom-owl/2004-08-12/entry.2004-07-12-1945.n3>
      a       :Entry ;
      :alternate
              [ a       :Link ;
                :href   <http://bblfish.net/work/atom-owl/2004-08-12/blogexample.html#entry.2004-07-12-1945.n3> ;
                :mime-type "text/html"^^xsd:string ;
                :text   "html blog entry"^^xsd:string
              ] ;
      :author [ a       foaf:Person ;
                foaf:homepage <http://bblfish.net/> ;
                foaf:mbox <mailto:henry.story@bblfish.net> ;
                foaf:name "Henry Story"^^xsd:string
              ] ;
      :content
              [ a       :Content ;
                :data   "This research is presented in blog format, so that it can itself be a test case for the format it is advocating. The <a href='blogexample.html'>html presentation of this blog</a> does not follow the usual blogging tradition of presenting the main entries in inverse chronological order, as  this would make following the flow of ideas presented here a little awkward.   <p>Blog entries are written by Henry Story, as well as the replies which were added to illustrate threading. All of html and N3 files contained in <a href='.'>this directory</a>  were generated by a <a href='Blog3Example.java'>little java program</a> available in the same directory.  Some of the noteworthy files are: <ul> <li> <a href='Atom.owl'>Atom.owl</a> and <a href='Atom.n3'>Atom.n3</a> the formal OWL spec which backs this   all up. <li> <a href='AllInOneDatabase.n3'>AllInOneDatabase.n3</a> a file that contains all the entries. More on this below. <li> <a href='feed.n3'>feed.n3</a> which is the dynamic entry point to the feed for this blog. The other 'feedxxx.n3' files are feed archives. <li> Each of the entry.xxx.n3 files that describe each of the entries of this blog. </ul>  <p>This model is the second attempt and tries to incorporate all the lessons learned from the <a href='http://bblfish.net/work/atom-owl/2004-06-22/blogexample.html'>first one</a>"^^xsd:string ;
                :mime-type "text/html"^^xsd:string
              ] ;
      :copyright <http://creativecommons.org/licenses/by-sa/2.0/> ;
      :created "2004-07-12T19:45:00+0200"^^xsd:dateTime ;
      :entry-version <tag:bblfish.net/20040712/1945/blog1#version1> ;
      :id     <tag:bblfish.net/20040712/1945/blog1> ;
      :title  [ a       :Content ;
                :data   "A Note on Format"^^xsd:string ;
                :mime-type "text/simple"^^xsd:string
              ] .
