# Base: entry.2004-05-21.0913.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  "asbjorn@tigerstaden.no" ;
                :name   "Asbjorn Ulsberg" ;
                :url    "http://asbjorn.no/"
              ] ;
      :content
              [ a       :Content ;
                :data   " Yes! Look at <a href='entry.2004-05-10.2020.n3'>entry.2004-05-10.2020.n3</a> in this directory. It is a Feed and an Entry at the same time.<br> How are you going to map this into Atom XML?" ;
                :type   "text/html"
              ] ;
      :copyright "Creative Commons" ;
      :created "2004-06-21T09:13:00.000 GMT+02:00"^^xsd:dateTime ;
      :id     <tag:bblfish.net/blog/entry.2004-05-21.0913.n3> ;
      :title  [ a       :Content ;
                :data   "Mapping to XML" ;
                :type   "text/simple"
              ] .
