@prefix rdf: . @prefix content: . @prefix dc: . @prefix : . <> dc:date "2008-03-30T05:52:06Z" ; :description "Example News feed." ; :items [ rdf:_1 <2008-03-30> ; rdf:_2 <2007-10-01> ; a rdf:Seq ] ; :link "http://example.org/news/" ; :title "Example News" ; a :channel . <2007-10-01> dc:date "2007-10-01T06:56:58Z" ; :description """
html description 4
""" ; :link "http://example.org/news/2007-10-01" ; content:encoded """
html description 3
""" ; :title "News for 2007-10-01" ; a :item . <2008-03-30> dc:date "2008-03-30T06:07:28Z" ; :description """
html description 2
""" ; :link "http://example.org/news/2008-03-30" ; content:encoded """
html description 1
""" ; :title "News for 2008-03-30" ; a :item .