Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA_IcmwsJjICvGpSudP3AgR9ckFFoNQh7m5m8-veaHSJM/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-presentations-by-speaker type grlc-query assertion.
- get-presentations-by-speaker label "Get presentations by speaker" assertion.
- get-presentations-by-speaker description "Returns all presentations by a given speaker, with label, date, event, and nanopub link." assertion.
- get-presentations-by-speaker 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 . } graph ?a { ?presentation a wd:Q604733 . ?presentation wd:P823 ?_speaker_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-by-speaker endpoint 3952cad1a6d2561f045d33e5e79c03e7264b0a492b8becf6c62656c596cf398c assertion.
- get-presentations-by-speaker license LICENSE-2.0 assertion.