@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 "\"Quinidine is contraindicated in patients who are known to be allergic to it, or who have a history of immune thrombocytopenia or have developed thrombocytopenic purpura during prior therapy with quinidine or quinine (see WARNINGS In the absence of a functioning artificial pacemaker, quinidine is also contraindicated in any patient whose cardiac rhythm is dependent upon a junctional or idioventricular pacemaker, including patients in complete atrioventricular block. Quinidine is also contraindicated in patients who, like those with myasthenia gravis, might be adversely affected by an anticholinergic agent.\"";
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 "jIc7djimlAJs5niXkb9b4s5Wy9++WwZWw6vZWEKTLUf7TtsktHliwes+7qe1D7p83kNZju//E2qDUxwhO714ZEFvbQgVkr16MUeO681ot2YOXSUaK+1Y7NSi0rmfGXxMS0XdBOarwzrrD9QMDW8xSUBEZPNWcJbEHaw0rHJFu0g=";
npx:hasSignatureTarget this: .
this: dct:created "2021-08-23T13:11:49.292+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1468-3557;
ns1:wasCreatedFromProvenanceTemplate ;
ns1:wasCreatedFromPubinfoTemplate ;
ns1:wasCreatedFromTemplate .
}