. . . . "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" . . "#+ endpoint: https://query.knowledgepixels.com/repo/last30d\r\n\r\nprefix 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" . "IE554/3fR5TIiva8aQTd70y1fhv7y2cK21WuETcd8jeIsINK+ry7L5V2WFKreY6b914IHg31X87y/XouFklZWKSt7xI14EZfNd0Qlddw17hRR/6kHlGZxxQEeVLAyzKtpj1NT/BQUxkpB125/zYearGiXJ0a1ScvbrYOF8a7F4g=" . . . "2024-07-09T19:33:42.870Z"^^ . . . . . . . . . . .