@prefix biolink: .
@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix nkg: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
biolink:category biolink:Disease .
sub:association rdf:object ;
rdf:predicate biolink:treats;
rdf:subject ;
a rdf:Statement;
rdfs:label "Single dispensings of haloperidol and amitriptyline may be related to off-label use for indications where evidence of risks and benefits is lacking, such as behavioural disturbances in dementia and insomnia.";
biolink:association_type biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation;
biolink:provided_by ;
biolink:publications ;
biolink:relation nkg:OffLabelIndication .
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 "TOFiabQW5KoApRVrI16SBE90B6aZLvf9g196+aVEDYHZ+F16AHM2dN0pRebdHdya9/qDDEgOqDDXv373byBd1TJrUEc3lNjiBexRrml7u9qUn+n776xbOv76Pl5LiJwNlxbetaXuGszSS53JMD+7e+kIO99tlGnRbmubelODwLY=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-05-25T10:26:09.054+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-7641-6446;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}