@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAMKa4bexzhdgT0l9Y1kVqdNVOIbbwUCDg91CIzGAkNEg> .
@prefix sub: <http://purl.org/np/RAMKa4bexzhdgT0l9Y1kVqdNVOIbbwUCDg91CIzGAkNEg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 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/HP_0002072> biolink:category biolink:Disease .
  sub:association rdf:object <http://purl.obolibrary.org/obo/HP_0002072> ;
    rdf:predicate biolink:treats ;
    rdf:subject <https://go.drugbank.com/drugs/DB00502> ;
    a rdf:Statement ;
    rdfs:label "Haloperidol can also be used to treat behavioral disorders and hyperactivity, and it is sometimes used off-label for nausea and vomiting (from chemotherapy, advanced or terminal illness, and surgery), chorea (jerky, involuntary movements) associated with Huntington disease, treatment and prevention of delirium in the intensive care unit, obsessive- compulsive disorder (OCD), phencyclidine-induced psychosis, psychosis/agitation associated with dementia, and rapid control of agitation, aggression, and violent behavior" ;
    biolink:association_type biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation ;
    biolink:has_population_context sub:cohort ;
    biolink:provided_by <https://w3id.org/um/NeuroDKG> ;
    biolink:publications <https://pubmed.ncbi.nlm.nih.gov/28170220/> ;
    biolink:relation nkg:OffLabelIndication .
  sub:cohort rdfs:label "Adults" ;
    biolink:category biolink:Cohort .
  <https://go.drugbank.com/drugs/DB00502> biolink:category biolink: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 "DGSbymn0WYcQGXdhCxfZ98VHWl4JtxscOAVXvIK5kVnRnDJma0j9eOFrjdUwIqAF3GwCLyPLmt8PbWDR3j3ETycsitmHOPWoa4pOANhiH5RT8TIgwl++mNGzviJdT8UsTvzgUgu9JmM9piOALIrzIJhC1KfrpB88vwslwIo+yx8=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2021-05-28T18:19:53.056+02:00"^^xsd:dateTime ;
    dcterms: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/RAManV5GZI01JKzW_IPcfOXoiFTcZMmsV7qTCLkdzr4Gs> .
}