. . . . "This query returns the final nanopublications that have been accepted at the Data Science journal." . . . "Get latest nanopublications at Data Science journal" . . "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 distinct ?np ?label (coalesce(?firstAuthor, min(?author), min(?creator)) as ?mainAuthor) (if(if(count(distinct ?author)>0, count(distinct ?author), count(distinct ?creator)) > 1, \" et al.\", \"\") as ?authorEtAl) ?timestamp (substr(str(?timestamp), 0, 11) as ?date) where {\r\n graph npa:graph {\r\n ?np dct:created ?timestamp .\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np rdfs:label ?label .\r\n ?np np:hasAssertion ?a .\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 optional {\r\n graph ?i {\r\n ?np bibo:authorList ?authorList .\r\n ?authorList rdf:_1 ?firstAuthor .\r\n }\r\n }\r\n}\r\ngroup by ?np ?label ?timestamp\r\norder by desc(?timestamp)\r\nlimit 10" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "QKndwJY+tiQ0oNUOdQvVGm1zxbuFWsEqJCsfTnFBEBgKxPg5cWwTAed87owbegr4BgZE1CEj3I6kXVYmb37gBBcIJRHVtg3mBuBHqZYNDJLTgjL6f1fcaIS3BP8wZoFHz48iHRetzm6Y65XONwtWsj7XZyRoHSBx9bzm0oJD5II=" . . . "2024-07-09T11:15:14.504Z"^^ . . . . . . . . .