@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix fabio: .
@prefix sio: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:local dcterms:creator "Pruthi, S.; Gupta, V.; Goel, A.";
dcterms:date "2015";
dcterms:identifier ;
dcterms:title "Medical students hanging by a thread";
dcterms:type fabio:PositionPaper;
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 "XxgxYViFumt9qjpim8M0ibE0sJFRCFB/GZh6ZZyh52EdcE3PpQv+GWIz2bPfRUbY8NOv+MlTmY30Txyp6Mp7nMmFJJJIu9Ao+0dQ8B6mq6i6cXZHKXNuOjaonUJYORc8xJlctQX4/nFdf1a7KlT+WnQxQR9YAak4/9P2K+Cii2A=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-30T00:14:26.305+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6007-4023;
nt:wasCreatedFromTemplate .
}