. . . . "This query returns all publications with their authors, returning author IDs concatenated by spaces and author names concatenated by newlines (with backslashes and newlines escaped)." . . . "Get all publications" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix fabio: \nprefix bibo: \nprefix foaf: \n\nselect ?paper ?paper_label ?journal ?journal_label ?publication_date\n (group_concat(str(?author_id); separator=\" \") as ?authors_multi_iri)\n (group_concat(replace(replace(?author_name, \"\\\\\\\\\", \"\\\\\\\\\\\\\\\\\"), \"\\\\n\", \"\\\\\\\\n\"); separator=\"\\n\") as ?authors_label_multi)\n ?np (\"^\" as ?np_label)\nwhere {\n graph npa:graph {\n ?np npx:hasNanopubType fabio:ScholarlyWork .\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np np:hasAssertion ?a .\n ?np npx:introduces ?paper .\n }\n graph ?a {\n ?paper dct:title ?paper_label .\n ?paper bibo:authorList ?author_list .\n optional { ?paper dct:date ?publication_date . }\n ?author_list ?rdfseqpred ?author_id .\n filter(strstarts(str(?rdfseqpred), \"http://www.w3.org/1999/02/22-rdf-syntax-ns#_\"))\n optional { ?author_id foaf:name ?author_name_raw . }\n bind(coalesce(?author_name_raw, \"\") as ?author_name)\n optional {\n ?paper dct:isPartOf ?journal .\n ?journal dct:title ?journal_label .\n }\n }\n}\ngroup by ?paper ?paper_label ?journal ?journal_label ?publication_date ?np\norder by desc(?publication_date)" . . "Tobias Kuhn" . "2026-03-21T13:00:13Z"^^ . . . . . "Get all publications" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "XgtXjotWSih/Hhr3ez7dRI/mKr68jdP62heXYLDVT/orfWovm8YV6HoYzCsQ+TCUbqZEx2Yo9x/jJ3KsjJobeosmY/g+UTI3GxQzrtuq3+ac4RCGdxKN1/9c3eb6w58cEzkroN/p+U8E/dnRaQ2tRJpbmW72DHsvh5OAyjmZ5gM=" . . .