@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix pc: .
@prefix npx: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
orcid:0000-0001-5118-256X pc:hasRead .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-5118-256X .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkgveK2EtG+lGxjdISO0gkMW6t3x9crAtjF8AvgUO65qXRwpne4h5VCvpfmfYig36Rs+798+oM5oAESIz0Wtv+wQ/L1LnafEeiGtN0UnLsiW9pUiZJSo4chAaMqtNM+PFXiXcJygpySPBYma0lvGsxTZALV/EdM+qbemAmazDsrQIDAQAB";
npx:hasSignature "htZPVfAdlhfP55q7Fw7J2AKOwCxmvomJhz2UJymYO3BfWc/XQ3/99PcrA9+ePCOKmhR8ju1CpfT2FDkoi0vSeG+Tyj7qvHVNGB3XPUQREtFTf8EaLlPLSEl865YD1rOjlzJKYhDccLznuXsohPqc8yPhu3c0byDsoPAMsnQp1rY=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-01T13:23:19.001+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-5118-256X;
nt:wasCreatedFromTemplate .
}