@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix fabio: .
@prefix sio: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:local dcterms:creator "Pompili, M.; Mancinelli, I.; Girardi, P.; Tatarelli, R.";
dcterms:date "2004";
dcterms:identifier ;
dcterms:title "Letter to the editor on female physicians committing suicide";
dcterms:type fabio:PositionPaper;
sio:SIO_000277 ;
prov:quotedText "in United States each year, between 100 and 150 physicians commit suicide, which is more than the size of an entire graduating class from an average-size medical school." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-6007-4023 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCk/t11RFdsK8IUlbD7CznUrl1IYZtmFhTuGCtzFASFh3p0KsIDEAJtmYJ0CRWUlolT9XPht31Rh0iKGsJpr1PP1H/bcnV0ogspLq5JQj7LNoldB28Mz0/TDGN/YUYVvJjomkEEXHFnKR5vPRYb8gTMifFaTWYYv6JIYVPWJJ+4YwIDAQAB";
npx:hasSignature "XMzzC7+r0611jZmS3vF+MufjeqSw4CjIVTUBDBFL1qNfV6szwdVxu78LWapgfuWhRpOsFmgy/HpMWtE5Cb3VI3CwKBjYN5akYzHsW3sXS05v55wErZ9LcuKfEaiYjRbF5hPDvx70fB0rMiVaKK3+8v1trjYDzfgag8IAxmFCAw0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-29T23:56:27.215+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}