@prefix this: <http://purl.org/np/RAP-vr4oeD-JO7d_XrTG2QtPxaOIPVrQasG-GviCBl97A> .
@prefix sub: <http://purl.org/np/RAP-vr4oeD-JO7d_XrTG2QtPxaOIPVrQasG-GviCBl97A#> .
@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 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 "Collier, R." ;
    dct:date "2017" ;
    dct:identifier <https://doi.org/10.1503/cmaj.1095498> ;
    dct:title "Physician suicide too often \"brushed under the rug\"" ;
    dct:type fabio:PositionPaper ;
    prov:quotedText "About 400 die by suicide every year." .
}
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 "gfWnp8+rDlJzLUnXRJEAMdK2d68bF73ma1Fxzu2H6JmRnEU4FDPjjEUquQEb3cXxa/t5CBMm0OTk6IcZYHK7NCb1z93xJRkwTgQ75q1e+KBxl9WFEFgM9tS79cJvY5K0qddBUGSbN+iOASHwu8r1DUZ4QIlgpi1P/KGiaocuRIY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-30T00:50:44.910+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}