@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 "Withy, K.; Mapelli, P.; Perez, J.; Finberg, A.; Green, J.";
dcterms:date "2017";
dcterms:identifier ;
dcterms:title "Hawaii Physician Workforce Assessment 2016: Improvement in Physician Numbers but Physician Suicides of Concern";
dcterms:type fabio:ResearchPaper;
sio:SIO_000277 ,
;
prov:quotedText "US statistics indicate that between 300 and 400 physicians commit suicide every year." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTQs+mANCSHWhIW/YPio468UdGNHsPvADpjfaW8um/v2L4AoDIANginfoU65VNbPT5D0ADt1y0uFNne3VEMr9Y+I2HFaz6IKj+LdYMJk6VUf5WJoImRHIX6BZQwcUc22CbTBFYxvqvp3UmmHrCrhLIZjDSyutExK3tOTRoMDjGowIDAQAB";
npx:hasSignature "hJQRJUn5////RhhckDZhmlitDt+oia1HI4GaLSruHFAZ1BD0hV7MlM0gpegsAVJAqQ67qjqm2MfFNY1/mA4u+ZqYFCju9+N8joe7walz0WtRx3EJfVaTfEFQWI3vVu0cbGWRoFuoBffv7ElqW8nAAHOEZkZ8mzvnk5hRJqD6DM0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-29T23:10:24.314Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-4727-9435;
nt:wasCreatedFromTemplate .
}