https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/Head
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/assertion
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/provenance
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/pubinfo
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/assertion
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/get-3pff-events-for-user
http://purl.org/dc/terms/description
Returns all 3PFF events for a given user, including the role they had in each event.
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/get-3pff-events-for-user
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/get-3pff-events-for-user
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/get-3pff-events-for-user
http://www.w3.org/2000/01/rdf-schema#label
Get 3PFF events for user
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/get-3pff-events-for-user
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/get-3pff-events-for-user
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 dct: <http://purl.org/dc/terms/>
prefix tpff: <https://w3id.org/fair/3pff/>
prefix schema: <http://schema.org/>
select ?event ?event_label (sample(?ev_name) as ?event_name) (sample(?ev_date) as ?event_date) ?roles_multi_iri ?roles_label_multi ?nps_multi_iri ?nps_label_multi where {
{
select ?event (replace(str(?event), "^.*/", "") as ?event_label) (group_concat(str(?role); separator=" ") as ?roles_multi_iri) (group_concat(?role_label; separator="\n") as ?roles_label_multi) (group_concat(str(?latest_np); separator=" ") as ?nps_multi_iri) (group_concat("^"; separator="\n") as ?nps_label_multi) where {
{
select ?event ?role ?role_label (sample(?np) as ?latest_np) where {
values (?role ?role_label) {
(tpff:participatedAsParticipantIn "Participant")
(tpff:participatedAsFacilitatorIn "Facilitator")
(tpff:participatedAsTrainerIn "Trainer")
(tpff:participatedAsFacilitatorAssistantIn "Facilitator Assistant")
(tpff:participatedAsTrainerAssistantIn "Trainer Assistant")
(tpff:participatedAsImplementerIn "Implementer")
(tpff:participatedAsImplementerAspirantIn "Implementer Aspirant")
}
graph npa:graph {
?np npx:hasNanopubType ?role .
?np dct:creator ?_user_iri .
?np npa:hasValidSignatureForPublicKeyHash ?pk .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pk . }
?np np:hasAssertion ?a .
?np dct:created ?date .
}
graph ?a {
?_user_iri ?role ?event .
}
filter not exists {
graph npa:graph {
?np2 npx:hasNanopubType ?role .
?np2 dct:creator ?_user_iri .
?np2 npa:hasValidSignatureForPublicKeyHash ?pk2 .
filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pk2 . }
?np2 np:hasAssertion ?a2 .
?np2 dct:created ?date2 .
filter(?date2 > ?date)
}
graph ?a2 {
?_user_iri ?role ?event .
}
}
}
group by ?event ?role ?role_label
}
}
group by ?event
}
optional {
graph npa:graph {
?enp npx:introduces ?event .
?enp npa:hasValidSignatureForPublicKeyHash ?epk .
filter not exists { ?enpx npx:invalidates ?enp ; npa:hasValidSignatureForPublicKeyHash ?epk . }
?enp np:hasAssertion ?ea .
}
graph ?ea {
?event rdfs:label ?ename .
optional { ?event dct:date ?dateDct . }
optional { ?event schema:startDate ?dateSchema . }
}
}
bind(coalesce(?dateDct, strBefore(str(?dateSchema), "T")) as ?ev_date)
bind(replace(?ename, "^[^|]*\\| ?", "") as ?ev_name)
}
group by ?event ?event_label ?roles_multi_iri ?roles_label_multi ?nps_multi_iri ?nps_label_multi
order by desc(sample(?ev_date))
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/provenance
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://purl.org/dc/terms/created
2026-03-26T08:59:34Z
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/get-3pff-events-for-user
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
http://www.w3.org/2000/01/rdf-schema#label
Get 3PFF events for user
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/sig
http://purl.org/nanopub/x/hasSignature
MJHJ2bkyriyEbKkZb1LBB+Pyxi5fFP5kL+WPwi3LMRhbs2FhQPmYKtfltZ/uPffU21n5oxjF2gOQPnx0grurmTkdtsLt3xTzkO22FEeAGnu8S89FM3a74pbKw6W4DbeSus7Z34Y5Rl0iALP9hMUQiHhDiSaHEmW27klv+mVpXi0=
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc
https://w3id.org/np/RA51_BAwFlQ_B5iRiP-g2iF2t-089SDATGpt1LKvjC4bc/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234