<?xml version="1.0"?>
<rdf:RDF
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    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="http://www.owl-ontologies.com/unnamed.owl#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:base="http://www.owl-ontologies.com/unnamed.owl">
  <owl:Ontology rdf:about="">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Double click on rdfs:comment at left                                       

This is a demonstration ontology reconstructing much of the OpenGALEN Upper Ontology in OWL-DL.  Detailed comments are included with classes and properties along with demonstration notions preceded with the prefix "Probe_".

The ontology is provided strictly "as is" and without guarantees.  It is still in progress and will be updated from time to time.

The ontology is free for use with acknowledgement to OpenGALEN and the University of Manchester.

All material copyright University of Manchester.

A discussion is available in "Patterns, Properties and Minimizing Commitment:
Reconstruction of the GALEN Upper Ontology in OWL" Alan L Rector and Jeremy Rogers, to be presented at the Workshop on Core Ontologies (CORONT) in conjunction with the European Knowledge Acquisition Workshop (EKAW-2004), Northampton, UK. 

All material available from http://www.cs.man.ac.uk/~rector/ontologies/sample-top-bio/




</rdfs:comment>
  </owl:Ontology>
  <owl:Ontology rdf:about="http://protege.stanford.edu/plugins/owl/protege">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Protege metadata ontology (in the version that is used inside Protege. Note that this is an OWL Full ontology, with annotation properties that have range and domain restrictions. However, the "official" online release of this file is OWL DL, so that ontologies that use Protege metadata annotations can still be shared as OWL DL.</rdfs:comment>
  </owl:Ontology>
  <owl:Class rdf:ID="in_front_of">
    <owl:disjointWith>
      <owl:Class rdf:ID="to_the_right_of"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="behind"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Situated_positional_relation"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="to_the_left_of"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Non_biological_entity">
    <owl:disjointWith>
      <owl:Class rdf:ID="Biological_entity"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Self_standing_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >See biological</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Physical_thing">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Discrete_entity"/>
          <owl:Class rdf:ID="Physical_entity"/>
          <owl:Class rdf:ID="Continuant_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Material_or_non_material - includes both objects and holes, lines, etc. 

We don't have a convenient inclusive label.   We've used "Physical thing" as less bad than others. 

"Physical_feature" has too many misleading connotations </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Stomach_pathology">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pathology of stomach, analogous to Cardiac_pathology.

Again both the syndrome and the physical structure are included for demonstration although a more practical  query would include only one or the other.</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="has_normality_status"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="pathological"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="has_locus"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:ID="Stomach"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:ID="is_gross_part_of"/>
                    </owl:onProperty>
                    <owl:someValuesFrom>
                      <owl:Class rdf:about="#Stomach"/>
                    </owl:someValuesFrom>
                  </owl:Restriction>
                </owl:unionOf>
              </owl:Class>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Probe"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Biological_physical_continuant">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Continuant_entity"/>
          <owl:Class rdf:about="#Biological_entity"/>
          <owl:Class rdf:about="#Physical_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Bile">
    <owl:disjointWith>
      <owl:Class rdf:ID="Blood"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Urine"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Cerebral_spinal_fluid"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Biological_substance"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Heart">
    <owl:disjointWith>
      <owl:Class rdf:ID="Pericardium"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Lung"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Liver"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Stomach"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Organ"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="unpaired_symmetry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Brain"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Cardiovascular_system"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="is_functional_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Physical_continuant_entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A common parent for material and non-material physical things. No obvious label has been suggested other than the literal one given here. 

However, it is very useful, even necessary that includes both material things and the holes and other non-material entities defined by the material things. </rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Continuant_entity"/>
          <owl:Class rdf:about="#Physical_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Performance_Act">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Act"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The act of performing.  "Performance" will be left otherwise uninterpreted in this version.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Creation_act">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The act of creating, specifically of a pattern.  The act of "Creation" will remain otherwise unanalysed in this version. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Act"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Biological_object">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Should classify under Physical object
</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_entity"/>
          <owl:Class rdf:about="#Discrete_entity"/>
          <owl:Class rdf:ID="Material_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Compass_positional_relation">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Positional_relation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Probe">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Probes are tests inserted to check classification.   Tools are almost ready to have them visible or invisible as required.
</rdfs:comment>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
  </owl:Class>
  <owl:Class rdf:about="#Stomach">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organ"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lung"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Liver"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Brain"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Heart"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#unpaired_symmetry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Pericardium"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="System">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Functional system</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Group"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Continuant_entity">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Self_standing_entity"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Occurrent_entity"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Continuant or Endurant.
Entities that peresists in time but has parts in space.

As opposed to Occurrent
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Cardiac_valve">
    <owl:disjointWith>
      <owl:Class rdf:ID="Cranium"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Half_heart"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Cardiac_chamber"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Trachea"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Lobe"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Organ_part"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Bronchus"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Probe-Strutural_part_of_Cell">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Cell"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="is_structural_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Parts of the cell according to the strictness version of part-hood - those things which are unquestionably part of the cell. </rdfs:comment>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
    <rdfs:subClassOf rdf:resource="#Probe"/>
  </owl:Class>
  <owl:Class rdf:ID="inadequate_status">
    <owl:disjointWith>
      <owl:Class rdf:ID="super_adequate_status"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="adequate_status"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Level_adequacy_status"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Diabetes_process">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The disease process of diabetes
</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Intrinsically_pathological_process"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Biological_entity">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Self_standing_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Biological entities

Because this is haveily used for </rdfs:comment>
    <owl:disjointWith rdf:resource="#Non_biological_entity"/>
  </owl:Class>
  <owl:Class rdf:ID="Cell_membrane">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_topology"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="hollow_topology"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The membrane enclosing the cell</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Cell"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Cell_part"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Play_oeuvre">
    <owl:disjointWith>
      <owl:Class rdf:ID="Poem_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Essay_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Exam_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Book_oeuvre"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Language_oeuvre"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Handout_oeuvre"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Drosophilia_organism">
    <owl:disjointWith>
      <owl:Class rdf:ID="Zebra_fish_organism"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Mouse_organism"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Organism"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Human_organism"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Physical_object">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Discrete_entity"/>
          <owl:Class rdf:about="#Material_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Spatio-temporal-entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A placeholder for points and spatio-temporal notions other than extents. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Physical_discrete_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Handout_oeuvre">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Language_oeuvre"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Exam_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Essay_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Poem_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Book_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Play_oeuvre"/>
  </owl:Class>
  <owl:Class rdf:ID="Print_out_copy">
    <owl:disjointWith>
      <owl:Class rdf:ID="Photocopy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Book_copy"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Written_object"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Journal_copy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Pamphlet_copy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Typscript_copy"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="intrinsically_non_Normal">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="non_Normal"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Part_of_building">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Note - not all parts of buildings are material. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Building_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Intrinsic_property_partition">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Refining_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Intrinsic properties are those which are not "qualities" - laterality, topology, etc.  There is usually little point in reifying such properties. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Lung">
    <owl:disjointWith>
      <owl:Class rdf:about="#Liver"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organ"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Stomach"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Pericardium"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Brain"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="paired_symmetry"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Heart"/>
  </owl:Class>
  <owl:Class rdf:ID="Cardiac_ventricle">
    <owl:disjointWith>
      <owl:Class rdf:ID="Cardiac_atrium"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Cardiac_chamber"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Brain">
    <owl:disjointWith>
      <owl:Class rdf:about="#Pericardium"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Heart"/>
    <owl:disjointWith rdf:resource="#Stomach"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Liver"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#unpaired_symmetry"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Lung"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organ"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Pop">
    <owl:disjointWith>
      <owl:Class rdf:ID="Classical"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Musical_style"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Jazz"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Folk"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Probe_located_in_skull">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
    <rdfs:subClassOf rdf:resource="#Probe"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Everything located in the skull

Includes the brain which is contained in the cranial cavity but not a part of the skull.</rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Skull"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="has_location"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Line">
    <owl:disjointWith>
      <owl:Class rdf:ID="Plane"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Non_material_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The line formed by some physical marks or markers, for example a crease. </rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:ID="Cavity"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Skull">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The skull is actually a set of bones. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Specified_set"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Essay_oeuvre">
    <owl:disjointWith>
      <owl:Class rdf:about="#Book_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Poem_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Handout_oeuvre"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Language_oeuvre"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Play_oeuvre"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Exam_oeuvre"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Organ_part">
    <owl:disjointWith>
      <owl:Class rdf:about="#Organism"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Subdivision_of_body_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cell_part"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Biological_object"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organ"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Macro_molecule"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cell"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Body_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Lesion"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Interior_of_room">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="Room"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="is_defined_by"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Class rdf:about="#Cavity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Agent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An actual agent - the agent of some real occurrent.</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Potential_agent"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#Occurrent_entity"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="is_agent_of"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Heart_pathology">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#pathological"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_normality_status"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#Heart"/>
                  <owl:Restriction>
                    <owl:someValuesFrom rdf:resource="#Heart"/>
                    <owl:onProperty>
                      <owl:TransitiveProperty rdf:ID="is_part_of"/>
                    </owl:onProperty>
                  </owl:Restriction>
                </owl:unionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_locus"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any pathology in the heart.  Includes both the processes and the syndromes. A sensible interface would ask for one or the other, but they are both included here for demonstration purposes. 

Note that Circulatory_failure_due_to_heart_failure is included.  This is the reason for having has_actor imply has_locus.  This is a mild over-generalisation and will lead to some over inclusion. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Probe"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
  </owl:Class>
  <owl:Class rdf:ID="Visual_oeuvre">
    <owl:disjointWith>
      <owl:Class rdf:ID="Musical_oeuvre"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Oeuvre"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Performance_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Language_oeuvre"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Liver">
    <owl:disjointWith>
      <owl:Class rdf:about="#Pericardium"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Brain"/>
    <owl:disjointWith rdf:resource="#Lung"/>
    <owl:disjointWith rdf:resource="#Heart"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organ"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#unpaired_symmetry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Stomach"/>
  </owl:Class>
  <owl:Class rdf:about="#Building_entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Must be part of Physical_discrete_continuant_entity rather than physical object, because some parts of buildings are the spaces.  Spacews are non-material, so building parts can't all be material. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Made_entity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Discrete_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Group">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A discrete collection of things - flocks etc.
Also includes </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Aggregation"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Continuant_entity"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Discrete_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Cavity_of_Cardiac_Chamber">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Biological_Cavity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Organelle">
    <rdfs:subClassOf rdf:resource="#Continuant_entity"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Material_entity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Discrete_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any of the various independent bodies in the cell - mitihorndria, chloroplasts etc.  There is some disagreement as to whether the nucleus should be classified as an organelle.  Here it is not. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Biological_entity"/>
  </owl:Class>
  <owl:Class rdf:ID="to_the_west_of">
    <rdfs:subClassOf rdf:resource="#Compass_positional_relation"/>
    <owl:disjointWith>
      <owl:Class rdf:ID="to_the_north_of"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="to_the_south_of"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="to_the_east_of"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Biological_object_that_has_left_right_symmetry">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_object"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#paired_symmetry"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Nexus">
    <rdfs:subClassOf rdf:resource="#Group"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Specific complex lijnked by some fundamental principle as in Syndromes.   Also dualities such as ulcer and ulceration which are here not distinguished from other syndromes but might be in a more pedantic version. 

Also this version does not distinguish arbitrary syndromes such as Tetrology of Falot from systematic syndromes, such as all the things that fit together around Diabetes. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Cytoplasm">
    <rdfs:subClassOf rdf:resource="#Continuant_entity"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_functional_part_of"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Cell"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Intracellular_compartment"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="is_contained_in"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Mass_entity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Physical_entity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Biological_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The stuff that fills the cell</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Floor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Material_building_part"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Ceiling"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Wall"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Door"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Window"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Room"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Discrete_entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Countable entities - people, buildings, organs, etc. 
</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Self_standing_entity"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass_entity"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Cluster">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ad hoc grouping - taken from FMA </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Group"/>
  </owl:Class>
  <owl:Class rdf:about="#Occurrent_entity">
    <owl:disjointWith rdf:resource="#Continuant_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Things that happen - processes, events, and activities
Occurents - have duration - have parts in time as well as space. 

as opposed to Continuant</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Self_standing_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Selector">
    <rdfs:subClassOf rdf:resource="#Intrinsic_property_partition"/>
    <owl:disjointWith>
      <owl:Class rdf:ID="Left_right_symmetry"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Topology_value_partition"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Selectors are things that select one of a finite list of things rather than actually modifying something.  Examples are left_hand or "left laterality" vs "right laterality" , ordinals that number parts of the body such as the spine, etc.
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Literary_style">
    <owl:disjointWith>
      <owl:Class rdf:ID="Afrtistic_style"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Style"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Musical_style"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Role_played">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Pattern"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >"Roles" are summarisers which indecated what roles a entity plays in different situations.  To emphasize this aspect and reduce ambiguity, we use the suffixe  "_played".   (This leads to some ugly exprssions of the form "...plays_role x_played".  So normally, specific roles are given just the suffix "_role", e.g. "Music_role", "Catalyst_role" etc.  

 In some cases such as "Music_role" or "Literature_role" they are natural kinds that probably can't be defined. 

In other cases such as "Catalyst role", it may be that they could be defined, but for the purposes of this ontology we choose not to do so. 

Note also that most roles are actually with respect to some other individual, agent, or situation. Arguable all roles have this feature. 

The importantance of roles is that they allow the same thing  play more than one role - e.g. a ring tone to play both a music role and a signalling role. 

Note that Roles are disjoint, but the property plays_role is multi-valued (not functional).  Hence the same entity can play many roles simultaneously.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Cardiovascular_system">
    <rdfs:subClassOf rdf:resource="#System"/>
  </owl:Class>
  <owl:Class rdf:ID="Mitral_valve">
    <owl:disjointWith>
      <owl:Class rdf:ID="Pulmonary_valve"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Cardiac_valve"/>
    <owl:disjointWith>
      <owl:Class rdf:ID="Tricuspid_valve"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Aortic_valve"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Collective">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Aggregation"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Continuant_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of grains at one level of granularity that make up a mass entity at the next - i.e. an entity where it is the behaviour of the collective of grains that is important rather than the behaviour of the individual grains is unimportant 

In general, informally "multiple of" can be read as a pluraliser, i.e.
"Multiple has_grain only Red_cell" = "Red cells"

Note that multiples are always formed with universal restrictions rather than existential. IE multiples are homogeneous. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Mass_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Trunk">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body_part"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Limb"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#unpaired_symmetry"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Neck"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Head"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Inflammation_process">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Intrinsically_pathological_process"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Inflammation</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Probe_Cliincal_part_of_Skull">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Skull"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_gross_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="#Probe"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The major parts of the skull including structural and functional - in this case in demo only structural parts. 

Excludes the Brain because the Brain is contained in rather than part of the skull.

</rdfs:comment>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
  </owl:Class>
  <owl:Class rdf:about="#Biological_substance">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Biologica_tissue_or_substance"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Tissue"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Building">
    <rdfs:subClassOf rdf:resource="#Building_entity"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Material_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Refining_entity">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Domain_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >All entities which are dependent modifiers - roughly speaking value types and values.  (See SWBP note on value partitions)

</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Self_standing_entity"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Language_oeuvre">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anything oevre that depends on language, whether written or spoken.   Clearly an entire subontology couold be developed here. </rdfs:comment>
    <owl:disjointWith rdf:resource="#Visual_oeuvre"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Musical_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Performance_oeuvre"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Oeuvre"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Status_partition">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Modifier"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Used in clinical systems.  Also a useful demonstration of how negation can be used in complex ways, so included here. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Activity_Level">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Quality"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The level of activity of a process. 

Amongst other statuses takes Level_adequacy_status</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Pericardium">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Heart"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_gross_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Lung"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#unpaired_symmetry"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Brain"/>
    <owl:disjointWith rdf:resource="#Stomach"/>
    <owl:disjointWith rdf:resource="#Heart"/>
    <owl:disjointWith rdf:resource="#Liver"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organ"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Cavity">
    <owl:disjointWith>
      <owl:Class rdf:about="#Plane"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Line"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A space or hole.  "Cavity" is the common anatomic phrase.
</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Non_material_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Trachea">
    <owl:disjointWith>
      <owl:Class rdf:about="#Bronchus"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lobe"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cardiac_chamber"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#unpaired_symmetry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Cardiac_valve"/>
    <rdfs:subClassOf rdf:resource="#Organ_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Half_heart"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cranium"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Human_organism">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organism"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Drosophilia_organism"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Zebra_fish_organism"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mouse_organism"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Lesion">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_object"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_normality_status"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="intrinsically_pathological"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:about="#Subdivision_of_body_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organism"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Macro_molecule"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cell"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cell_part"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Body_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organ"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Cardiac_chamber">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_functional_part_of"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Half_heart"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Trachea"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#paired_symmetry"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Cardiac_valve"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Bronchus"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cranium"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lobe"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Organ_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Half_heart"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Pamphlet_copy">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Written_object"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Journal_copy"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Print_out_copy"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Photocopy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Book_copy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Typscript_copy"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Jazz">
    <owl:disjointWith>
      <owl:Class rdf:about="#Classical"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Folk"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Pop"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Musical_style"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#to_the_right_of">
    <owl:disjointWith rdf:resource="#in_front_of"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#to_the_left_of"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#behind"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Situated_positional_relation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Blood">
    <owl:disjointWith>
      <owl:Class rdf:about="#Urine"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Bile"/>
    <rdfs:subClassOf rdf:resource="#Biological_substance"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cerebral_spinal_fluid"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Written_object">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >We could describe this an an object that is the manifestation outcome of writing, or that contains writing, etc. We shall keep the commitments minimal for now as to how the writing got to the physical page - e.g. was it photocopied, printed, etc. 
Merely by saying that it is the manifestation of an Oeuvre we demand that it be the outcome of some act. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Physical_object"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Language_oeuvre"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="is_manifestation_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Door">
    <owl:disjointWith rdf:resource="#Floor"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Ceiling"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Wall"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Room"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Material_building_part"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Window"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Classical">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Musical_style"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Pop"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Folk"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Jazz"/>
  </owl:Class>
  <owl:Class rdf:about="#Quality">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Relation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Unit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units should, by rights be individuals. 
Only the classes are actually given. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Modifier"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Mass_physical_continuant">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Mass_entity"/>
          <owl:Class rdf:about="#Physical_entity"/>
          <owl:Class rdf:about="#Continuant_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Cell">
    <owl:disjointWith>
      <owl:Class rdf:about="#Organism"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organ"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Macro_molecule"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Biological_object"/>
    <owl:disjointWith rdf:resource="#Lesion"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cell_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Subdivision_of_body_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Body_part"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Book_copy">
    <rdfs:subClassOf rdf:resource="#Written_object"/>
    <owl:disjointWith rdf:resource="#Pamphlet_copy"/>
    <owl:disjointWith rdf:resource="#Print_out_copy"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Typscript_copy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Journal_copy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Photocopy"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Cell_part">
    <owl:disjointWith>
      <owl:Class rdf:about="#Organ"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Subdivision_of_body_part"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A primitive in the FMA.  Here defined.  There may still be case for distinguishing the primitive Cell_part_NAMED as in GALEN from the defined "Part of Cell". </rdfs:comment>
    <owl:disjointWith rdf:resource="#Cell"/>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_object"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#is_part_of"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Cell"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organism"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Body_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Macro_molecule"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Lesion"/>
  </owl:Class>
  <owl:Class rdf:ID="Artifact">
    <owl:disjointWith>
      <owl:Class rdf:ID="Natural_non_biological_entity"/>
    </owl:disjointWith>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Continuant_entity"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#Act"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="is_outcome_of"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The notion of "Artifact" is of something created by an Act (by definition performed by some "Potential_agent").

In this version Artifacts are required to be continuants, but even this limitations is not definite.  A performance is certainly artefactual.  This limits the Artefact to the script and not the performance.  I think that is the usual meaning of the word, but others may choose to differ. 

Certainly the notion of a "Continuant that is the outcome of some Act" is useful.  Whether the labelling is correct or not remains to be discussed. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="closed_hollow_topology">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#hollow_topology"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="tubular_topology"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Lobe">
    <owl:disjointWith rdf:resource="#Trachea"/>
    <rdfs:subClassOf rdf:resource="#Organ_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Bronchus"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Cardiac_chamber"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Cranium"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Half_heart"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Cardiac_valve"/>
  </owl:Class>
  <owl:Class rdf:about="#Journal_copy">
    <owl:disjointWith rdf:resource="#Pamphlet_copy"/>
    <owl:disjointWith rdf:resource="#Book_copy"/>
    <rdfs:subClassOf rdf:resource="#Written_object"/>
    <owl:disjointWith rdf:resource="#Print_out_copy"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Photocopy"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Typscript_copy"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Thoracic_cavity">
    <owl:disjointWith>
      <owl:Class rdf:ID="Cranial_cavity"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Biological_Cavity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="non_pathological">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Normality_status"/>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:about="#pathological"/>
            </owl:complementOf>
          </owl:Class>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Cerebral_spinal_fluid">
    <owl:disjointWith>
      <owl:Class rdf:about="#Urine"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Bile"/>
    <rdfs:subClassOf rdf:resource="#Biological_substance"/>
    <owl:disjointWith rdf:resource="#Blood"/>
  </owl:Class>
  <owl:Class rdf:about="#Cranium">
    <owl:disjointWith>
      <owl:Class rdf:about="#Half_heart"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Cardiac_valve"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Skull"/>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Organ_part"/>
    <owl:disjointWith rdf:resource="#Lobe"/>
    <owl:disjointWith rdf:resource="#Trachea"/>
    <owl:disjointWith rdf:resource="#Cardiac_chamber"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Bronchus"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#unpaired_symmetry"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Probe-Clinical_part_of_Cell">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_gross_part_of"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Cell"/>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Parts of the cell at the a single granularity</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Probe"/>
  </owl:Class>
  <owl:Class rdf:about="#Afrtistic_style">
    <owl:disjointWith>
      <owl:Class rdf:about="#Musical_style"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Style"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Literary_style"/>
  </owl:Class>
  <owl:Class rdf:ID="Physical_manifestation_of_oeuvre">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Act"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_outcome_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Physical_object"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#is_manifestation_of"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#Oeuvre"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#non_Normal">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anything worth noting as out of the ordinary.  There are many different ways of being non_Normal and endless discussions of the variants, but the one thing people seem to be able to agree on is a notion of 'not normal'. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Normality_status"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="normal"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#pathological">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anything which is diseased in the sense that it requires medical management. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#non_Normal"/>
  </owl:Class>
  <owl:Class rdf:about="#Pattern">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Non_physical_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Patterns are general forms and scripts including 'oeuvres' - the abstractions for intellectual outputs.  These were not developed in GALEN and so are left undeveloped here. 

There is also an argument, according to Barry Smith, for using pattern rather than complexes for Diseases/Clinical situations.   However, this leaves us with three entities at least for each disease. Furthermore, we talk of the duration etc. of a disaease which seems to apply more sensibly to the process. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Continuant_entity"/>
  </owl:Class>
  <owl:Class rdf:ID="Complex">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Self_standing_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anything that is in any way aggregated</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Ribosome">
    <owl:disjointWith>
      <owl:Class rdf:ID="Nucleus"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Cell_part"/>
    <owl:disjointWith>
      <owl:Class rdf:ID="Mitochondrion"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Chromosome"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Process_having_pathological_outcome">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_normality_status"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#pathological"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Biological_physical_occurrent"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="has_outcome"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Restriction>
                <owl:someValuesFrom rdf:resource="#pathological"/>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#has_normality_status"/>
                </owl:onProperty>
              </owl:Restriction>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Mitochondrion">
    <owl:disjointWith rdf:resource="#Ribosome"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Chromosome"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Cell_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Nucleus"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Duration_unit">
    <rdfs:subClassOf rdf:resource="#Unit"/>
    <owl:disjointWith>
      <owl:Class rdf:ID="Length_unit"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Area_unit"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Volume_unit"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Positional_relation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Relation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Self_standing_entity">
    <owl:disjointWith rdf:resource="#Refining_entity"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Domain_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Entities which can stand on their own.  

Primitive self-standing entities in the upper ontology come in disjoint pairs.  In the domain ontology they form disjoint non-exhaustive trees.

The pairs show up poorly because the windows are ordered alphabetically.  However, they can be identified by the disjoint axioms (lower right hand corner of this tab).  The disjoint pairs are deiberately not exhaustive - i.e. we defer the issue of whether everything must be either physical or non-physical etc.  This allows defering commitment on such issues as whether sets of physical things are themselves physical, etc.  This is a matter on which other ontologies differe. 

Also no opposite for 'Complex' is provided, again to defer decisions.

'Biological' is included for convenience in a BioMedical ontology. 

In general it should be possible to classify a self-standing entity by asking questions about the basic dichotomies and subdichotomies 

Asa  matter of style in this version, dichotomies have been represented as a pair of disjoint entities but have not been made exhaustive, e.g. it would be possible for something to be neither physical nor non-physical.  This is part of the policy of deliberately deferring ontological commitments. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#tubular_topology">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#hollow_topology"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#closed_hollow_topology"/>
  </owl:Class>
  <owl:Class rdf:ID="Eukaryotic_cell">
    <owl:disjointWith>
      <owl:Class rdf:ID="Prokaryotic_cell"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Cell"/>
  </owl:Class>
  <owl:Class rdf:about="#Organ">
    <rdfs:subClassOf rdf:resource="#Biological_object"/>
    <owl:disjointWith rdf:resource="#Cell_part"/>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <owl:disjointWith rdf:resource="#Lesion"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Body_part"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organism"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Macro_molecule"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Subdivision_of_body_part"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Cell"/>
  </owl:Class>
  <owl:Class rdf:ID="Collective_of_sound_signals">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:InverseFunctionalProperty rdf:ID="has_grain"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:intersectionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="Sound_energy"/>
              <owl:Restriction>
                <owl:someValuesFrom>
                  <owl:Class rdf:ID="Signal"/>
                </owl:someValuesFrom>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#is_manifestation_of"/>
                </owl:onProperty>
              </owl:Restriction>
            </owl:intersectionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Collective"/>
  </owl:Class>
  <owl:Class rdf:about="#Biological_physical_occurrent">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_entity"/>
          <owl:Class rdf:about="#Physical_entity"/>
          <owl:Class rdf:about="#Occurrent_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="epithelial_cell">
    <owl:disjointWith>
      <owl:Class rdf:ID="Red_blood_cell"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Eukaryotic_cell"/>
  </owl:Class>
  <owl:Class rdf:ID="left_laterality">
    <owl:disjointWith>
      <owl:Class rdf:ID="right_laterality"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Laterality"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Subdivision_of_body_part">
    <owl:disjointWith rdf:resource="#Lesion"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organism"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Body_part"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Cell_part"/>
    <owl:disjointWith rdf:resource="#Cell"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Macro_molecule"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <rdfs:subClassOf rdf:resource="#Biological_object"/>
    <owl:disjointWith rdf:resource="#Organ"/>
  </owl:Class>
  <owl:Class rdf:about="#Cranial_cavity">
    <owl:disjointWith rdf:resource="#Thoracic_cavity"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Biological_Cavity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#behind">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Situated_positional_relation"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#in_front_of"/>
    <owl:disjointWith rdf:resource="#to_the_right_of"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#to_the_left_of"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#unpaired_symmetry">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Left_right_symmetry"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#paired_symmetry"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Macro_molecule">
    <owl:disjointWith rdf:resource="#Cell"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Body_part"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Subdivision_of_body_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Organism"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <owl:disjointWith rdf:resource="#Lesion"/>
    <owl:disjointWith rdf:resource="#Organ"/>
    <owl:disjointWith rdf:resource="#Cell_part"/>
    <rdfs:subClassOf rdf:resource="#Biological_object"/>
  </owl:Class>
  <owl:Class rdf:about="#Non_material_entity">
    <rdfs:subClassOf rdf:resource="#Physical_continuant_entity"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Material_entity"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Physical entities that do not have mass but are defined by other phyhsical entities, e.g. a planar surface defined by a table. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#intrinsically_pathological">
    <rdfs:subClassOf rdf:resource="#intrinsically_non_Normal"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Always pathological, e.g. of tumours. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#pathological"/>
  </owl:Class>
  <owl:Class rdf:ID="Red_blood_cell_mature">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Red_blood_cell"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Cardiac_failure">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >


NB - Fudged because of bug. that doesn't translate pathology propagation axiom properly to DIG interface</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Cardiac_pumping"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_outcome"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:ID="Circulation_of_blood"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:InverseFunctionalProperty rdf:ID="has_level_quality"/>
                    </owl:onProperty>
                    <owl:someValuesFrom>
                      <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                          <owl:Class rdf:about="#Activity_Level"/>
                          <owl:Restriction>
                            <owl:someValuesFrom rdf:resource="#inadequate_status"/>
                            <owl:onProperty>
                              <owl:ObjectProperty rdf:ID="has_status"/>
                            </owl:onProperty>
                          </owl:Restriction>
                        </owl:intersectionOf>
                      </owl:Class>
                    </owl:someValuesFrom>
                  </owl:Restriction>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#has_normality_status"/>
                    </owl:onProperty>
                    <owl:someValuesFrom rdf:resource="#pathological"/>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Photocopy">
    <owl:disjointWith rdf:resource="#Journal_copy"/>
    <owl:disjointWith rdf:resource="#Print_out_copy"/>
    <owl:disjointWith rdf:resource="#Book_copy"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Typscript_copy"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Written_object"/>
    <owl:disjointWith rdf:resource="#Pamphlet_copy"/>
  </owl:Class>
  <owl:Class rdf:ID="Psycho_social_role">
    <rdfs:subClassOf rdf:resource="#Role_played"/>
    <owl:disjointWith>
      <owl:Class rdf:ID="Organisational__role"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Physical__role"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Nucleus">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Cell"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_functional_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Cell_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Chromosome"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_contained_in"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Intracellular_compartment"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Mitochondrion"/>
    <owl:disjointWith rdf:resource="#Ribosome"/>
  </owl:Class>
  <owl:Class rdf:about="#paired_symmetry">
    <owl:disjointWith rdf:resource="#unpaired_symmetry"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Left_right_symmetry"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Level_adequacy_status">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The level of a process.  Used in this demonstration to define Heart Failure. </rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#super_adequate_status"/>
          <owl:Class rdf:about="#adequate_status"/>
          <owl:Class rdf:about="#inadequate_status"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Quality_status_partition"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Volume_unit">
    <owl:disjointWith>
      <owl:Class rdf:about="#Area_unit"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Length_unit"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Unit"/>
    <owl:disjointWith rdf:resource="#Duration_unit"/>
  </owl:Class>
  <owl:Class rdf:about="#Limb">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="mirror_image_symmetry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body_part"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Neck"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Head"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Trunk"/>
  </owl:Class>
  <owl:Class rdf:about="#Ceiling">
    <owl:disjointWith>
      <owl:Class rdf:about="#Window"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Material_building_part"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Floor"/>
    <owl:disjointWith rdf:resource="#Door"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Wall"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Room"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Prokaryotic_cell">
    <rdfs:subClassOf rdf:resource="#Cell"/>
    <owl:disjointWith rdf:resource="#Eukaryotic_cell"/>
  </owl:Class>
  <owl:Class rdf:about="#Physical_discrete_entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Discrete physical things, whether occurrents or continuants, whether material or non-material.  

This may be redundant, depending on ones views of mass occurrents such as "walking", "digesting", "talking", etc. </rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Physical_entity"/>
          <owl:Class rdf:about="#Discrete_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#adequate_status">
    <owl:disjointWith>
      <owl:Class rdf:about="#super_adequate_status"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Level_adequacy_status"/>
    <owl:disjointWith rdf:resource="#inadequate_status"/>
  </owl:Class>
  <owl:Class rdf:ID="Photocopy_of_a_professors_hand_out">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Photocopy"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#Handout_oeuvre"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#is_outcome_of"/>
                    </owl:onProperty>
                    <owl:someValuesFrom>
                      <owl:Class>
                        <owl:intersectionOf rdf:parseType="Collection">
                          <owl:Class rdf:about="#Creation_act"/>
                          <owl:Restriction>
                            <owl:someValuesFrom>
                              <owl:Class rdf:ID="Person_agent"/>
                            </owl:someValuesFrom>
                            <owl:onProperty>
                              <owl:ObjectProperty rdf:ID="has_agent"/>
                            </owl:onProperty>
                          </owl:Restriction>
                        </owl:intersectionOf>
                      </owl:Class>
                    </owl:someValuesFrom>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#is_manifestation_of"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Urine">
    <rdfs:subClassOf rdf:resource="#Biological_substance"/>
    <owl:disjointWith rdf:resource="#Blood"/>
    <owl:disjointWith rdf:resource="#Bile"/>
    <owl:disjointWith rdf:resource="#Cerebral_spinal_fluid"/>
  </owl:Class>
  <owl:Class rdf:about="#normal">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Not non-normal - actually better thought of that way although not represented in this form.  Those things not worth noting because they are expected and noting them would not, in general, convey useful information unless there were some reason to suspect that in the given circumstances they would be non-normal. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Normality_status"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#non_Normal"/>
  </owl:Class>
  <owl:Class rdf:ID="Quantity">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Modifier"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Quantities have a magntude and units.  They are not so much modifiers as there is no other obvious place for them.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Style">
    <rdfs:subClassOf rdf:resource="#Quality"/>
  </owl:Class>
  <owl:Class rdf:ID="Ulcer_of_stomach_syndrome">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Syndrome"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:ID="Ulceration_process"/>
                  <owl:Restriction>
                    <owl:someValuesFrom rdf:resource="#Stomach"/>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#has_locus"/>
                    </owl:onProperty>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="includes"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#includes"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="Ulcer_of_stomach"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Non_nucleated_cell">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Cell"/>
          <owl:Class>
            <owl:complementOf>
              <owl:Restriction>
                <owl:someValuesFrom rdf:resource="#Nucleus"/>
                <owl:onProperty>
                  <owl:TransitiveProperty rdf:ID="has_structural_part"/>
                </owl:onProperty>
              </owl:Restriction>
            </owl:complementOf>
          </owl:Class>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Pumping_gross_biological">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Physiologic_process"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#right_laterality">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Laterality"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#left_laterality"/>
  </owl:Class>
  <owl:Class rdf:ID="Ulcer_structure">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Lesion"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#is_outcome_of"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#Ulceration_process"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Biologica_tissue_or_substance">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Biological_material_entity"/>
          <owl:Class rdf:about="#Mass_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Laterality">
    <rdfs:subClassOf rdf:resource="#Selector"/>
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#left_laterality"/>
          <owl:Class rdf:about="#right_laterality"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sidedness - the left/right hand</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Syndrome_including_pathology_axiom">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An axiom that a Syndrome that includes anything pathological is itself pathological

A good example of why we need to be able to make axioms either anonymous or at least invisible. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_normality_status"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#pathological"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Syndrome"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#has_normality_status"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#pathological"/>
              </owl:Restriction>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#includes"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Area_extent">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_quantity"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:intersectionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Quantity"/>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:ID="has_units"/>
                </owl:onProperty>
                <owl:allValuesFrom>
                  <owl:Class rdf:about="#Area_unit"/>
                </owl:allValuesFrom>
              </owl:Restriction>
            </owl:intersectionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Spatio-temporal-extent"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Probe-Clinical_Part_of_heart">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Probes for the clinical parts of the heart.  This includes both functional and structural parthood. 

This is what a doctor would expect to see, including Pericarditis - i.e. an inflammation of the covering of the heart.  Strictly speaking, the Pericardium is, however, a spearate organ, so according to the FMA view, it does not form part of the heart. </rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_gross_part_of"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Heart"/>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="#Probe"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
  </owl:Class>
  <owl:Class rdf:about="#Modifier">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Modifiers are the common modifiers which change the state of a quality or other aspect of a self-standing entity.  In many cases it is worth representing the "quality" as a class.  </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Refining_entity"/>
  </owl:Class>
  <owl:Class rdf:ID="Cardio_respiratory_system">
    <rdfs:subClassOf rdf:resource="#System"/>
  </owl:Class>
  <owl:Class rdf:about="#Poem_oeuvre">
    <owl:disjointWith rdf:resource="#Essay_oeuvre"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Exam_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Play_oeuvre"/>
    <owl:disjointWith rdf:resource="#Handout_oeuvre"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Book_oeuvre"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Language_oeuvre"/>
  </owl:Class>
  <owl:Class rdf:ID="Thorax">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#unpaired_symmetry"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Subdivision_of_body_part"/>
  </owl:Class>
  <owl:Class rdf:about="#Red_blood_cell">
    <owl:disjointWith rdf:resource="#epithelial_cell"/>
    <rdfs:subClassOf rdf:resource="#Eukaryotic_cell"/>
  </owl:Class>
  <owl:Class rdf:about="#Cardiac_atrium">
    <rdfs:subClassOf rdf:resource="#Cardiac_chamber"/>
    <owl:disjointWith rdf:resource="#Cardiac_ventricle"/>
  </owl:Class>
  <owl:Class rdf:about="#Book_oeuvre">
    <owl:disjointWith rdf:resource="#Play_oeuvre"/>
    <owl:disjointWith rdf:resource="#Essay_oeuvre"/>
    <owl:disjointWith rdf:resource="#Poem_oeuvre"/>
    <owl:disjointWith rdf:resource="#Handout_oeuvre"/>
    <rdfs:subClassOf rdf:resource="#Language_oeuvre"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Exam_oeuvre"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Zebra_fish_organism">
    <owl:disjointWith rdf:resource="#Drosophilia_organism"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Organism"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Human_organism"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mouse_organism"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Neck">
    <owl:disjointWith>
      <owl:Class rdf:about="#Head"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body_part"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Limb"/>
    <owl:disjointWith rdf:resource="#Trunk"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#unpaired_symmetry"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Inflammation_structure">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Lesion"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Inflammation_process"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#is_outcome_of"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Cardiac_pumping">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pumping_gross_biological"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="has_actor"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Heart"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_outcome"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Circulation_of_blood"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Exam_oeuvre">
    <owl:disjointWith rdf:resource="#Essay_oeuvre"/>
    <rdfs:subClassOf rdf:resource="#Language_oeuvre"/>
    <owl:disjointWith rdf:resource="#Poem_oeuvre"/>
    <owl:disjointWith rdf:resource="#Book_oeuvre"/>
    <owl:disjointWith rdf:resource="#Handout_oeuvre"/>
    <owl:disjointWith rdf:resource="#Play_oeuvre"/>
  </owl:Class>
  <owl:Class rdf:about="#Normality_status">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Normality_status is a special status for biomedical ontologies.  It has a much more complex structure than most other status, but is a good demonstration of the advantages of using "value partitions" rather than simple values.

NB - essentially a value partition - two values plus a covering axiom. 

</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Status_partition"/>
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#normal"/>
          <owl:Class rdf:about="#non_Normal"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Probe_structural_part_of_heart">
    <rdfs:subClassOf rdf:resource="#Probe"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Heart"/>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The structural parts of the heart.

Essentially the FMA view of what should be part of the heart, excluding individual cardiac cells etc. which require the still broader is_part_of relation. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Circulation_of_blood">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Circulation"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Blood"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="acts_on"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Right_cardiac_ventricle">
    <rdfs:subClassOf rdf:resource="#Cardiac_ventricle"/>
  </owl:Class>
  <owl:Class rdf:about="#Domain_entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >See comment under Metadata tab for ontology documentation.  (double click on rdfs:comment)

Domain_entity is the top proper entity in the ontology.  We recommend defining a top entity within the ontology because:

a) It is often useful to define other entities either for debugging purposes (probes) or to simulate individuals, etc.

b) Some tools treat the immediate children of owl:Thing peculirarly. 
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Made_entity">
    <rdfs:subClassOf rdf:resource="#Non_biological_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anything that is made.  Made artefacts other than things like Bonzai trees or ornamental gardens, etc. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Physical_thing"/>
    <rdfs:subClassOf rdf:resource="#Artifact"/>
  </owl:Class>
  <owl:Class rdf:ID="Pericarditis_syndrome">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Syndrome"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="Pericarditis_process"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:FunctionalProperty rdf:ID="includes_specifically"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#mirror_image_symmetry">
    <rdfs:subClassOf rdf:resource="#paired_symmetry"/>
  </owl:Class>
  <owl:Class rdf:about="#Syndrome">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ClinicalSituation</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >"Clinical Situation" in GALEN

