@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;
schema:signOrSymptom , .
sub:medtherapy prov:wasDerivedFrom sub:quote;
schema:drug ;
schema:targetPopulation sub:targetpop;
nkg:indicationType schema:TreatmentIndication .
sub:quote prov:value "Aripiprazole oral solution is indicated for the treatment of: acute Treatment of Manic and Mixed Episodes associated with Bipolar I Disorder";
prov:wasQuotedFrom .
sub:targetpop schema:healthCondition .
}
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 "Q08OyaVJyliz4cFLtwu21I5iGmKMcYGYLsrn8hRtCNkfP7f/h48W8ImHckkFGcd1A9BmtRAS0uoSskROO9QLXgZKBfkg562uByGmILcARxyUHqIEJSrmzEWfu0FfhcHHpcZj0i/jQ8nRy4x/RhNut83U8ZHzlh+Iv2U/7p841Qw=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-04-12T09:52:59.452+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1468-3557;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}