. . . . "This query returns all the nanopublications created in the last 30 days, sorted by recency." . . . "Get all nanopubs of the last 30 days" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\n\r\nselect distinct ?np ?label ?userid ?date where {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np dct:created ?date .\r\n optional { ?np rdfs:label ?label . }\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?np npx:hasNanopubType npx:retracts . }\r\n optional { ?np dct:creator ?userid . }\r\n }\r\n} order by desc(?date)" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "W14REJ7ohzFSPxkDm/zWXB+sCifFFRFF1v8MXmL30GowSfml+q6uhBQgEUNfrtCC4jIbRIYdAT/69+KXYWUjU/2nYimpRTlJzfs8mlTsXfLSUfdmvb2pYkD1YXAhbmrBNiz6I/CspRafENJyfpnP/YMKvpJvSQAn50v2tUJhp0g=" . . . "2024-09-20T11:35:38.390Z"^^ . . . . . . . . .