@prefix this: <http://purl.org/np/RAz9QUwet68h0MwMvqHXyTcmd8psXYltEct8JPnTDLbfo> .
@prefix sub: <http://purl.org/np/RAz9QUwet68h0MwMvqHXyTcmd8psXYltEct8JPnTDLbfo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@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:keyDeclaration npx:declaredBy orcid:0000-0003-3213-4495 ;
    npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6ERbOjUUx0CdCCvl752YMA36hkVaErQuFHuUVREPzExgibNoiTP0mD59T+/2cef6P2axy0K72ZO+zkl8luEVKmjuTWoVqKCXbtURfq8xTAu2kf9D9NvOdJuBiCjIq9THcMRldVxKLI1iRLFuCYGErEmRin8VSc0+lSlhAV4QICwIDAQAB" .
  orcid:0000-0003-3213-4495 foaf:name "Ana Claudia Sima" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3213-4495 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6ERbOjUUx0CdCCvl752YMA36hkVaErQuFHuUVREPzExgibNoiTP0mD59T+/2cef6P2axy0K72ZO+zkl8luEVKmjuTWoVqKCXbtURfq8xTAu2kf9D9NvOdJuBiCjIq9THcMRldVxKLI1iRLFuCYGErEmRin8VSc0+lSlhAV4QICwIDAQAB" ;
    npx:hasSignature "roaqMZqYQCfSG37We9NEGDGeYuUyOvY1ttOrpja5BVLygPzFEkVH1IWCE1zdbHllDJ2g1eEJh6D8IJUIdbyPBZJYmXWpxPMZkTGggocF0KL/0Q/8VJYt7CyUdUGa905gic+uqZwF+fR+dzri11JTUPxGBCsQuYHJY0zK6taBonA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-05-20T07:54:15.522Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-3213-4495 .
}