@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix foaf: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
orcid:0000-0002-1125-1126 foaf:knows orcid:0000-0003-4646-5842 .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1125-1126 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUDT/TreJfLyW3bPH+h5cP5wfpXM0MaECh953kzhUBxbnX/a2t9f3hJiSY6q8BeDZd3fb6opFd1sPsfyvrVc04xDwAdtAmg4jpOq1JX7HejzDmSQxzbApL/x+mgwzBigGU0eqaEtANJnL/sqb/Vc10KFFkLeKI+5q+aCIOeFPF0QIDAQAB";
npx:hasSignature "YIgE0G9J+uQ36bk4rA5AAQGWfWDZGKLucls5ZkkbMPEpeyYgtp/eTf4GnX7Kv9dPwVvrxFETk/WMOMZg8wyMuWlpvht1Vt0/ezam3XUCZzubKn8eE91snPir4e7OEhtuch9icwQXqbPtoFuGqcbPhWUXI/Z4plORtHazF+4D6mQ=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-05-01T16:27:48.181+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1125-1126;
nt:wasCreatedFromTemplate .
}