@prefix this: <http://purl.org/np/RAcjnHuQRTvJ2DrOOb_FOIJbfFBcvfLLQNk0UdV7SZ1jQ> .
@prefix sub: <http://purl.org/np/RAcjnHuQRTvJ2DrOOb_FOIJbfFBcvfLLQNk0UdV7SZ1jQ#> .
@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 cno: <https://w3id.org/cno/cno#> .
@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 {
  <http://purl.org/nanopub/temp/local> dct:creator "Tyssen, Reidar; Vaglum, Per; Gronvold, Nina T.; Ekeberg, Oivind" ;
    dct:date "2001" ;
    dct:identifier <https://doi.org/10.1016/S0165-0327(00)00205-6> ;
    dct:title "Suicidal ideation among medical students and young physicians: a nationwide and prospective study of prevalence and predictors" ;
    dct:type cno:research ;
    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 "SKFlWET2+emIbwf+AvFqNWhAl0WVfmho6nKx1P76/TmgpztDywG/EdCunen8hkgNVPQCrKwHn2ARz0ZHx6tIZ8gYPhVr4xilMVR7ees1M9Jz70VHVVXEREYV0sVcJ6uxNp3Ny9Wyuk+I1tFO5UKyzet2LXZv3iS2em8gBjJ/RO0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-29T17:05:51.301+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RABb_MP4KTUKLfxWNtVbB_BxyZv5-6jpqH_MpwwWe3h-M> .
}