@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 "Rothenberger, David";
dcterms:date "2017";
dcterms:identifier ;
dcterms:title "Physician Burnout and Well-Being: A Systematic Review and Framework for Action";
dcterms:type fabio:ReviewPaper;
sio:SIO_000277 ;
prov:quotedText "Although accurate data are difficult to obtain, a reasonable estimate is that 400 medical students or physicians commit suicide annually in the United States." .
}
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 "crv2hTH+7LMJmc7Hqe8FY1PutJIruF6ZbpBAYF1eJOfbMbrLKF0B1rSeH3qM1zO68guBc/0pIL9O3Q+tSYX1Lst2boQOTM8TWWPmvJQoECwWjrDYhmqGyzkodfKCkF3XO7u0gBugE2xnIwO5HtyA9RqiSBOfnWiTM6lE2gbKn1Y=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-30T00:53:45.435+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}