# Base: entry.2004-05-19.2020.n3 @prefix xsd: . @prefix rdf: . @prefix : . <> a :Feed , :Entry ; :author [ a :Person ; :email ; :name "Henry Story"^^xsd:string ; :url ] ; :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 of my original thinking 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, by removing the State object, that I really only needed in my database representation. 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."^^rdf:XMLLiteral ; :type "text/html" ] ; :copyright "Creative Commons" ; :created "2004-06-19T20:20:00.000 GMT+02:00"^^xsd:dateTime ; :entry , , , , ; :generator "TripledFeeds version 0.5beta" ; :id ; :title [ a :Content ; :data "FeedisAEntry"^^rdf:XMLLiteral ; :type "text/simple" ] ; :version "Atom 0.5" .