Nanopublication

< Home

ID

http://purl.org/np/RAAhmGwEay7buLOKE4OQ1erwlBK9TYuAcJq1eW6yfBOO8

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAAhmGwEay7buLOKE4OQ1erwlBK9TYuAcJq1eW6yfBOO8> .
@prefix sub: <http://purl.org/np/RAAhmGwEay7buLOKE4OQ1erwlBK9TYuAcJq1eW6yfBOO8#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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 sio: <http://semanticscience.org/resource/> .
@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 "Kalmoe, Molly C, Chapman, Matthew B, Gold, Jessica A, Giedinghagen, Andrea M";
    dcterms:date "2019";
    dcterms:identifier <https://pubmed.ncbi.nlm.nih.gov/31527944>;
    dcterms:title "Physician Suicide: A Call to Action.";
    dcterms:type fabio:PositionPaper;
    sio:SIO_000277 <http://purl.org/np/RA1q1I6-EtcuWMVsCZECCASXoiWt61VMOgDJ9JSCP4UGU>,
      <http://purl.org/np/RAEbrpJ2n7g6TXCsP9uxEFb090obEDjDjWgyKH_HteFO0>;
    prov:quotedText "An estimated 300 physicians die by suicide per year, and rates may be rising." .
}

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 "ZYVsheUWRgcwh5jCAwkrBBg3nqqSMXBpPs7On2jeyGkezOMwBiJzju23nQGA5uTN654XDiNNoxG5BmjBoHmNr6ZyH9il0KONKcjCDTQdvO7hWFU9BjDjLibKbzOJusF8rC6kHc3JbpROgdhg8sAcfTw2vigxXl8kcru+MH2cmnk=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-04-30T00:58:17.200+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-6007-4023;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqWlNPJt3Eb4HkmPCpjaiRHGCzKIZag6cBNMkG8nxu6I> .
}