@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAP8AHpEim15EIxOfZnuG9xpSmERPH7eHfvj52G0197lY> .
@prefix sub: <http://purl.org/np/RAP8AHpEim15EIxOfZnuG9xpSmERPH7eHfvj52G0197lY#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix pav: <http://purl.org/pav/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:local dcterms:creator "Andrew, Louise B; Brenner, Barry E" ;
    dcterms:date "2018" ;
    dcterms:identifier <https://emedicine.medscape.com/article/806779-overview> ;
    dcterms:title "Physician Suicide" ;
    dcterms:type fabio:WebSite ;
    pav:sourceAccessedOn "16-11-2019" ;
    prov:quotedText "Although it is impossible to estimate with accuracy because of inaccurate cause of death reporting and coding, the number most often used is approximately 3-400 physicians/year, or perhaps a doctor a day." .
}
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 "cLhKgoJ8ZYJTagkgs/IPjpvED1YK67C3LMy4M7YSUHlnAwNxtWCLz8PzKQyYZM/EfsCN8T1lUmG8PUWZyqju4gnRa+QTgWf757HRn5dRHVjPgXimvDEGCPO3+bmOMTbmtGjDXmjVQtKZ4U4BDGv485VbrgIToZv5c4jxyelpguk=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2020-04-30T00:54:43.389+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}