@prefix rdf: . @prefix atom: . @prefix content: . @prefix dc: . @prefix enc: . @prefix rss091: . @prefix : . <2006/03/28/blog-item> dc:creator [ dc:title "Example" ; a dc:Person ] ; dc:date "2006-03-28T20:57:15Z" ; :description "rss:description here" ; :link "http://example.org/2006/03/28/blog-item" ; :title "Original blog item title 2006-03" ; a :item ; atom:summary """
The atom:summary description including tags over several lines.
"""^^rdf:XMLLiteral ; atom:title "atomic blog item title" ; atom:updated "2006-03-28T20:57:15Z" . <> dc:date "2006-03-28T17:05:01-05:00" ; :items [ rdf:_1 <2006/03/28/blog-item> ; a rdf:Seq ] ; :link "http://example.org/whatsnew" ; :title "example feed with 1 item" ; a :channel ; atom:author "example" ; atom:email "example@example.com" ; atom:title "atomic title" ; atom:updated "2006-03-28T20:57:15Z" ; atom:uri "http://example.com/" .