@prefix this: <http://purl.org/np/RAALa1OADexjIYPYdYnQdW_x5_tH2ZORzMLADiapGBgr4> .
@prefix sub: <http://purl.org/np/RAALa1OADexjIYPYdYnQdW_x5_tH2ZORzMLADiapGBgr4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@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 ns1: <http://purl.org/np/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@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 a nt:PubinfoTemplate ;
    rdfs:label "Authors" ;
    nt:hasStatement sub:st1 .
  sub:author a nt:AgentPlaceholder .
  sub:st1 rdf:object sub:author ;
    rdf:predicate pav:authoredBy ;
    rdf:subject nt:NANOPUB ;
    a nt:RepeatableStatement .
  pav:authoredBy rdfs:label "is authored by - An author is an agent who gave existence to the content (i.e. what the nanopublication is stating), which can be different from the creator, who is the agent who created the given representation of this nanopublication." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "H8iN6SgZf/kdfjJ4IUDLeu0P9s2paHuCgmonkFBLrsYWzKlMOuoWAhzhtin4i3PAAnvRWlfwzL93KCZ1pRyMiQl1TjyRR71XKR2VZfeGWjv/k8zA4duE0n27wrcAIV2acXWphvEnXPL4vftAnFQwa85iasq1BeiLo6SKnfbAh1M=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-11-18T12:44:03.218Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes ns1:RA4vTctL3Luaj8oI_sPiN7I_8xEnR_hkdz5gN7bCvZpNY ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Pubinfo template: Authors" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAfvIvxTx8LRS2646kVkqvcrSf8fbIyxVjMe_vewrqQHM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAyHFpLzPjkspX5zCC3mU8gow33Ah4tCH06xsveR_iaG0> .
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
}