# Base: entry.2004-05-21.1055.n3
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix :        <http://bblfish.net/work/atom-owl/2004-06-22/ns#> .

<>    a       :Entry ;
      :author [ a       :Person ;
                :email  "hjs@bblfish.net" ;
                :name   "Henry Story" ;
                :url    "http://bblfish.net/"
              ] ;
      :content
              [ a       :Content ;
                :data   "I am trying to get the semantics right first of all. Since N3 can be mapped into XML in  a number of ways, showing that this can be done in N3 shows that it can be done in XML. It is a further task to then work on the Atom XML syntax to make this work there too.<br> Noticed that your entry is <a href='entry.2004-05-21.0913.n3'>entry.2004-05-21.0913.n3</a>. It is not a feed. Just a plain entry. Though at any time it could turn into a feed, if someone responded to your post. It is interesting how this differs from OO programming like java where Objects cannot be cast down the class hierarchy once they have been instantiated. (except for Dynamic Proxies perhaps?)" ;
                :type   "text/html"
              ] ;
      :copyright "Creative Commons" ;
      :created "2004-06-21T10:55:00.000 GMT+02:00"^^xsd:dateTime ;
      :id     <tag:bblfish.net/blog/entry.2004-05-21.1055.n3> ;
      :title  [ a       :Content ;
                :data   "re: Mapping to XML" ;
                :type   "text/simple"
              ] .