Effectively "Disease" as opposed to the simple process or lesion at the heart of the disease.  Hence we have both "Pericarditis_syndrome" and "Pericarditis_process"

Likewise, both "Ulcer of stomach" and "Ulcer_of_stomach_syndrome" which includes the process and might include the pain and other things that go with it. 

Note thatt his simplified version just has a single level of "includes" property for syndromes.  By rights, there should be two levels - one for the defining conditions and one for everything else. 

See 'Nexus'</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Nexus"/>
  </owl:Class>
  <owl:Class rdf:about="#to_the_east_of">
    <owl:disjointWith>
      <owl:Class rdf:about="#to_the_south_of"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#to_the_west_of"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#to_the_north_of"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Compass_positional_relation"/>
  </owl:Class>
  <owl:Class rdf:about="#hollow_topology">
    <owl:disjointWith>
      <owl:Class rdf:ID="solid_topology"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Topology_value_partition"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="single_membrane_topology"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Biological_Cavity">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_entity"/>
          <owl:Class rdf:about="#Cavity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >See cavity</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Organisational__role">
    <rdfs:subClassOf rdf:resource="#Role_played"/>
    <owl:disjointWith rdf:resource="#Psycho_social_role"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Physical__role"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Pulmonary_valve">
    <rdfs:subClassOf rdf:resource="#Cardiac_valve"/>
    <owl:disjointWith rdf:resource="#Mitral_valve"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Aortic_valve"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Tricuspid_valve"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Door_to_room">
    <rdfs:subClassOf rdf:resource="#Door"/>
  </owl:Class>
  <owl:Class rdf:ID="Digestive_system">
    <rdfs:subClassOf rdf:resource="#System"/>
  </owl:Class>
  <owl:Class rdf:ID="Temporal_extents">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Spatio-temporal-extent"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:intersectionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Quantity"/>
              <owl:Restriction>
                <owl:allValuesFrom rdf:resource="#Duration_unit"/>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#has_units"/>
                </owl:onProperty>
              </owl:Restriction>
            </owl:intersectionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_quantity"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Bronchus">
    <owl:disjointWith rdf:resource="#Cardiac_chamber"/>
    <owl:disjointWith rdf:resource="#Cardiac_valve"/>
    <rdfs:subClassOf rdf:resource="#Organ_part"/>
    <owl:disjointWith rdf:resource="#Cranium"/>
    <owl:disjointWith rdf:resource="#Trachea"/>
    <owl:disjointWith rdf:resource="#Lobe"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Left_right_symmetry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Half_heart"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#to_the_left_of">
    <owl:disjointWith rdf:resource="#to_the_right_of"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Situated_positional_relation"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#behind"/>
    <owl:disjointWith rdf:resource="#in_front_of"/>
  </owl:Class>
  <owl:Class rdf:ID="Left_cardiac_ventricle">
    <rdfs:subClassOf rdf:resource="#Cardiac_ventricle"/>
  </owl:Class>
  <owl:Class rdf:about="#Ulcer_of_stomach">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Ulcer_structure"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#Ulceration_process"/>
                  <owl:Restriction>
                    <owl:someValuesFrom rdf:resource="#Stomach"/>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#has_locus"/>
                    </owl:onProperty>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#is_outcome_of"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Pericarditis_process">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Inflammation of the covering of the heart (the "pericardium")</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Inflammation_process"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="affects"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Pericardium"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Circulation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Physiologic_process"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Organism">
    <rdfs:subClassOf rdf:resource="#Biological_object"/>
    <owl:disjointWith rdf:resource="#Cell"/>
    <owl:disjointWith rdf:resource="#Subdivision_of_body_part"/>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Body_part"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Organ"/>
    <owl:disjointWith rdf:resource="#Cell_part"/>
    <owl:disjointWith rdf:resource="#Macro_molecule"/>
    <owl:disjointWith rdf:resource="#Lesion"/>
  </owl:Class>
  <owl:Class rdf:about="#Physiologic_process">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any of the usual processes of physiology, growth, circulation, movement, etc. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Biological_physical_occurrent"/>
  </owl:Class>
  <owl:Class rdf:about="#Material_building_part">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The actual material

