@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 "Bupropion hydrochloride extended-release tablets (XL) are indicated for the treatment of major depressive disorder (MDD), as defined by the Diagnostic and Statistical Manual (DSM).";
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 "enGZftoVhcQ65vBpKMdLVPHPF7dW0Hhryg4cC0FBex/phcJIDU4LhQecLTWxgT+ds4Pdw9WwJ0JA+4Jfe4/RCt3+dtEi7rTYSNepqH5k/U7rfzR+/Uq6EJjKQjguN1//7CuUxFYbtCpY5pMiRa0L7neAbGrEF0qvFa5ncZTvfFU=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-04-05T14:41:53.009+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-4665-7473;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}