# 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#> .

<tag:bblfish.net/20040812/2035/blog1#version1>
      :entry-location <http://bblfish.net/work/atom-owl/2004-08-12/entry.2004-08-12-2035.n3> .

<http://bblfish.net/work/atom-owl/2004-08-12/entry.2004-08-13-0530.n3>
      a       :Entry ;
      :alternate
              [ a       :Link ;
                :href   <http://bblfish.net/work/atom-owl/2004-08-12/blogexample.html#entry.2004-08-13-0530.n3> ;
                :mime-type "text/html"^^xsd:string ;
                :text   "html blog entry"^^xsd:string
              ] ;
      :author [ a       foaf:Person ;
                foaf:homepage <http://wyman.us> ;
                foaf:mbox <mailto:bob@wyman.us> ;
                foaf:name "bob wyman"^^xsd:string
              ] ;
      :content
              [ a       :Content ;
                :data   "This also very nicely illustrates what I was trying to get at with my <a href='http://www.imc.org/atom-syntax/mail-archive/msg04596.html'>It's about the Entries, Stupid!</a> post I sent a few months back. By simplifying the model down to the core it becomes apparent that it is indeed the Entry that is at the core of Atom.  The person and the Feed concepts are not central to Atom. They are generic concepts that can be found and used elsewhere."^^xsd:string ;
                :mime-type "text/html"^^xsd:string
              ] ;
      :copyright <http://creativecommons.org/licenses/by-sa/2.0/> ;
      :created "2004-08-13T05:30:00+0200"^^xsd:dateTime ;
      :entry-version <tag:bblfish.net/20040813/0530/blog1#version1> ;
      :id     <tag:bblfish.net/20040813/0530/blog1> ;
      :in-reply-to <tag:bblfish.net/20040812/2035/blog1#version1> ;
      :title  [ a       :Content ;
                :data   "It's all about the Entries, stupid!"^^xsd:string ;
                :mime-type "text/simple"^^xsd:string
              ] .
