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

<>    a       :Entry ;
      :author [ a       :Person ;
                :email  <mailto:asbjorn@tigerstaden.no> ;
                :name   "Asbjorn Ulsberg"^^xsd:string ;
                :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?"^^rdf:XMLLiteral ;
                :type   "text/html"
              ] ;
      :copyright "Creative Commons" ;
      :created "2004-06-22T09:13:00.000 GMT+02:00"^^xsd:dateTime ;
      :id     <tag:bblfish.net/blog/entry.2004-05-22.0913.n3> ;
      :title  [ a       :Content ;
                :data   "Mapping to XML"^^rdf:XMLLiteral ;
                :type   "text/simple"
              ] .
