Matches in Nanopublications for { <https://w3id.org/np/RA08cTBCfz8zVRdxeIR6ps1h3k_dSddXTnxCKc24rBT5A#get-3pff-events> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-3pff-events type grlc-query assertion.
- get-3pff-events label "Get 3PFF Events" assertion.
- get-3pff-events description "Returns a list of all events related to the Three Point FAIRification Framework (3PFF)" assertion.
- get-3pff-events license LICENSE-2.0 assertion.
- get-3pff-events 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 ?eventName ?eventDate ?npDate ?np where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?npDate . ?np dct:creator ?creator . ?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 . ?event dct:date ?eventDate . } } order by desc(?eventDate)" assertion.
- get-3pff-events endpoint 1c6aa07996de9244076dbdbf96515ae280fb28a8a0cc49f7b0b8c819bc8d54cf assertion.