</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Part_of_building"/>
          <owl:Class rdf:about="#Material_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Physical_entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Those things that are manifest physically - both occurrrents and continuants but not abstractions such as ideas, patterns, etc. 

This ontology is specifically silent on whether "Agents" are physical or not in order to be able to fit in with ontologies which make either choice. </rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Non_physical_entity"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Self_standing_entity"/>
  </owl:Class>
  <owl:Class rdf:ID="Eukaryotic_cell_except_red_blood_cell">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Eukaryotic_cell"/>
          <owl:Class>
            <owl:complementOf rdf:resource="#Red_blood_cell"/>
          </owl:Class>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Nucleus"/>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_structural_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Situated_positional_relation">
    <rdfs:subClassOf rdf:resource="#Positional_relation"/>
  </owl:Class>
  <owl:Class rdf:ID="Human_red_blood_cell_mature">
    <rdfs:subClassOf rdf:resource="#Red_blood_cell_mature"/>
  </owl:Class>
  <owl:Class rdf:about="#Mouse_organism">
    <rdfs:subClassOf rdf:resource="#Organism"/>
    <owl:disjointWith rdf:resource="#Drosophilia_organism"/>
    <owl:disjointWith rdf:resource="#Human_organism"/>
    <owl:disjointWith rdf:resource="#Zebra_fish_organism"/>
  </owl:Class>
  <owl:Class rdf:ID="Collective_of_red_blood_cells">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Collective"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:InverseFunctionalProperty rdf:about="#has_grain"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Red_blood_cell"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Pathological_process">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process aspect of  disease or disorder, e.g. Diabetes, High blood pressure, the growth of a tumour, ulceration, etc. 

