@prefix rdf: . @prefix atom: . @prefix content: . @prefix dc: . @prefix at: . @prefix : . dc:date "2005-12-12T00:00:00Z" ; :description "the rss description" ; :title "blog item title 2005-12" ; at:contentType "text/html" ; a :item ; atom:content . dc:date "2006-01-01T00:00:01Z" ; :title "blog item title 2006-01" ; a :item ; atom:summary """
The atom:summary description including tags over several lines.
"""^^rdf:XMLLiteral . dc:date "2006-02-02T00:00:02Z" ; content:encoded """
a content:encoded description with tags and newlines
""" ; :title "blog item title 2006-02" ; a :item . dc:date "2006-03-03T12:00:005Z" ; :description "the summary of the item" ; :title "blog item title 2006-02" ; a :item ; atom:content """
a literal XML atom:content with tags and newlines
"""^^rdf:XMLLiteral ; atom:updated "2006-03-03T23:59:59Z" . dc:date "2006-03-28T17:05:01-05:00" ; :items [ rdf:_1 ; rdf:_2 ; rdf:_3 ; rdf:_4 ; a rdf:Seq ] ; :title "example feed with 3 items" ; a :channel ; atom:author "bob" ; atom:email "bob@bob.com" ; atom:updated "2006-03-28T20:57:15Z" ; atom:uri "http://bob.com/" .