@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 nkg:SymptomaticReliefIndication .
sub:quote prov:value "Sertraline tablets are indicated for the treatment of obsessions and compulsions in patients with obsessive-compulsive disorder (OCD), as defined in the DSM-III-R; i.e., the obsessions or compulsions cause marked distress, are time-consuming, or significantly interfere with social or occupational functioning.";
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 "X8Sw+56B1sWnUid2To+K5dqa6R9v0bG2o7zMee/ZJ0X3LZul8I5IqXQ9ai+xQ6NL0vaRY7xK2lZa5DL9TGzn3xakEQkL8kiSUH0rDAmHBpz/0HCYbZo/PHZ1q9nprq0B5nxl1AIM5Oo5opG+6u0TfIftuWT51bMvpP147pUeu3A=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-04-04T23:34:31.480+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-4665-7473;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}