@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix fabio: .
@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 "Glen Evans, Norman L. Farberow, Ph.D., Kennedy Associates";
dcterms:date "1988";
dcterms:identifier ;
dcterms:title "Encyclopedia of Suicide";
dcterms:type fabio:Book;
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 "ao99Yx6OC7UXS5zp7W6cKtO9l5+xIpegkWWMm7D5BFimNYTLKgezXRG2dlR/3lE7fzv/jJiHE513nfWFwLHmQay+ajFz0uthQWavqf+GtF9rWiH1sYCxcM6MccgZ4zSUpi8CPxToO88Jt9LMT6kgwXOkQ+N01E7vjfVf0Yo8aMQ=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-29T23:33:43.626+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}