@prefix this: <http://purl.org/np/RAvpasBCfFWMWjnV47eryXvYOBrdyymtE1p9G6lOfYpPU> .
@prefix sub: <http://purl.org/np/RAvpasBCfFWMWjnV47eryXvYOBrdyymtE1p9G6lOfYpPU#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 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 dct:creator "American Foundation for Suicide Prevention" ;
    dct:date "2011" ;
    dct:identifier <http://www.afsp.org/index.cfm?fuseaction=home.viewPage&page_ID=9859BF59-CF1C-2465-128DAE02D3C9B309> ;
    dct:title "Struggling in Silence Physician Depression and Suicide" ;
    dct:type fabio:WebSite ;
    pav:sourceAccessedOn "04-11-2011" ;
    rdfs:comment "Unverified if claim of annual physician suicide rate present" .
}
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 "KI9xqR3Bk70Go7IOyuxV3Lz7OdelryEeqlzCYwR+PcKW0h56GJpUwFx1qVBhvvoUoD1KYBGoSoX76IviYD8He+F1LFYIoMq/KUllayWWbYPkGkDqJkSD5yrUnaUOYiuCMhhyKjN7yA/u2qwGO/3q2A/LcPX39X7bg0JRovaXea8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-29T23:40:02.035+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}