# 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-07-12-1935.n3>
      a       :Entry ;
      :alternate
              [ a       :Link ;
                :href   <http://bblfish.net/work/atom-owl/2004-08-12/blogexample.html#entry.2004-07-12-1935.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   "All of the content here is freely licenced under the gpl for the code, and the <a href='http://creativecommons.org/licenses/by-sa/2.0/'>Attribution-ShareAlike 2.0</a> Creative Commons license, for the text. "^^xsd:string ;
                :mime-type "text/html"^^xsd:string
              ] ;
      :copyright <http://creativecommons.org/licenses/by-sa/2.0/> ;
      :created "2004-07-12T19:35:00+0200"^^xsd:dateTime ;
      :entry-version <tag:bblfish.net/20040712/1935/blog1#version1> ;
      :id     <tag:bblfish.net/20040712/1935/blog1> ;
      :title  [ a       :Content ;
                :data   "Copyrights"^^xsd:string ;
                :mime-type "text/simple"^^xsd:string
              ] .
