. . . . "Returns the latest nanopublications that were created from a template kind given as the resource, for display on its maintained-resource page. The kind is first resolved to the set of template references that consumers may cite: every version of the kind found on the network (retracted ones included, so their consumers are not lost) contributes both its embedded template node (the reference form used by embedded-identity templates) and the URI of the nanopub embedding it (the reference form used by legacy and half-way templates), so nanopubs created from any version of the template are found, whichever identity shape that version used. A nanopub counts as created from the kind when its publication info states nt:wasCreatedFromTemplate for one of those references. Rows are non-invalidated nanopubs with a valid signature, newest first, capped at 100. Retraction nanopubs are deliberately not filtered out, because the retraction template is itself a template kind whose page would otherwise stay empty. Result columns follow the nanopub-set view contract: ?np, ?label, ?date." . . . "Get latest nanopubs from template kind" . . "prefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix nt: \nprefix dct: \n\nselect distinct ?np ?label ?date where {\n values ?_resource_multi_iri {}\n {\n graph npa:graph { ?vnp npx:embeds ?tref ; np:hasAssertion ?va . }\n graph ?va { ?tref dct:isVersionOf ?_resource_multi_iri . }\n } union {\n graph npa:graph { ?tref npx:embeds ?version ; np:hasAssertion ?va . }\n graph ?va { ?version dct:isVersionOf ?_resource_multi_iri . }\n }\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkeyhash ;\n dct:created ?date ; np:hasPublicationInfo ?pi .\n filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . }\n optional { ?np rdfs:label ?label . }\n }\n graph ?pi { ?np nt:wasCreatedFromTemplate ?tref . }\n}\norder by desc(?date) limit 100" . . "Tobias Kuhn" . "2026-08-21T15:03:54Z"^^ . . . . "Get latest nanopubs from template kind" . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "McHjxUDQCSjHbvUdkrI+iEtwBgThDSk52+NtKo07of+7GdGwRHcd1RuC1Iq1VbZf7exTz01E7Cfbs9lw6psgoOK1yXiEUiIz94ohmFqbnx1bT0Jfh5sP6GLuPQI9m1Yn0iNqFqHuyZoXAUpwqf986GCzoY+gqeKwY3moRbT0Ctw=" . . .