@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion dcterms:creator orcid:0000-0001-5458-1099;
;
rdfs:comment "Eumitrin F-H was isolated from Usnea baileyi" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-5458-1099 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOljRaZjy0N9ZoW3P59U75E5LlvOEhzFqd/e7/qyIpPVhfd2fegSk1awLnoPZUGfMqwC6b8CaApni6VdhgfkYSIgssgiU2hQKdDzizMqCycXIEAcWaAKlAQlPjsZy3CbLaQX1+ZdHxhYVvMysm9RI2Xq7w74qdiUF+GLHtovtPTwIDAQAB";
npx:hasSignature "ep3xnb5bd6OvalOWo8JG7cKLud9s6MrWG+u+70CxfrKj7QddX2Tom1f4OLtwh+cJN02rfnRa6jK6mx7cSFXpHNmUMUwPuQeaVmlhOc5NRy/VMlMXKNRjvgXGBPpraVshqa1Ev0w3J8HnZI2xzXRhN9bPde6xW0ADGeyX5ufTsgg=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-04-17T12:35:51.185Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-5458-1099;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}