@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
rdfs:comment "interesting research going on" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-8356-6469 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMQ+KbLktdcmyrOumjVTgVGJeJTkqd6nOPqounys/w17IclJQrsfTC49ig0gRZS7ljbPgBmg5NplVdJLKGiDUx6BqmFzOt9AYpaCoRKFd2faQZKRlLxrzG4hs2Qpq2zlcf07IzChtfzNqOxg6NPBA4pHtiSRzBAGMjqajDYrUegQIDAQAB";
npx:hasSignature "YYxQbUEYsx6d4GvyvRC31exCsKnmRnzskd63/5WWrKiq326dz9lqdvlpEdPPjY6qg9rUfcsY5w3BDg/5QgJ548opdSYL6sM3LEC61wPwkRLnSmL1isRqdxUBsoJohi6oaAEyg4i2mg9qbLNKTDdpRhX5R/8M1fuFhK6Je1Jtir0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-08T16:23:43.584+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-8356-6469;
nt:wasCreatedFromTemplate .
}