Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAn4ngqA29fh9mH1nU8ZXjPhRV0bUKrnILLsiM3KLtb5Q/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-presentations-for-event type grlc-query assertion.
- get-presentations-for-event label "Get presentations for event" assertion.
- get-presentations-for-event description "Returns all presentations of the given event, with label, date, event, and nanopub link." assertion.
- get-presentations-for-event sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix wd: <http://www.wikidata.org/entity/> select ?presentation ?presentation_label ?date ?event ?event_label ?np ("^" as ?np_label) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np dct:created ?npdate . ?np np:hasAssertion ?a . ?np npx:introduces ?presentation . } values ?_event_multi_iri {} graph ?a { ?presentation a wd:Q604733 . ?presentation dct:isPartOf ?_event_multi_iri . optional { ?presentation rdfs:label ?presentation_label . } optional { ?presentation dct:date ?date . } optional { ?presentation dct:isPartOf ?event . optional { ?event rdfs:label ?event_label . } } } } order by desc(?date)" assertion.
- get-presentations-for-event endpoint 3952cad1a6d2561f045d33e5e79c03e7264b0a492b8becf6c62656c596cf398c assertion.
- get-presentations-for-event license LICENSE-2.0 assertion.