https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/Head
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/assertion
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/provenance
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/pubinfo
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/assertion
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/get-presentations-for-event
http://purl.org/dc/terms/description
Returns all presentations of the given event, with label, start and end time, location, speaker (with name), and nanopub link, ordered chronologically.
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/get-presentations-for-event
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/get-presentations-for-event
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/get-presentations-for-event
http://www.w3.org/2000/01/rdf-schema#label
Get presentations for event
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/get-presentations-for-event
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/type/3952cad1a6d2561f045d33e5e79c03e7264b0a492b8becf6c62656c596cf398c
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/get-presentations-for-event
https://w3id.org/kpxl/grlc/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/>
prefix foaf: <http://xmlns.com/foaf/0.1/>
prefix nt: <https://w3id.org/np/o/ntemplate/>
prefix schema: <https://schema.org/>
prefix schemaold: <http://schema.org/>
select ?presentation ?presentation_label ?start ?end ?location ?speaker ?speaker_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 np:hasAssertion ?a .
?np np:hasPublicationInfo ?pi .
?np npx:introduces ?presentation .
}
values ?_event_multi_iri {}
graph ?a {
?presentation a wd:Q604733 .
?presentation dct:isPartOf ?_event_multi_iri .
}
optional { graph ?a { ?presentation rdfs:label ?presentation_label } }
optional { graph ?a { ?presentation schema:startDate ?startNew } }
optional { graph ?a { ?presentation schemaold:startDate ?startOld } }
optional { graph ?a { ?presentation dct:date ?startLegacy } }
optional { graph ?a { ?presentation schema:endDate ?endNew } }
optional { graph ?a { ?presentation schemaold:endDate ?endOld } }
optional { graph ?a { ?presentation schema:location ?locNew } }
optional { graph ?a { ?presentation schemaold:location ?locOld } }
optional { graph ?a { ?presentation wd:P823 ?speaker } }
optional { graph ?pi { ?speaker foaf:name ?speakerName } }
optional { graph ?pi { ?speaker nt:hasLabelFromApi ?speakerApiName } }
bind(coalesce(?startNew, ?startOld, ?startLegacy) as ?start)
bind(coalesce(?endNew, ?endOld) as ?end)
bind(coalesce(?locNew, ?locOld) as ?location)
bind(coalesce(?speakerName, ?speakerApiName) as ?speaker_label)
}
order by coalesce(str(?start), "9999") ?presentation_label
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/provenance
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://purl.org/dc/terms/created
2026-08-28T07:25:37Z
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/get-presentations-for-event
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://www.w3.org/2000/01/rdf-schema#label
Get presentations for event
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
http://www.w3.org/ns/prov#wasDerivedFrom
https://w3id.org/np/RAumk_6pLPHg00vXXJXCjUDfdhQDqUqy9ZzO9PCaMdZec
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA-N4_kFxcruvBTlo1yJv29E4SLOXsx5KO_th69PprMrA
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA7NZ9N1vb-mbTo6pOyR14fdbQ8PpFtJHTY3UBPb6vMh4
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RARJj78P72NR5edKOnu_f4ePE9NYYuW2m2pM-fEoobMBk
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/sig
http://purl.org/nanopub/x/hasSignature
Oit+OpqsLvdaZytdlp8xxBZKCBXqdXZ5PKfiLxEdD4VF7KmhzyhGWiJfiDT48DJXY1NmNhrc4l1vK5o/fHIyzwoIn6diIJUSDTweGZgBT1y8rXFggDnUMzUWJw6g5vdpYMWvJJVn5A9othVU+0siSqjUUb4hqfVqhDEqbj6imSg=
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA
https://w3id.org/np/RAXypNdE_0ircTZDcsERN6NWBhfVDi-igB7AgHvuweFUA/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234