Nanopublication

< Home

ID

http://purl.org/np/RAYpwK2628KMvA6Kzrk3KG09IW8KkwFh_HcHDDijc2En0

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAYpwK2628KMvA6Kzrk3KG09IW8KkwFh_HcHDDijc2En0> .
@prefix sub: <http://purl.org/np/RAYpwK2628KMvA6Kzrk3KG09IW8KkwFh_HcHDDijc2En0#> .
@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 pav: <http://purl.org/pav/> .
@prefix npx: <http://purl.org/nanopub/x/> .

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 "2015";
    dcterms:identifier <http://www.afsp.org/preventing-suicide/our-education-and-prevention-programs/programs-for-professionals/physician-and-medical-student-depression-and-suicide/facts-about-physician-depression-and-suicide>;
    dcterms:title "Facts about physician depression and suicide";
    dcterms:type fabio:WebSite;
    pav:sourceAccessedOn "01-02-2015";
    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 "VB8guCdrRoyTzlFgPVQ1PKEwlY7wNqygnj8HBMh/mkjblVWcCb0Ux6xsi8L0JAsn5soQ1hRMG01o5P4JQwIJH8TIMRMgqOIHf0zhKMAAapbu6oWiPaSLltdNKniHvMpIEhuuNc0dOb7gAZMRhU6DoAYMW76fxsKZGaYZzSyFEDE=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-04-29T23:44:55.278+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-6007-4023;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}