# Base: feed.bblfish.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   "An example of an Atom feed in N3. Conversation have been written by Henry Story. These did not take place but could have. (source code available in <a href='.'>directory</a>)."^^rdf:XMLLiteral ;
                :type   "text/html"
              ] ;
      :copyright "Creative Commons" ;
      :created "2004-05-25T10:10:00.000 GMT+02:00"^^xsd:dateTime ;
      :entry  <entry.2004-05-26.1135.n3> , <entry.2004-04-23.0912.n3> , <entry.2004-04-22.1010.n3> , <entry.2004-05-19.2020.n3> ;
      :generator "TripledFeeds version 0.5beta" ;
      :id     <tag:bblfish.net/blog/feed.bblfish.n3> ;
      :link   [ a       :Link ;
                :href   <feed.bblfish.archive1.n3> ;
                :rel    "next" ;
                :type   "application/n3"
              ] ;
      :title  [ a       :Content ;
                :data   "A Atom in N3 example feed"^^rdf:XMLLiteral ;
                :type   "text/simple"
              ] ;
      :version "Atom 0.5" .
