@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAPkivO794VVcqpBI6zvfddkKyVJcQbHNBCrkr3C8jxVQ> .
@prefix sub: <http://purl.org/np/RAPkivO794VVcqpBI6zvfddkKyVJcQbHNBCrkr3C8jxVQ#> .
@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 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 "Zisook, Sidney; Young, Ilanit; Doran, Neal; Downs, Nancy; Hadley, Allison; Kirby, Brittany; McGuire, Tara; Moutier, Christine; Norcross, William; Tiamson-Kassab, Maria" ;
    dcterms:date "2016" ;
    dcterms:identifier <http://doi.org/10.1177/0030222815598045> ;
    dcterms:title "Suicidal ideation among students and physicians at a U.S. Medical School: A healer education, assessment and referral (HEAR) program report" ;
    dcterms:type fabio:ResearchPaper ;
    prov:quotedText "In the United States alone, 300 to 400 physicians 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 "Ii9xdJ7I+nT1lqxmS3IlRf2NU+CQPqx2XYBCVV+yINz0iLUuLn5Gsam8HU+M3hREnHBTXFBN1fxdBWtd0CQBJ33EsjJ6Evgx+Q71ir2gUufi6Vq90tgmgomRXlUD0nHh5x2YaKXmhOZFKVoaoVPuAX7VKEIOZb+rl5Oc49A4ilA=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2020-04-30T00:24:48.163+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}