Matches in Nanopublications for { <https://w3id.org/np/RAumk_6pLPHg00vXXJXCjUDfdhQDqUqy9ZzO9PCaMdZec/get-presentations-for-event> ?p ?o ?g. }
Showing items 1 to 7 of
7
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 ?speaker ?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 . ?presentation wd:P823 ?speaker . optional { ?presentation rdfs:label ?presentation_label . } optional { ?presentation dct:date ?date . } } } order by desc(?date)" assertion.
- get-presentations-for-event endpoint 3952cad1a6d2561f045d33e5e79c03e7264b0a492b8becf6c62656c596cf398c assertion.
- get-presentations-for-event license LICENSE-2.0 assertion.
- get-presentations-for-event hasLabelFromApi "Get presentations for event - Returns all presentations of the given event, with label, date, event, and na..." pubinfo.