@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix cno: .
@prefix sio: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
dcterms:creator "Pruthi, S.; Gupta, V.; Goel, A.";
dcterms:date "2015";
dcterms:identifier ;
dcterms:title "Medical students hanging by a thread";
dcterms:type cno:commentary;
sio:SIO_000277 ;
prov:quotedText "Reports for the United States indicate nearly 400 physician suicides every year, yet statistics for American medical students are not readily available." .
}
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 "mi58lFl3zS/fJ56fivL0XTkJQCZHduJTm63IDz1KewQMKaJm6wb+hOJ2eH7O1jOXLhU+QTFfqhIMYa2NYvh7KqIwPFV7ywNN3+kSZQX3xRjBU2GxWCahFG33zgE68lbnwxGUY4taBsybK/Km6CXuUZ3UiXURjic1m+ZLa/z22Rs=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-29T17:09:19.229+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}