@prefix this: <http://purl.org/np/RA_K6UmHfzBwoA4VFHiuitdzeCm-huphxH-RSmuZTIdZw> .
@prefix sub: <http://purl.org/np/RA_K6UmHfzBwoA4VFHiuitdzeCm-huphxH-RSmuZTIdZw#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 sio: <http://semanticscience.org/resource/> .
@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 dct:creator "Eckleberry-Hunt, J.; Lick, D." ;
    dct:date "2015" ;
    dct:identifier <http://doi.org/10.1080/10401334.2015.1044751> ;
    dct:title "Physician Depression and Suicide: A Shared Responsibility" ;
    dct:type fabio:PositionPaper ;
    sio:SIO_000277 <http://purl.org/np/RABhqk7zczoyyvYgzc-PokSkWL59f9ssXvr3No000cc-Q> ;
    prov:quotedText "Although the exact number is often disputed, it has been reported that approximately 300 to 400 physicians in the United States take their own lives annually." .
}
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 "OY0nqZpt53pUSSOqPBV3nFRxRWCnWohSAesz0qCU40Z1ivP5kPsYBC9YXuRPig8xMa4+E8T9Dhmdmr7o88YhHjwCD8kEN358ZvV5yiEZq9x9cCa8kTDV2G3CREeca9nyLPL+MSFLUhzH9J12UJmExqeQRhLCSHdt2a8bm8onDgc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-30T00:12:48.697+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}