See Pathological. </rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_physical_occurrent"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#pathological"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_normality_status"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Area_unit">
    <rdfs:subClassOf rdf:resource="#Unit"/>
    <owl:disjointWith rdf:resource="#Volume_unit"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Length_unit"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Duration_unit"/>
  </owl:Class>
  <owl:Class rdf:ID="Probe-Part_of_Cell">
    <rdfs:subClassOf rdf:resource="#Probe"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProbeClass:true</owl:versionInfo>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Cell"/>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#is_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >All parts of the cell across granularities</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Person_agent">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Potential_agent"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The agentive aspect of a person.  That which ceases to exist when the person dies. 

It is difficult to avoid some degree of dualism.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Collective_of_Mitochondria">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Collective"/>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#Mitochondrion"/>
            <owl:onProperty>
              <owl:InverseFunctionalProperty rdf:about="#has_grain"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Intrinsically_pathological_process">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pathological_process"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_normality_status"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#intrinsically_pathological"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Body_part">
    <owl:disjointWith rdf:resource="#Cell"/>
    <owl:disjointWith rdf:resource="#Macro_molecule"/>
    <owl:disjointWith rdf:resource="#Cell_part"/>
    <owl:disjointWith rdf:resource="#Organ"/>
    <owl:disjointWith rdf:resource="#Subdivision_of_body_part"/>
    <owl:disjointWith rdf:resource="#Lesion"/>
    <rdfs:subClassOf rdf:resource="#Biological_object"/>
    <owl:disjointWith rdf:resource="#Organ_part"/>
    <owl:disjointWith rdf:resource="#Organism"/>
  </owl:Class>
  <owl:Class rdf:about="#Tissue">
    <rdfs:subClassOf rdf:resource="#Biologica_tissue_or_substance"/>
    <owl:disjointWith rdf:resource="#Biological_substance"/>
  </owl:Class>
  <owl:Class rdf:about="#Topology_value_partition">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >General topological characteristics used in anatomy.  The most important variants are hollow and solid, but there are many variants, only a few of which are detailed here. </rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Left_right_symmetry"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Intrinsic_property_partition"/>
    <owl:disjointWith rdf:resource="#Selector"/>
  </owl:Class>
  <owl:Class rdf:about="#Musical_oeuvre">
    <owl:disjointWith>
      <owl:Class rdf:about="#Performance_oeuvre"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Visual_oeuvre"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Oeuvre"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Language_oeuvre"/>
  </owl:Class>
  <owl:Class rdf:about="#Material_entity">
    <owl:disjointWith rdf:resource="#Non_material_entity"/>
    <rdfs:subClassOf rdf:resource="#Physical_continuant_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An physical entity that has mass/energy as opposed to holes ("cavities") lines, etc. 
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Wall">
    <rdfs:subClassOf rdf:resource="#Material_building_part"/>
    <owl:disjointWith rdf:resource="#Door"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Room"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Floor"/>
    <owl:disjointWith rdf:resource="#Ceiling"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Window"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Signal">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_manifestation_of"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Pattern"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Signals are discrete occurrents that are manifestations information - i.e. are the manifestation of a pattern.  Signals have to be carried by something - i.e. constituted by some underlying mass medium, e.g. a form of energy.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Discrete_entity"/>
    <rdfs:subClassOf rdf:resource="#Physical_entity"/>
  </owl:Class>
  <owl:Class rdf:about="#Biological_material_entity">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_entity"/>
          <owl:Class rdf:about="#Material_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Hollow_object">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Physical_object"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#hollow_topology"/>
            <owl:onProperty>
              <owl:FunctionalProperty rdf:about="#has_topology"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Aggregation">
    <rdfs:subClassOf rdf:resource="#Complex"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anything that brings together things of a given sort. 

