# Base: blog.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-08-12/Atom.owl#> .

<http://bblfish.net/work/atom-owl/2004-08-12/blog.n3>
      a       :Blog ;
      :generator "TripledBlog version 0.6" ;
      :info   "This blog is an example blog to test out how one could create a blogging standard using the very powerful Semantic Web tools. Note that the post-service for this blog is currently the java file that generated all these files. This is a joke of course. In an easy to use blogging tool, one would not have to edit a java file, compile it, then run it in order to add a new entry." ;
      :lang   "en" ;
      :post-service <http://bblfish.net/work/atom-owl/2004-08-12/Blog3Example.java> ;
      :version "Atom 0.6" .
