@prefix this: <http://purl.org/np/RANvTbs1RNjbIVyoi78WlDctoIx5tm4RRMuotan7x5vio> .
@prefix sub: <http://purl.org/np/RANvTbs1RNjbIVyoi78WlDctoIx5tm4RRMuotan7x5vio#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 {
  orcid:0000-0002-8356-6469 pc:hasRead <https://doi.org/10.1186/1475-925X-12-66> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-8356-6469 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMQ+KbLktdcmyrOumjVTgVGJeJTkqd6nOPqounys/w17IclJQrsfTC49ig0gRZS7ljbPgBmg5NplVdJLKGiDUx6BqmFzOt9AYpaCoRKFd2faQZKRlLxrzG4hs2Qpq2zlcf07IzChtfzNqOxg6NPBA4pHtiSRzBAGMjqajDYrUegQIDAQAB" ;
    npx:hasSignature "HZ27cF0WErC7r15RrEnWpQRqqEfNPTDtdVsSMZIyyT42f1nvt3QfhfJbw4TdlzLCUGzJA+xI0hDM7Prx4HZyaoqqEvLU5LcVU3c92qjfMGXfAJUUGUPiD+QQJWX7R7oOhp2vDVAulsxn9AS1u0VYWCViWNfpcqqVNdYbhJLPcUY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-08T16:22:14.037+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-8356-6469 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAz2LI_DNLC8GAJBKmaEzvgY5-pKlRC7Ph3mJ44LMzkEI> .
}