Aggregations are always defined using universal rather than existential restrictions</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Folk">
    <owl:disjointWith rdf:resource="#Pop"/>
    <owl:disjointWith rdf:resource="#Jazz"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Musical_style"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Classical"/>
  </owl:Class>
  <owl:Class rdf:about="#Intracellular_compartment">
    <rdfs:subClassOf rdf:resource="#Biological_Cavity"/>
  </owl:Class>
  <owl:Class rdf:about="#Tricuspid_valve">
    <rdfs:subClassOf rdf:resource="#Cardiac_valve"/>
    <owl:disjointWith rdf:resource="#Mitral_valve"/>
    <owl:disjointWith rdf:resource="#Pulmonary_valve"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Aortic_valve"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Window">
    <owl:disjointWith rdf:resource="#Ceiling"/>
    <rdfs:subClassOf rdf:resource="#Material_building_part"/>
    <owl:disjointWith rdf:resource="#Door"/>
    <owl:disjointWith rdf:resource="#Floor"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Room"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Wall"/>
  </owl:Class>
  <owl:Class rdf:about="#Natural_non_biological_entity">
    <owl:disjointWith rdf:resource="#Artifact"/>
    <rdfs:subClassOf rdf:resource="#Non_biological_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >All those things created by potential agents, whether people or others.   We leave open the issue of whether animals can be agents and the authors of artefacts. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Organisation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Potential_agent"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Non_physical_entity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_member"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Potential_agent"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Organisations are here taken as being co-extensive with the group of agents that make them up - which can of course be empty.  Alternatively we could take the Organisation as independent and constituted by the group of agents.

