@prefix : . @prefix xsd: . @prefix iana: . @prefix rdfs: . <> rdfs:comment "This is the most direct translation from the first exaample of the atom syntax to atom-owl"@en . [ a :Feed, :Version; :title [ :value "Example Feed"; :type "text/plain" ]; :link [ :href ; :rel iana:alternate ]; :updated "2003-12-13T18:30:02Z"^^xsd:dateTime; :author [ :name "John Doe" ]; :id ; :entry [ a :Entry, :Version; :title [ :value "Atom-Powered Robots Run Amok"; :type "text/plain" ]; :link [ :href ; :rel iana:alternate ]; :id ; :updated "2003-12-13T18:30:02Z"^^xsd:dateTime; :summary [ :value "some text"; :type "text/plain" ] ]; ] .