@prefix this: <https://w3id.org/np/RA3LjertCQFl9mJqduPeOb8mTS8arBrL2KvOIWRRTHOus> .
@prefix sub: <https://w3id.org/np/RA3LjertCQFl9mJqduPeOb8mTS8arBrL2KvOIWRRTHOus#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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 ns1: <http://purl.org/np/> .
@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:assertion dct:creator orcid:0000-0002-1267-0234 ;
    <http://purl.org/spar/cito/citesAsRelated> ns1:RAymK1G7PhTfTQxynElfugi0_jCNrpZwI4AaH6-pTvbJE ;
    rdfs:comment "This is a nanopublication I created after having read the indicated paper, trying to express the key findings as AIDA sentences." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDiPsiQ+To8TLZ93QQzNLNoA2vbGsRzkFtZAkSDar4Y8wz0/G+L/n9oaR050HlsJ67s/xUQmz+4fjM+ysQeBEHBB9DXFXR2ItCzeJj6cpf0/voKEIEN/8lOrwQv3CMhzKQXtLYppCDMHpeUcrri8OwW6VoKqQlNmFKN3QRG5R6gcwIDAQAB" ;
    npx:hasSignature "1v9kvNjm0AF/6eiw7ror039BSne4EHYeSZjPUbdBEYmA7quX/DoZEbl3R8FuBG84y1Y0RI+UaI0dx0kTfQfjrQ7ZXr0fvQUl7GNn74uXP3PtujhLSk/bucNDUl2je8Q3WXcYL8e5lOKfMMIIynrJEfqYMlYnyk01kcAdY2EjXrs=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-05-24T09:04:24.840Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <http://purl.org/spar/cito/cites> ;
    npx:wasCreatedAt <https://nanodash.np.trustyuri.net/> ;
    rdfs:label "cites as related RAymK1G7Ph" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAVEpTdLrX5XrhNl_gnvTaBcjRRSDu_hhZix8gu2HO7jI .
}