@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
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-0003-2432-4125;
npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCS1s1OiABv1mrDnFWp9ecwHdQ+UlJn6JCDYXspRsbZgsm2QAiofbnVvf6gfkcjjScd5fq3sW/W8r/o7bdafVSd6xuTG/vHrO9Ax/guPiJ6O/Z57Hk0nQy6c+l71HpaJ2BPPWKOgYiFZ/8eulmuM6BJ8TDKxoBtcqP5QbvN9KYjlQIDAQAB" .
orcid:0000-0003-2432-4125 foaf:name "Amelia Joslin" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2432-4125 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCS1s1OiABv1mrDnFWp9ecwHdQ+UlJn6JCDYXspRsbZgsm2QAiofbnVvf6gfkcjjScd5fq3sW/W8r/o7bdafVSd6xuTG/vHrO9Ax/guPiJ6O/Z57Hk0nQy6c+l71HpaJ2BPPWKOgYiFZ/8eulmuM6BJ8TDKxoBtcqP5QbvN9KYjlQIDAQAB";
npx:hasSignature "kHgb7bwUpiYdM/SIgaPLRKQfTvequyOu1GLD2p4oGNrL5pyjZ1e4jJszMP1dm2/ioEHeWJs1c335LxT0RPlhE/BR6pq3MDKqnIZzOgkLVHfwbrLso6fylx1b7BDOU52Dwkc6fDLXr121774rcao4ndBpHNNuOAIQOQfzteksZT0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-05-31T15:30:00.128-07:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2432-4125 .
}