@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix cno: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
dcterms:creator "Tyssen, Reidar; Vaglum, Per; Grønvold, Nina T.; Ekeberg, Øivind";
dcterms:date "2001";
dcterms:identifier ;
dcterms:title "Suicidal ideation among medical students and young physicians: a nationwide and prospective study of prevalence and predictors";
dcterms:type cno:research;
rdfs:comment "No apparent claim of annual physician suicide rate" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTQs+mANCSHWhIW/YPio468UdGNHsPvADpjfaW8um/v2L4AoDIANginfoU65VNbPT5D0ADt1y0uFNne3VEMr9Y+I2HFaz6IKj+LdYMJk6VUf5WJoImRHIX6BZQwcUc22CbTBFYxvqvp3UmmHrCrhLIZjDSyutExK3tOTRoMDjGowIDAQAB";
npx:hasSignature "j5re7QkVYhdN4OVsi3VfctBu3+70cHFtQqVhWb5Gw7omJIR5ZeDveZTEJIJ7OHJ/bnhyjYRqG8f/hxegZlGuv9Vh14/sW4ZvO8pBVEUi0ge36P/N2C0gyMQAeTexNSQqV2hEdtUmRYTkjxPKKCcRgNsXpNpj/oigwFrAqTsEYb0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-29T15:03:45.266Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-4727-9435;
nt:wasCreatedFromTemplate .
}