@prefix foaf: .
@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
npx:declaredBy
orcid:0000-0002-2061-8620;
npx:hasAlgorithm "RSA";
npx:hasKeyLocation ;
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCN70/Ykv0xyaTsquhi3Xshwlqg7wXcArd8DMI/L08r+/8PPqrtSl3gwjMgVSDjfPgLwdvDXMh1gZ5KKQ7gr4n5UGbyzMjorL+fHByro/lYwLmizfhBbhYFD2tnYkejTmuPf6BCIgU9gJhqQMgRFXz5/QUFpBXJ58cCu0Se7kru/wIDAQAB" .
orcid:0000-0002-2061-8620 foaf:name "Simon Leinen" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-2061-8620 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCN70/Ykv0xyaTsquhi3Xshwlqg7wXcArd8DMI/L08r+/8PPqrtSl3gwjMgVSDjfPgLwdvDXMh1gZ5KKQ7gr4n5UGbyzMjorL+fHByro/lYwLmizfhBbhYFD2tnYkejTmuPf6BCIgU9gJhqQMgRFXz5/QUFpBXJ58cCu0Se7kru/wIDAQAB";
npx:hasSignature "GcqZJNfTDr632B7ct+ySEY4tY1Fz4PnEe4ZXdubfrl2YVrub4yYjddM1q1nbixePIa265Luu/gJZi9q0RrZLCF0pC7t6iLcDx8xURduChWMjQDmj9yh8uzVyv6Ff8WrHWnrnxIjFKo/ibFKgK2WikAiGb84PwDUN9mN1Awdakoc=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-07-04T12:41:21.304Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-2061-8620;
dcterms:license ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}