<?xml version="1.0"?>
<rdf:RDF
    xmlns="http://a.com/ontology#"
    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:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:base="http://a.com/ontology">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="Detritus">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SolidMixture"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Dissolved">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#State"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="AmmoniumOxidation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Oxidation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PhysicalQuality">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Quality"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="AdsorbedTo">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >this need a clearer distinction!!</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SpatialLocation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="LocatedInSolidMixture">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#LocatedInMixture"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="State">
    <owl:disjointWith>
      <owl:Class rdf:about="#Process"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Stative"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="GrazingPressure">
    <rdfs:subClassOf rdf:resource="#State"/>
  </owl:Class>
  <owl:Class rdf:ID="LiquidMixture">
    <owl:disjointWith>
      <owl:Class rdf:about="#SolidMixture"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Mixture"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#GasMixture"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Molecule">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NonAgentivePhysicalObject"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasLocation"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#SolidMixture"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Microorganisms"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasLocation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PhysicalEndurant">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MicrobialLoop"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="LocatedInMicroorganism">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#LocatedInOrganism"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="CarbonBasedMolecules">
    <rdfs:subClassOf rdf:resource="#Molecule"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#NitrogenBasedMolecules"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="ZooPlankton">
    <owl:disjointWith>
      <owl:Class rdf:about="#PhytoPlankton"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Plankton"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Event">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Perdurant"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Stative"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Perdurant">
    <rdfs:subClassOf rdf:resource="#MicrobialLoop"/>
  </owl:Class>
  <owl:Class rdf:ID="Carbon">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Microorganisms"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#locatedIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#CarbonBasedMolecules"/>
  </owl:Class>
  <owl:Class rdf:ID="LocatedInWater">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#LocatedInLiquidMixture"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Mixture">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#AmountOfMatter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Nitrate">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NitrogenBasedMolecules"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Uptake"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#accomplishes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Nitrogen"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Ammonium"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="PhytoPlankton">
    <owl:disjointWith rdf:resource="#ZooPlankton"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Respiration"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasProcess"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Uptake"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#accomplishes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Plankton"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="NitrogenBasedMolecules">
    <owl:disjointWith rdf:resource="#CarbonBasedMolecules"/>
    <rdfs:subClassOf rdf:resource="#Molecule"/>
  </owl:Class>
  <owl:Class rdf:ID="MacroAlgae">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Algae"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#MicroAlgae"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="LocatedInLiquidMixture">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#LocatedInMixture"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="LocatedInMixture">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#LocatedIn"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bacteria">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Respiration"/>
        </owl:someValuesFrom>
        <owl:onProperty rdf:resource="#hasProcess"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Microorganisms"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Protozoa"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Algae"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="#hasProcess"/>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Assimilation"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MesoZooPlankton">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#grazesOn"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Protozoa"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ZooPlankton"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#PhytoPlankton"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#grazesOn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Achievement">
    <rdfs:subClassOf rdf:resource="#Event"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Accomplishment"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Process">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Stative"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#State"/>
  </owl:Class>
  <owl:Class rdf:ID="Oxidation">
    <rdfs:subClassOf rdf:resource="#Achievement"/>
  </owl:Class>
  <owl:Class rdf:ID="SuspendedInWater">
    <rdfs:subClassOf rdf:resource="#LocatedInWater"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#DissolvedInWater"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Microorganisms">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#AgentivePhysicalObject"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Grazing"/>
        </owl:someValuesFrom>
        <owl:onProperty rdf:resource="#hasProcess"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Respiration">
    <rdfs:subClassOf rdf:resource="#Process"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Assimilation"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Grazing"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#PhotoSynthesis"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="MicroAlgae">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Algae"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#MacroAlgae"/>
  </owl:Class>
  <owl:Class rdf:ID="Assimilation">
    <owl:disjointWith>
      <owl:Class rdf:about="#PhotoSynthesis"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Grazing"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Process"/>
    <owl:disjointWith rdf:resource="#Respiration"/>
  </owl:Class>
  <owl:Class rdf:ID="Grazing">
    <rdfs:subClassOf rdf:resource="#Process"/>
    <owl:disjointWith rdf:resource="#Assimilation"/>
    <owl:disjointWith rdf:resource="#Respiration"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#PhotoSynthesis"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="LocatedIn">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SpatialLocation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Quality">
    <rdfs:subClassOf rdf:resource="#MicrobialLoop"/>
  </owl:Class>
  <owl:Class rdf:ID="Uptake">
    <owl:disjointWith>
      <owl:Class rdf:about="#Excretion"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Accomplishment"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#accomplishedBy"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Microorganisms"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Stative">
    <rdfs:subClassOf rdf:resource="#Perdurant"/>
    <owl:disjointWith rdf:resource="#Event"/>
  </owl:Class>
  <owl:Class rdf:ID="SolidMixture">
    <owl:disjointWith rdf:resource="#LiquidMixture"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#GasMixture"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Mixture"/>
  </owl:Class>
  <owl:Class rdf:ID="PhysicalObejct">
    <rdfs:subClassOf rdf:resource="#PhysicalEndurant"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#AmountOfMatter"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="AmountOfMatter">
    <owl:disjointWith rdf:resource="#PhysicalObejct"/>
    <rdfs:subClassOf rdf:resource="#PhysicalEndurant"/>
  </owl:Class>
  <owl:Class rdf:ID="SpatialLocation">
    <rdfs:subClassOf rdf:resource="#PhysicalQuality"/>
  </owl:Class>
  <owl:Class rdf:ID="AgentivePhysicalObject">
    <owl:disjointWith>
      <owl:Class rdf:about="#NonAgentivePhysicalObject"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#PhysicalObejct"/>
  </owl:Class>
  <owl:Class rdf:ID="Excretion">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#accomplishedBy"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Microorganisms"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Accomplishment"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Uptake"/>
  </owl:Class>
  <owl:Class rdf:ID="NonAgentivePhysicalObject">
    <rdfs:subClassOf rdf:resource="#PhysicalObejct"/>
    <owl:disjointWith rdf:resource="#AgentivePhysicalObject"/>
  </owl:Class>
  <owl:Class rdf:ID="DissolvedInWater">
    <owl:disjointWith rdf:resource="#SuspendedInWater"/>
    <rdfs:subClassOf rdf:resource="#LocatedInWater"/>
  </owl:Class>
  <owl:Class rdf:ID="Ammonium">
    <owl:disjointWith>
      <owl:Class rdf:about="#Nitrogen"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#NitrogenBasedMolecules"/>
    <owl:disjointWith rdf:resource="#Nitrate"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#AmmoniumOxidation"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#achieves"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#accomplishes"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Uptake"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Nitrogen">
    <rdfs:subClassOf rdf:resource="#NitrogenBasedMolecules"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Microorganisms"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#locatedIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Nitrate"/>
    <owl:disjointWith rdf:resource="#Ammonium"/>
  </owl:Class>
  <owl:Class rdf:ID="Accomplishment">
    <rdfs:subClassOf rdf:resource="#Event"/>
    <owl:disjointWith rdf:resource="#Achievement"/>
  </owl:Class>
  <owl:Class rdf:ID="Plankton">
    <rdfs:subClassOf rdf:resource="#MicroAlgae"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#accomplishes"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Excretion"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Algae">
    <rdfs:subClassOf rdf:resource="#Microorganisms"/>
    <owl:disjointWith rdf:resource="#Bacteria"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Protozoa"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="GasMixture">
    <owl:disjointWith rdf:resource="#SolidMixture"/>
    <rdfs:subClassOf rdf:resource="#Mixture"/>
    <owl:disjointWith rdf:resource="#LiquidMixture"/>
  </owl:Class>
  <owl:Class rdf:ID="Protozoa">
    <owl:disjointWith rdf:resource="#Algae"/>
    <owl:disjointWith rdf:resource="#Bacteria"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="#hasProcess"/>
        <owl:someValuesFrom rdf:resource="#Respiration"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#grazesOn"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#PhytoPlankton"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Bacteria"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#grazesOn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Microorganisms"/>
  </owl:Class>
  <owl:Class rdf:ID="LocatedInDetritus">
    <rdfs:subClassOf rdf:resource="#LocatedInSolidMixture"/>
  </owl:Class>
  <owl:Class rdf:ID="LocatedInOrganism">
    <rdfs:subClassOf rdf:resource="#LocatedIn"/>
  </owl:Class>
  <owl:Class rdf:ID="PhotoSynthesis">
    <owl:disjointWith rdf:resource="#Assimilation"/>
    <owl:disjointWith rdf:resource="#Respiration"/>
    <owl:disjointWith rdf:resource="#Grazing"/>
    <rdfs:subClassOf rdf:resource="#Process"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="involvesGrazing"/>
  <owl:ObjectProperty rdf:ID="locatedIn">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >as in "Nitrogen locatedIn Bacteria"</rdfs:comment>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#hasLocation"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="affectsGrazing">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the factor that influences the grazing process</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#involvesGrazing"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="accomplishes">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#accomplishedBy"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#Accomplishment"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasGrazingPressure">
    <rdfs:domain rdf:resource="#Grazing"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >something external that affects the grazing by the organisms, thus works in on a process</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#involvesGrazing"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="isInState"/>
  <owl:ObjectProperty rdf:ID="hasLocation">
    <owl:inverseOf rdf:resource="#locatedIn"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="achieves">
    <rdfs:domain rdf:resource="#Achievement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="eatenBy">
    <rdfs:subPropertyOf rdf:resource="#involvesGrazing"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#grazesOn"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="grazesOn">
    <rdfs:domain rdf:resource="#Microorganisms"/>
    <rdfs:subPropertyOf rdf:resource="#involvesGrazing"/>
    <owl:inverseOf rdf:resource="#eatenBy"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="accomplishedBy">
    <owl:inverseOf rdf:resource="#accomplishes"/>
    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </owl:ObjectProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 1.2 beta, Build 139)  http://protege.stanford.edu -->
