@prefix this: <http://purl.org/np/RA9miMaXXHY3Kb7PpUWJBdnvmEqY99A08gWaSgjZBKUi8> .
@prefix sub: <http://purl.org/np/RA9miMaXXHY3Kb7PpUWJBdnvmEqY99A08gWaSgjZBKUi8#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix pc: <http://purl.org/petapico/o/paperclub#> .
@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 a nt:AssertionTemplate ;
    rdfs:label "Announcing a paper that I have read" ;
    nt:hasStatement sub:st1 , sub:st2 .
  sub:comment a nt:LiteralPlaceholder ;
    rdfs:label "comment text" .
  sub:paper a nt:UriPlaceholder ;
    rdfs:label "DOI for the paper starting with https://doi.org/" .
  sub:st1 rdf:object sub:paper ;
    rdf:predicate pc:hasRead ;
    rdf:subject nt:CREATOR ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st2 rdf:object sub:comment ;
    rdf:predicate rdfs:comment ;
    rdf:subject sub:paper ;
    a rdf:Statement ;
    nt:statementOrder 2 .
  pc:hasRead rdfs:label "have read the paper" .
  rdfs:comment rdfs:label "has my comment" .
}
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 "WVKwC6jPlB3k/Up8LA6Lov+3nfed9U8tvu3qZGseahSI3TAYhU2ySRz8ToW5ckt7Ek3AsWQ44MNdkIuOT8SrKpVl5JQ1b2r+i5EbexxwMVAXNisbXgHeo6w3ZEfE763HQXfzaTfPTesq2XGOHEfpVgqCScrt8O3e2LGNIBvdrPI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-02-14T07:00:32.115+01:00"^^xsd:dateTime ;
    npx:supersedes <http://purl.org/np/RAN2NkswPgPDod5NvLTaKzef7JT7IOn-sSCCp_yqrV2Wo> ;
    pav:createdBy orcid:0000-0002-1267-0234 .
}