. . . . "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: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix nt: \r\nprefix dct: \r\n\r\nselect ?latest_template_np ?label (sum(?npcount) as ?overallcount) {\r\n { select ?template_np (count(distinct ?np) as ?npcount) where {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?np np:hasPublicationInfo ?i .\r\n }\r\n graph ?i {\r\n ?np nt:wasCreatedFromTemplate ?template_np .\r\n }\r\n } group by ?template_np }\r\n bind(uri(concat(\"https://w3id.org/np/l/nanopub-query-1.1/repo/type/\", sha256(str(nt:AssertionTemplate)))) as ?atservice)\r\n { service ?atservice {\r\n graph npa:networkGraph {\r\n ?latest_template_np npx:supersedes* ?template_np .\r\n }\r\n graph npa:graph {\r\n ?template_np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?latest_template_np npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?latest_template_npx npx:invalidates ?latest_template_np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?template_np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n ?a rdfs:label ?label .\r\n } \r\n } }\r\n} group by ?latest_template_np ?label order by desc(?overallcount) limit 10" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "KRtxsIlKv08LQ417X/o7LJRyCcc2ApZj+BkLrVHO3+EKRYtWjRB6N50wVlRM1LKCs/mVNnNYDa8BoVo4YlMnVnTZXZ5H1JItciYysl2dikjsSnXQEB/FcytxPSrmNNbBb3HFY1h4MoCJVipKlLV+m4+pOOQQ7LHbp1ID/RP3A80=" . . . "2024-09-20T13:29:02.710Z"^^ . . . . . . . . .