@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@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 "Schernhammer, Eva S; Colditz, Graham A";
dcterms:date "2004";
dcterms:identifier ;
dcterms:title "Suicide rates among physicians: a quantitative and gender assessment (meta-analysis).";
dcterms:type fabio:ReviewPaper;
rdfs:comment "No apparent claim of annual physician suicide rate" .
}
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 "GUEHNLmGyenMNXrSoYra6905StgJ9se65XxoUvC2E9Jerh3HeZOwfFF+XrRqz8UZRggtML3fLF/ViVKtUdfpvFxC4sVbeMfbTckF2jkH33aD7gV/5GCAQ5wnXH3tUfxdqTRP+xIf6EWvAi+T9KG94i+jEfX3tufdfZ9O8kbpxZE=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-29T23:21:17.528+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}