# Base: entry.2004-05-10.2020.n3 @prefix xsd: . @prefix : . <> a :Feed , :Entry ; :author [ a :Person ; :email "hjs@bblfish.net" ; :name "Henry Story" ; :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 described by Mark Baker. A fuller explanation with graphics can be found on this post of the Atom mailing list. The OWL model I have used is here. I have moved back to something a little closer to Danny Ayer's original model. The model can be represent like this in UML
except that I have left out the EntryState object and merged it back into Entry as in Danny Ayers' original Atom OWL model." ; :type "text/html" ] ; :copyright "Creative Commons" ; :created "2004-06-10T20:20:00.000 GMT+02:00"^^xsd:dateTime ; :entry , , ; :generator "TripledFeeds version 0.5beta" ; :id ; :title [ a :Content ; :data "FeedisAEntry" ; :type "text/simple" ] ; :version "Atom 0.5" .