@prefix this: <http://purl.org/np/RAAFwVTS9zSGpyChNaKA4hQHd1RgljUS7mWA4MOn5gado> .
@prefix sub: <http://purl.org/np/RAAFwVTS9zSGpyChNaKA4hQHd1RgljUS7mWA4MOn5gado#> .
@prefix drugbank: <http://identifiers.org/drugbank/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix infores: <https://w3id.org/biolink/infores/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ntemplate: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix pmid: <http://www.ncbi.nlm.nih.gov/pubmed/> .
@prefix ncit: <http://purl.obolibrary.org/obo/NCIT_> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  drugbank:DB00540 a biolink:Drug ;
    rdfs:label "Nortriptyline" ;
    biolink:category biolink:Drug .
  ncit:C17427 a biolink:Disease ;
    rdfs:label "smoking cessation" ;
    biolink:category biolink:Disease .
  sub:association rdf:object ncit:C17427 ;
    rdf:predicate biolink:treats ;
    rdf:subject drugbank:DB00540 ;
    a biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation ;
    rdfs:label "Drugs from all five classes of antidepressants have been investigated for use as smoking cessation aids (Shoaib and Buhidma, 2018). The second generation TCA nortriptyline is regarded as the most promising alternative to bupropion. This antidepressant mainly inhibits noradrenaline and serotonin transporters (Kripke, 2005). Antidepressants of the SSRI category are not effective, however, suggesting that serotonin does not play the main role in smoking addiction (Hughes et al., 2014)." ;
    biolink:aggregator_knowledge_source infores:knowledge-collaboratory ;
    biolink:category biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation ;
    biolink:has_population_context sub:context ;
    biolink:publications pmid:31622593 ;
    biolink:relation ncit:C94303 .
  sub:context a biolink:Cohort ;
    rdfs:label "Adults" ;
    biolink:category biolink:Cohort .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7641-6446 .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB" ;
    npx:hasSignature "T9XX3mvYP77h+lVv7igcX2PC47uyqO4LWrkrJ4PCO8IR50DmmyDFycmDF44ddtGP9Nbq0CZWLjMkSpylF70FGH+1RDN1mTmpK7+CInTqvd6G2797kG2yZUPzpjVDRjriPqPCJlHM/rKXIQTnBC+NhuzOaHmuIds/E4lTQBQd+Xc=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2022-09-16T11:49:02.944360"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0002-1501-1082 ;
    ntemplate:wasCreatedFromTemplate <http://purl.org/np/RAhNHZw6Urw_Mccs4qy6Ws3C9CRuaHpQx8AwuApbWkqnY> .
  biolink: pav:version "2.3.0" .
}