. . . . "Returns all presentations of the given event, with label, date, time, location, presenter (with name), and nanopub link, in chronological order. Reads both the http:// and https:// schema.org namespaces." . . . "Get presentations for event" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix wd: \nprefix schema: \nprefix schemaold: \nprefix foaf: \n\nselect ?presentation ?presentation_label ?date ?time ?location ?speaker ?speaker_label ?np (\"^\" as ?np_label) (?np as ?override_target) 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 np:hasPublicationInfo ?pi .\n ?np npx:introduces ?presentation .\n }\n {\n select ?presentation (max(?npdate2) as ?latestdate) where {\n graph npa:graph {\n ?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .\n filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }\n filter not exists { ?np2 npx:hasNanopubType npx:ExampleNanopub . }\n ?np2 dct:created ?npdate2 .\n ?np2 npx:introduces ?presentation .\n }\n } group by ?presentation\n }\n filter(?npdate = ?latestdate)\n values ?_event_multi_iri {}\n graph ?a {\n ?presentation a wd:Q604733 .\n ?presentation dct:isPartOf ?_event_multi_iri .\n }\n optional { graph ?a { ?presentation rdfs:label ?presentation_label . } }\n optional { graph ?a { ?presentation wd:P823 ?speaker . } }\n optional { graph ?pi { ?speaker foaf:name ?speaker_label . } }\n optional { graph ?a { ?presentation dct:date ?olddate . } }\n optional { graph ?a { ?presentation schema:startDate ?startDateA . } }\n optional { graph ?a { ?presentation schemaold:startDate ?startDateB . } }\n optional { graph ?a { ?presentation schema:endDate ?endDateA . } }\n optional { graph ?a { ?presentation schemaold:endDate ?endDateB . } }\n optional { graph ?a { ?presentation schema:location ?locationA . } }\n optional { graph ?a { ?presentation schemaold:location ?locationB . } }\n bind(coalesce(?startDateA, ?startDateB) as ?startDate)\n bind(coalesce(?endDateA, ?endDateB) as ?endDate)\n bind(coalesce(?locationA, ?locationB) as ?location)\n bind(coalesce(strbefore(str(?startDate), \"T\"), str(?olddate)) as ?date)\n bind(substr(strafter(str(?startDate), \"T\"), 1, 5) as ?starttime)\n bind(substr(strafter(str(?endDate), \"T\"), 1, 5) as ?endtime)\n bind(coalesce(concat(?starttime, \"–\", ?endtime), ?starttime) as ?time)\n bind(coalesce(str(?startDate), str(?olddate)) as ?sortkey)\n} order by ?sortkey" . . "Tobias Kuhn" . "2026-08-28T10:43:40Z"^^ . . . . . "Get presentations for event" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "l0ipKqRnmRtevSNPDF8YjVeTR8DeAnRFFzd2WsDhwR05epnssNnCIQxf7BOlk3qzjLHEeBH/K0B7cUUcEKW1rM/QEgyPHdseS4b8Y2uLBvg6LWKecN0iZi/aaH6eEM+vSKGP8KPgN0UXCmTjPat47fnFCS/khdKA0Dpku9l0rJI=" . . .