One might also wish to argue that an organisation has to be an actual agent - in effect that it has to do something - but it is more that it is empowered to do things than that it does them which seems to count. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Group"/>
  </owl:Class>
  <owl:Class rdf:about="#Head">
    <owl:disjointWith rdf:resource="#Neck"/>
    <owl:disjointWith rdf:resource="#Limb"/>
    <rdfs:subClassOf rdf:resource="#Body_part"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#unpaired_symmetry"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Trunk"/>
  </owl:Class>
  <owl:Class rdf:ID="Biological_non_material_entity">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Non_material_entity"/>
          <owl:Class rdf:about="#Biological_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="acquired_pathological">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#pathological"/>
          <owl:Class>
            <owl:complementOf rdf:resource="#intrinsically_pathological"/>
          </owl:Class>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Left_right_symmetry">
    <owl:disjointWith rdf:resource="#Topology_value_partition"/>
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#unpaired_symmetry"/>
          <owl:Class rdf:about="#paired_symmetry"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith rdf:resource="#Selector"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Used in anatomy to identify parts of the body which have left and right versions, which may be different (e.g. the, lungs, the hemispheres of the brain) or mirror images of each other, e.g. hands, arms, etc.
 </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Intrinsic_property_partition"/>
  </owl:Class>
  <owl:Class rdf:ID="Energy">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Mass_entity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Occurrent_entity"/>
  </owl:Class>
  <owl:Class rdf:ID="Biological_continuant">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Continuant_entity"/>
          <owl:Class rdf:about="#Biological_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Circulatory_failure_due_to_cardiac_failure">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Circulation_of_blood"/>
          <owl:Class>
            <owl:intersectionOf rdf:parseType="Collection">
              <owl:Restriction>
                <owl:onProperty>
                  <owl:InverseFunctionalProperty rdf:about="#has_level_quality"/>
                </owl:onProperty>
                <owl:someValuesFrom>
                  <owl:Class>
                    <owl:intersectionOf rdf:parseType="Collection">
                      <owl:Class rdf:about="#Activity_Level"/>
                      <owl:Restriction>
                        <owl:someValuesFrom rdf:resource="#inadequate_status"/>
                        <owl:onProperty>
                          <owl:ObjectProperty rdf:about="#has_status"/>
                        </owl:onProperty>
                      </owl:Restriction>
                    </owl:intersectionOf>
                  </owl:Class>
                </owl:someValuesFrom>
              </owl:Restriction>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#has_normality_status"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#pathological"/>
              </owl:Restriction>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#is_outcome_of"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#Cardiac_failure"/>
              </owl:Restriction>
            </owl:intersectionOf>
          </owl:Class>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Specified_set">
    <rdfs:subClassOf rdf:resource="#Group"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Set in FMA sense of a specified list with a specific number. 

NOT a mathematical set. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Quality_status_partition">
    <rdfs:subClassOf rdf:resource="#Status_partition"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Quality_status_partitions are the vast majority of status partitions which go with qualities. 

Only a single example, "Level" is given here, but most clinical features such as body temperature, height, weight, pulse rate, etc. would be treated as "qualities".  Each would have its own "Quality" defined under self-standing entities and a set of mutually exclusive statuses.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Performance_oeuvre">
    <owl:disjointWith rdf:resource="#Musical_oeuvre"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Oeuvre"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Language_oeuvre"/>
    <owl:disjointWith rdf:resource="#Visual_oeuvre"/>
  </owl:Class>
  <owl:Class rdf:about="#to_the_south_of">
    <rdfs:subClassOf rdf:resource="#Compass_positional_relation"/>
    <owl:disjointWith rdf:resource="#to_the_east_of"/>
    <owl:disjointWith rdf:resource="#to_the_west_of"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#to_the_north_of"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Plane">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A flat surface</rdfs:comment>
    <owl:disjointWith rdf:resource="#Cavity"/>
    <rdfs:subClassOf rdf:resource="#Non_material_entity"/>
    <owl:disjointWith rdf:resource="#Line"/>
  </owl:Class>
  <owl:Class rdf:about="#Mass_entity">
    <rdfs:subClassOf rdf:resource="#Self_standing_entity"/>
    <owl:disjointWith rdf:resource="#Discrete_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Measurable entities - water, air,blood,  tissue, etc. 

as opposed to Discrete_entities
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Typscript_copy">
    <owl:disjointWith rdf:resource="#Photocopy"/>
    <owl:disjointWith rdf:resource="#Book_copy"/>
    <owl:disjointWith rdf:resource="#Print_out_copy"/>
    <owl:disjointWith rdf:resource="#Journal_copy"/>
    <owl:disjointWith rdf:resource="#Pamphlet_copy"/>
    <rdfs:subClassOf rdf:resource="#Written_object"/>
  </owl:Class>
  <owl:Class rdf:ID="Physical_mass_entity">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Physical_entity"/>
          <owl:Class rdf:about="#Mass_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Ulceration_process">
    <rdfs:subClassOf rdf:resource="#Intrinsically_pathological_process"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of ulceration - as opposed to the ulcer that is the outcome of that process</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Physical__role">
    <owl:disjointWith rdf:resource="#Psycho_social_role"/>
    <owl:disjointWith rdf:resource="#Organisational__role"/>
    <rdfs:subClassOf rdf:resource="#Role_played"/>
  </owl:Class>
  <owl:Class rdf:about="#Room">
    <owl:disjointWith rdf:resource="#Floor"/>
    <owl:disjointWith rdf:resource="#Window"/>
    <rdfs:subClassOf rdf:resource="#Material_building_part"/>
    <owl:disjointWith rdf:resource="#Wall"/>
    <owl:disjointWith rdf:resource="#Door"/>
    <owl:disjointWith rdf:resource="#Ceiling"/>
  </owl:Class>
  <owl:Class rdf:about="#Spatio-temporal-extent">
    <rdfs:subClassOf rdf:resource="#Spatio-temporal-entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Subsumes extents of any diimensionality.  The important cases are covered currently.  Could be defined in terms of dimensionality in a future version.

Spatio-temporal extents should be capable of taking magnitude values, and indeed this can be entered in Protege, but they will not perform as expected with the classifier.   However, they are created for purposes of illustration.
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Sound_energy">
    <rdfs:subClassOf rdf:resource="#Energy"/>
  </owl:Class>
  <owl:Class rdf:about="#Musical_style">
    <owl:disjointWith rdf:resource="#Afrtistic_style"/>
    <rdfs:subClassOf rdf:resource="#Style"/>
    <owl:disjointWith rdf:resource="#Literary_style"/>
  </owl:Class>
  <owl:Class rdf:about="#Relation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reified relations.  Primarily in biology "Qualities" but might also be other forms of relationship </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Complex"/>
  </owl:Class>
  <owl:Class rdf:ID="Linear_extent">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:intersectionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Quantity"/>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#has_units"/>
                </owl:onProperty>
                <owl:allValuesFrom>
                  <owl:Class rdf:about="#Length_unit"/>
                </owl:allValuesFrom>
              </owl:Restriction>
            </owl:intersectionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_quantity"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Spatio-temporal-extent"/>
  </owl:Class>
  <owl:Class rdf:ID="Nucleated_cell">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="has_functional_part"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Nucleus"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Eukaryotic_cell"/>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_structural_part"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Nucleus"/>
          </owl:Restriction>
          <owl:Class rdf:about="#Cell"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Length_unit">
    <rdfs:subClassOf rdf:resource="#Unit"/>
    <owl:disjointWith rdf:resource="#Duration_unit"/>
    <owl:disjointWith rdf:resource="#Area_unit"/>
    <owl:disjointWith rdf:resource="#Volume_unit"/>
  </owl:Class>
  <owl:Class rdf:about="#super_adequate_status">
    <rdfs:subClassOf rdf:resource="#Level_adequacy_status"/>
    <owl:disjointWith rdf:resource="#inadequate_status"/>
    <owl:disjointWith rdf:resource="#adequate_status"/>
  </owl:Class>
  <owl:Class rdf:about="#single_membrane_topology">
    <rdfs:subClassOf rdf:resource="#Topology_value_partition"/>
    <owl:disjointWith rdf:resource="#hollow_topology"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#solid_topology"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Non_material_building_part">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Part_of_building"/>
          <owl:Class rdf:about="#Non_material_entity"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Chromosome">
    <rdfs:subClassOf rdf:resource="#Cell_part"/>
    <owl:disjointWith rdf:resource="#Ribosome"/>
    <owl:disjointWith rdf:resource="#Mitochondrion"/>
    <owl:disjointWith rdf:resource="#Nucleus"/>
  </owl:Class>
  <owl:Class rdf:about="#Oeuvre">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >'Oeuvre' is the french word for "work" in the sense of "work of art" or "work of literature".  It is used here to avoid the English homonym of "work" as a verb or the type of working that we do for a living. 

In this version we will take a very simple versio and just define written, musical and visual oeuvre without trying to analyse them further. </rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pattern"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#is_outcome_of"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#Act"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Potential_agent">
    <rdfs:subClassOf rdf:resource="#Continuant_entity"/>
    <rdfs:subClassOf rdf:resource="#Discrete_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Potential_agent serves as the domain for has_agent.

The list of potential agents is deliberately left open and no statement is made about whether they need by physical or not.  

