. . . . "This query returns the 10 creators who created most nanopublications during the last 30 days." . . . "Get the top-10 creators of the last 30 days" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\nprefix prov: \r\nprefix foaf: \r\n\r\nselect distinct ?userid (count(distinct ?np) as ?count) where {\r\n { graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np dct:creator ?userid .\r\n } }\r\n union\r\n {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np np:hasAssertion ?assertion .\r\n ?np np:hasProvenance ?prov .\r\n }\r\n graph ?prov {\r\n ?assertion prov:wasAttributedTo ?userid .\r\n }\r\n }\r\n filter(?userid != )\r\n filter(?userid != )\r\n filter(!regex(str(?userid), '[^A-Za-z0-9-_]RA[A-Za-z0-9-_]{43}$'))\r\n}\r\ngroup by ?userid\r\norder by desc(?count)\r\nlimit 10" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "NgwoNvl0EWvO+kJGFiAXGqymiMbTrdEyDUIiVVI9YUKbl0jMQ7ecyXqG4PiIGrFVABt/GAMHttyAGIgjnwq6TpS/zDElRjVdvtWRbWSaqiSe2MCesZ3TmVtJLv7p1n/jslIxIael9FuA6tdjFxV0sUvoWiuseIddGppqxSzJuN4=" . . . "2024-09-16T08:54:54.936Z"^^ . . . . . . . . . . .