@prefix this: <http://purl.org/np/RAT-7sbTFVfj7swAEk5DX7O8nCKBJSIcS0E9OoXwNDn8U> .
@prefix sub: <http://purl.org/np/RAT-7sbTFVfj7swAEk5DX7O8nCKBJSIcS0E9OoXwNDn8U#> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix bl: <https://w3id.org/biolink/vocab/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.obolibrary.org/obo/DOID_1588> bl:category bl:Disease .
  sub:association rdf:object <http://purl.obolibrary.org/obo/DOID_1588> ;
    rdf:predicate bl:treats ;
    rdf:subject <https://identifiers.org/drugbank:DB01109> ;
    a rdf:Statement ;
    rdfs:label "\"The use of Heparin Sodium in 0.45% Sodium Chloride Injection or Heparin Sodium in 5% Dextrose Injection is contraindicated in patients with the following conditions:   History of Heparin-Induced Thrombocytopenia (HIT) and Heparin-Induced Thrombocytopenia and Thrombosis (HITT)  [see Warnings and Precautions (  5.3 Known hypersensitivity to heparin or pork products (e.g., anaphylactoid reactions)  [see Adverse Reactions (  6.1 In whom suitable blood coagulation tests -- e.g., the whole blood clotting time, partial thromboplastin time, etc., -- cannot be performed at appropriate intervals (this contraindication refers to full-dose heparin; there is usually no need to monitor coagulation parameters in patients receiving low-dose heparin)  [see Warnings and Precautions (  5.5 An uncontrolled bleeding state  [see Warnings and Precautions (  5.2   History of Heparin-Induced Thrombocytopenia (HIT) and Heparin-Induced Thrombocytopenia and Thrombosis (HITT) (  4 Known hypersensitivity to heparin or pork products (  4 In whom suitable blood coagulation tests cannot be performed at appropriate intervals (  4\"" ;
    bl:provided_by <https://w3id.org/um/NeuroDKG> ;
    bl:relation schema:MedicalContraindication .
  <https://identifiers.org/drugbank:DB01109> bl:category bl: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 "BFfWhquQcweGbbmG3CXU8oZvIQBybUOWUtk1EdkcsogC6s9C+k/IT4m/+KuuGGMX6yntISm/TM4HeF/Mq9z1j8eNiyFwgSt+4+qS0PTSd1lbl7X+yyDUFurTwqvhxKRwfCjQ3pjFBSsbIZTmGOm5XFI+m5SNYm0vPp5Jowu0GTU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-08-23T18:57:43.341+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1468-3557 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhNHZw6Urw_Mccs4qy6Ws3C9CRuaHpQx8AwuApbWkqnY> .
}