# Base: http://bblfish.net/work/atom-owl/2004-08-12/
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix :        <http://bblfish.net/work/atom-owl/2004-08-12/Atom.owl#> .

<http://bblfish.net/work/atom-owl/2004-08-12/entry.2004-06-29-1010.n3>
      a       :Entry ;
      :alternate
              [ a       :Link ;
                :href   <http://bblfish.net/work/atom-owl/2004-08-12/blogexample.html#entry.2004-06-29-1010.n3> ;
                :mime-type "text/html"^^xsd:string ;
                :text   "html blog entry"^^xsd:string
              ] ;
      :author [ a       foaf:Person ;
                foaf:homepage <http://bblfish.net/> ;
                foaf:mbox <mailto:henry.story@bblfish.net> ;
                foaf:name "Henry Story"^^xsd:string
              ] ;
      :content
              [ a       :Content ;
                :data   " This is an example blog to illustrate what a fully semantic weblog could look like. Instead of using RSS or Atom content for the feed, I show here how one can create a very powerful, flexible and easy to understand system based on Semantic Web Triples, presented for clarity in <a href='http://infomesh.net/2002/notation3/'>N3 format</a> and backed up by an <a href='http://www.w3.org/TR/owl-ref/'>OWL ontology</a>.<p> This project is a continuation of the work by Danny Ayers on  <a href='http://semtext.org/atom/atom-semweb.htm'>Atom+OWL</a>, but it does not feel the need to stay so close to the Atom  specification, and is more interested in using all the tools available to the Semantic Web developer to show how much further one can go in this direction, than it is in convincing people in the Atom community that there is a simple mapping  from their work to this one. By integrating with the rest of the Semantic Web community one can also more clearly describe the true contribution of Atom: by refactoring Danny's simple mapping, and extracting elements that are better addressed by other OWL libraries (such as <a href='http://xmlns.com/foaf/0.1/'>FOAF</a>), we can locate the core of Atom.<p> Another difference concerns the role of standards. Whereas Atom which is aiming to create a standard  format for blogging, this method is following in the spirit of the FOAF group,  an attempt to create something like a software library,  in the spirit of an Open Source project."^^xsd:string ;
                :mime-type "text/html"^^xsd:string
              ] ;
      :copyright <http://creativecommons.org/licenses/by-sa/2.0/> ;
      :created "2004-06-29T10:10:00+0200"^^xsd:dateTime ;
      :entry-version <tag:bblfish.net/20040629/1010/blog1#version1> ;
      :id     <tag:bblfish.net/20040629/1010/blog1> ;
      :title  [ a       :Content ;
                :data   "A Blog on combining Atom and FOAF"^^xsd:string ;
                :mime-type "text/simple"^^xsd:string
              ] .
