. . . . "This query returns an monthly overview of published nanopublications by types for the past 12 months for the given creator." . . . "Get type overview of nanopubs last 12 months" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\n\r\nselect ?type ?month ?npCount ?npCountType where {\r\n\r\n\r\n{ select ?type ?month (count(?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 dct:created ?date .\r\n ?np dct:creator ?_creator_iri .\r\n ?np npx:hasNanopubType ?type .\r\n\r\n bind(substr(str(?date), 0, 8) as ?month)\r\n bind(now() as ?now)\r\n bind(concat(str(year(?now)), '-', if(month(?now)>9,'','0'), str(month(?now))) as ?lastMonth)\r\n bind(concat(str(year(?now)-1), '-', if(month(?now)>9,'','0'), str(month(?now))) as ?firstMonth)\r\n filter(?month > ?firstMonth && ?month <= ?lastMonth)\r\n }\r\n}\r\ngroup by ?type ?month\r\norder by ?type desc(?month)\r\n}\r\n\r\n{ select ?type (count(?np) as ?npCountType) 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 dct:created ?date .\r\n ?np dct:creator ?_creator_iri .\r\n ?np npx:hasNanopubType ?type .\r\n\r\n bind(substr(str(?date), 0, 8) as ?month)\r\n bind(now() as ?now)\r\n bind(concat(str(year(?now)), '-', if(month(?now)>9,'','0'), str(month(?now))) as ?lastMonth)\r\n bind(concat(str(year(?now)-1), '-', if(month(?now)>9,'','0'), str(month(?now))) as ?firstMonth)\r\n filter(?month > ?firstMonth && ?month <= ?lastMonth)\r\n }\r\n}\r\ngroup by ?type\r\norder by desc(?npCountType)\r\nlimit 10\r\n}\r\n\r\n}\r\norder by desc(?npCountType) ?type desc(?month)" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "bFTZifqMMjgCDE/w/TYcBJFWvh8DRk20DrCQZkmTv+kcehb2PoWk+kL2x8GtfnRgtfOUj7fxbnEawP6RozIHgrvARoSKaDbDH2e+6jANqqpmHsUPfvDoGSyjb97krNztBfjbCdTdHx8ZoWVgsxN4nIp6Y4ep/zDccEbqCHWlgG0=" . . . "2024-09-30T17:58:22.513Z"^^ . . . . . . . . .