. . . . "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(strstarts(str(?userid), \"https://orcid.org/\"))\r\n}\r\ngroup by ?userid\r\norder by desc(?count)\r\nlimit 10" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "Szl3auWq2WbToDrRAlA/GsRy1EUWw6TQctK1YLrxKSTa5xWHjGnqtGuCwXf3Qj+Jk77eZdm5LHJDgRKf9EDGohfO6j3glvMs/um2zFbeQZkNVSFcIVYxp9GqgiWXQrZxJlMpAhua+RzBTjl5s7Plajzp+hr6P4VYJb2tzN/zmco=" . . . "2024-08-07T04:57:56.933Z"^^ . . . . . . . . . . .