@prefix this: <http://purl.org/np/RAIQMYIauB3jMj_uMQVo7-8M1eqDZAKCvXezSLD-ZXmGQ> .
@prefix sub: <http://purl.org/np/RAIQMYIauB3jMj_uMQVo7-8M1eqDZAKCvXezSLD-ZXmGQ#> .
@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/HP_0002017> bl:category bl:Disease .
  sub:association rdf:object <http://purl.obolibrary.org/obo/HP_0002017> ;
    rdf:predicate bl: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" ;
    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/28170220/> ;
    bl:relation nkg:OffLabelIndication .
  sub:cohort rdfs:label "Adults" ;
    bl:category bl:Cohort .
  <https://go.drugbank.com/drugs/DB00502> 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 "SZaQxNz2HlqI3NZAfQVBIs8ddf9ttTGCVKSMLMKvP2yvfRo08BbJZ9d60zgrfpCWbZgFEcI/3xLrwYnxy5KdYESZTcw1yKwskO0gZpLBpC13WYMKVhKGbZZnyhiTVkTD+x+cexidaj/3IK22Pu3eeP5n/tZmG6lTNE6spWQ2Ax8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-05-28T18:18:30.719+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/RAManV5GZI01JKzW_IPcfOXoiFTcZMmsV7qTCLkdzr4Gs> .
}