@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 nkg:SymptomaticReliefIndication .
sub:quote prov:value "Vigabatrin for oral solution is indicated as monotherapy for pediatric patients with infantile spasms 1 month to 2 years of age for whom the potential benefits outweigh the potential risk of vision loss";
prov:wasQuotedFrom .
sub:targetpop schema:audienceType "pediatric patients with infantile spasms 1 month to 2 years of age";
schema:requiredMaxAge "2";
schema:requiredMinAge "0" .
}
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 "Y/yewUXixCTaxJ6eTOT7HdMWN6+gHHvr53TAC1h0fiqtqQ+k9nFOlzHIBdCBkF/HvvrEPNHB2T9bofv9xgjs7avGsEGILEPN5lt94ZF4TvWO1je+lbuPfRxa9aDXlxBZMi1qFfTWuhzHNoPq06PWugjhjttCqrPaej2+D5zvfjM=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-04-12T10:05:40.258+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1468-3557;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}