. . . . "This query returns the latest FDOs from the specified creator." . . . "Get FDO feed" . . "prefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\n\r\nselect ?fdo ?np ?label ?fdo ?date where {\r\n graph npa:graph {\r\n ?np npx:signedBy ?__creator_iri .\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?np dct:created ?date .\r\n ?np npx:hasNanopubType .\r\n ?np npx:introduces ?fdo .\r\n optional { ?np rdfs:label ?label }\r\n }\r\n} order by desc(?date) limit 1000" . . "Tobias Kuhn" . "2025-07-02T08:15:43.531Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "xa2xQYSpdfDep4x1GoAN9S8KpLQWbTr+ViMNq562028jpwRZohkWdL7X3F13PKnqa2DUu9nmaVjTpoy0RxZs5G3hs9aXyeiSJ+jXq3Z7Edl9NcaEDErqyku+7GV3WNF2xV6LzcrAEUN//EEe+Z7x0iXLrFTcXnp6nDAvO8gVa3E=" . . .