@prefix atom:    <http://bblfish.net/work/atom-owl/2004-06-22/ns#> .
@prefix :        <#> .

<entry.2004-04-22.1825.n3>
      a       atom:Entry ;
      atom:author
              [ a       atom:Person ;
                atom:email "hjs@bblfish.net" ;
                atom:name "Henry Story" ;
                atom:url "http://bblfish.net/"
              ] ;
      atom:content
              [ a       atom:Content ;
                atom:data "Apple is much too secretive about Java. The other day..." ;
                atom:type "text/html"
              ] ;
      atom:copyright "Creative Commons" ;
      atom:created "22 May 2004 16:25:00 GMT" ;
      atom:id <tag:bblfish.net/blog/entry.2004-04-22.1825.n3> ;
      atom:title
              [ a       atom:Content ;
                atom:data "Java and Apple" ;
                atom:type "text/simple"
              ] .
