@prefix biolink: .
@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@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 {
sub:association a rdf:Statement;
rdf:object ;
rdf:predicate biolink:treats;
rdf:subject ;
rdfs:label "Paroxetine is not FDA approved for use in children and adolescents less than 18 years of age; however, clinicians do use off-label in this group.";
biolink:association_type biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation;
biolink:has_population_context sub:cohort;
biolink:provided_by ;
biolink:publications ;
biolink:relation nkg:OffLabelIndication .
sub:cohort rdfs:label "Children and adolescents";
schema:requiredMaxAge "17";
biolink:category biolink:Cohort .
biolink:category biolink:Drug .
biolink:category biolink:Disease .
}
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 "avb/VZLWzs+TrIMBZTFG/rP5J1I1u1lEI/19O1Htc611SBL7vm61qrj3G06YRrVcipl+VFAVLeA14DxOSUb8pngn4d5uhMP0Ep7xpYfte20YH+EYxxOMBB1raukC8ATOq3jZHl2+1Gnzk3pkqiOhcP/nIbNTyoQsCJCMAmlkbTI=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-05-19T20:37:38.997+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1468-3557;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}