# Base: entry.2004-05-22.0913.n3 @prefix xsd: . @prefix rdf: . @prefix : . <> a :Entry ; :author [ a :Person ; :email ; :name "Asbjorn Ulsberg"^^xsd:string ; :url ] ; :content [ a :Content ; :data " Yes! Look at entry.2004-05-10.2020.n3 in this directory. It is a Feed and an Entry at the same time.
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 ; :title [ a :Content ; :data "Mapping to XML"^^rdf:XMLLiteral ; :type "text/simple" ] .