. . . . "Returns a list of all events related to the Three Point FAIRification Framework (3PFF), with multi-value fields pre-rendered as HTML anchor strings. Variant of get-3pff-events intended for consumption by clients (e.g. nanopub-table with data-bind-html) that cannot split space-separated URI lists on their own." . . . "Get 3PFF Events (HTML)" . . "prefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix xsd: \nprefix dct: \nprefix prov: \nprefix tpff: \nprefix schema: \n\nselect\n (?event as ?Event_ID)\n (?eventShortName as ?Event_ID__label)\n (?eventLongName as ?Event_Name)\n (?eventDate as ?Date)\n (group_concat(distinct concat(\n \"\",\n replace(str(?eventOrganizer), \"^.*[/#]\", \"\"),\n \"\"\n ); separator=\", \") as ?Organizers)\n (group_concat(distinct concat(\n \"\",\n replace(str(?eventFacilitator), \"^.*[/#]\", \"\"),\n \"\"\n ); separator=\", \") as ?Facilitators)\n (group_concat(distinct concat(\n \"\",\n replace(str(?eventMoreInfoLink), \"^.*[/#]\", \"\"),\n \"\"\n ); separator=\", \") as ?More_Info)\n (?np as ?Source)\nwhere {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\n ?np dct:created ?npDate .\n ?np dct:creator ?npCreator .\n ?np np:hasAssertion ?assertion .\n ?np npx:introduces ?event .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\n }\n graph ?assertion {\n ?event a tpff:3PFF-event .\n ?event rdfs:label ?eventName .\n\n # Date Handling: Check for both predicates\n optional { ?event dct:date ?dateDct . }\n optional { ?event schema:startDate ?dateSchema . }\n bind(coalesce(?dateDct, strBefore(str(?dateSchema), \"T\")) as ?eventDate)\n\n bind(replace(str(?eventName), ' ?\\\\|.*$', '') as ?eventShortName)\n bind(replace(str(?eventName), '^([A-Z0-9]{2,3}).*$', '$1') as ?eventSeries)\n bind(replace(str(?eventName), '^.*\\\\| ?(.*)$', '$1') as ?eventLongName)\n\n optional {\n ?event tpff:has-event-organizer ?eventOrganizer .\n }\n optional {\n ?event tpff:has-event-facilitator ?eventFacilitator .\n }\n optional {\n ?event rdfs:seeAlso ?eventMoreInfoLink .\n }\n }\n}\ngroup by ?event ?eventShortName ?eventLongName ?eventDate ?np\norder by desc(?eventDate)" . . . "2026-04-23T13:32:54Z"^^ . . . . . "Get 3PFF Events (HTML)" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "OZdNOsskikJvxQkIykXfyoNxAR9edvUqG4Kb//PT4Z2rE/40cX7MI+b7mrUWWNs42nPnxsnr2a4zj7/VtJsgss0lQzmupL3WaH51r7Jd1wq2kLJwtqF9ZCHCKpiL6QQHGid5qikqyGk7+VfokZZqxQJp9znl1fQ9qbDoIJpFYWo=" . . .