# Base: entry.2004-04-10.2320.n3 @prefix xsd: . @prefix rdf: . @prefix : . <> a :Entry ; :author [ a :Person ; :email ; :name "Henry Story"^^xsd:string ; :url ] ; :content [ a :Content ; :data "Apple is much too secretive about Java. The other day..."^^rdf:XMLLiteral ; :type "text/html" ] ; :copyright "Creative Commons" ; :created "2004-05-10T23:20:00.000 GMT+02:00"^^xsd:dateTime ; :id ; :title [ a :Content ; :data "Java and Apple"^^rdf:XMLLiteral ; :type "text/simple" ] .