Alternatively one could leave the domain of has_agent as simply discrete continuant. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Self_standing_entity"/>
  </owl:Class>
  <owl:Class rdf:about="#to_the_north_of">
    <owl:disjointWith rdf:resource="#to_the_west_of"/>
    <owl:disjointWith rdf:resource="#to_the_east_of"/>
    <owl:disjointWith rdf:resource="#to_the_south_of"/>
    <rdfs:subClassOf rdf:resource="#Compass_positional_relation"/>
  </owl:Class>
  <owl:Class rdf:about="#Aortic_valve">
    <owl:disjointWith rdf:resource="#Mitral_valve"/>
    <rdfs:subClassOf rdf:resource="#Cardiac_valve"/>
    <owl:disjointWith rdf:resource="#Tricuspid_valve"/>
    <owl:disjointWith rdf:resource="#Pulmonary_valve"/>
  </owl:Class>
  <owl:Class rdf:about="#Non_physical_entity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >See Physical_entity
</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Self_standing_entity"/>
    <owl:disjointWith rdf:resource="#Physical_entity"/>
  </owl:Class>
  <owl:Class rdf:ID="Volume_extents">
    <rdfs:subClassOf rdf:resource="#Spatio-temporal-extent"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:intersectionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Quantity"/>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#has_units"/>
                </owl:onProperty>
                <owl:allValuesFrom rdf:resource="#Volume_unit"/>
              </owl:Restriction>
            </owl:intersectionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_quantity"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Half_heart">
    <rdfs:subClassOf rdf:resource="#Organ_part"/>
    <owl:disjointWith rdf:resource="#Lobe"/>
    <owl:disjointWith rdf:resource="#Cardiac_chamber"/>
    <owl:disjointWith rdf:resource="#Cranium"/>
    <owl:disjointWith rdf:resource="#Cardiac_valve"/>
    <owl:disjointWith rdf:resource="#Trachea"/>
    <owl:disjointWith rdf:resource="#Bronchus"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_left_right_symmetry"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#paired_symmetry"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Heart"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_functional_part_of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Act">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Occurrent_entity"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_agent"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Potential_agent"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An occurrent that has an agent.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#solid_topology">
    <owl:disjointWith rdf:resource="#hollow_topology"/>
    <owl:disjointWith rdf:resource="#single_membrane_topology"/>
    <rdfs:subClassOf rdf:resource="#Topology_value_partition"/>
  </owl:Class>
  <owl:ObjectProperty rdf:about="#has_member">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="is_member_of"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:ID="has_part"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_quality_of">
    <rdfs:range rdf:resource="#Self_standing_entity"/>
    <rdfs:domain rdf:resource="#Quality"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="Relational_property"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="has_quality"/>
    </owl:inverseOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GALEN isFeatureOf

Children for each quality to control cardinality. 

Links features to self-standing entities.
Placed in this way around to make child of </rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_owned_by">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="Inverse_Relational_property"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="owns"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_non_physical_aspect_of">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="has_non_physical_aspect"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#Self_standing_entity"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Relational_property"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Non_physical_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The top property linking non-physical to physical entities.  More a convenience for organisation than a property to be used. 

We are agnostic about whether one non_physical entity can be linked to other non-physical entities.  Hence the range is merely self-standing entity. </rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_participant_in">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="has_participant"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Inverse_Relational_property"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#includes">
    <rdfs:subPropertyOf rdf:resource="#has_member"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >relation between syndrome and the different pathologies.

The Subproperty includes_specifically is a sub of has_locus.  So in general a syndrome or "Clinical Situation" can include things which it is not a disease of - e.g. Diabetes should not be a renal or eye disease, although the total syndrome includes these things, at least as possibilities.

However, in this version this broader version of includes is not used. </rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_non_physical_aspect">
    <owl:inverseOf rdf:resource="#is_non_physical_aspect_of"/>
    <rdfs:domain rdf:resource="#Self_standing_entity"/>
    <rdfs:range rdf:resource="#Non_physical_entity"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Inverse_Relational_property"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_organisational_part">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="has_gross_part"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:ID="is_organisational_part_of"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_actor_in">
    <rdfs:domain rdf:resource="#Self_standing_entity"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#has_actor"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf rdf:resource="#is_participant_in"/>
    <rdfs:range rdf:resource="#Occurrent_entity"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:ID="is_locus_of"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_units">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="Modifier_property"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Quantity"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="inverse_of_Teaching-top-redone-02-05_Slot_1"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#Unit"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_physical_location">
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:ID="is_physical_location_of"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_location"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Physical location</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_agent_of">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#has_agent"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#Potential_agent"/>
    <rdfs:subPropertyOf rdf:resource="#is_actor_in"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:ID="is_location_of"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_functional_part_of">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="#has_functional_part"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#is_gross_part_of"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_acted_on_by">
    <rdfs:subPropertyOf rdf:resource="#is_participant_in"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#acts_on"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Modifier_property">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="Refining_property"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="Inverse_modifier_property"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#inverse_of_Teaching-top-redone-02-05_Slot_1">
    <owl:inverseOf rdf:resource="#has_units"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Inverse_modifier_property"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_connection_to">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="is_connected_to"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_physical_location_of"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="Inverse_Refining_property">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >See Refining Property</rdfs:comment>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#Refining_property"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_manifestation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Relation between a pattern or agent and its manifestation.  Whether agents are patterns/information or not has been left open. 

