. . . . "This query returns the number of active users, separated by whether they are an ORCID or not, for the given time period (start and end date)." . . . "Get active user counts in time period" . . "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 (count(distinct ?userid) as ?userCount) ?isOrcid where {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np dct:creator ?userid .\r\n ?np dct:created ?date .\r\n }\r\n filter not exists {\r\n graph npa:graph { ?np npa:hasSubIri ?userid . }\r\n }\r\n bind(substr(str(?date), 1, 10) as ?dateStr)\r\n filter(?dateStr >= ?_startDate)\r\n filter(?dateStr <= ?_endDate)\r\n bind(strstarts(str(?userid), \"https://orcid.org/\") as ?isOrcid)\r\n}\r\ngroup by ?isOrcid\r\norder by ?isOrcid" . . "Tobias Kuhn" . "2026-03-19T08:56:26.182Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "N5X1rEUwF8xArJwiz189S3/P3NpRh/Xp/mDlQxo4SQ2AoKrISUvbeniNLPSEB84NdO6PHh1XMHOdpZIoQvOVxAcE5WRXLs10eyAJ3YYTI77PnkAFNavsknUoHA/UNv6Vt56H4863T5BqLRbNS3CA2vvhPVtBG0PeDWLVe6kFw6k=" . . .