@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix np: .
@prefix nt: .
@prefix xsd: .
@prefix orcid: .
@prefix nkg: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
schema:possibleTreatment sub:medtherapy .
sub:medtherapy prov:wasDerivedFrom sub:quote;
schema:drug ;
schema:targetPopulation sub:targetpop;
nkg:indicationType schema:TreatmentIndication .
sub:quote prov:value "Quetiapine tablets are indicated for the acute treatment of manic episodes associated with bipolar I disorder, both as monotherapy and as an adjunct to lithium or divalproex";
prov:wasQuotedFrom .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1468-3557 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCODwZkXojpEKwk7Ldj2oPPfCstvqrcpgCaTLo235K7ht9C7E1GCkLvUuL2b4VWXJTcZx/hxgDauR8hUeYq/lS6tfTL9yFZsnfl+PWYDyz7vv6N+wJVx2LL8bO6ntCjcOzvW2t2WUeF12Sb6b3I6uOYP0N8iQKts1WasY/yEYKAHQIDAQAB";
npx:hasSignature "YuciB4hvgopKzk3DIA31SSs6DInRVkRpg9nWKPweg0h99KpOYcAtxi+63vMd01SBLFpkP5Xnfk+2mme0zf0ZpQTQfr7WFNs35/jVFapf5VUNngak3/sbkCuGK8tugBMsU9uCmpOkpaGj3AqfIf+tfTtaceELD6Yl6FQ9rfAT2I0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-04-03T10:43:08.648+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1468-3557;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}