. . . . "This query returns the most used assertion templates of the last 30 days, considering the latest versions of these templates." . . . "Get the most used templates of the last 30 days" . . "prefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix nt: \nprefix dct: \n\nselect ?template_iri ?template_iri_label (sum(?npcount) as ?overallcount) {\n { select ?used_template_np (count(distinct ?np) as ?npcount) where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\n ?np np:hasPublicationInfo ?i .\n }\n graph ?i {\n ?np nt:wasCreatedFromTemplate ?used_template_np .\n }\n } group by ?used_template_np }\n bind(uri(concat(\"https://w3id.org/np/l/nanopub-query-1.1/repo/type/\", sha256(str(nt:AssertionTemplate)))) as ?atservice)\n { service ?atservice {\n graph npa:networkGraph {\n ?template_iri npx:supersedes* ?used_template_np .\n }\n graph npa:graph {\n ?used_template_np npa:hasValidSignatureForPublicKey ?pubkey .\n ?template_iri npa:hasValidSignatureForPublicKey ?pubkey .\n filter not exists { ?template_npx npx:invalidates ?template_iri ; npa:hasValidSignatureForPublicKey ?pubkey . }\n ?used_template_np np:hasAssertion ?a .\n }\n graph ?a {\n ?a rdfs:label ?template_iri_label .\n }\n } }\n} group by ?template_iri ?template_iri_label order by desc(?overallcount) limit 10" . . . "Tobias Kuhn" . "2026-08-13T06:45:31Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "CiBW1hCy1KLkE0ArAcMHCxfe0cL//Ud7iK8LRKg/yMMoV7/7JT4jl+csgq4cw4vTWqa2BPjTi1G6jF1Sq3WiJnlu/RD0EUPlaNWYX5iCAerDynwqfb18iqnLZJB/sXtjJSk2ag+M7Sn2xLghhE28k1o77gscu/lAPQmpKEepWYA=" . . .