@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix fabio: .
@prefix pav: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:local dcterms:creator "American Foundation for Suicide Prevention";
dcterms:date "2011";
dcterms:identifier ;
dcterms:title "Struggling in Silence Physician Depression and Suicide";
dcterms: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: dcterms:created "2020-04-29T23:40:02.035+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}