@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix fabio: .
@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 "Reynolds, C. F., 3rd";
dcterms:date "2015";
dcterms:identifier ;
dcterms:title "Preventing Suicidal Ideation in Medical Interns";
dcterms:type fabio:PositionPaper;
prov:quotedText "depression can be a precursor to suicide, with 1 doctor dying by suicide approximately every day." .
}
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 "GM0A8jKvU0dNMd9XWeUUXZI1yYM6gKG4vOgl2fTh2repiLduflZOGVhbbJMIbVIV//4U5gudgFdBLsoAV++3Yy+4ESzqcbk0KGX2vf82oTPPdDOmSFOuCfPiNb+VrOT+7FxnPNcf5cNMSucXRxF9Be79VknDKAtPgVeAcWR32lA=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-30T00:14:59.247+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}