# Base: entry.2004-04-22.1010.n3 @prefix xsd: . @prefix rdf: . @prefix : . <> a :Entry ; :author [ a :Person ; :email ; :name "Henry Story"^^xsd:string ; :url ] ; :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 n3 entry itself 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?
You will notice that the feed can always be found at feed.bblfish.n3 in this directory. 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 ; :title [ a :Content ; :data "My third blog entry"^^rdf:XMLLiteral ; :type "text/simple" ] .