@prefix rdf: . @prefix rss091: . @prefix rss: . @prefix dc: . @prefix atom: . dc:date "2009-01-01T00:00:00-00:00" ; rss:link "http://www.example.org/blog/index.atom" ; rss:title "Kim Doe" ; a rss:channel ; atom:author [ a atom:Author ; atom:name "Kim Doe" ] ; atom:id ; atom:link [ a atom:Link ; atom:href ; atom:rel "self" ] ; atom:title "Kim Doe" ; atom:updated "2009-01-01T00:00:00-00:00" .