# Base: feed.bblfish.older.n3
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix :        <http://bblfish.net/work/atom-owl/2004-06-22/ns#> .

<feed.bblfish.n3>
      a       :Feed , :Entry ;
      :author [ a       :Person ;
                :email  "hjs@bblfish.net" ;
                :name   "Henry Story" ;
                :url    "http://bblfish.net/"
              ] ;
      :copyright "Creative Commons" ;
      :entry  <entry.2004-04-10.2320.n3> , <entry.2004-04-18.1825.n3> ;
      :generator "TripledFeeds version 0.5beta" ;
      :version "Atom 0.5" .
