@prefix this: <http://purl.org/np/RAsIYuLedNhkWHgq6b_latfNj0pujqL_LQK-pLp3c_nk8> .
@prefix sub: <http://purl.org/np/RAsIYuLedNhkWHgq6b_latfNj0pujqL_LQK-pLp3c_nk8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix bl: <https://w3id.org/biolink/vocab/> .
@prefix nkg: <https://w3id.org/um/neurodkg/> .
@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 {
  <http://purl.obolibrary.org/obo/MONDO_0007079> bl:category bl:Disease .
  sub:association rdf:object <http://purl.obolibrary.org/obo/MONDO_0007079> ;
    rdf:predicate bl:treats ;
    rdf:subject <https://go.drugbank.com/drugs/DB00996> ;
    a rdf:Statement ;
    rdfs:label "Only a few medications are available for the treatment of alcohol use disorders (AUDs).  It also covers off-label medications of interest, including topiramate, gabapentin, ondansetron, varenicline, baclofen, sodium oxybate and antidepressants.It also covers off-label medications of interest, including topiramate, gabapentin, ondansetron, varenicline, baclofen, sodium oxybate and antidepressants." ;
    bl:association_type bl:ChemicalToDiseaseOrPhenotypicFeatureAssociation ;
    bl:has_population_context sub:cohort ;
    bl:provided_by <https://w3id.org/um/NeuroDKG> ;
    bl:publications <https://pubmed.ncbi.nlm.nih.gov/28658981/> ;
    bl:relation nkg:OffLabelIndication .
  sub:cohort rdfs:label "Adults" ;
    bl:category bl:Cohort .
  <https://go.drugbank.com/drugs/DB00996> bl:category bl:Drug .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7641-6446 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCamPJb4SzqpLXn//XJ5dlVfzz6QI+RPmiJTLXF/by2JR7sHMKRsCQDFsYMlq8zGHghOIkjRP9dpLZUtZzUcHt3MXiFKEPo8eGzUe9p+JXKFC8xxkJr94z2vq6IdMf71Iu1GH8SeDAKt/DgYO4zNaw8VuXvxnZRewKZSA+u8zWPVwIDAQAB" ;
    npx:hasSignature "gceDrZh6d1wEZ8qAtbIVu5yq8//6kg3QyYzt+QqGs30I+Lvix4xWIGSnhZZbRgXO2SGHVmPpiFOM6Av1xuMUxIp0k5F+8vfsWw9QaA7gnDgcv0rlLdCkVGywL1DFtKOaHsgUIVKF6iqx+BkgIM7KvFRfKR93ML9CeetcSTUltlY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-05-26T12:46:38.990+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-7641-6446 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAZdZj78B6nKrP1Q00oFzsK07u7WdiY3sToz-H-H2nSgg> .
}