. . . . "Returns all presentations by a given speaker, with label, date, event, and nanopub link." . . . "Get presentations by speaker" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix wd: \n\nselect ?presentation ?presentation_label ?date ?event ?event_label ?np (\"^\" as ?np_label) where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n ?np dct:created ?npdate .\n ?np np:hasAssertion ?a .\n ?np npx:introduces ?presentation .\n }\n graph ?a {\n ?presentation a wd:Q604733 .\n ?presentation wd:P823 ?_speaker_iri .\n optional { ?presentation rdfs:label ?presentation_label . }\n optional { ?presentation dct:date ?date . }\n optional {\n ?presentation dct:isPartOf ?event .\n optional { ?event rdfs:label ?event_label . }\n }\n }\n} order by desc(?date)" . . "Tobias Kuhn" . "2026-03-17T12:11:35Z"^^ . . . . "Get presentations by speaker" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "WwbDBfx3SsGuXWANOQR8oV46UosHf4xR/T5UHerOKCuVvNlgk8pX8B8TWR4F7j6m1agxCf1IWN20S74OsyfTSYfQQ4MK+qJy9okfcN+hBH90A048HZepicHvH9If62lPMNv1opc47kN3SuGovAvXIZ/8r+3TpGolUy6UHCjosAw=" . . .