@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RAQ4G6Ov87OAVKYn6dtzGrGHGSOTsiGglX0qzxhj0HSZY> .
@prefix sub: <http://purl.org/np/RAQ4G6Ov87OAVKYn6dtzGrGHGSOTsiGglX0qzxhj0HSZY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix hycl: <http://purl.org/petapico/o/hycl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@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:mystatement a hycl:Statement ;
    rdfs:label "Nanopubs are great" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-02-22T13:39:34.132918"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
  orcid:0000-0000-0000-0000 hycl:claims sub:mystatement .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB" ;
    npx:hasSignature "B3tQnogAubsyAjTVz2RifJDIRe22SPtSmdcMAhZEFJDr+3VqO/LreZ/39CwOPs4xHNmGTUSRKxQzdDn1SSdL/q7jTameodd9pLiNQVb7rbYXZvOGdcdBV7Anm29jUxyfP5apwi0+LxIwfc9Sks0bR22/U8e6zWdJdrVOdyXX7l4=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2021-02-22T13:39:34.132918"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}