@prefix ns2: .
@prefix obo: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix schema: .
@prefix nkg: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
obo:DOID_5419 schema:possibleTreatment sub:medtherapy .
sub:medtherapy prov:quotedText "Clozapine is indicated for the treatment of severely ill patients with schizophrenia who fail to respond adequately to standard antipsychotic treatment";
schema:drug ;
schema:targetPopulation sub:targetpop;
nkg:indicationType schema:TreatmentIndication .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-7769-4272 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOqbrPT5RmzxsvRXGHZSAXPzeRLt9ogiosL3tcPKC0g5J8B1577lnJ3oVKSfD80lgPJdr9K671RazGL/mkZ/yu/uCNqne07Q9jd6OIAEi3fldiVfGK8ZDh43rGWRuG+BlvbZ1lZRFrWsURTKTpMgh0C6vJFRIMkWH6ImbZC5JbbQIDAQAB";
npx:hasSignature "VpmrRuifUQnBQTkb90CAvF2uuz6ygn045Ig26ZGDsgRqSHGlyPaz2DDK4gS+fQ++FEmualDfzFuVqbuiZhnJB1u5Bz7Gja2k8KMa6ytYyHj9IV2T1pGKjcs/qX9Rye0u2zOXnKb2xE841Do3OMEC6a7oC1Jis59OTHKXo+kuJj8=";
npx:hasSignatureTarget this: .
this: ns2:created "2021-01-18T18:01:27.679+01:00"^^xsd:dateTime;
ns2:creator orcid:0000-0001-7769-4272;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}