@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix schema: .
@prefix nkg: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
schema:possibleTreatment sub:medtherapy .
sub:medtherapy prov:wasDerivedFrom sub:quote;
schema:drug ;
schema:targetPopulation sub:targetpop;
nkg:indicationType schema:TreatmentIndication .
sub:quote prov:value "Sertraline is indicated for the treatment of posttraumatic stress disorder in adults.";
prov:wasQuotedFrom .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-4665-7473 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCC0CnI6yMUipkXh7RB8b/9rRnO8+qDR+pJVf//jGV0r2nd7JcvWFkhPN/eLja/pUw/+nvTE24rhKqK/jWxppJLoka+bk57wrYw43DrSbzQWoJc3ImWe3d08jSYt3mh3uOLWKciogBaonJUBohJsqhTmOULevIPONTZOMzeOJTWwQIDAQAB";
npx:hasSignature "ghdrPTinZDYfhGUx9PcHN7gaLbvQKi/n8lZfyqFQ8LI+Ufz4PLpHa4f5RHvAR1nabKfqayyXLB0xz0Pxusj2jfEBZmJI0yc2Xl01i5g7WSOB6TmU8qXNlB8ScQmz+M7Cic/Ikv+oAIbBRUHmgneCu7FBeu9/ybc3X9WyD4jmJ84=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-04-04T23:38:34.179+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-4665-7473;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}