. . . . "Returns a list of all events related to the Three Point FAIRification Framework (3PFF)" . . . "Get 3PFF Events" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\nprefix prov: \r\nprefix tpff: \r\n\r\nselect (?event as ?Event_ID) (?eventShortName as ?Event_ID__label) (?eventLongName as ?Event_Name) (?eventDate as ?Date) (group_concat(distinct ?eventOrganizer; separator=\" \") as ?Organizers) (group_concat(distinct ?eventFacilitator; separator=\" \") as ?Facilitators) (group_concat(distinct ?eventMoreInfoLink; separator=\" \") as ?More_Info) (?np as ?Source) where {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n ?np dct:created ?npDate .\r\n ?np dct:creator ?npCreator .\r\n ?np np:hasAssertion ?assertion .\r\n ?np npx:introduces ?event .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n }\r\n graph ?assertion {\r\n ?event a tpff:3PFF-event .\r\n ?event rdfs:label ?eventName .\r\n bind(replace(str(?eventName), ' ?\\\\|.*$', '') as ?eventShortName)\r\n bind(replace(str(?eventName), '^([A-Z0-9]{2,3}).*$', '$1') as ?eventSeries)\r\n bind(replace(str(?eventName), '^.*\\\\| ?(.*)$', '$1') as ?eventLongName)\r\n ?event dct:date ?eventDate .\r\n optional {\r\n ?event tpff:has-event-organizer ?eventOrganizer .\r\n }\r\n optional {\r\n ?event tpff:has-event-facilitator ?eventFacilitator .\r\n }\r\n #optional {\r\n # values ?eventType { tpff:In-Person-Event tpff:Hybrid-Event tpff:Virtual-Event }\r\n # ?event a ?eventType .\r\n # bind(replace(str(?eventType), '^.*/', '') as ?eventTypeName)\r\n #}\r\n optional {\r\n ?event rdfs:seeAlso ?eventMoreInfoLink .\r\n }\r\n }\r\n}\r\ngroup by ?event ?eventShortName ?eventLongName ?eventDate ?np\r\norder by desc(?eventDate)" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "fiYqzcPP9s9/BcKok4fUvjhOb2DkgLEiawjguOW3LjYfVYo0T+7gS9jEAqG7MYe55aKfXe6r7hB145+LPuHF3kX5gl5Lja0VP6cVuhJw7VxTlc9EiuQu7BCoR0cfMxZxi+7KiZQcrMCJjdeFJOZvJtomvpd/Ui8Ez7irAvyPw1w=" . . . "2024-12-04T08:43:22.729Z"^^ . . . . . . . . . . .