. . . . "Returns all assertion templates with their label, tag, creator and date, ordered by descending date" . . . "Get all templates" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix nt: \n\nselect ?template_iri ?template_iri_label ?tag ?creator ?date where {\n graph npa:graph {\n ?template_iri npa:hasValidSignatureForPublicKey ?pubkey .\n filter not exists { ?npx npx:invalidates ?template_iri ; npa:hasValidSignatureForPublicKey ?pubkey . }\n ?template_iri npx:hasNanopubType nt:AssertionTemplate .\n ?template_iri dct:created ?date .\n ?template_iri np:hasAssertion ?a .\n optional { ?template_iri npx:signedBy ?creator . }\n }\n optional { graph ?a { ?a rdfs:label ?template_iri_label } }\n optional { graph ?a { ?a nt:hasTag ?tag . } }\n filter not exists { graph ?a { ?a a nt:UnlistedTemplate } }\n} order by desc(?date)" . . "Tobias Kuhn" . "2026-04-13T14:37:17Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "fzHAe6bXgrwfUv/20Il8LdU7COWY07917S2VpFNNQjHAmwtrPtEtqufpjsE+BegX+xRjdgjtma9MIXAtKx1C0KLwiOkx6GlHZY75do1a2tLzoCbsAFZthk5MmI51UPJkvlEpePR+QNpUh4U7zJH8t9O4qZ45xOpK4dnmUJv5uAw=" . . .