@prefix nkg: <https://w3id.org/um/neurodkg/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix bl: <https://w3id.org/biolink/vocab/> .
@prefix this: <http://purl.org/np/RA6zFxmrCmubPVhRb3m1W9glXW7_uzwAIKdQHffM7UDzE> .
@prefix sub: <http://purl.org/np/RA6zFxmrCmubPVhRb3m1W9glXW7_uzwAIKdQHffM7UDzE#> .
@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:DB01267> ;
    a rdf:Statement ;
    rdfs:label "Similarly, De Cos Milas et al. [6] described their clinical experience with paliperidone in adolescents. They presented 3 males and 2 females, age between 15 and 17 years. Diagnoses were autism, borderline personality dis- order, schizotypal personality disorder, personality disorder not otherwise specified, and schizophrenia. Prescribed dose was 3–9 mg/day, and actual mean time of treatment duration is 5.8 months. In 4 cases, paliperidone was initiated as a change from other antipsychotic. There were no adverse effects that required discontinuation and in all cases symptoms improved." ;
    bl:has_population_context sub:context ;
    bl:provided_by <https://w3id.org/um/NeuroDKG> ;
    bl:publications <https://pubmed.ncbi.nlm.nih.gov/31096228> ;
    bl:relation nkg:OffLabelIndication .
  sub:context a bl:Cohort ;
    rdfs:label "Adolescents (15-17)" .
  <https://identifiers.org/DRUGBANK:DB01267> a bl:Drug .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-08-24T16:13:49.733446"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCamPJb4SzqpLXn//XJ5dlVfzz6QI+RPmiJTLXF/by2JR7sHMKRsCQDFsYMlq8zGHghOIkjRP9dpLZUtZzUcHt3MXiFKEPo8eGzUe9p+JXKFC8xxkJr94z2vq6IdMf71Iu1GH8SeDAKt/DgYO4zNaw8VuXvxnZRewKZSA+u8zWPVwIDAQAB" ;
    npx:hasSignature "IODet0dDO0nLdPxHcGX6FYYKvPWxDYGKVaA4kSMeek8UzsRO94kbb6dRvK3E1Ict6pV/n/ZIBFO81DlEqVmABcyA8T36OHTKa2B1XDCHOYgp4OV1zu3+n48IN7JToUlKeIOuYzN+0EyyGsyArByHBFg6VhZjTAy9CzctEAGa/ZE=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2021-08-24T16:13:49.733446"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0002-7641-6446 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhNHZw6Urw_Mccs4qy6Ws3C9CRuaHpQx8AwuApbWkqnY> .
}