@prefix : . @prefix xsd: . @prefix iana: . @prefix rdfs: . <> rdfs:comment "The simplest transformation from the atom-syntax to atom-owl of the second, longer example in atom11."@en . [ a :Feed, :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; :link [ :href [ = ; :representation [ :type "text/html"; :lang "en" ] ]; :rel iana:alternate ]; :link [ :href [ = ; :representation [ :type "application/atom+xml" ] ]; :rel iana:self ]; :rights "Copyright (c) 2003, Mark Pilgrim"; :generator [ :uri ; :version "1.0"; :name "Example Toolkit" ]; :entry [ a :Entry, :Version; :title [ :string "Atom draft-07 snapshot"; :type "text/plain" ]; :link [ :href [ = ; :representation [ :type "text/html"] ]; :rel iana:alternate ]; :link [ :href [ = ; :representation [ :type "audio/mpeg"; :length "1337"^^xsd:integer ] ]; :rel iana:enclosure ]; :id ; :updated "2005-07-31T12:29:29Z"^^xsd:dateTime; :published "2003-12-13T08:29:29-04:00"^^xsd:dateTime; :author [ a :Person; :name "Mark Pilgrim"; :uri ; :email ]; :contributor [ :name "Sam Ruby" ]; :contributor [ :name "Joe Gregorio" ]; :content [ :value "

[Update: The Atom draft is finished.]

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