@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 "Rubin, R.";
dcterms:date "2014";
dcterms:identifier ;
dcterms:title "Recent suicides highlight need to address depression in medical students and residents";
dcterms:type fabio:PositionPaper;
prov:quotedText "Each year in the United States, 300 to 400 physicians take their own lives - roughly equal to the number of students in 3 medical school graduating classes." .
}
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 "aKX41PrjLcRvWaZUYaQ3u8w+n6WNXQZAsXYa3dc1Xgcwmb/PvB82yrU77kfbXcBJdavP797V+7zvUR4lRLcfBdhMJmtC6ynxBVVvLwfPpbamDMX5Ne21KIhXNw67WMZLmRoNzN39FXd/xke/dBcGLs1QYuyvb9fH0DTWjs+wYnU=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-30T00:11:08.713+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}