@prefix : . @prefix xsd: . @prefix iana: . @prefix rdfs: . <> rdfs:comment "This is what we get if we prefer to root our example-1-v2.n3 on feed ids."@en . a :FeedId; :version [ a :Feed, :Version; = _:state1; :title [ :string "Example Feed"; :type "text/simple" ]; iana:alternate ; :updated "2003-12-13T18:30:02Z"^^xsd:dateTime; :author [ :name "John Doe" ]; ]; :update [ a :Entry, :Version; :title [ :value "Atom-Powered Robots Run Amok"; :type "text/plain" ]; iana:alternate ; :id [ = ; a :EntryId ]; :updated "2003-12-13T18:30:02Z"^^xsd:dateTime; :summary [ :value "some text"; :type "text/simple" ]; :source _:state1; ] .