@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 "Rakatansky, H.";
dcterms:date "2016";
dcterms:identifier ;
dcterms:title "Physicians at high risk for suicide in US; incidence higher in women doctors Physician Health Programs (PHP) offer confidential treatment";
dcterms:type fabio:PositionPaper;
prov:quotedText "We know that 300-400 physicians commit suicide 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 "UkU+H32ZCv+o55Y05l8UYj/kg7VnbD9uAX/yjwzRIvqm5PIQx/6eLNRjTsFWrR6qGkxn8rRPmzV9OCLIH6IzzUkvKxg0kB/oWlhq5OPa+uAmUQh9+ddqklLxCyXgLJuokJWy0tENWC2wgwpd0ytr08NaRECttrdd6NA+3icHtp4=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-30T00:24:06.220+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}