@prefix this: <http://purl.org/np/RAa0---1HK9tDOZklpPWakJ50uHAqwPw9bKkmC2UdAf8A> .
@prefix sub: <http://purl.org/np/RAa0---1HK9tDOZklpPWakJ50uHAqwPw9bKkmC2UdAf8A#> .
@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 "Legha, Rupinder K." ;
    dct:date "2012" ;
    dct:identifier <https://doi.org/10.1007/s10912-012-9182-8> ;
    dct:title "A History of Physician Suicide in America" ;
    dct:type fabio:ReviewPaper ;
    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 "F5vuHycOcw+ADYVVgo/n8fP5ZdXQRwgev4qf4Xxu0S5m26xgXkVwboSKKz1fa84h29S42UKtCIF0tEWS4l25F1GPkje+yncRlnUkx3Ar9ZlYRyHQkfxsjaUq0EHvCzMwCvbibaCfK+l5NyfiMbsYORTAWrKKtR1C0DliLGuIGiw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-29T23:22:29.500+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}