@prefix this: <http://purl.org/np/RAqUfPgM43mq0b96QlNiuCbLdZIfZBgceeo86nFPf2_34> .
@prefix sub: <http://purl.org/np/RAqUfPgM43mq0b96QlNiuCbLdZIfZBgceeo86nFPf2_34#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:keyDeclaration npx:declaredBy orcid:0000-0001-8042-6391 ;
    npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbxTc6hIJgyyYuEkR5gGQY961kBW/m4w2W2WSwW1T8G0NwzLlNL0xbPpJVdItyufcq6JeHTE2uXwCoeyk4FP1NKyuE4lOkiBrgIn1fc+ykyaNBaKxitdhe/tR2OZiBlILOZFkCsP/D+JHKuqT72IfhJgAxpMrbqgdiqRyv3zLGyQIDAQAB" .
  orcid:0000-0001-8042-6391 foaf:name "Alexandra Kokkinaki" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8042-6391 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbxTc6hIJgyyYuEkR5gGQY961kBW/m4w2W2WSwW1T8G0NwzLlNL0xbPpJVdItyufcq6JeHTE2uXwCoeyk4FP1NKyuE4lOkiBrgIn1fc+ykyaNBaKxitdhe/tR2OZiBlILOZFkCsP/D+JHKuqT72IfhJgAxpMrbqgdiqRyv3zLGyQIDAQAB" ;
    npx:hasSignature "cl+DhWaGhziCm2xkdTbLwQfYRkEJpiVoGxXp64gQebPPK6EMRh3oU+xpYRGDuo54A8EwWo3jCUIIQwlEEnMhYa+5FhKAIxOzTszRtyO3bwLkQTZpHtORuyRsZHVRj66E1PlNV4Y3ny60GryuqnbKCON4t/y38cQ24F+p8rCLig8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-11-02T13:51:40.293Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-8042-6391 .
}