@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RApiM5Rj8Fb0VEbg2w5wI5lyU4ajhnGMJ39tWwRssLi2k> .
@prefix sub: <http://purl.org/np/RApiM5Rj8Fb0VEbg2w5wI5lyU4ajhnGMJ39tWwRssLi2k#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 dcterms:creator "Tyssen, Reidar; Vaglum, Per; Gronvold, Nina T.; Ekeberg, Oivind" ;
    dcterms:date "2001" ;
    dcterms:identifier <https://doi.org/10.1016/S0165-0327(00)00205-6> ;
    dcterms:title "Suicidal ideation among medical students and young physicians: a nationwide and prospective study of prevalence and predictors" ;
    dcterms:type fabio:ResearchPaper ;
    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 "Xpd2UFpiXMS83olnw/3IGHrWCUcUrj2keWG1awiodYxArpCFys/ujAOzKoajkhxulObZWn1Du6mJAfs39hHF6lJSPZmc63+NkrC865pSzXcufOV+VfYbg+cEtBPyMRWqwBW9yfsvo0m7D7NI8gB04+gjWL+eLoz5vi/pv6vkbCE=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2020-04-29T23:18:06.001+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6007-4023 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}