@prefix this: <http://purl.org/np/RAHC_yGqUfx80xcIjszqWyKG198ChkpsF7TdzNMXixPoU> .
@prefix sub: <http://purl.org/np/RAHC_yGqUfx80xcIjszqWyKG198ChkpsF7TdzNMXixPoU#> .
@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 "Q+g3/yjXgwzR2phSWwOroEiePBUc7sYITKb+/FH3/IARQ6tHmqBK77QD3IGAQKedRbHFLpUYqmOBYrm+5P7GtBlFP7bA7Nfp8aNtvjjf2SqAcJtsS51FmoISS4xryF98E940+poYz/FJJfAS4Ysa39XJp0WbbT1uC/ZmK7EBCQw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-05-20T07:55:46.317Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-3213-4495 .
}