@prefix this: <http://purl.org/np/RAsaRduDI9yFehFlJ0jHoKcd_BSzdXjqVNpVF5b8Q4YHY> .
@prefix sub: <http://purl.org/np/RAsaRduDI9yFehFlJ0jHoKcd_BSzdXjqVNpVF5b8Q4YHY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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 npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dct:creator orcid:0000-0003-1691-634X ;
    <http://purl.org/spar/cito/describes> <https://doi.org/10.3897/rio.8.e95119> ;
    rdfs:comment "This is the abstract of the talk delivered by HG Döbereiner at FDP2022 in Leiden." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-1691-634X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJ83MVdSoHZvna2HbG4O2fGVNZT4VhQaHPdpfq8pRM5ySgpV1sLNf7c8yUiiHS17lWPkR2l1h8DTPVw/bA4pL67w6uWckJiuxAIqCXEYLIJ11s75gDlvW7vYTnIDcZ6GQBLqCPRc8utNhThICYNncLYJIYF23UIqPPJ3n3ocIxuQIDAQAB" ;
    npx:hasSignature "Ed0H6g8NsNjlk9H4qpRFXu8FdPFdKBSFXNjEl6qhKyhoDtMsve5LlN+uy+WcPhCpNEk80XhX2+RrsvQJMp/vM33G476plQxd45JZCeyEkyh4XA7Ee6cOkheWzig7/wuOYuDdPRpWAMKtIqRWOyELZNF5A2VjYpVOWO6smgXqIWc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-03T20:39:54.891Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-1691-634X ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhMhogxA2LQGFNAbsukAuV75jhBZjPrOSMnQlYCljoP4> .
}