@prefix this: <http://purl.org/np/RAui3AWowQF9udgWpUsf_2lF8tWPjTSvihFt0dPrreZK8> .
@prefix sub: <http://purl.org/np/RAui3AWowQF9udgWpUsf_2lF8tWPjTSvihFt0dPrreZK8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix ns1: <https://w3id.org/np/o/ntemplate/> .
@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> a biolink:Disease .
  sub:association rdf:object <http://purl.obolibrary.org/obo/HP_0002072> ;
    rdf:predicate biolink:treats ;
    rdf:subject <https://identifiers.org/DRUGBANK:DB01100> ;
    a rdf:Statement ;
    rdfs:label "The off label antipsychotic treatments we considered were sulpiride, olanzapine, pimozide, quetiapine, risperidone, haloperidol, tiapride, chlorpromazine, and aripiprazole. We estimated the effect of antipsychotics as a group, and also estimated effects of certain individual antipsychotic chorea drugs (i.e. olanzapine, risperidone, and tiapride) commonly taken in our cohort." ;
    biolink:has_population_context sub:context ;
    biolink:provided_by <https://w3id.org/um/NeuroDKG> ;
    biolink:publications <https://pubmed.ncbi.nlm.nih.gov/31259036> ;
    biolink:relation <https://w3id.org/um/neurodkg/OffLabelIndication> .
  sub:context a biolink:Cohort ;
    rdfs:label "Adults" ;
    biolink:has_phenotype <http://purl.obolibrary.org/obo/MONDO_0007739> .
  <https://identifiers.org/DRUGBANK:DB01100> a biolink:Drug .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-08-17T13:54:01.557004"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCamPJb4SzqpLXn//XJ5dlVfzz6QI+RPmiJTLXF/by2JR7sHMKRsCQDFsYMlq8zGHghOIkjRP9dpLZUtZzUcHt3MXiFKEPo8eGzUe9p+JXKFC8xxkJr94z2vq6IdMf71Iu1GH8SeDAKt/DgYO4zNaw8VuXvxnZRewKZSA+u8zWPVwIDAQAB" ;
    npx:hasSignature "kF5sPTxdn/DZGP9K2SxMU5idoXfF8tJoFloXlAPryDbaUqLGpyrBH98ikssA9/bp73XAvNODJwBcnyjOkmntJ0N1F21eCbjOnhARxecsolMBT0Wc1iwjQ6dG6C8fe22ijQ9i74uio3c4l0z2hIgaN33s74dpG783ILceYPCXR3g=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2021-08-17T13:54:01.557004"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0002-7641-6446> ;
    ns1:wasCreatedFromTemplate <http://purl.org/np/RAhNHZw6Urw_Mccs4qy6Ws3C9CRuaHpQx8AwuApbWkqnY> .
}