https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#Head https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://www.nanopub.org/nschema#hasAssertion https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#assertion https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://www.nanopub.org/nschema#hasProvenance https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#provenance https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://www.nanopub.org/nschema#hasPublicationInfo https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#pubinfo https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#assertion https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#get-3pff-events http://purl.org/dc/terms/description Returns a list of all events related to the Three Point FAIRification Framework (3PFF) https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#get-3pff-events http://purl.org/dc/terms/license http://www.apache.org/licenses/LICENSE-2.0 https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#get-3pff-events http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://w3id.org/kpxl/grlc/grlc-query https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#get-3pff-events http://www.w3.org/2000/01/rdf-schema#label Get 3PFF Events https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#get-3pff-events https://w3id.org/kpxl/grlc/endpoint https://w3id.org/np/l/nanopub-query-1.1/repo/type/1c6aa07996de9244076dbdbf96515ae280fb28a8a0cc49f7b0b8c819bc8d54cf https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#get-3pff-events https://w3id.org/kpxl/grlc/sparql prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix dct: <http://purl.org/dc/terms/> prefix prov: <http://www.w3.org/ns/prov#> prefix tpff: <https://w3id.org/fair/3pff/> select ?event ?eventSeries ?eventName ?eventShortName ?eventLongName ?eventType ?eventTypeName ?eventDate ?eventOrganizer ?eventOrganizerLabel (min(?eventFacilitator) as ?eventFacilitator1) (if(count(?eventFacilitator)>1,"et al.","") as ?eventFacilitatorEtAl) ?eventMoreInfoLink ?eventMoreInfoLinkLabel ?np ?npCreator ?npDate where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?npDate . ?np dct:creator ?npCreator . ?np np:hasAssertion ?assertion . ?np npx:introduces ?event . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } } graph ?assertion { ?event a tpff:3PFF-event . ?event rdfs:label ?eventName . bind(replace(str(?eventName), ' ?\\|.*$', '') as ?eventShortName) bind(replace(str(?eventName), '^([A-Z0-9]{2,3}).*$', '$1') as ?eventSeries) bind(replace(str(?eventName), '^.*\\| ?(.*)$', '$1') as ?eventLongName) ?event dct:date ?eventDate . optional { ?event tpff:has-event-organizer ?eventOrganizer . bind(replace(str(?eventOrganizer), '^.*[/#]([^#/\\?]+)[#/]?(\\?.*)?$', '$1') as ?eventOrganizerLabel) } optional { ?event tpff:has-event-facilitator ?eventFacilitator . bind(replace(str(?eventFacilitator), '^.*[/#]([^#/\\?]+)[#/]?(\\?.*)?$', '$1') as ?eventFacilitatorLabel) } optional { values ?eventType { tpff:In-Person-Event tpff:Hybrid-Event tpff:Virtual-Event } ?event a ?eventType . bind(replace(str(?eventType), '^.*/', '') as ?eventTypeName) } optional { ?event rdfs:seeAlso ?eventMoreInfoLink . bind(replace(str(?eventMoreInfoLink), '^.*[/#]([^#/\\?]+)[#/]?(\\?.*)?$', '$1') as ?eventMoreInfoLinkLabel) } } } group by ?event ?eventSeries ?eventName ?eventShortName ?eventLongName ?eventType ?eventTypeName ?eventDate ?eventOrganizer ?eventOrganizerLabel ?eventMoreInfoLink ?eventMoreInfoLinkLabel ?np ?npCreator ?npDate order by ?eventSeries desc(?eventDate) https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#provenance https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#assertion http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#pubinfo https://orcid.org/0000-0002-1267-0234 http://xmlns.com/foaf/0.1/name Tobias Kuhn https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#sig http://purl.org/nanopub/x/hasAlgorithm RSA https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#sig http://purl.org/nanopub/x/hasPublicKey MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#sig http://purl.org/nanopub/x/hasSignature kyBcTlmUaYFD3pZZBiVozyfufVRJPT3cJQdAVKseMUSadMyj/C7GC8tLbYQhfNfAfazhQ++BUvTfXY8UG2GmKIEKvH2VXNEBtMA5JSiCr0oqTMttGzUIgDRcBcvQx1XXzviZX0sl4Y9cuqos2HmBf+ctO5PlawBUaISBhXDA20U= https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#sig http://purl.org/nanopub/x/hasSignatureTarget https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#sig http://purl.org/nanopub/x/signedBy https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://purl.org/dc/terms/created 2024-08-12T07:57:01.712Z https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://purl.org/dc/terms/creator https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://purl.org/dc/terms/license https://creativecommons.org/licenses/by/4.0/ https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://purl.org/nanopub/x/introduces https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA#get-3pff-events https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://purl.org/nanopub/x/supersedes https://w3id.org/np/RAtdGIIDGQV4Nh3R_FzX-fraDCrRvCdn8-VYE9x1MOWWM https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA http://purl.org/nanopub/x/wasCreatedAt https://nanodash.knowledgepixels.com/ https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI https://w3id.org/np/RAzvMgI9cOluLNDCfOT2GVbgXdH0kwnq7DgOcOtYZiHGA https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate https://w3id.org/np/RAYvkQOT9-zrcql5lzMW9OpiPjA9UvSh-RezaVwYmWvns