<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#"
  xml:base="http://www.owl-ontologies.com/unnamed.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="non-drug_reactant">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="interaction_property"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="generic_individual">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="prescription_drug_generic"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="brandname_individual"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_brandname_equivalent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="prescription_drug_property">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="property"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="type">
    <rdfs:subClassOf rdf:resource="#prescription_drug_property"/>
  </owl:Class>
  <owl:Class rdf:about="#prescription_drug_generic">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="prescription_drug"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="interaction"/>
  <owl:Class rdf:ID="indication"/>
  <owl:Class rdf:ID="cpnum_group">
    <rdfs:subClassOf rdf:resource="#prescription_drug_property"/>
  </owl:Class>
  <owl:Class rdf:ID="interaction_with_non-drug_reactant">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#non-drug_reactant"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_reactant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#interaction"/>
  </owl:Class>
  <owl:Class rdf:ID="interaction_with_monograph_ix_class">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_reactant"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="monograph_ix_class"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#interaction"/>
  </owl:Class>
  <owl:Class rdf:ID="brandname_composite">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="prescription_drug_brandname"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_generic_equivalent"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="generic_composite"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="interaction_with_prescription_drug">
    <rdfs:subClassOf rdf:resource="#interaction"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_reactant"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#cpnum_group"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="dosage_form">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="formulary_property"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="indication_property">
    <rdfs:subClassOf rdf:resource="#property"/>
  </owl:Class>
  <owl:Class rdf:about="#monograph_ix_class">
    <rdfs:subClassOf rdf:resource="#prescription_drug_property"/>
  </owl:Class>
  <owl:Class rdf:ID="brandname_undeclared">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#prescription_drug_brandname"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#interaction_property">
    <rdfs:subClassOf rdf:resource="#property"/>
  </owl:Class>
  <owl:Class rdf:ID="intake_route">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#formulary_property"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="pregnancy">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="physical_condition"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#brandname_individual">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#generic_individual"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_generic_equivalent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#prescription_drug_brandname"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="formulary"/>
  <owl:Class rdf:about="#formulary_property">
    <rdfs:subClassOf rdf:resource="#property"/>
  </owl:Class>
  <owl:Class rdf:ID="interaction_with_physical_condition">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#physical_condition"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_reactant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#interaction"/>
  </owl:Class>
  <owl:Class rdf:about="#physical_condition">
    <rdfs:subClassOf rdf:resource="#interaction_property"/>
  </owl:Class>
  <owl:Class rdf:about="#generic_composite">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_brandname_equivalent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#brandname_composite"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#prescription_drug_generic"/>
  </owl:Class>
  <owl:Class rdf:about="#prescription_drug_brandname">
    <rdfs:subClassOf rdf:resource="#prescription_drug"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="has_indication_fda-approved">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="has_indication_prescription_drug_fda-approved"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#cpnum_group"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_prototype_foundation">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#generic_composite"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_cpnum_group">
    <rdfs:domain rdf:resource="#prescription_drug"/>
    <rdfs:range rdf:resource="#cpnum_group"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_monograph_ix_class_level_2">
    <rdfs:range rdf:resource="#monograph_ix_class"/>
    <rdfs:domain rdf:resource="#cpnum_group"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_monograph_ix_class_level_3">
    <rdfs:domain rdf:resource="#cpnum_group"/>
    <rdfs:range rdf:resource="#monograph_ix_class"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_prototype">
    <rdfs:range rdf:resource="#prescription_drug_generic"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_composed_of">
    <rdfs:range rdf:resource="#generic_individual"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#brandname_composite"/>
          <owl:Class rdf:about="#generic_composite"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_prototype_combination">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_monograph_ix_class_level_1">
    <rdfs:range rdf:resource="#monograph_ix_class"/>
    <rdfs:domain rdf:resource="#cpnum_group"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_indication_non-fda-approved">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="has_indication_prescription_drug_non-fda-approved"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#cpnum_group"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_level_of_specificity"/>
  <owl:ObjectProperty rdf:about="#has_brandname_equivalent">
    <rdfs:range rdf:resource="#prescription_drug_brandname"/>
    <rdfs:domain rdf:resource="#prescription_drug_generic"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_reactant">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#non-drug_reactant"/>
          <owl:Class rdf:about="#monograph_ix_class"/>
          <owl:Class rdf:about="#cpnum_group"/>
          <owl:Class rdf:about="#physical_condition"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#interaction"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_indication_prescription_drug_fda-approved">
    <rdfs:range rdf:resource="#cpnum_group"/>
    <owl:inverseOf rdf:resource="#has_indication_fda-approved"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_indication"/>
  <owl:ObjectProperty rdf:ID="has_interaction">
    <rdfs:domain rdf:resource="#cpnum_group"/>
    <rdfs:range rdf:resource="#interaction"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_prototype_foundations">
    <rdfs:range rdf:resource="#generic_composite"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_indication_prescription_drug_non-fda-approved">
    <owl:inverseOf rdf:resource="#has_indication_non-fda-approved"/>
    <rdfs:range rdf:resource="#cpnum_group"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_prototype_individual">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="has_overview_id">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#monograph_ix_class"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_lbl_code">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_brand_covered">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_prod_code">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_tradename">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_indication_text">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_dosage_strength">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_status_num">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_monograph_ix_class_name">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_indication_id">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#indication"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_non-drug_reactant_id">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#non-drug_reactant"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_mononum">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_formulary_id">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="is_composite">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_firm_seq_num">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_monograph_ix_class_id">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#monograph_ix_class"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_interaction_text">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_dosage_unit_of_measurement">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_name">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#generic_individual"/>
          <owl:Class rdf:about="#prescription_drug_brandname"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:FunctionalProperty rdf:ID="has_type">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#generic_individual"/>
          <owl:Class rdf:about="#cpnum_group"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="#type"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_dosage_form">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#dosage_form"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_step_limit">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_cp_num">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#cpnum_group"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_formulary_plan_id">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_intake_route_id">
    <rdfs:domain rdf:resource="#intake_route"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_formulary_text">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_dosage">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#formulary"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_limit_amount">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_listing_seq_num">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_generic_equivalent">
    <rdfs:range rdf:resource="#prescription_drug_generic"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#prescription_drug_brandname"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_rx_otc">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_only_generic">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_generic_prescription_drug">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#prescription_drug_generic"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_marketing_type">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_precert_required">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_quantity_limit">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_brandname_prescription_drug">
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#prescription_drug_brandname"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_generic_name">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#formulary"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_interaction_id">
    <rdfs:domain rdf:resource="#interaction"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <dosage_form rdf:ID="swab"/>
  <dosage_form rdf:ID="paste"/>
  <dosage_form rdf:ID="granule"/>
  <type rdf:ID="full"/>
  <dosage_form rdf:ID="tablet"/>
  <dosage_form rdf:ID="unassigned"/>
  <dosage_form rdf:ID="lotion"/>
  <dosage_form rdf:ID="gas"/>
  <dosage_form rdf:ID="gel"/>
  <non-drug_reactant rdf:ID="potassium_citrate">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10002</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="ointment"/>
  <dosage_form rdf:ID="elixir"/>
  <non-drug_reactant rdf:ID="grapefruit_juice">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10001</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="spray"/>
  <dosage_form rdf:ID="solution"/>
  <dosage_form rdf:ID="injection"/>
  <dosage_form rdf:ID="tincture"/>
  <dosage_form rdf:ID="cream"/>
  <non-drug_reactant rdf:ID="food">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10000</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="capsule"/>
  <dosage_form rdf:ID="shampoo"/>
  <dosage_form rdf:ID="suppository"/>
  <non-drug_reactant rdf:ID="histamine">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10024</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="lozenge"/>
  <dosage_form rdf:ID="syrup"/>
  <non-drug_reactant rdf:ID="magnesium_carbonate">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10012</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="powder"/>
  <dosage_form rdf:ID="film"/>
  <dosage_form rdf:ID="troche"/>
  <dosage_form rdf:ID="suspension"/>
  <type rdf:ID="comb"/>
  <type rdf:ID="less"/>
  <non-drug_reactant rdf:ID="sodium_borate">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10035</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="enema"/>
  <type rdf:ID="nutra"/>
  <dosage_form rdf:ID="pwd_f_recon"/>
  <non-drug_reactant rdf:ID="danshen">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10028</has_non-drug_reactant_id>
  </non-drug_reactant>
  <non-drug_reactant rdf:ID="enteral_feedings">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10030</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="liquid"/>
  <non-drug_reactant rdf:ID="papain">
    <has_non-drug_reactant_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10025</has_non-drug_reactant_id>
  </non-drug_reactant>
  <dosage_form rdf:ID="soap"/>
  <type rdf:ID="new"/>
  <dosage_form rdf:ID="aeresol"/>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.1, Build 284)  http://protege.stanford.edu -->
