# Base: entry.2004-05-19.2020.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       :Feed , :Entry ;
      :author [ a       :Person ;
                :email  <mailto:hjs@bblfish.net> ;
                :name   "Henry Story"^^xsd:string ;
                :url    <http://bblfish.net/>
              ] ;
      :content
              [ a       :Content ;
                :data   "By reconstructing the UML of Danny Ayers Atom in OWL model we can show that a feed is an Entry. This chimes with some other very interesting  consequences of the  REST architecture such as that   <a href='http://www.markbaker.ca/2002/08/HowContainersWork/'>described by Mark Baker</a>. A fuller explanation of my original thinking with graphics can be found  <a href='http://www.imc.org/atom-syntax/mail-archive/msg04494.html'>on this post</a> of the Atom mailing list.  The OWL model I have used is <a href='atom.owl'>here</a>. I have moved back to something a little closer to Danny Ayer's original model, by removing the State object, that I really only needed in my database representation. The model can be represent like this in UML <img src='Atom-June-25-UML-inherited-simple.jpg'><br> except that I have left out the EntryState object and merged it back into Entry as in Danny Ayers' <a href='http://semtext.org/atom/index.html'>original Atom OWL</a> model."^^rdf:XMLLiteral ;
                :type   "text/html"
              ] ;
      :copyright "Creative Commons" ;
      :created "2004-06-19T20:20:00.000 GMT+02:00"^^xsd:dateTime ;
      :entry  <entry.2004-05-22.1055.n3> , <entry.2004-05-22.0913.n3> , <entry.2004-05-20.2320.n3> , <entry.2004-05-23.0105.n3> , <entry.2004-05-24.1305.n3> ;
      :generator "TripledFeeds version 0.5beta" ;
      :id     <tag:bblfish.net/blog/entry.2004-05-19.2020.n3> ;
      :title  [ a       :Content ;
                :data   "FeedisAEntry"^^rdf:XMLLiteral ;
                :type   "text/simple"
              ] ;
      :version "Atom 0.5" .
