@prefix biolink: .
@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix np: .
@prefix dct: .
@prefix rdf: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
biolink:category biolink:Disease .
sub:association a rdf:Statement;
rdf:object ;
rdf:predicate biolink:treats;
rdf:subject ;
rdfs:label "\"The use of Zileuton Extended-Release Tablets is contraindicated in patients with: Active liver disease or persistent hepatic function enzyme elevations greater than or equal to 3 times the upper limit of normal (>=3xULN) [see Warnings and Precautions (5) Use in Specific Populations (8.7) A history of allergic reaction to zileuton or any of the ingredients of Zileuton Extended Release Tablets (e.g., rash, eosinophilia, etc.). Active liver disease or persistent hepatic function enzyme elevations >=3 times the upper limit of normal. ( 4 5.1 History of allergic reaction to Zileuton or any of the ingredients of Zileuton Extended-Release Tablets. ( 4\"";
biolink:provided_by ;
biolink:relation schema:MedicalContraindication .
biolink:category biolink:Drug .
}
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 "X7+BvuEhn6t7Pam8pE9RWoXjVgYaYfbQ9BDFItywvs/blGatCdU5TMO9gR4W+6o73frnCoSPDSj4KmrVnMjtAOaEmK8lPjPe3BHj1eaTtQmvOxVJZ6QT++lEmuM4lqdfw/93RRcLHFIszw7g/1uIcG5xWupEHoJceKRDpFv7dzg=";
npx:hasSignatureTarget this: .
this: dct:created "2021-08-25T13:58:13.360+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1468-3557;
ns1:wasCreatedFromProvenanceTemplate ;
ns1:wasCreatedFromPubinfoTemplate ;
ns1:wasCreatedFromTemplate .
}