# Base: feed.bblfish.archive1.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#> .

<feed.bblfish.n3>
      a       :Feed , :Entry ;
      :author [ a       :Person ;
                :email  <mailto:hjs@bblfish.net> ;
                :name   "Henry Story"^^xsd:string ;
                :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" .
