@prefix bl: <https://w3id.org/biolink/vocab/> .
@prefix nkg: <https://w3id.org/um/neurodkg/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RAUN-q-5YeprGlPXyhTSB2oS4jgUSC7xCiKPz2x83073o> .
@prefix sub: <http://purl.org/np/RAUN-q-5YeprGlPXyhTSB2oS4jgUSC7xCiKPz2x83073o#> .
@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 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_0001156> a bl:Disease .
  sub:association rdf:object <http://purl.obolibrary.org/obo/MONDO_0001156> ;
    rdf:predicate bl:treats ;
    rdf:subject <https://identifiers.org/DRUGBANK:DB01238> ;
    a rdf:Statement ;
    rdfs:label "The SGA olanzapine is considered the most appropriate, followed by quetiapine and aripiprazole. Although off-label prescription of SGAs represents a common clinical practice in accordance with a worldwide trend, the use of long-acting injection formulations was considered inappropriate by 69% of psychiatrists in our sample. Attitudes on off-label use of Aripiprazole in the treatment of BPD: Highly inappropriate = 44 (21.8%); Innapropriate = 38 (18.8%); Doubt = 74 (36.6%); Appropriate =  43 (21.3%); Highly appropriate = 3 (1.5%) " ;
    bl:has_population_context sub:context ;
    bl:provided_by <https://w3id.org/um/NeuroDKG> ;
    bl:publications <https://pubmed.ncbi.nlm.nih.gov/31609189> ;
    bl:relation nkg:OffLabelIndication .
  sub:context a bl:Cohort ;
    rdfs:label "Adults" .
  <https://identifiers.org/DRUGBANK:DB01238> a bl:Drug .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-08-16T20:58:27.988247"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCamPJb4SzqpLXn//XJ5dlVfzz6QI+RPmiJTLXF/by2JR7sHMKRsCQDFsYMlq8zGHghOIkjRP9dpLZUtZzUcHt3MXiFKEPo8eGzUe9p+JXKFC8xxkJr94z2vq6IdMf71Iu1GH8SeDAKt/DgYO4zNaw8VuXvxnZRewKZSA+u8zWPVwIDAQAB" ;
    npx:hasSignature "DPTlrE6pu+poJEFduutNJyxNvJFnChvZdrYvmVvjIdPcK4X8oc+dusEMhHvW2yOopA5cTT8Zer8fqEIjnC2IZarD1Jc0DIjRX5qKqMW/JgorcqBTh14lKd6MnoCayXFPamhloNiS/5+IWNoP9ZbE941XjFb9mxDpHG1BSsrUITY=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2021-08-16T20:58:27.988247"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0002-7641-6446 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhNHZw6Urw_Mccs4qy6Ws3C9CRuaHpQx8AwuApbWkqnY> .
}