@prefix this: <https://w3id.org/np/RAgUmV9XcBisSLZlfdSG16qQ9iZRNwXXvFlX3R9hylaGk> .
@prefix sub: <https://w3id.org/np/RAgUmV9XcBisSLZlfdSG16qQ9iZRNwXXvFlX3R9hylaGk#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion rdfs:label "Still testing the new \"publish another one\" buttons on the publish confirm page... More testing..." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "KyNQDpKUZkR75q/xpluTnY3gYqmygjgFCxOn5bq1Y2JRgo/1pKhYFop57hsQyswLjrIXw7h1flhquFMQo/Hb2n+HJm7+LO7WcAe5yb7RqDBCepYtw0yqDQp4rewBC7gxqIty1rmsfHqpEwXSjH6HM9OZrvHGjS+NbBOzw1TtsIQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-21T12:47:29.843+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAoa_jFDwNxYcWHJZfUe8VNeND0GdLA9c3D5LcqYajtLc> ;
    a npx:ExampleNanopub ;
    rdfs:label "Still testing the new \"publish another one\" buttons on the publish confirm page... More testing..." ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RAak_WcDrVrf6UX0W5cKsP-vz8-3jMHtYA260xO2yg3mE .
}