A subproperty of has_location because the agent is co-located with its manifestation.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_location"/>
    </rdfs:subPropertyOf>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Pattern"/>
          <owl:Class rdf:about="#Potential_agent"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:subPropertyOf rdf:resource="#is_non_physical_aspect_of"/>
    <rdfs:range rdf:resource="#Physical_entity"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#is_manifestation_of"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#owns">
    <rdfs:range>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Self_standing_entity"/>
          <owl:Class>
            <owl:complementOf rdf:resource="#Person_agent"/>
          </owl:Class>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Only agents can own things.  Just about anything except a person can be owned.  (Even a person's body, after they are dead is owned in English law, and a person owns their body and body parts under many jurisdictions before death)</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Relational_property"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Potential_agent"/>
    <owl:inverseOf rdf:resource="#is_owned_by"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_gross_part">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_part"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The usual  meaning of partonomy - including functional and physical partonomy but excluding membership.  In general faults etc of gross parts are faults of the whole.  Whereas this is not true of th emore general is_part_of relation.  (Known as "is_clinical_part_of" in reconstruction of GALEN)</rdfs:comment>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#is_gross_part_of"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >has_clinical_part</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_agent">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#has_actor"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#is_agent_of"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Whereas actors can be either occurrents or continants. Agents - the initator, must be a continuant. 

Occurrents that have agents are known as Acts.</rdfs:comment>
    <rdfs:range rdf:resource="#Potential_agent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_defined_by">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_structural_part"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="defines"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_constituent_of">
    <rdfs:domain rdf:resource="#Mass_entity"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="has_constituent"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_group_member">
    <rdfs:subPropertyOf rdf:resource="#has_member"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="is_in_group_of"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="inverse_of_Teaching-top-redone-02-05_Slot_0">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Inverse_modifier_property"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#has_quantity"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_portion">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_structural_part"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:ID="is_portion_of"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_constituent">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_structural_part"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Mass_entity"/>
    <owl:inverseOf rdf:resource="#is_constituent_of"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="Inverse_selector_property">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="Selector_property"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="Inverse_intrinsic_property"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_outcome_of">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#has_outcome"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#has_locus"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Self_standing_entity"/>
    <rdfs:range rdf:resource="#Occurrent_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Outcome of process.  
Has additional parent has_locus to get reasoning right in absence of more sophisticated rules.
</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#is_acted_on_by"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="plays_role">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="is_role_played_by"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf rdf:resource="#has_non_physical_aspect"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_actor">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#has_locus"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The actor in a process.  If the Heart is the actor in a pathological process then it is a locus of the pathology - see Circulatory_failure_due_to_cardiac_failure</rdfs:comment>
    <rdfs:domain rdf:resource="#Occurrent_entity"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#has_participant"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#is_actor_in"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_participant">
    <owl:inverseOf rdf:resource="#is_participant_in"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Relation betwen occurrents and either continuants or other occurrents.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Relational_property"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="#Occurrent_entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_outcome">
    <owl:inverseOf rdf:resource="#is_outcome_of"/>
    <rdfs:domain rdf:resource="#Occurrent_entity"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TODO: Consider whether to place under affects.  should has_outcome be a child of has_locus.</owl:versionInfo>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#acts_on"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >has_outcome 

The general outcome of an act.
Should probably be a sub of affects.  

Still being chased. </rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_grain_of">
    <rdfs:range rdf:resource="#Collective"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#is_member_of"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:about="#has_grain"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#Physical_thing"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Membership of collective. 
Grains of sand - beach.
Molecules - substances

is_grain_of is the fundamental entity for spanning levels of granularity.

A grain is a </rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_role_played_by">
    <owl:inverseOf rdf:resource="#plays_role"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Link between a role and the things that play that role.  

In this direction to be consistent with location and manifestation

Link between a</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#is_non_physical_aspect_of"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Inverse_Relational_property">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >See Relational Property</rdfs:comment>
    <rdfs:range rdf:resource="#Self_standing_entity"/>
    <rdfs:domain rdf:resource="#Self_standing_entity"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#Relational_property"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="embodies">
    <rdfs:subPropertyOf rdf:resource="#has_non_physical_aspect"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="is_embodied_as"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_contained_in">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="contains"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#Material_entity"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_location"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Containment.  In this veresion must be contained in a cavity.
This is more pedantic than GALEN.

Note containment implies location but not partonomy</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Biological_Cavity"/>
          <owl:Class rdf:about="#Hollow_object"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_member_of">
    <rdfs:range rdf:resource="#Complex"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Membership - not standard partonomy and not included in clinical partonomy</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_part_of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#has_member"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_quantity">
    <rdfs:range rdf:resource="#Quantity"/>
    <rdfs:domain rdf:resource="#Spatio-temporal-extent"/>
    <owl:inverseOf rdf:resource="#inverse_of_Teaching-top-redone-02-05_Slot_0"/>
    <rdfs:subPropertyOf rdf:resource="#Modifier_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Relational_property">
    <owl:inverseOf rdf:resource="#Inverse_Relational_property"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Properties linking self-standing entities</rdfs:comment>
    <rdfs:domain rdf:resource="#Self_standing_entity"/>
    <rdfs:range rdf:resource="#Self_standing_entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#contains">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_location_of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#is_contained_in"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_normality_status">
    <rdfs:range rdf:resource="#Normality_status"/>
    <rdfs:domain rdf:resource="#Biological_entity"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:subPropertyOf rdf:resource="#Modifier_property"/>
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:ID="is_normality_status_of"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_status">
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:ID="is_status_of"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#Quality_status_partition"/>
    <rdfs:domain rdf:resource="#Quality"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:subPropertyOf rdf:resource="#Modifier_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#defines">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Non_material_entity"/>
    <rdfs:domain rdf:resource="#Material_entity"/>
    <owl:inverseOf rdf:resource="#is_defined_by"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_gross_part_of">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The usual  meaning of partonomy - including functional and physical partonomy but excluding membership.  In general faults etc of gross parts are faults of the whole.  Whereas this is not true of th emore general is_part_of relation.  (Known as "is_clinical_part_of" in reconstruction of GALEN)</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_part_of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#has_gross_part"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >is_clinical_part_of</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_affected_by">
    <rdfs:subPropertyOf rdf:resource="#is_participant_in"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#affects"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_locus_of"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_locus">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_location"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="#is_locus_of"/>
    </owl:inverseOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GALEN 'hasLocation' - locus of pathology.
NB because of differences between sanctioning and domain/range constraints, must always ask for has_normality pathological &amp; hasLocus...
</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#affects">
    <owl:inverseOf rdf:resource="#is_affected_by"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#acts_on"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Subvariety of acts_on which indicates actual effect on the thing acted on - creation, modification, etc.  A sub of has_locus.  Otherwise, everything acted on by the process would become the locus. Counterexample - heart failure.  The pumping acts on blood but is adequate.  It affects circulation. 

This is a variant of the GALEN version which achieved many of the same effects via the propagates_via axiom. </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#has_locus"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="occupies">
    <rdfs:range rdf:resource="#Building_entity"/>
    <rdfs:domain rdf:resource="#Potential_agent"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="is_occupied_by"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf rdf:resource="#Relational_property"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relation of an agent to its official 'residence' or buildings which it occupies.  Applies to both organisations and individuals.  For an organisation, may be considered locative. However, the legal location of an organisation is a tricky matter which we defer here.

Note the range is too broad, but it is easier to say any building entity than to make it more precise.
 </rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Selector_property">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="Instrinsic_property"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#Inverse_selector_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#acts_on">
    <owl:inverseOf rdf:resource="#is_acted_on_by"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Acts on substrate
Pumping acts_on blood.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#has_participant"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_in_group_of">
    <rdfs:subPropertyOf rdf:resource="#is_member_of"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Group membership as in goose - flock of geese.
</rdfs:comment>
    <owl:inverseOf rdf:resource="#has_group_member"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_discrete_part">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_structural_part"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relations between distinct things - i.e. things that have a distinct shape a well defined numbers of parts and their parts - see is_subdivision_of</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_embodied_as">
    <rdfs:subPropertyOf rdf:resource="#is_non_physical_aspect_of"/>
    <owl:inverseOf rdf:resource="#embodies"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relation between an agent and the physical manifestation</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Instrinsic_property">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#Refining_property"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#Inverse_intrinsic_property"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Refining_property">
    <rdfs:domain rdf:resource="#Domain_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Properties linking self-standing entities to refining entities or refining entities to each other.</rdfs:comment>
    <rdfs:range rdf:resource="#Refining_entity"/>
    <owl:inverseOf rdf:resource="#Inverse_Refining_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_occupied_by">
    <owl:inverseOf rdf:resource="#occupies"/>
    <rdfs:subPropertyOf rdf:resource="#Inverse_Relational_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Inverse_modifier_property">
    <rdfs:subPropertyOf rdf:resource="#Inverse_Refining_property"/>
    <owl:inverseOf rdf:resource="#Modifier_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="inverse_of_Teaching-top-redone-02-07_Slot_4">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_physical_location_of"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_manifestation_of">
    <rdfs:subPropertyOf rdf:resource="#has_non_physical_aspect"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_location_of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#has_manifestation"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Potential_agent"/>
          <owl:Class rdf:about="#Pattern"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Physical_entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#Inverse_intrinsic_property">
    <owl:inverseOf rdf:resource="#Instrinsic_property"/>
    <rdfs:subPropertyOf rdf:resource="#Inverse_Refining_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_quality">
    <rdfs:subPropertyOf rdf:resource="#Inverse_Relational_property"/>
    <owl:inverseOf rdf:resource="#is_quality_of"/>
    <rdfs:range rdf:resource="#Quality"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_subdivision_of">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relation between </rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:ID="has_subdivision"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_connected_to">
    <owl:inverseOf rdf:resource="#has_connection_to"/>
    <rdfs:subPropertyOf rdf:resource="#has_physical_location"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Connection.  Not symmetric in GALEN because GALEN handled symmetric properties badly.  </rdfs:comment>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="has_magnitude">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The numeric value of a quantity.

Cannot have place in the hierarchy parallel to that of has_unit, because a data type property cannot be the subproperty of an object property or vice versa.
</rdfs:comment>
    <rdfs:domain rdf:resource="#Quantity"/>
  </owl:DatatypeProperty>
  <owl:TransitiveProperty rdf:about="#is_physical_location_of">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_location_of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#has_physical_location"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#is_part_of">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Generic partonomy including  membership.</rdfs:comment>
    <rdfs:domain rdf:resource="#Self_standing_entity"/>
    <rdfs:subPropertyOf rdf:resource="#has_physical_location"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="#has_part"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#is_organisational_part_of">
    <rdfs:range rdf:resource="#Organisation"/>
    <owl:inverseOf rdf:resource="#has_organisational_part"/>
    <rdfs:domain rdf:resource="#Organisation"/>
    <rdfs:subPropertyOf rdf:resource="#is_gross_part_of"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#is_location_of">
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="#has_location"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf rdf:resource="#Inverse_Relational_property"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:ID="has_distinct_part">
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:ID="is_distinct_part_of"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_structural_part"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#has_location">
    <owl:inverseOf rdf:resource="#is_location_of"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Most general notion of location.  Not necessarily physical

 NOT GALEN "hasLocation"
</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#Relational_property"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#has_part">
    <owl:inverseOf rdf:resource="#is_part_of"/>
    <rdfs:subPropertyOf rdf:resource="#is_physical_location_of"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#has_structural_part">
    <rdfs:domain rdf:resource="#Self_standing_entity"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf rdf:resource="#has_gross_part"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
    </owl:inverseOf>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#is_distinct_part_of">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#is_structural_part_of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="#has_distinct_part"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#has_subdivision">
    <rdfs:subPropertyOf rdf:resource="#has_structural_part"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <owl:inverseOf rdf:resource="#is_subdivision_of"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#is_structural_part_of">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Structural partonomy not including membership. Structural partonomy in GALEN does not cross scales. 

The domain of of independent entity forces bunches of things, etc. to be independent even though the parent notion of bunch is not. </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#is_gross_part_of"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <owl:inverseOf rdf:resource="#has_structural_part"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#has_functional_part">
    <rdfs:subPropertyOf rdf:resource="#has_gross_part"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <owl:inverseOf rdf:resource="#is_functional_part_of"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#is_locus_of">
    <owl:inverseOf rdf:resource="#has_locus"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf rdf:resource="#is_location_of"/>
  </owl:TransitiveProperty>
  <owl:FunctionalProperty rdf:about="#has_topology">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#Physical_object"/>
    <rdfs:range rdf:resource="#Topology_value_partition"/>
    <rdfs:subPropertyOf rdf:resource="#Instrinsic_property"/>
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:ID="is_topology_of"/>
    </owl:inverseOf>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#includes_specifically">
    <rdfs:subPropertyOf rdf:resource="#includes"/>
    <rdfs:subPropertyOf rdf:resource="#has_locus"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The specific version of includes which points to the causative or key pathology. 

Follows GALEN naming conventions.  Alternatives welcome. </rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_laterality">
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:ID="is_laterality_of"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#Laterality"/>
    <rdfs:subPropertyOf rdf:resource="#Selector_property"/>
    <rdfs:domain rdf:resource="#Biological_object_that_has_left_right_symmetry"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_left_right_symmetry">
    <rdfs:subPropertyOf rdf:resource="#Instrinsic_property"/>
    <rdfs:domain rdf:resource="#Biological_object"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#Left_right_symmetry"/>
  </owl:FunctionalProperty>
  <owl:InverseFunctionalProperty rdf:ID="is_level_quality_of">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:subPropertyOf rdf:resource="#is_quality_of"/>
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:about="#has_level_quality"/>
    </owl:inverseOf>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty rdf:about="#has_level_quality">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Activity_Level"/>
    <rdfs:subPropertyOf rdf:resource="#has_quality"/>
    <owl:inverseOf rdf:resource="#is_level_quality_of"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty rdf:about="#is_topology_of">
    <owl:inverseOf rdf:resource="#has_topology"/>
    <rdfs:subPropertyOf rdf:resource="#Inverse_intrinsic_property"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty rdf:about="#is_laterality_of">
    <owl:inverseOf rdf:resource="#has_laterality"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf rdf:resource="#Inverse_selector_property"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty rdf:about="#is_portion_of">
    <owl:inverseOf rdf:resource="#has_portion"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relation between two mass entities which are mixed or parts. </rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#Mass_entity"/>
    <rdfs:range rdf:resource="#Mass_entity"/>
    <rdfs:subPropertyOf rdf:resource="#is_structural_part_of"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty rdf:about="#has_grain">
    <owl:inverseOf rdf:resource="#is_grain_of"/>
    <rdfs:subPropertyOf rdf:resource="#has_member"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty rdf:about="#is_normality_status_of">
    <rdfs:subPropertyOf rdf:resource="#Inverse_modifier_property"/>
    <owl:inverseOf rdf:resource="#has_normality_status"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty rdf:about="#is_status_of">
    <rdfs:subPropertyOf rdf:resource="#Inverse_modifier_property"/>
    <owl:inverseOf rdf:resource="#has_status"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:InverseFunctionalProperty>
  <Length_unit rdf:ID="Inches"/>
  <Area_unit rdf:ID="square_metre"/>
  <Length_unit rdf:ID="Metres"/>
  <Area_unit rdf:ID="square_inches"/>
  <Length_unit rdf:ID="Feet"/>
  <Area_unit rdf:ID="square_feet"/>
  <Duration_unit rdf:ID="seconds"/>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2 beta, Build 285)  http://protege.stanford.edu -->

