@prefix atom: . @prefix : <#> . a atom:Entry ; atom:author [ a atom:Person ; atom:email "hjs@bblfish.net" ; atom:name "Henry Story" ; atom:url "http://bblfish.net/" ] ; atom:content [ a atom:Content ; atom:data "A great blog I read the other day" ; atom:type "text/simple" ] ; atom:copyright "Creative Commons" ; atom:created "24 May 2004 08:10:00 GMT" ; atom:id ; atom:title [ a atom:Content ; atom:data "My first blog entry" ; atom:type "text/simple" ] .