Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAaKXYMunUKMkbYpgc4PmTji21pS0Ox1hsiVLiV-AfiUU/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-poster-presentations-for-event type grlc-query assertion.
- get-poster-presentations-for-event label "Get poster presentations for event" assertion.
- get-poster-presentations-for-event description "Returns all poster presentations for a given event, with title, date, authors, and nanopub link." assertion.
- get-poster-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 gen: <https://w3id.org/kpxl/gen/terms/> select ?poster ?poster_label ?date (group_concat(str(?author); separator=" ") as ?authors_multi_iri) (group_concat(replace(replace(?authorname, "\\\\", "\\\\\\\\"), "\\n", "\\\\n"); separator="\n") as ?authors_label_multi) ?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 ?poster . } values ?_event_multi_iri {} graph ?a { ?poster a gen:PosterPresentation . ?poster dct:isPartOf ?_event_multi_iri . ?poster dct:creator ?author . optional { ?author rdfs:label ?authorname . } optional { ?poster rdfs:label ?poster_label . } optional { ?poster dct:date ?date . } } } group by ?poster ?poster_label ?date ?np order by desc(?date)" assertion.
- get-poster-presentations-for-event endpoint 61e9c0168586a3ddcef2b010c69b596ac2529760aeb82231962c228c5a63b8eb assertion.
- get-poster-presentations-for-event license LICENSE-2.0 assertion.