@prefix : . @prefix xsd: . @prefix iana: . @prefix rdfs: . a :FeedId; :version [ :title [ :value "dive into mark"; :type "text/plain" ]; :subtitle [ :value "A <em>lot</em> of effort went into making this effortless"; :type "text/html" ]; :updated "2005-07-31T12:29:29Z"^^xsd:dateTime; iana:alternate [ = ; :representation [ :type "text/html"; :lang "en" ] ]; iana:self [ = ; :representation [ :type "application/atom+xml" ] ]; :rights "Copyright (c) 2003, Mark Pilgrim"; :generator [ :uri ; :version "1.0"; :name "Example Toolkit" ]; ]; :update [ :title [ :value "Atom draft-07 snapshot"; :type "text/plain" ]; iana:alternate [ = ; :representation [ :type "text/html" ] ]; iana:enclosure [ = ; :representation [ :type "audio/mpeg"; :length "1337"^^xsd:integer ] ]; :id ; :updated "2005-07-31T12:29:29Z"^^xsd:dateTime; :published "2003-12-13T08:29:29-04:00"^^xsd:dateTime; :author [ :name "Mark Pilgrim"; :uri ; :email ; ]; :contributor [ :name "Sam Ruby" ]; :contributor [ :name "Joe Gregorio" ]; :content [ :value "

[Update: The Atom draft is finished.]

"; :type "text/html"; ]; ] .