@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 "Eckleberry-Hunt, J.; Lick, D.";
dcterms:date "2015";
dcterms:identifier ;
dcterms:title "Physician Depression and Suicide: A Shared Responsibility";
dcterms:type fabio:PositionPaper;
sio:SIO_000277 ;
prov:quotedText "Although the exact number is often disputed, it has been reported that approximately 300 to 400 physicians in the United States take their own lives annually." .
}
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 "OY0nqZpt53pUSSOqPBV3nFRxRWCnWohSAesz0qCU40Z1ivP5kPsYBC9YXuRPig8xMa4+E8T9Dhmdmr7o88YhHjwCD8kEN358ZvV5yiEZq9x9cCa8kTDV2G3CREeca9nyLPL+MSFLUhzH9J12UJmExqeQRhLCSHdt2a8bm8onDgc=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-30T00:12:48.697+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}