# Base: entry.2004-05-20.2320.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       :Entry ;
      :author [ a       :Person ;
                :email  <mailto:danny666@virgilio.it> ;
                :name   "Danny Ayers"^^xsd:string ;
                :url    <http://dannyayers.com/>
              ] ;
      :content
              [ a       :Content ;
                :data   "That is an interesting idea. So you are saying that if I add an entry your post  it is going to turn into a feed? Pretty neat :-)"^^rdf:XMLLiteral ;
                :type   "text/html"
              ] ;
      :copyright "Creative Commons" ;
      :created "2004-06-11T23:20:00.000 GMT+02:00"^^xsd:dateTime ;
      :id     <tag:bblfish.net/blog/entry.2004-05-20.2320.n3> ;
      :title  [ a       :Content ;
                :data   "Interesting idea."^^rdf:XMLLiteral ;
                :type   "text/simple"
              ] .
