. . . . "This query returns the 10 authors with the most nanopublications accepted in journals." . . . "Get the top-10 authors" . . "prefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\nprefix oa: \r\nprefix rdfs: \r\nprefix nt: \r\nprefix pav: \r\nprefix bibo: \r\nprefix rdf: \r\n\r\nselect ?author (count(distinct ?np) as ?npcount) where {\r\n{\r\nservice {\r\n bind(\"Biodiversity Data Journal\" as ?journal)\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np np:hasPublicationInfo ?i .\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n }\r\n optional {\r\n graph ?i { ?np pav:authoredBy ?author . }\r\n }\r\n optional {\r\n graph ?i {\r\n ?np bibo:authorList ?authorList .\r\n ?authorList ?hasElement ?author .\r\n filter(strstarts(str(?hasElement), str(rdf:_)))\r\n }\r\n }\r\n}\r\n} union {\r\nservice {\r\n bind(\"Data Science\" as ?journal)\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np np:hasPublicationInfo ?i .\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n }\r\n optional {\r\n graph ?i { ?np pav:authoredBy ?author . }\r\n }\r\n optional {\r\n graph ?i {\r\n ?np bibo:authorList ?authorList .\r\n ?authorList ?hasElement ?author .\r\n filter(strstarts(str(?hasElement), str(rdf:_)))\r\n }\r\n }\r\n}\r\n} union {\r\nservice {\r\n bind(\"RIO Journal\" as ?journal)\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np np:hasPublicationInfo ?i .\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n }\r\n optional {\r\n graph ?i { ?np pav:authoredBy ?author . }\r\n }\r\n optional {\r\n graph ?i {\r\n ?np bibo:authorList ?authorList .\r\n ?authorList ?hasElement ?author .\r\n filter(strstarts(str(?hasElement), str(rdf:_)))\r\n }\r\n }\r\n}\r\n}\r\nfilter(bound(?author))\r\n}\r\ngroup by ?author\r\norder by desc(?npcount)\r\nlimit 10" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "5pKZSlzfevX2qGN1MrUhPmaP/bJRtV14ZHf9j89mrIRi+1u79Mo/6lnEP+TP+LUYHCW9ahwpikbUufPmH+P4c8/DKyIJayXLq+HkKVrZTZBNqzhWGpcSt9TGDM41aa2PZkfA5AhW6Moc9Bqa/c7bljfpdPt12DoQW1gUzaLMLdQ=" . . . "2024-07-09T12:12:40.496Z"^^ . . . . . . . . .