@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 "Sher, L.";
dcterms:date "2011";
dcterms:identifier ;
dcterms:title "Towards a model of suicidal behavior among physicians";
dcterms:type fabio:PositionPaper;
prov:quotedText "About 300-400 physicians, the equivalent of at least one entire medical school class, commit suicide in the U.S. every year." .
}
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 "XfNfh2uk3wPa7tIe0xwv+pg7xjK/GrUTTRHa3RqeknO98f5TNp/YiXbex/BJl4/KGRsM+ohn0tlIb28IAUedQbrY5rmJ9AI8ztIkhB2bTQIlg2Ijdc++UiaaSK2R+ZjAKOO/yJy4yrUdWEmun8eUdhjL2iL9d1E5zLqMp6eI3dk=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-29T23:58:16.374+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}