@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix orcid: .
@prefix foaf: .
@prefix np: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
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: dcterms:created "2020-11-02T13:51:40.293Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8042-6391 .
}