[ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/pubinfo", "@graph": [ { "@id": "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name": [ { "@value": "Tobias Kuhn" } ] }, { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk", "http://purl.org/dc/terms/created": [ { "@value": "2026-03-21T13:00:13Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ], "http://purl.org/dc/terms/license": [ { "@id": "https://creativecommons.org/licenses/by/4.0/" } ], "http://purl.org/nanopub/x/embeds": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/get-publications" } ], "http://purl.org/nanopub/x/supersedes": [ { "@id": "https://w3id.org/np/RACfRVRpGNFQluzAHwURlMA00KVlxcKVIHuryYDkqwRTo" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get all publications" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate": [ { "@id": "https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate": [ { "@id": "https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw" }, { "@id": "https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw" }, { "@id": "https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate": [ { "@id": "https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k" } ] }, { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "XgtXjotWSih/Hhr3ez7dRI/mKr68jdP62heXYLDVT/orfWovm8YV6HoYzCsQ+TCUbqZEx2Yo9x/jJ3KsjJobeosmY/g+UTI3GxQzrtuq3+ac4RCGdxKN1/9c3eb6w58cEzkroN/p+U8E/dnRaQ2tRJpbmW72DHsvh5OAyjmZ5gM=" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/assertion", "@graph": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/get-publications", "http://purl.org/dc/terms/description": [ { "@value": "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)." } ], "http://purl.org/dc/terms/license": [ { "@id": "http://www.apache.org/licenses/LICENSE-2.0" } ], "@type": [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get all publications" } ], "https://w3id.org/kpxl/grlc/endpoint": [ { "@id": "https://w3id.org/np/l/nanopub-query-1.1/repo/full" } ], "https://w3id.org/kpxl/grlc/sparql": [ { "@value": "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)" } ] } ] }, { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/Head", "@graph": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAp6qnaNFq9rQWNCSqrMf6rATWAwcd-Wfvg9rrLsOTGnk/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] } ]