@prefix this: <http://purl.org/np/RA0Zqg5tWiD9URppQedqR6sF4p4cER4LjiSd7D7V15MkA> .
@prefix sub: <http://purl.org/np/RA0Zqg5tWiD9URppQedqR6sF4p4cER4LjiSd7D7V15MkA#> .
@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 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 "2018" ;
    dct:identifier <https://afsp.org/our-work/education/healthcare-professional-burnout-depression-suicide-prevention/> ;
    dct:title "Facts about physician depression and suicide" ;
    dct:type fabio:WebSite ;
    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 "i2rXQ0uI1HSqbnvEfGFEQ9oMJ0fjW6DeO7kB1AZNDCY7j/M5WXeqSvFnI1V/X3EuWo3G9ENK+u+OBraD6e8g2DrmdMzyBaf0tLI1Hu/QnOQEfO5SsuPb1oS3f8Kv144y3ywL0BcTC1JFkeANMwzEEIp4sx4GMDpTuXneRT9U+lI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-29T23:25:43.434+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}