@prefix this: <https://w3id.org/np/RAi2uVcR4Uzqb_4EoU8h51wTaeGdGuE4NZvCHxwnu_1Pk> .
@prefix sub: <https://w3id.org/np/RAi2uVcR4Uzqb_4EoU8h51wTaeGdGuE4NZvCHxwnu_1Pk/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:addAction a gen:ViewResultAction ;
    rdfs:label "add..." ;
    gen:hasActionTemplate <https://w3id.org/np/RAKG1nhQd04ulLg5blJmLJdtxta2_8g6PirSUVXV0_594> ;
    gen:hasActionTemplatePartField "void" ;
    gen:hasActionTemplateQueryMapping "void" ;
    gen:hasActionTemplateTargetField "void" .
  sub:presentations-view dct:isVersionOf sub:presentations-view-kind ;
    dct:title "Presentations" ;
    a gen:ResourceView , gen:TabularView ;
    rdfs:label "Presentations by speaker view" ;
    gen:hasStructuralPosition "4.4.presentations" ;
    gen:hasViewAction sub:addAction ;
    gen:hasViewQuery <https://w3id.org/np/RA_IcmwsJjICvGpSudP3AgR9ckFFoNQh7m5m8-veaHSJM/get-presentations-by-speaker> ;
    gen:hasViewQueryTargetField "speaker" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  this: dct:created "2026-03-17T12:17:28Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:embeds sub:presentations-view ;
    npx:introduces sub:presentations-view-kind .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "XCdEZALotUuxTmfdlYyC1NE6tQAzEXh7P4H8IciPYBFC5rr8AfRvY1B541eT+6RT90niw8RNQZUsaKavirTEqlOVWr0B9NqvlSVOlkQjqAFWLSiaHbQfNo+KqAVsrc6JUg1IV7TYx3bf9wQ1dDfdE+sSFuK9C7U86Udu4y6kD2w=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}