# Base: entry.2004-04-23.0912.n3 @prefix xsd: . @prefix rdf: . @prefix : . <> a :Entry ; :author [ a :Person ; :email ; :name "Henry Story"^^xsd:string ; :url ] ; :content [ a :Content ; :data "This thesis by Fielding is really worth reading! I think I read it too quickly to do it justice and will need to reread it carefully."^^rdf:XMLLiteral ; :type "text/html" ] ; :copyright "Creative Commons" ; :created "2004-05-23T09:12:00.000 GMT+02:00"^^xsd:dateTime ; :id ; :title [ a :Content ; :data "REST: the thesis"^^rdf:XMLLiteral ; :type "text/simple" ] .