Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAR7DhRLszhOM5DihBneLQD6p2KB9-9cWX7-Z9CtNi72Q#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- subj-refs type grlc-query assertion.
- subj-refs label "Get 3PFF Events" assertion.
- subj-refs description "Returns a list of all events related to the Three Point FAIRification Framework (3PFF)" assertion.
- subj-refs license LICENSE-2.0 assertion.
- subj-refs 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.
- subj-refs endpoint 1c6aa07996de9244076dbdbf96515ae280fb28a8a0cc49f7b0b8c819bc8d54cf assertion.