@prefix : . @prefix xsd: . @prefix iana: . @prefix rdfs: . <> rdfs:comment "This transforms example-1.n3 by simplifying the link element in the Feed and in the Entry after applying the link rule."@en . [ a :Feed, :Version; :title [ :value "Example Feed"; :type "text/plain" ]; 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" ]; iana:alternate ; :id ; :updated "2003-12-13T18:30:02Z"^^xsd:dateTime; :summary [ :value "some text"; :type "text/plain" ] ]; ] .