<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY BioTRI2 "http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#" >
]>


<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:BioTRI2="http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#">
    <Ontology rdf:about="http://people.bath.ac.uk/ensjfvv/BioTRI2.owl">
        <rdfs:comment>This ontology is developed specifically to compare problem-solving between biology and technology, using biological cases.  The cases are taken from a large literature database which has concentrated, over the years, on physical and mechanical effects, plus a few specific topic areas such as phenolic tanning and arthropod cuticle.  There is no good reason for limiting the ontology to this range of topics - invitation to you to enlarge it!  Plants and animals are equally represented in that botanical cases have been actively sought.  The main comparisons have been achieved via the Inventive Principles of TRIZ, since this seems to be the most reliable and accessible assemblage of design variables.  

The method is to establish in each case what Function is to be amplified, and what Function might therefore be sacrificed or downgraded.  This helps to identify the precise method used to resolve the conflict so defined.   I have made it a bit easier to decide what Functions are to be chosen by listing them separately in a class called Problem.  I&apos;ve done the same for the Inventive Principles, giving a big list of Functions. The biological principles are then derived by consideration of the biological functions affected, and expressed as Inventive Principles (IPs).  The biological IPs are then used as a key to explore the conflict matrix to see whether they occur in that particular grouping in technology. If so, the pair of Functions so defined is compared with that established at the start, and a judgement made as to whether each pair (if not identical) is describing the same conflict, or which might be the better.  In some instances this second pairing has been accepted in preference to the original.  Having made this choice, the IPs defined by the conflicting pair of Functions - which have been derived from technology - are then examined and compared with the biological IPs.  The degree of overlap or similarity is roughly quantified.

The IPs (and the Features) have also been grouped according to whether they are most closely related to changes in substance, structure, energy, space, time or information.  This blurring of the IPs is basically sampling differences at a different level of differentiation, and leads to useful differentiation between biological and technical IPs for resolving the same problems.

There are some problems which I haven&apos;t managed to overcome (surprise!).  The main one is that the individual case studies (in the class &quot;SynthesisOf&quot; are equivalent to the thesis-antithesis pair which represents the problem being solved.  This is at the heart of the ontology, and so cannot be changed (I&apos;ve tried and a lot of the usefulness seems to go).  With this equivalence, the solution to a particular type of problem, in terms of the manipulations required to effect that solution, is universal covering all organisms.  That&apos;s the power of the method.  But at the same time, then links up very diverse organisms, so that a search for Tetrapods which contain a certain tissue will inevitably come up with insects since there&apos;s every chance that the same problem is being solved in the two groups of animals.  This is a strength . . . and a weakness!!</rdfs:comment>
        <rdfs:comment>

DON&apos;T FORGET TO RUN THE REASONER, USING FACT++

----------------------------------
Illustrations of the formulation of DL queries (you can cut-and-paste the queries direct into the DL tab). 

---------------------------------
To extract solutions of a problem, use:

(FeatureToImprove some F_19) and (FeatureThatSuffers some F_28)

substituting your own Feature indices (see the annotations to the list of Features for what each number indicates).  You can also use a more general term taken from the list Substance, Structure, Energy, Space, Time, Information to see how these Features might be dealt with in Biology and Technology.  This also compares different ways in which biology and technology approach the same type of problem.

----------------------------------------
To extract biological solutions which use Energy-based Principles, use:

hasBiologicalSolution some IP_Energy

(similarly for the other 5 terms - see above)

-----------------------------------------------------
To compare biological and technology (i.e. TRIZ) solutions, use:

(hasBiologicalSolution some IP_Information) and (hasTrizSolution some IP_Energy)
--------------------------------------------------------
Checking the database of TRIZ solutions (often called the TRIZ Contradiction Matrix).
Woven bone (part of an article by John Currey) seems to use the Inventive Principles 11, 35, and 27 (my estimate).  The following DLQuery turns up three possible entries from the Matrix:

hasTrizSolution some (IP_11 and IP_35 and IP_27)

These represent the solutions to three different contradictions or conflicts defined from engineering patents.  Look at the Features of the Conflicts (click on the F_ numbers) and see which (if any) might apply.  You can then see whether biology is using design principles we also use, or whether there is something here which we haven&apos;t yet explored.</rdfs:comment>
    </Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Abstract -->

    <AnnotationProperty rdf:about="&BioTRI2;Abstract">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;Source"/>
    </AnnotationProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Author -->

    <AnnotationProperty rdf:about="&BioTRI2;Author">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;Source"/>
    </AnnotationProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Conflict -->

    <AnnotationProperty rdf:about="&BioTRI2;Conflict"/>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Reference -->

    <AnnotationProperty rdf:about="&BioTRI2;Reference">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;Source"/>
    </AnnotationProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Source -->

    <AnnotationProperty rdf:about="&BioTRI2;Source"/>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Title -->

    <AnnotationProperty rdf:about="&BioTRI2;Title">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;Source"/>
    </AnnotationProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Year -->

    <AnnotationProperty rdf:about="&BioTRI2;Year">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;Source"/>
    </AnnotationProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#expansion -->

    <AnnotationProperty rdf:about="&BioTRI2;expansion"/>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#seealso -->

    <AnnotationProperty rdf:about="&BioTRI2;seealso"/>
    


    <!-- http://purl.org/dc/elements/1.1/description -->

    <AnnotationProperty rdf:about="&dc;description"/>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#comment -->

    <AnnotationProperty rdf:about="&rdfs;comment"/>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#seeAlso -->

    <AnnotationProperty rdf:about="&rdfs;seeAlso"/>
    


    <!-- http://www.w3.org/2002/07/owl#versionInfo -->

    <AnnotationProperty rdf:about="&owl;versionInfo"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FeatureBeingImproved -->

    <ObjectProperty rdf:about="&BioTRI2;FeatureBeingImproved">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment>&quot;FeatureToImprove&quot; represents the advantage which is being sought, or the challenge which is being imposed on the system</rdfs:comment>
        <rdfs:domain rdf:resource="&BioTRI2;F_xx"/>
        <rdfs:range rdf:resource="&BioTRI2;SynthesisOf"/>
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasFeature"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FeatureThatSuffers -->

    <ObjectProperty rdf:about="&BioTRI2;FeatureThatSuffers">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment>&quot;FeatureThatSuffers&quot; represents the aspect which might reduce in performance as a result of the required or imposed change.  For instance a stronger bridge might have to be heavier.  &apos;Weight of stationary object&apos; then appears as the antithesis, as it is the usual downside of making something stronger.  </rdfs:comment>
        <rdfs:domain rdf:resource="&BioTRI2;F_xx"/>
        <rdfs:range rdf:resource="&BioTRI2;SynthesisOf"/>
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasFeature"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ResolveSynthesisWith -->

    <ObjectProperty rdf:about="&BioTRI2;ResolveSynthesisWith">
        <rdfs:comment>This is a sub-function of an Inventive Principle.  Listed under &apos;Functions&apos;.  A great help when deciding which Inventive Principle to use.</rdfs:comment>
        <rdfs:range rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:domain rdf:resource="&BioTRI2;Functions"/>
        <rdfs:range rdf:resource="&BioTRI2;SynthesisOf"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#feedsOn -->

    <ObjectProperty rdf:about="&BioTRI2;feedsOn"/>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasBiologicalResolution -->

    <ObjectProperty rdf:about="&BioTRI2;hasBiologicalResolution">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment>The TRIZ solution and the biological solution are taken from the list of Inventive Principles, and are the changes which, if implemented, might achieve the advantage requested by the thesis  without the disadvantage represented by the antithesis.  </rdfs:comment>
        <rdfs:range rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:domain rdf:resource="&BioTRI2;IP_xx"/>
        <rdfs:range rdf:resource="&BioTRI2;SynthesisOf"/>
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasResolution"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasConformation -->

    <ObjectProperty rdf:about="&BioTRI2;hasConformation">
        <inverseOf rdf:resource="&BioTRI2;isConformationOf"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasEvolved -->

    <ObjectProperty rdf:about="&BioTRI2;hasEvolved"/>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasFeature -->

    <ObjectProperty rdf:about="&BioTRI2;hasFeature">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:range rdf:resource="&BioTRI2;Data"/>
        <rdfs:domain rdf:resource="&BioTRI2;F_xx"/>
        <rdfs:domain rdf:resource="&BioTRI2;Problem"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasPart -->

    <ObjectProperty rdf:about="&BioTRI2;hasPart">
        <rdfs:domain rdf:resource="&BioTRI2;Biology"/>
        <rdfs:range rdf:resource="&BioTRI2;Biology"/>
        <rdfs:range rdf:resource="&BioTRI2;Taxonomy"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasParticipant -->

    <ObjectProperty rdf:about="&BioTRI2;hasParticipant">
        <rdfs:range rdf:resource="&BioTRI2;Data"/>
        <rdfs:domain rdf:resource="&BioTRI2;Taxonomy"/>
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasPart"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasPrinciple -->

    <ObjectProperty rdf:about="&BioTRI2;hasPrinciple">
        <rdfs:domain rdf:resource="&BioTRI2;IP_xx"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasProblem -->

    <ObjectProperty rdf:about="&BioTRI2;hasProblem"/>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasResolution -->

    <ObjectProperty rdf:about="&BioTRI2;hasResolution">
        <rdfs:domain rdf:resource="&BioTRI2;IP_xx"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasTrizResolution -->

    <ObjectProperty rdf:about="&BioTRI2;hasTrizResolution">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment>The TRIZ solution and the biological solution are taken from the list of Inventive Principles, and are the changes which, if implemented, might achieve the advantage requested by the thesis  without the disadvantage represented by the antithesis.  </rdfs:comment>
        <rdfs:domain rdf:resource="&BioTRI2;IP_xx"/>
        <rdfs:range rdf:resource="&BioTRI2;SynthesisOf"/>
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasResolution"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isAtHierarchyLevel -->

    <ObjectProperty rdf:about="&BioTRI2;isAtHierarchyLevel">
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isConformationOf -->

    <ObjectProperty rdf:about="&BioTRI2;isConformationOf">
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isConvergentWith -->

    <ObjectProperty rdf:about="&BioTRI2;isConvergentWith">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasEvolved"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isHomologousWith -->

    <ObjectProperty rdf:about="&BioTRI2;isHomologousWith">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasEvolved"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isParallelWith -->

    <ObjectProperty rdf:about="&BioTRI2;isParallelWith">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasEvolved"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isPartOf -->

    <ObjectProperty rdf:about="&BioTRI2;isPartOf">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isParticipantIn -->

    <ObjectProperty rdf:about="&BioTRI2;isParticipantIn">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;isPartOf"/>
    </ObjectProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#isReversionTo -->

    <ObjectProperty rdf:about="&BioTRI2;isReversionTo">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasEvolved"/>
    </ObjectProperty>
    


    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->

    <ObjectProperty rdf:about="&owl;topObjectProperty"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DateLastChecked -->

    <DatatypeProperty rdf:about="&BioTRI2;DateLastChecked">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#description -->

    <DatatypeProperty rdf:about="&BioTRI2;description">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#example -->

    <DatatypeProperty rdf:about="&BioTRI2;example">
        <rdfs:range rdf:resource="&xsd;string"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasAdhesiveness -->

    <DatatypeProperty rdf:about="&BioTRI2;hasAdhesiveness">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasCompressiveStiffness -->

    <DatatypeProperty rdf:about="&BioTRI2;hasCompressiveStiffness">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasStiffness"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasCompressiveStrength -->

    <DatatypeProperty rdf:about="&BioTRI2;hasCompressiveStrength">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasStrength"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasHardness -->

    <DatatypeProperty rdf:about="&BioTRI2;hasHardness">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasShearStiffness -->

    <DatatypeProperty rdf:about="&BioTRI2;hasShearStiffness">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasStiffness"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasStiffness -->

    <DatatypeProperty rdf:about="&BioTRI2;hasStiffness">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment>values are given in GPa</rdfs:comment>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasStrength -->

    <DatatypeProperty rdf:about="&BioTRI2;hasStrength">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment>Values are given in MPa</rdfs:comment>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasTRIZbioSimilarity -->

    <DatatypeProperty rdf:about="&BioTRI2;hasTRIZbioSimilarity"/>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasTensileStiffness -->

    <DatatypeProperty rdf:about="&BioTRI2;hasTensileStiffness">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasStiffness"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasTensileStrength -->

    <DatatypeProperty rdf:about="&BioTRI2;hasTensileStrength">
        <rdfs:subPropertyOf rdf:resource="&BioTRI2;hasStrength"/>
    </DatatypeProperty>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#hasToughness -->

    <DatatypeProperty rdf:about="&BioTRI2;hasToughness">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
    </DatatypeProperty>
    


    <!-- http://www.w3.org/2002/07/owl#topDataProperty -->

    <DatatypeProperty rdf:about="&owl;topDataProperty"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://people.bath.ac.uk/ensjfvv/DifferentiateIntoSub-units -->

    <Class rdf:about="http://people.bath.ac.uk/ensjfvv/DifferentiateIntoSub-units">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>Common in most animals</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/StrongMembrane -->

    <Class rdf:about="http://people.bath.ac.uk/ensjfvv/StrongMembrane">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
        <rdfs:comment>Functions work better when separated, but need to be integrated to form a system
Lunch box with special compartments for hot and cold solid foods and for liquids
Habitat is divided into independent patches
Internal organs are bounded by membranes which separate them physically and metabolically.  Especially true of arthropods.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Abductin -->

    <Class rdf:about="&BioTRI2;Abductin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;RandomCoil"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;BivalveShell"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;BivalveShell"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AbilityToCommunicate -->

    <Class rdf:about="&BioTRI2;AbilityToCommunicate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_27"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AbilityToCopeWithChange -->

    <Class rdf:about="&BioTRI2;AbilityToCopeWithChange">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_35"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AbilityToForage -->

    <Class rdf:about="&BioTRI2;AbilityToForage">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_39"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AbilityToRegenerate -->

    <Class rdf:about="&BioTRI2;AbilityToRegenerate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_34"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Abralia_veranyi -->

    <Class rdf:about="&BioTRI2;Abralia_veranyi">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teuthida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Abscise -->

    <Class rdf:about="&BioTRI2;Abscise">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <dc:description>Lose a twig or leaf by erecting an isolation layer</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AbscissionZone -->

    <Class rdf:about="&BioTRI2;AbscissionZone">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AbsorbHeat -->

    <Class rdf:about="&BioTRI2;AbsorbHeat">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
        <dc:description>Take heat from the environment</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AbsorbIntoMaterial -->

    <Class rdf:about="&BioTRI2;AbsorbIntoMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <dc:description>Absorb gas, liquid, heat, etc.</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Abutilon_theophrasti -->

    <Class rdf:about="&BioTRI2;Abutilon_theophrasti">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Acanthopleura_granulata -->

    <Class rdf:about="&BioTRI2;Acanthopleura_granulata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polyplacophora"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;HardEye"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Acari -->

    <Class rdf:about="&BioTRI2;Acari">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Arachnida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Accelerometer -->

    <Class rdf:about="&BioTRI2;Accelerometer">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Accretion -->

    <Class rdf:about="&BioTRI2;Accretion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
        <dc:description>Acquire bits of material from the surroundings; stick bits on to an object, making it larger</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AcellularSecretion -->

    <Class rdf:about="&BioTRI2;AcellularSecretion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Acer_macrophyllum -->

    <Class rdf:about="&BioTRI2;Acer_macrophyllum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AcetyleCholine -->

    <Class rdf:about="&BioTRI2;AcetyleCholine">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Neurosecretion"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AchieveSpecification -->

    <Class rdf:about="&BioTRI2;AchieveSpecification">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_29"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Acropora_reticulata -->

    <Class rdf:about="&BioTRI2;Acropora_reticulata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cnidaria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Actin -->

    <Class rdf:about="&BioTRI2;Actin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Muscle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Actinopterygia -->

    <Class rdf:about="&BioTRI2;Actinopterygia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Osteichthyes"/>
        <disjointWith rdf:resource="&BioTRI2;Teleostei"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ActionBeforeEvent -->

    <Class rdf:about="&BioTRI2;ActionBeforeEvent">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
        <dc:description>Pre-empt an event</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Acyrthosiphon_pisum -->

    <Class rdf:about="&BioTRI2;Acyrthosiphon_pisum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aphides"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Adalia_bipunctata -->

    <Class rdf:about="&BioTRI2;Adalia_bipunctata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Adaptability -->

    <Class rdf:about="&BioTRI2;Adaptability">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
        <dc:description>Be able to accommodate change and so avoid problems</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AdditionOfInertMaterial -->

    <Class rdf:about="&BioTRI2;AdditionOfInertMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_39"/>
        <dc:description>Add material which won&apos;t change any chemical characteristics</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AdditionOfMaterial -->

    <Class rdf:about="&BioTRI2;AdditionOfMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <dc:description>Add material of any sort</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AdequateSafetyFactor -->

    <Class rdf:about="&BioTRI2;AdequateSafetyFactor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AdhesivePolysaccharide -->

    <Class rdf:about="&BioTRI2;AdhesivePolysaccharide">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AdhesiveProtein -->

    <Class rdf:about="&BioTRI2;AdhesiveProtein">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;BetaPleatedSheet"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AdsorbOntoSurface -->

    <Class rdf:about="&BioTRI2;AdsorbOntoSurface">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
        <dc:description>Ad a material which interacts with the surface to become a part of it</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aedes -->

    <Class rdf:about="&BioTRI2;Aedes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aedes_aegypti -->

    <Class rdf:about="&BioTRI2;Aedes_aegypti">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aedes"/>
        <disjointWith rdf:resource="&BioTRI2;Aedes_sierrensis"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aedes_sierrensis -->

    <Class rdf:about="&BioTRI2;Aedes_sierrensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aedes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aelosomata -->

    <Class rdf:about="&BioTRI2;Aelosomata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Annelida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aepyceros_melampus -->

    <Class rdf:about="&BioTRI2;Aepyceros_melampus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Bovidae"/>
        <disjointWith rdf:resource="&BioTRI2;Capra"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AerodynamicThrust -->

    <Class rdf:about="&BioTRI2;AerodynamicThrust">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
        <dc:description>Use or generate a force for flying</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aeshna_multicolor -->

    <Class rdf:about="&BioTRI2;Aeshna_multicolor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Odonata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Agave_deserti -->

    <Class rdf:about="&BioTRI2;Agave_deserti">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Liliopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aggregation -->

    <Class rdf:about="&BioTRI2;Aggregation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
        <dc:description>Join particles or objects together</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Agnatha -->

    <Class rdf:about="&BioTRI2;Agnatha">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Vertebrata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Alanine -->

    <Class rdf:about="&BioTRI2;Alanine">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AminoAcid"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Alfronurus_sp. -->

    <Class rdf:about="&BioTRI2;Alfronurus_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Ephemeroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Algae -->

    <Class rdf:about="&BioTRI2;Algae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Thallobionta"/>
        <disjointWith rdf:resource="&BioTRI2;Eumycota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Alloteuthis_subulata -->

    <Class rdf:about="&BioTRI2;Alloteuthis_subulata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teuthida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Alnus_rubra -->

    <Class rdf:about="&BioTRI2;Alnus_rubra">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AlphaHelix -->

    <Class rdf:about="&BioTRI2;AlphaHelix">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Shapes"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isConformationOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;AlphaKeratin"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AlphaKeratin -->

    <Class rdf:about="&BioTRI2;AlphaKeratin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntermediateFilament"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;AlphaHelix"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasStiffness"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;int"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">10</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">2</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ambrosia_artemisiifolia -->

    <Class rdf:about="&BioTRI2;Ambrosia_artemisiifolia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AminoAcid -->

    <Class rdf:about="&BioTRI2;AminoAcid">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Biology"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Carbon"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Hydrogen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Nitrogen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Oxygen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydrogen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Nitrogen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Protein"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ammonite -->

    <Class rdf:about="&BioTRI2;Ammonite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cephalopoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AmmoniteShell -->

    <Class rdf:about="&BioTRI2;AmmoniteShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;MolluscShell"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nacre"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AmountOfInsulation -->

    <Class rdf:about="&BioTRI2;AmountOfInsulation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_26"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Amphibalanus -->

    <Class rdf:about="&BioTRI2;Amphibalanus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cirripedia"/>
        <disjointWith rdf:resource="&BioTRI2;Semibalanus_balanoides"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Amphibalanus_amphitrite -->

    <Class rdf:about="&BioTRI2;Amphibalanus_amphitrite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Amphibalanus"/>
        <disjointWith rdf:resource="&BioTRI2;Amphibalanus_reticulatus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Amphibalanus_reticulatus -->

    <Class rdf:about="&BioTRI2;Amphibalanus_reticulatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Amphibalanus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Amphibia -->

    <Class rdf:about="&BioTRI2;Amphibia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Tetrapoda"/>
        <rdfs:comment>Frogs, toads, salamanders, newts, caecilians</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Amphipoda -->

    <Class rdf:about="&BioTRI2;Amphipoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Malacostraca"/>
        <disjointWith rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Amplification -->

    <Class rdf:about="&BioTRI2;Amplification">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
        <dc:description>Increase or magnify</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Analysis -->

    <Class rdf:about="&BioTRI2;Analysis">
        <rdfs:comment>This section contains all the tools needed to describe and analyse in TRIZ.  Actually, only the TRIZ conflict matrix is used at present.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Anaphes_listronoti -->

    <Class rdf:about="&BioTRI2;Anaphes_listronoti">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chalcidoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Anas_platyrhynchos -->

    <Class rdf:about="&BioTRI2;Anas_platyrhynchos">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AnimalCell -->

    <Class rdf:about="&BioTRI2;AnimalCell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;EucaryoticCell"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;AnimalTissue"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AnimalMoving -->

    <Class rdf:about="&BioTRI2;AnimalMoving">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_07"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AnimalOrgan -->

    <Class rdf:about="&BioTRI2;AnimalOrgan">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AnimalTissue -->

    <Class rdf:about="&BioTRI2;AnimalTissue">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;AnimalCell"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;AnimalOrgan"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Annelida -->

    <Class rdf:about="&BioTRI2;Annelida">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lophotrochozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Anopheles_gambiae -->

    <Class rdf:about="&BioTRI2;Anopheles_gambiae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AnotherDimension -->

    <Class rdf:about="&BioTRI2;AnotherDimension">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Anser_brachyrhynchus -->

    <Class rdf:about="&BioTRI2;Anser_brachyrhynchus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Antenna -->

    <Class rdf:about="&BioTRI2;Antenna">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;OdourSensor"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Anti-weight -->

    <Class rdf:about="&BioTRI2;Anti-weight">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Antiaction -->

    <Class rdf:about="&BioTRI2;Antiaction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Antipathes -->

    <Class rdf:about="&BioTRI2;Antipathes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cnidaria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Antipathes_fiordensis -->

    <Class rdf:about="&BioTRI2;Antipathes_fiordensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Antipathes"/>
        <disjointWith rdf:resource="&BioTRI2;Antipathes_salix"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Antipathes_salix -->

    <Class rdf:about="&BioTRI2;Antipathes_salix">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Antipathes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Antler -->

    <Class rdf:about="&BioTRI2;Antler">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;Cervidae"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cervidae"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Anura -->

    <Class rdf:about="&BioTRI2;Anura">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Amphibia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aphelocheirus -->

    <Class rdf:about="&BioTRI2;Aphelocheirus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Heteroptera"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Plastron"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aphelocoma_californica -->

    <Class rdf:about="&BioTRI2;Aphelocoma_californica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aphides -->

    <Class rdf:about="&BioTRI2;Aphides">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Homoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aphthona_strocaerulea -->

    <Class rdf:about="&BioTRI2;Aphthona_strocaerulea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ApicalMeristem -->

    <Class rdf:about="&BioTRI2;ApicalMeristem">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Meristem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Apidoidea -->

    <Class rdf:about="&BioTRI2;Apidoidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Apocrita"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Apis_mellifera -->

    <Class rdf:about="&BioTRI2;Apis_mellifera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Apidoidea"/>
        <disjointWith rdf:resource="&BioTRI2;Bombus_terrestris"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aplysia -->

    <Class rdf:about="&BioTRI2;Aplysia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Opisthobranchia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aplysia_californica -->

    <Class rdf:about="&BioTRI2;Aplysia_californica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aplysia"/>
        <disjointWith rdf:resource="&BioTRI2;Aplysia_dactylomeia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aplysia_dactylomeia -->

    <Class rdf:about="&BioTRI2;Aplysia_dactylomeia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aplysia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Apocrita -->

    <Class rdf:about="&BioTRI2;Apocrita">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hymenoptera"/>
        <disjointWith rdf:resource="&BioTRI2;Symphyta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Appearance -->

    <Class rdf:about="&BioTRI2;Appearance">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_12"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Appendicularia -->

    <Class rdf:about="&BioTRI2;Appendicularia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Tunicata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Apple -->

    <Class rdf:about="&BioTRI2;Apple">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fruit"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Apterygota -->

    <Class rdf:about="&BioTRI2;Apterygota">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Insecta"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;InsectWing"/>
                        <maxQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</maxQualifiedCardinality>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <disjointWith rdf:resource="&BioTRI2;Pterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aquatica_ficta -->

    <Class rdf:about="&BioTRI2;Aquatica_ficta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aquila_nipalensis -->

    <Class rdf:about="&BioTRI2;Aquila_nipalensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Arachnida -->

    <Class rdf:about="&BioTRI2;Arachnida">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chelicerata"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;LyriformOrgan"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aragonite -->

    <Class rdf:about="&BioTRI2;Aragonite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;CaCO3"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nacre"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aranaea -->

    <Class rdf:about="&BioTRI2;Aranaea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Arachnida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Araneus_diadematus -->

    <Class rdf:about="&BioTRI2;Araneus_diadematus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aranaea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Araucaria_cunninghamii -->

    <Class rdf:about="&BioTRI2;Araucaria_cunninghamii">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Magnoliales"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ArchOrDome -->

    <Class rdf:about="&BioTRI2;ArchOrDome">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Architeuthis_sp. -->

    <Class rdf:about="&BioTRI2;Architeuthis_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teuthida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AreaOfMovingObject -->

    <Class rdf:about="&BioTRI2;AreaOfMovingObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_05"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AreaOfPartOfMovingObject -->

    <Class rdf:about="&BioTRI2;AreaOfPartOfMovingObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_06"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AreaOfStationaryObject -->

    <Class rdf:about="&BioTRI2;AreaOfStationaryObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_06"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Arolium -->

    <Class rdf:about="&BioTRI2;Arolium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectFoot"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Artery -->

    <Class rdf:about="&BioTRI2;Artery">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AnimalTissue"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Elastin"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Arthropoda -->

    <Class rdf:about="&BioTRI2;Arthropoda">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Ecdysozoa"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Exoskeleton"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Arthropodin -->

    <Class rdf:about="&BioTRI2;Arthropodin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Artiodactyla -->

    <Class rdf:about="&BioTRI2;Artiodactyla">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Laurasiatheria"/>
        <rdfs:comment>Even-toed ungulates</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ascaris_suum -->

    <Class rdf:about="&BioTRI2;Ascaris_suum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Nemata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Assemble -->

    <Class rdf:about="&BioTRI2;Assemble">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
        <dc:description>Put together from a range of separate parts, which may be similar or different</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Asterias_forbesii -->

    <Class rdf:about="&BioTRI2;Asterias_forbesii">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Asterioidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Asterioidea -->

    <Class rdf:about="&BioTRI2;Asterioidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Echinodermata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Astyanax_mexicanus -->

    <Class rdf:about="&BioTRI2;Astyanax_mexicanus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Characiformes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Asymmetry -->

    <Class rdf:about="&BioTRI2;Asymmetry">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AsymmetryOfBehaviour -->

    <Class rdf:about="&BioTRI2;AsymmetryOfBehaviour">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
        <dc:description>Behaviour which elicits a response different in kind or magnitude</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AsymmetryOfMovement -->

    <Class rdf:about="&BioTRI2;AsymmetryOfMovement">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
        <dc:description>Movement which is exaggerated to one side or the other</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AudioFeedback -->

    <Class rdf:about="&BioTRI2;AudioFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
        <dc:description>Feedback through the ears using sound</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AutoImmunity -->

    <Class rdf:about="&BioTRI2;AutoImmunity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AutoResponse -->

    <Class rdf:about="&BioTRI2;AutoResponse">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_33"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AutomaticFunction -->

    <Class rdf:about="&BioTRI2;AutomaticFunction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_38"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Autotomise -->

    <Class rdf:about="&BioTRI2;Autotomise">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <dc:description>Lose a leg or tail by breaking the skeleton at some point.  Usually done by muscle contracting across a plane of weakness</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#AvailabilityForChange -->

    <Class rdf:about="&BioTRI2;AvailabilityForChange">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_26"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Aves -->

    <Class rdf:about="&BioTRI2;Aves">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Tetrapoda"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;BirdWing"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Feather"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Avocado -->

    <Class rdf:about="&BioTRI2;Avocado">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fruit"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bacillus_subtilis -->

    <Class rdf:about="&BioTRI2;Bacillus_subtilis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Procaryota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bactrocera_tryoni -->

    <Class rdf:about="&BioTRI2;Bactrocera_tryoni">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BalanceSensor -->

    <Class rdf:about="&BioTRI2;BalanceSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BallisticTongue -->

    <Class rdf:about="&BioTRI2;BallisticTongue">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Tongue"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bamboo -->

    <Class rdf:about="&BioTRI2;Bamboo">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Liliopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bark -->

    <Class rdf:about="&BioTRI2;Bark">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cambium"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Baryscapus_galactopus -->

    <Class rdf:about="&BioTRI2;Baryscapus_galactopus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chalcidoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BatWing -->

    <Class rdf:about="&BioTRI2;BatWing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Wing"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isParallelWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectWing"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isParallelWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;BirdWing"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BatchProduction -->

    <Class rdf:about="&BioTRI2;BatchProduction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bathyergus_suillus -->

    <Class rdf:about="&BioTRI2;Bathyergus_suillus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rodentia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Batoidea -->

    <Class rdf:about="&BioTRI2;Batoidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chondricthyes"/>
        <disjointWith rdf:resource="&BioTRI2;Elasmobranchiata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BecomeAsymmetrical -->

    <Class rdf:about="&BioTRI2;BecomeAsymmetrical">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
        <dc:description>Destroy or reduce symmetry, in any mode</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BecomeDormant -->

    <Class rdf:about="&BioTRI2;BecomeDormant">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
        <dc:description>Go to sleep</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BecomeIndividual -->

    <Class rdf:about="&BioTRI2;BecomeIndividual">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <dc:description>A colony or nest (Hymenoptera, salps, coral, cnidaria) or swarm or school (fish) or population or community (different degrees of cohesion) breaks up into individual organisms</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BecomeModular -->

    <Class rdf:about="&BioTRI2;BecomeModular">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <dc:description>Seeds in a pod; asexual reproduction; binary fission; </dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BenzeneRing -->

    <Class rdf:about="&BioTRI2;BenzeneRing">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Groups"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydrogen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Carbon"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">6</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Oxygen"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">6</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Hydrogen"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">12</qualifiedCardinality>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BetaKeratin -->

    <Class rdf:about="&BioTRI2;BetaKeratin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;TwistedBetaSheet"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Feather"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BetaPleatedSheet -->

    <Class rdf:about="&BioTRI2;BetaPleatedSheet">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Shapes"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isConformationOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Silk"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BetaTurn -->

    <Class rdf:about="&BioTRI2;BetaTurn">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Shapes"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isConformationOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Elastin"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Biology -->

    <Class rdf:about="&BioTRI2;Biology">
        <rdfs:comment>This section contains all the aspects of biology - morphology, chemistry, etc - which characterise the mechanisms which resolve the conflicts resolved in the Data section.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BirdWing -->

    <Class rdf:about="&BioTRI2;BirdWing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Wing"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isParallelWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectWing"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Feather"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isParallelWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;BatWing"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aves"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BivalveShell -->

    <Class rdf:about="&BioTRI2;BivalveShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;MolluscShell"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Abductin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bivalvia"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;Bivalvia"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nacre"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bivalvia -->

    <Class rdf:about="&BioTRI2;Bivalvia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mollusca"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Blackberry -->

    <Class rdf:about="&BioTRI2;Blackberry">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fruit"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Blattaria -->

    <Class rdf:about="&BioTRI2;Blattaria">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Blood -->

    <Class rdf:about="&BioTRI2;Blood">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalTissue"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;BloodClottingProtein"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;BloodLymph"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BloodClot -->

    <Class rdf:about="&BioTRI2;BloodClot">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AcellularSecretion"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BloodClottingProtein -->

    <Class rdf:about="&BioTRI2;BloodClottingProtein">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Blood"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BloodLymph -->

    <Class rdf:about="&BioTRI2;BloodLymph">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Blood"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Boidae -->

    <Class rdf:about="&BioTRI2;Boidae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Squamata"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ThermoSensor"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bombus_terrestris -->

    <Class rdf:about="&BioTRI2;Bombus_terrestris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Apidoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bombyx_mori -->

    <Class rdf:about="&BioTRI2;Bombyx_mori">
        <rdfs:subClassOf rdf:resource="&BioTRI2;LepidopteraImago"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BondEpitaxially -->

    <Class rdf:about="&BioTRI2;BondEpitaxially">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <dc:description>Molecules of different chemistry can bond due to same spacing of bonding sites.  E.g. chitin to beta-protein</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bone -->

    <Class rdf:about="&BioTRI2;Bone">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AnimalTissue"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Dahllite"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Hydroxyapatite"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Osteocyte"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BonyEndoskeleton -->

    <Class rdf:about="&BioTRI2;BonyEndoskeleton">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Endoskeleton"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Bone"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Cartilage"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Bone"/>
                                    <rdf:Description rdf:about="&BioTRI2;Cartilage"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bovidae -->

    <Class rdf:about="&BioTRI2;Bovidae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cetruminantia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Horn"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Brain -->

    <Class rdf:about="&BioTRI2;Brain">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nerve"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Branchiopoda -->

    <Class rdf:about="&BioTRI2;Branchiopoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Crustacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Brassica -->

    <Class rdf:about="&BioTRI2;Brassica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Brassica_napus -->

    <Class rdf:about="&BioTRI2;Brassica_napus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Brassica"/>
        <disjointWith rdf:resource="&BioTRI2;Brassica_oleraceae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Brassica_oleraceae -->

    <Class rdf:about="&BioTRI2;Brassica_oleraceae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Brassica"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BrightnessOfColour -->

    <Class rdf:about="&BioTRI2;BrightnessOfColour">
        <rdfs:label>F_18</rdfs:label>
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_18"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Brugia_malayi -->

    <Class rdf:about="&BioTRI2;Brugia_malayi">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Nemata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bryophyta -->

    <Class rdf:about="&BioTRI2;Bryophyta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Embryobionta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bryopsida -->

    <Class rdf:about="&BioTRI2;Bryopsida">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Bryophyta"/>
        <disjointWith rdf:resource="&BioTRI2;Hepaticopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bryozoa -->

    <Class rdf:about="&BioTRI2;Bryozoa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lophotrochozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Bubo_virginianus -->

    <Class rdf:about="&BioTRI2;Bubo_virginianus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#BuckleShell -->

    <Class rdf:about="&BioTRI2;BuckleShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
        <dc:description>Thin-walled shell deforms out of the plane</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Byssus -->

    <Class rdf:about="&BioTRI2;Byssus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ByssusThread"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Mytilus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ByssusThread -->

    <Class rdf:about="&BioTRI2;ByssusThread">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;DOPA"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Elastin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Silk"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Collagen"/>
                                    <rdf:Description rdf:about="&BioTRI2;DOPA"/>
                                    <rdf:Description rdf:about="&BioTRI2;Elastin"/>
                                    <rdf:Description rdf:about="&BioTRI2;Silk"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Byssus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ca3PO4 -->

    <Class rdf:about="&BioTRI2;Ca3PO4">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Salt"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Oxygen"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;Calcium"/>
                            <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                            <rdf:Description rdf:about="&BioTRI2;Phosphorus"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phosphorus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcium"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ca5(PO4CO3)3 -->

    <Class rdf:about="&BioTRI2;Ca5(PO4CO3)3">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Salt"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcium"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;Calcium"/>
                            <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                            <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                            <rdf:Description rdf:about="&BioTRI2;Phosphorus"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Carbon"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Oxygen"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phosphorus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CaCO3 -->

    <Class rdf:about="&BioTRI2;CaCO3">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Salt"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Carbon"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Oxygen"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;Calcium"/>
                            <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                            <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcium"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Caenorhabditis_elegans -->

    <Class rdf:about="&BioTRI2;Caenorhabditis_elegans">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Nemata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Calcite -->

    <Class rdf:about="&BioTRI2;Calcite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;CaCO3"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Echinodermata"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;EggShell"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phragmocone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;MolluscShell"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Crustacea"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Calcium -->

    <Class rdf:about="&BioTRI2;Calcium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;CaCO3"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ca3PO4"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ca5(PO4CO3)3"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Calliarthron_cheilosporioides -->

    <Class rdf:about="&BioTRI2;Calliarthron_cheilosporioides">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rhodophycota"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;CellWall"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Lignin"/>
            </Restriction>
        </rdfs:subClassOf>
        <disjointWith rdf:resource="&BioTRI2;Calliarthron_sp."/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Calliarthron_sp. -->

    <Class rdf:about="&BioTRI2;Calliarthron_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rhodophycota"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcite"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Callinectes_sapidus -->

    <Class rdf:about="&BioTRI2;Callinectes_sapidus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Callosopruchus_chinensis -->

    <Class rdf:about="&BioTRI2;Callosopruchus_chinensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cambium -->

    <Class rdf:about="&BioTRI2;Cambium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Meristem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Camouflage -->

    <Class rdf:about="&BioTRI2;Camouflage">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
        <dc:description>Misdirection - any sense (sound, light, shape, movement . . . )</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Campanotus_mus -->

    <Class rdf:about="&BioTRI2;Campanotus_mus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cancer_sp. -->

    <Class rdf:about="&BioTRI2;Cancer_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Canis -->

    <Class rdf:about="&BioTRI2;Canis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Carnivora"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Capillarity -->

    <Class rdf:about="&BioTRI2;Capillarity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Capillary -->

    <Class rdf:about="&BioTRI2;Capillary">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Capra -->

    <Class rdf:about="&BioTRI2;Capra">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Bovidae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Capsella_bursa-pastoris -->

    <Class rdf:about="&BioTRI2;Capsella_bursa-pastoris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CaptureEnergy -->

    <Class rdf:about="&BioTRI2;CaptureEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
        <dc:description>Store intercepted energy - light, strain, etc.</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Carausius_morosus -->

    <Class rdf:about="&BioTRI2;Carausius_morosus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Phasmatodea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Carbon -->

    <Class rdf:about="&BioTRI2;Carbon">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Non-Metal"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phenolic"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;CaCO3"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;AminoAcid"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hexose"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ca5(PO4CO3)3"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Carcharhinus_plumbeus -->

    <Class rdf:about="&BioTRI2;Carcharhinus_plumbeus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Elasmobranchiata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Carcinus_sp. -->

    <Class rdf:about="&BioTRI2;Carcinus_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Carnivora -->

    <Class rdf:about="&BioTRI2;Carnivora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Laurasiatheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cartilage -->

    <Class rdf:about="&BioTRI2;Cartilage">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AnimalTissue"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Space-fillingPolysaccharide"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CartilagenousEndoskeleton -->

    <Class rdf:about="&BioTRI2;CartilagenousEndoskeleton">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Endoskeleton"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Cartilage"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom rdf:resource="&BioTRI2;Cartilage"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Caryophyllidae -->

    <Class rdf:about="&BioTRI2;Caryophyllidae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Magnoliophyta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Catharus_guttatus -->

    <Class rdf:about="&BioTRI2;Catharus_guttatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CellWall -->

    <Class rdf:about="&BioTRI2;CellWall">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Pectin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cellulose"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hemicellulose"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;PlantCell"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CellularFibre -->

    <Class rdf:about="&BioTRI2;CellularFibre">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fibre"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CellularMaterial -->

    <Class rdf:about="&BioTRI2;CellularMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_31"/>
        <dc:description>Material with holes in it</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cellulose -->

    <Class rdf:about="&BioTRI2;Cellulose">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasStiffness"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;int"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">140</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">130</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CentrifugalForce -->

    <Class rdf:about="&BioTRI2;CentrifugalForce">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cephalocarida -->

    <Class rdf:about="&BioTRI2;Cephalocarida">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Crustacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cephalochordata -->

    <Class rdf:about="&BioTRI2;Cephalochordata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chordata"/>
        <rdfs:comment>Amphioxus</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cephalopoda -->

    <Class rdf:about="&BioTRI2;Cephalopoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mollusca"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ceratoscopelus_maderensis -->

    <Class rdf:about="&BioTRI2;Ceratoscopelus_maderensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Myctophiformes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cercopithecus -->

    <Class rdf:about="&BioTRI2;Cercopithecus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Primates"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cervidae -->

    <Class rdf:about="&BioTRI2;Cervidae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cetruminantia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Antler"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cervus_elaphus -->

    <Class rdf:about="&BioTRI2;Cervus_elaphus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cervidae"/>
        <disjointWith rdf:resource="&BioTRI2;Dama_dama"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cetacea -->

    <Class rdf:about="&BioTRI2;Cetacea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cetruminantia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cetorhinus_maximus -->

    <Class rdf:about="&BioTRI2;Cetorhinus_maximus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Elasmobranchiata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cetruminantia -->

    <Class rdf:about="&BioTRI2;Cetruminantia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Artiodactyla"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chalcidoidea -->

    <Class rdf:about="&BioTRI2;Chalcidoidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Apocrita"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chalcoides_aurata -->

    <Class rdf:about="&BioTRI2;Chalcoides_aurata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chamaeleo -->

    <Class rdf:about="&BioTRI2;Chamaeleo">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Squamata"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;BallisticTongue"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chamaeleo_chamaeleon -->

    <Class rdf:about="&BioTRI2;Chamaeleo_chamaeleon">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chamaeleo"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chamaeleo_melleri -->

    <Class rdf:about="&BioTRI2;Chamaeleo_melleri">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chamaeleo"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chamaeleo_pardalis -->

    <Class rdf:about="&BioTRI2;Chamaeleo_pardalis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chamaeleo"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chamaeleo_sp. -->

    <Class rdf:about="&BioTRI2;Chamaeleo_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chamaeleo"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingBetweenPositiveAndNegativeFeedback -->

    <Class rdf:about="&BioTRI2;ChangingBetweenPositiveAndNegativeFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
        <dc:description>Positive feedback for amplification; negative feedback for control</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingColour -->

    <Class rdf:about="&BioTRI2;ChangingColour">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
        <dc:description>Reflect, absorb or diffract light at different wavelengths</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingColourWhenHot -->

    <Class rdf:about="&BioTRI2;ChangingColourWhenHot">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
        <dc:description>Change reflection/diffraction, etc characteristics at elevated temperature</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingDegreeOfMovement -->

    <Class rdf:about="&BioTRI2;ChangingDegreeOfMovement">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
        <dc:description>Become capable of greater or lesser degrees of mobility</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingDimensions -->

    <Class rdf:about="&BioTRI2;ChangingDimensions">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <dc:description>Change length, width, height, etc</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingFlexibility -->

    <Class rdf:about="&BioTRI2;ChangingFlexibility">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <dc:description>Become stiffer or more compliant, as a material or a structure</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingFrequencyOfActions -->

    <Class rdf:about="&BioTRI2;ChangingFrequencyOfActions">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
        <dc:description>Do it faster or slower</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingInterferenceSpacing -->

    <Class rdf:about="&BioTRI2;ChangingInterferenceSpacing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
        <dc:description>Change spacing between elements so that interference effects are modulated</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingLightToDark -->

    <Class rdf:about="&BioTRI2;ChangingLightToDark">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
        <dc:description>Turn the lights off; use black pigment</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingLighting -->

    <Class rdf:about="&BioTRI2;ChangingLighting">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
        <dc:description>Change intensity, colour or angle of illumination</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingMagnetismLocally -->

    <Class rdf:about="&BioTRI2;ChangingMagnetismLocally">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingMagnitudeOfActions -->

    <Class rdf:about="&BioTRI2;ChangingMagnitudeOfActions">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingOrientation -->

    <Class rdf:about="&BioTRI2;ChangingOrientation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingPhase -->

    <Class rdf:about="&BioTRI2;ChangingPhase">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingPigment -->

    <Class rdf:about="&BioTRI2;ChangingPigment">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingShape -->

    <Class rdf:about="&BioTRI2;ChangingShape">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingSolubility -->

    <Class rdf:about="&BioTRI2;ChangingSolubility">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingTiming -->

    <Class rdf:about="&BioTRI2;ChangingTiming">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChangingToMicroLevel -->

    <Class rdf:about="&BioTRI2;ChangingToMicroLevel">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>Look at things in more detail</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Characiformes -->

    <Class rdf:about="&BioTRI2;Characiformes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teleostei"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chelicerata -->

    <Class rdf:about="&BioTRI2;Chelicerata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Arthropoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChemicalDefenceMechanism -->

    <Class rdf:about="&BioTRI2;ChemicalDefenceMechanism">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DefenceMechanism"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChemicalEnergy -->

    <Class rdf:about="&BioTRI2;ChemicalEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChemicalHeterogeneity -->

    <Class rdf:about="&BioTRI2;ChemicalHeterogeneity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChemicalRepellant -->

    <Class rdf:about="&BioTRI2;ChemicalRepellant">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ChemoSensor -->

    <Class rdf:about="&BioTRI2;ChemoSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
        <rdfs:comment>Sensing in liquid medium</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chiroptera -->

    <Class rdf:about="&BioTRI2;Chiroptera">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Laurasiatheria"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Wing"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;BatWing"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chitin -->

    <Class rdf:about="&BioTRI2;Chitin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phragmocone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasStiffness"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;int"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">200</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">150</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chlorine -->

    <Class rdf:about="&BioTRI2;Chlorine">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Non-Metal"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chlorophycota -->

    <Class rdf:about="&BioTRI2;Chlorophycota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Algae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chondricthyes -->

    <Class rdf:about="&BioTRI2;Chondricthyes">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Gnathostomata"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;CartilagenousEndoskeleton"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ElectroSensor"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;EggCase"/>
            </Restriction>
        </rdfs:subClassOf>
        <disjointWith rdf:resource="&BioTRI2;Osteichthyes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chordata -->

    <Class rdf:about="&BioTRI2;Chordata">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Deuterostomia"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Notochord"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chorion -->

    <Class rdf:about="&BioTRI2;Chorion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Egg"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chromacris_speciosa -->

    <Class rdf:about="&BioTRI2;Chromacris_speciosa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Orthoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chromophycota -->

    <Class rdf:about="&BioTRI2;Chromophycota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Algae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Chromosome -->

    <Class rdf:about="&BioTRI2;Chromosome">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cytoplasm"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nucleus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;DNA"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Histone"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ciliophora -->

    <Class rdf:about="&BioTRI2;Ciliophora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cilium -->

    <Class rdf:about="&BioTRI2;Cilium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Microtubule"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cirripedia -->

    <Class rdf:about="&BioTRI2;Cirripedia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Maxillopoda"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;AdhesiveProtein"/>
            </Restriction>
        </rdfs:subClassOf>
        <disjointWith rdf:resource="&BioTRI2;Copepoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Clathrus_archeri -->

    <Class rdf:about="&BioTRI2;Clathrus_archeri">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eumycota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CleanSurfaces -->

    <Class rdf:about="&BioTRI2;CleanSurfaces">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cleaning -->

    <Class rdf:about="&BioTRI2;Cleaning">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_23"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Clematis -->

    <Class rdf:about="&BioTRI2;Clematis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Clematis_flammula -->

    <Class rdf:about="&BioTRI2;Clematis_flammula">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Clematis"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Clematis_recta -->

    <Class rdf:about="&BioTRI2;Clematis_recta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Clematis"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Clematis_vitalba -->

    <Class rdf:about="&BioTRI2;Clematis_vitalba">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Clematis"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Clitellata -->

    <Class rdf:about="&BioTRI2;Clitellata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Annelida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cnidaria -->

    <Class rdf:about="&BioTRI2;Cnidaria">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diploblasts"/>
        <disjointWith rdf:resource="&BioTRI2;Ctenophora"/>
        <rdfs:comment>Hydrozoa (Hydra, siphonophores)
Scyphozoa (jellyfish)
Cubozoa (Boz jellies)
Anthozoa (sea anemones, corals, sea pens)</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Coccomyxa_sp. -->

    <Class rdf:about="&BioTRI2;Coccomyxa_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chlorophycota"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;AdhesiveProtein"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cochlea -->

    <Class rdf:about="&BioTRI2;Cochlea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;SoundSensor"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CoherentScattering -->

    <Class rdf:about="&BioTRI2;CoherentScattering">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Coleoptera -->

    <Class rdf:about="&BioTRI2;Coleoptera">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Endopterygota"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Elytra"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Coleoptile -->

    <Class rdf:about="&BioTRI2;Coleoptile">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Collagen -->

    <Class rdf:about="&BioTRI2;Collagen">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Dermis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Dentin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ByssusThread"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasStiffness"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;int"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">2</xsd:minExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">30</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Artery"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ligament"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConnectiveTissue"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;TripleHelix"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tendon"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Collembola -->

    <Class rdf:about="&BioTRI2;Collembola">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hexapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Collenchyma -->

    <Class rdf:about="&BioTRI2;Collenchyma">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Colletotrichum_lindemuthianum -->

    <Class rdf:about="&BioTRI2;Colletotrichum_lindemuthianum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eumycota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Colocasia_esculenta -->

    <Class rdf:about="&BioTRI2;Colocasia_esculenta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CombineFieldsOfOscillation -->

    <Class rdf:about="&BioTRI2;CombineFieldsOfOscillation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ComparePhases -->

    <Class rdf:about="&BioTRI2;ComparePhases">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Compartmentalise -->

    <Class rdf:about="&BioTRI2;Compartmentalise">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ComplexStimulus -->

    <Class rdf:about="&BioTRI2;ComplexStimulus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_37"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Complexity -->

    <Class rdf:about="&BioTRI2;Complexity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_36"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CompositeFibre -->

    <Class rdf:about="&BioTRI2;CompositeFibre">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fibre"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CompositeMaterial -->

    <Class rdf:about="&BioTRI2;CompositeMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CompositeSystem -->

    <Class rdf:about="&BioTRI2;CompositeSystem">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConchShell -->

    <Class rdf:about="&BioTRI2;ConchShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;MolluscShell"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nacre"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConfineDanger -->

    <Class rdf:about="&BioTRI2;ConfineDanger">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConflictOf -->

    <Class rdf:about="&BioTRI2;ConflictOf">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Data"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConflictOf_Ageing&amp;Reproduction -->

    <Class rdf:about="&BioTRI2;ConflictOf_Ageing&amp;Reproduction">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;ConflictOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_39"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_15"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cervus_elaphus"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>The rate of senescence in maternal performance increases with early-life fecundity in red deer</BioTRI2:Title>
        <BioTRI2:Author>Nussey, D. H., L. E. Kruuk, A. Donald, M. Fowlie and T. H. Clutton-Brock</BioTRI2:Author>
        <BioTRI2:Abstract>Rates of senescence in maternal breeding performance in a natural population of red deer (Cervus elaphus) used a mixed model framework to control for between-individual variation. Senescence began at 9 years of age in two maternal performance traits. In both traits, females that produced more offspring in early life had faster rates of senescence. This tradeoff is evident alongside significant effects of individual quality on late life breeding performance. These results present rare evidence in support of the disposable soma and antagonistic pleiotropy theories of senescence from a wild vertebrate population and highlight the utility of mixed models for testing theories of ageing.</BioTRI2:Abstract>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Conflict>Positive: reproduce earlier and more often  F_39
Negative:  Grow older quicker  F_15</BioTRI2:Conflict>
        <BioTRI2:Reference>Ecology Letters 9: 1342-50.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConflictOf_CopulationCorruptsImmunity -->

    <Class rdf:about="&BioTRI2;ConflictOf_CopulationCorruptsImmunity">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;ConflictOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_16"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_30"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <BioTRI2:Author>Rolff, J. and M. T. Siva-Jothy</BioTRI2:Author>
        <BioTRI2:Title>Copulation corrupts immunity: a mechanism for a cost of mating in insects</BioTRI2:Title>
        <BioTRI2:Conflict>Positive:  Reproduction needs reduced immunological defence for better compatibility  F_16
Negative:  This leaves the individual more susceptible to disease  F_30</BioTRI2:Conflict>
        <BioTRI2:Abstract>In Tenebrio molitor mating reduces a major humoral immune effector-system (phenoloxidase) in both sexes, mediated by juvenile hormone. Because both juvenile hormone and phenoloxidase have highly conserved functions across all insects, the mechanism is similarly likely to be highly conserved. The positive physiological function of mating-induced juvenile hormone secretion is gamete and accessory gland production: we propose that its negative effects on immune function are the consequence of physiological antagonism. Therefore, we have identified a physiological tradeoff between mating and immunity. Our results suggest that increasing mating success can result in increasing periods of immune suppression, which in turn implies that reproductively successful individuals may be more vulnerable to infection by, and the negative fitness effects of, pathogens.</BioTRI2:Abstract>
        <BioTRI2:Year>2002</BioTRI2:Year>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 99: 9916-8.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConflictOf_Corticosteroid&amp;Feathers -->

    <Class rdf:about="&BioTRI2;ConflictOf_Corticosteroid&amp;Feathers">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;ConflictOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_39"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_35"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Sturnus_vulgaris"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Zonotrichia_leucophrys"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Comparative biochemistry and physiology. Part A, Molecular &amp; integrative physiology 142: 65-73.</BioTRI2:Reference>
        <BioTRI2:Author>Romero, L. M., D. Strochlic and J. C. Wingfield</BioTRI2:Author>
        <BioTRI2:Abstract>New feathers may be more important to the survival of a bird than the ability of corticosterone to respond maximally to a stressor.  Corticosterone is seasonally modulated in many passerines, with plasma concentrations lowest during the prebasic molt when all feathers are replaced. The birds reduce corticosterone during molt and avoid its degradative effects on proteins and its inhibition of protein synthesis, since it could slow protein deposition during feather production and result in a longer period of degraded flight. Empty or corticosterone-filled silastic implants were inserted into captive European starlings (Sturnus vulgaris) and white-crowned sparrows (Zonotrichia leucophrys) undergoing induced (feather replacement after plucking) and natural molts. Corticosterone-implanted birds showed a significantly decreased rate of feather growth compared to control animals. Basal corticosterone concentrations of induced molt and non-molting birds were compared but no difference was noted. </BioTRI2:Abstract>
        <BioTRI2:Year>2005</BioTRI2:Year>
        <BioTRI2:Title>Corticosterone inhibits feather growth: potential mechanism explaining seasonal down regulation of corticosterone during molt</BioTRI2:Title>
        <BioTRI2:Conflict>Positive:  Reduction of corticosteroid allows feathers to grow more quickly F_39
Negative:  Reduction of corticosteroid increases exposure to stress F_35</BioTRI2:Conflict>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConflictOf_CrossbridgeKinetics -->

    <Class rdf:about="&BioTRI2;ConflictOf_CrossbridgeKinetics">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;ConflictOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_09"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_10"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 96: 5826-31.</BioTRI2:Reference>
        <BioTRI2:Year>1999</BioTRI2:Year>
        <BioTRI2:Author>Rome, L. C., C. Cook, D. A. Syme, M. A. Connaughton, M. Ashley-Ross, A. Klimov, B. Tikunov and Y. E. Goldman</BioTRI2:Author>
        <BioTRI2:Title>Trading force for speed: why superfast crossbridge kinetics leads to superlow forces</BioTRI2:Title>
        <BioTRI2:Abstract>Superfast muscles power high-frequency motions such as sound production and visual tracking. As a class, these muscles also generate low forces. Swimbladder fibers have evolved a 10-fold faster crossbridge detachment rate than fast-twitch locomotory fibers, but the crossbridge attachment rate has remained unchanged. These kinetics result in very few crossbridges being attached during contraction of superfast fibers (only approximately 1/6 of that in locomotory fibers) and thus low force. This imbalance between attachment and detachment rates is likely to be a general mechanism that imposes a tradeoff of force for speed in all superfast fibers.</BioTRI2:Abstract>
        <BioTRI2:Conflict>Positive:  Muscle contracts quickly  F_09
Negative:  Not enough time for crossbridges to form, so force is less F_10</BioTRI2:Conflict>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Conifers -->

    <Class rdf:about="&BioTRI2;Conifers">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pinophyta"/>
        <disjointWith rdf:resource="&BioTRI2;Cycads"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConnectiveTissue -->

    <Class rdf:about="&BioTRI2;ConnectiveTissue">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AnimalTissue"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Elastin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;AnimalCell"/>
                                    <rdf:Description rdf:about="&BioTRI2;Collagen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Elastin"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConserveEnergy -->

    <Class rdf:about="&BioTRI2;ConserveEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_12"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConserveEnergyInMovement -->

    <Class rdf:about="&BioTRI2;ConserveEnergyInMovement">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_12"/>
        <rdfs:comment>in a potential field, limit position changes such as raising &amp; lowering a heavy object as few times as possible over as short a distance as possible.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Consolidate -->

    <Class rdf:about="&BioTRI2;Consolidate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ContinuousAction -->

    <Class rdf:about="&BioTRI2;ContinuousAction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_20"/>
        <dc:description>Don&apos;t stop!</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Contract -->

    <Class rdf:about="&BioTRI2;Contract">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ControlFracture -->

    <Class rdf:about="&BioTRI2;ControlFracture">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingHydrophobicToHydrophilic -->

    <Class rdf:about="&BioTRI2;ConvertingHydrophobicToHydrophilic">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
        <dc:description>Go from waxy to absorbent</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingLinearToHelical -->

    <Class rdf:about="&BioTRI2;ConvertingLinearToHelical">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
        <dc:description>Change from a straight line to a helix, either as an object or as a pathway</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingMobileToFixed -->

    <Class rdf:about="&BioTRI2;ConvertingMobileToFixed">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingPermToImperm -->

    <Class rdf:about="&BioTRI2;ConvertingPermToImperm">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingPointedToRound -->

    <Class rdf:about="&BioTRI2;ConvertingPointedToRound">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingStaticToMoving -->

    <Class rdf:about="&BioTRI2;ConvertingStaticToMoving">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
        <dc:description>Become active</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingStiffToFlexible -->

    <Class rdf:about="&BioTRI2;ConvertingStiffToFlexible">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ConvertingTranslationToRotation -->

    <Class rdf:about="&BioTRI2;ConvertingTranslationToRotation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
        <dc:description>Stop moving in a line and move in an arc or spin</dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Copepoda -->

    <Class rdf:about="&BioTRI2;Copepoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Maxillopoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Copper -->

    <Class rdf:about="&BioTRI2;Copper">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Copper_beech -->

    <Class rdf:about="&BioTRI2;Copper_beech">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Corvus_corax -->

    <Class rdf:about="&BioTRI2;Corvus_corax">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Corvus_sp. -->

    <Class rdf:about="&BioTRI2;Corvus_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CostOfMeasurement -->

    <Class rdf:about="&BioTRI2;CostOfMeasurement">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_37"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cotesia_glomerata -->

    <Class rdf:about="&BioTRI2;Cotesia_glomerata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chalcidoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Countercurrent -->

    <Class rdf:about="&BioTRI2;Countercurrent">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Countershade -->

    <Class rdf:about="&BioTRI2;Countershade">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Crack&amp;Fatigue -->

    <Class rdf:about="&BioTRI2;Crack&amp;Fatigue">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Author>Mach, K. J.</BioTRI2:Author>
        <BioTRI2:Title>Mechanical and biological consequences of repetitive loading: crack initiation and fatigue failure in the red macroalga Mazzaella</BioTRI2:Title>
        <BioTRI2:Reference>Journal  of Experimental Biology 212: 961-976.</BioTRI2:Reference>
        <BioTRI2:Abstract>Individual waves are not forceful enough to account for observed rates of breakage; fatigue may be more important.  The smaller male gametophytes endured more loading cycles before breakage than tetrasporophytes, which in turn lasted longer than the larger female gametophytes; likewise, Mazzaella splendens withstood more loading cycles at a given repeated stress than M. flaccida. Crack formation frequently occurred in association with endophytes and female gametophyte reproductive structures, suggesting a cost of endophyte infection and a tradeoff between reproduction and mechanical survival.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Craniata -->

    <Class rdf:about="&BioTRI2;Craniata">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Chordata"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Skull"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Crenetermes_albotarsalis -->

    <Class rdf:about="&BioTRI2;Crenetermes_albotarsalis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Isoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Crocodilia -->

    <Class rdf:about="&BioTRI2;Crocodilia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Reptilia"/>
        <rdfs:comment>crocodiles, gavials, caimans, and alligators: 23 species</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Crosslink -->

    <Class rdf:about="&BioTRI2;Crosslink">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Crotalaria_pallida -->

    <Class rdf:about="&BioTRI2;Crotalaria_pallida">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;PhotoSensor"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Croton_capitatus_capitatus -->

    <Class rdf:about="&BioTRI2;Croton_capitatus_capitatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Crustacea -->

    <Class rdf:about="&BioTRI2;Crustacea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Arthropoda"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcite"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CrystalLens -->

    <Class rdf:about="&BioTRI2;CrystalLens">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AcellularSecretion"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aragonite"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcite"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Crystallise -->

    <Class rdf:about="&BioTRI2;Crystallise">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ctenophora -->

    <Class rdf:about="&BioTRI2;Ctenophora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diploblasts"/>
        <rdfs:comment>Comb jellies</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ctenophorus_pictus -->

    <Class rdf:about="&BioTRI2;Ctenophorus_pictus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Squamata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cubitermes_fungifaber -->

    <Class rdf:about="&BioTRI2;Cubitermes_fungifaber">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Isoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cubozoa -->

    <Class rdf:about="&BioTRI2;Cubozoa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cnidaria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cupressus_sempervirens -->

    <Class rdf:about="&BioTRI2;Cupressus_sempervirens">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Conifers"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CutTransportTubes -->

    <Class rdf:about="&BioTRI2;CutTransportTubes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cuticle -->

    <Class rdf:about="&BioTRI2;Cuticle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AcellularSecretion"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cyanides -->

    <Class rdf:about="&BioTRI2;Cyanides">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cybister_laterimarginalis -->

    <Class rdf:about="&BioTRI2;Cybister_laterimarginalis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cycads -->

    <Class rdf:about="&BioTRI2;Cycads">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pinophyta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#CycleAsymmetrically -->

    <Class rdf:about="&BioTRI2;CycleAsymmetrically">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cyclochila_australasiae -->

    <Class rdf:about="&BioTRI2;Cyclochila_australasiae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Homoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Cytoplasm -->

    <Class rdf:about="&BioTRI2;Cytoplasm">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DNA -->

    <Class rdf:about="&BioTRI2;DNA">
        <rdfs:subClassOf rdf:resource="&BioTRI2;NucleicAcids"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DOPA -->

    <Class rdf:about="&BioTRI2;DOPA">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Phenolic"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ByssusThread"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nitrogen"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Daceton_armigerum -->

    <Class rdf:about="&BioTRI2;Daceton_armigerum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dahllite -->

    <Class rdf:about="&BioTRI2;Dahllite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Ca5(PO4CO3)3"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bone"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dama_dama -->

    <Class rdf:about="&BioTRI2;Dama_dama">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cervidae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Data -->

    <Class rdf:about="&BioTRI2;Data">
        <rdfs:comment>This is the database section of the ontology, containing examples of biological systems which are analysed as TRIZ objects in order to compare biology with the engineering which native TRIZ describes</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dazzle -->

    <Class rdf:about="&BioTRI2;Dazzle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Decapoda -->

    <Class rdf:about="&BioTRI2;Decapoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Malacostraca"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <onClass rdf:resource="&BioTRI2;Leg"/>
                <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">10</qualifiedCardinality>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DecreaseTemperature -->

    <Class rdf:about="&BioTRI2;DecreaseTemperature">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DecreasingEntropy -->

    <Class rdf:about="&BioTRI2;DecreasingEntropy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_13"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DefenceMechanism -->

    <Class rdf:about="&BioTRI2;DefenceMechanism">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DefensiveStrategy -->

    <Class rdf:about="&BioTRI2;DefensiveStrategy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Delia_antiqua -->

    <Class rdf:about="&BioTRI2;Delia_antiqua">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DeliverJustInTime -->

    <Class rdf:about="&BioTRI2;DeliverJustInTime">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dendroica_pensylvanica -->

    <Class rdf:about="&BioTRI2;Dendroica_pensylvanica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dendroides_canadensis -->

    <Class rdf:about="&BioTRI2;Dendroides_canadensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dentin -->

    <Class rdf:about="&BioTRI2;Dentin">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Hydroxyapatite"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Collagen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydroxyapatite"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tooth"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DeployStructure -->

    <Class rdf:about="&BioTRI2;DeployStructure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Deployment -->

    <Class rdf:about="&BioTRI2;Deployment">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_05"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DermalCell -->

    <Class rdf:about="&BioTRI2;DermalCell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalCell"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dermaptera -->

    <Class rdf:about="&BioTRI2;Dermaptera">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Exopterygota"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Elytra"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dermis -->

    <Class rdf:about="&BioTRI2;Dermis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalTissue"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;AlphaKeratin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf -->

    <Class rdf:about="&BioTRI2;DescriptionOf">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Data"/>
        <rdfs:comment>These examples are typical of descriptive biology and so are concerned with morphology and physiology, behaviour, evolution etc.  There is not necessarily any indication of function, although of course function is implicit.  They are therefore the base-line of biology and a large part of their description is contained within the &quot;Biology&quot; section of the ontology.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_BollwormDiapause -->

    <Class rdf:about="&BioTRI2;DescriptionOf_BollwormDiapause">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Helicoverpa_armigera"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;BecomeDormant"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ActionBeforeEvent"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;GeneticInstruction"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1582-1588.</BioTRI2:Reference>
        <BioTRI2:Abstract>Pupae of the cotton bollworm, Helicoverpa armigera from a northern population enter diapause in response to short daylengths (D strain) while moths from a southern population exhibit no diapause under the same conditions (N strain).  Crosses and backcrosses to D strain showed a clear long-day response, similar to that of the D strain, suggesting that the photoperiodic response controlling diapause in this moth is heritable. The incidence of diapause in F1 N strain was significantly higher than those in F1 D strain, indicating that the male parent plays a more important role in the determination of diapause. The N strain also showed a short-day photoperiodic response at the lower temperature indicating that the N strain can still enter a photoperiodically induced diapause, depending on the rearing temperature.  Inheritance of diapause does not fit an additive hypothesis and the capacity for diapause is transmitted genetically in the manner of incomplete dominance with non-diapause characteristic partially dominant over the diapausing. Diapause duration in hybrid pupae was also influenced by their inheritance from both parents. Diapause duration in hybrid pupae was intermediate between those of their parents. Both induction and duration of diapause are under the control of polygene.</BioTRI2:Abstract>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Author>Chen, C, Q.-W. Xia, Y.-S. Chen, H.-J. Xiao and F.-S. Xue</BioTRI2:Author>
        <BioTRI2:Title>Inheritance of photoperiodic control of pupal diapause in the cotton bollworm, Helicoverpa armigera (Hübner).</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_CaveFishSleep -->

    <Class rdf:about="&BioTRI2;DescriptionOf_CaveFishSleep">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;GeneticInstruction"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;BecomeDormant"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Astyanax_mexicanus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>The characin fish, Astyanax mexicanus, has sighted surface and numerous blind cave populations. The cave populations are largely independent in their origins. A clearly defined change in ecological conditions, from surface to cave, is correlated with a dramatic reduction in sleep in three independently derived cave populations. The alleles for reduced sleep in two of the cave populations are dominant to the surface alleles. Only a small number of loci with dominant effects are involved. Sleep is an evolutionarily labile phenotype, highly responsive to changes in ecological conditions. To our knowledge, this is the first example of a single species with a convergence on sleep loss exhibited by several independently evolved populations correlated with population-specific ecologies</BioTRI2:Abstract>
        <BioTRI2:Reference>Current Biology, 21: 671-676.</BioTRI2:Reference>
        <BioTRI2:Title>Evolutionary convergence on sleep loss in cavefish populations.</BioTRI2:Title>
        <BioTRI2:Author>Duboué, E. R., A. C. Keene and R. L. Borowsky</BioTRI2:Author>
        <BioTRI2:Year>2011</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_CommunalRoosting -->

    <Class rdf:about="&BioTRI2;DescriptionOf_CommunalRoosting">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_04"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_04"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;JoinSimilarObjects"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aggregation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Prionostemma_sp."/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;AsymmetryOfBehaviour"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Author>Teng, B.,  S. Dao, Z. R. Donaldson and G. F. Grether</BioTRI2:Author>
        <BioTRI2:Title>New communal roosting tradition established through experimental translocation in a Neotropical harvestman</BioTRI2:Title>
        <BioTRI2:Reference>Animal Behaviour, 84: 1183-1190.</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Abstract>A species of harvestman (Prionostemma sp.) that forages solitarily at night has formed roosting aggregations in spiny palms by dawn in the same sites for over a decade, and yet the aggregation sites do not appear to differ from unused sites in tree characteristics or microclimate. By moving harvestmen to new location release sites attracted harvestmen at much higher rates than did matched control sites. Most individuals that came to release sites were new recruits, and one site continued to attract several harvestmen for at least 7 days. Among sites used by the harvestmen, the size of the aggregations was strongly predicted by microclimate and spiny palm characteristics. Together these findings support the hypothesis that attraction to conspecific cues is the primary mechanism responsible for the long-term stability of aggregation sites, while also suggesting that site characteristics play a previously unrecognized role. Understanding how site traditions develop may have direct applications in conservation.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_DeerHair -->

    <Class rdf:about="&BioTRI2;DescriptionOf_DeerHair">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hair"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cervus_elaphus"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal  of Morphology, 272: 34-49</BioTRI2:Reference>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Abstract>We provide a detailed description of the ultrastructure of deer hair fibers. Guard hairs and underhairs from the winter coat of red deer (Cervus elaphus), and antler velvet hairs from the same species were examined. All fibers displayed the typical keratin fiber morphology of overlapping cuticle cells surrounding a core of cortex cells, and often a centrally-located medulla, but there were considerable differences in the diameter, cuticle thickness, and scale pattern, and in the relative amounts of cortex and medulla along individual fibers, and between the different types of fiber. In addition, closer examination of cortex cells using transmission electron microscopy revealed considerable differences in the arrangement of intermediate filaments in the different fiber types. Fine underhairs appeared similar to fine wool fibers from sheep because intermediate filament arrangements were very similar to those found in wool orthocortex cells and paracortex cells. In addition, a similar bilateral distribution of these cell types was evident. However, in the antler velvet hairs and the guard hairs, intermediate filament arrangements were more variable and complex, and showed similarities to those in heterotype cortex cells described for human hair.</BioTRI2:Abstract>
        <BioTRI2:Title>Morphology and Ultrastructure of Antler Velvet Hair and Body Hair From Red Deer (Cervus elaphus)</BioTRI2:Title>
        <BioTRI2:Author>Woods JL, D. P. Harland, J. A. Vernon, G. L. Krsinic and R. J. Walls</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_FishElectrosense -->

    <Class rdf:about="&BioTRI2;DescriptionOf_FishElectrosense">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ReceiveASignal"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Brain"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_28"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Mormyridae"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingElectricalField"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Gymnotiformes"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ExtractInformation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ElectroSensor"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_28"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Tuberous electrosensory systems are found in two orders of weakly electrogenic fishes, the Gymnotiformes of South America and the Mormyriformes of Africa.  At the periphery, electrosensory neurons use combinations of rate and/or timing to broadly encode information. This information is subjected to complex filtering at the next stage of processing, a hindbrain structure known as the electrosensory lateral line lobe (ELL). Neurons in the ELL receive massive descending feedback that can dramatically alter their encoding properties. Neurons in the ELL, in turn, transmit electrosensory information to the midbrain where complex features, such as moving objects and certain social signals, are extracted.</BioTRI2:Abstract>
        <BioTRI2:Author>Fortune E. S. and M. J. Chacron</BioTRI2:Author>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Title>Physiology of Tuberous Electrosensory Systems </BioTRI2:Title>
        <BioTRI2:Reference> Encyclopedia of Fish Physiology  366-374</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_IsopodCuticle -->

    <Class rdf:about="&BioTRI2;DescriptionOf_IsopodCuticle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tylos_europaeus"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of Structural Biology, 174: 512-526.</BioTRI2:Reference>
        <BioTRI2:Author>Seidl, B, K. Huemer, F. Neues, S. Hild, M. Epple and A. Ziegler</BioTRI2:Author>
        <BioTRI2:Title>Ultrastructure and mineral distribution in the tergite cuticle of the beach isopod Tylos europaeus Arcangeli, 1938.</BioTRI2:Title>
        <BioTRI2:Abstract>The surface of the tergites of Tylos europaeus bears epicuticular scales, sensilla and micro-tubercles. A distal layer of the exocuticle is characterised by a low density of organic fibres and the presence of magnesium-calcite. Surprisingly, the mineral forms regions containing polyhedral structures alternating with smooth areas. Between sub-domains within the distal exocuticle calcite varies in its crystallographic orientation. Proximal layers of the exocuticle and the endocuticle are devoid of calcite and the mineral occurs in the form of . Using thin sections of mineralised cuticle we describe for the first time that amorphous calcium carbonate forms tubes around single protein-chitin fibrils.</BioTRI2:Abstract>
        <BioTRI2:Year>2011</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_JHBindingProtein -->

    <Class rdf:about="&BioTRI2;DescriptionOf_JHBindingProtein">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Manduca_sexta"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Heliothis_virescens"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ActionBeforeEvent"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bombyx_mori"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SupportMutually"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingHormone"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Molecular characterization and gene expression of juvenile hormone binding protein in the bamboo borer, Omphisa fuscidentalis.</BioTRI2:Title>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1493-1501.</BioTRI2:Reference>
        <BioTRI2:Abstract>OfJHBP transcription in the fat body was moderately high during 3rd, 4th and 5th instars, then rapidly increased, reaching a peak during early diapause. The expression remained high in mid-diapause, then decreased in late-diapause until the pupal stage. Both juvenile hormone analog (JHA), methoprene, 20-hydroxyecdysone (20E) exhibited a similar stimulatory pattern in OfJHBP expression in diapausing larvae. OfJHBP mRNA levels gradually increased and showed a peak of gene expression on the penultimate, then declined to low levels in the pupal stage. For in vitro gene expression, both of JHA and 20E induced OfJHBP mRNA expression in fat body. Fat body maintenance in vitro with JHA induced OfJHBP mRNA expression to high levels within the first 30 min whereas 20E induced gene expression at 120 min. To study the synergistic effect of these two hormones, fat body was incubated in vitro with JHA or 20E or a combination of both hormone for 30 min. Induction of OfJHBP expression by JHA and 20E was significantly greater than that of either hormone alone.</BioTRI2:Abstract>
        <BioTRI2:Author>Ritdachyeng,E.,  M. Manaboon, S. S. Tobe and T. Singtripop</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DescriptionOf_hemical&amp;MechanicalDefence -->

    <Class rdf:about="&BioTRI2;DescriptionOf_hemical&amp;MechanicalDefence">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phaseolus_lunatus"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>Co-Variation of Chemical and Mechanical Defenses in Lima Bean (Phaseolus lunatus L.)</BioTRI2:Title>
        <BioTRI2:Abstract>Plants usually express multiple chemical and mechanical defenses simultaneously. The interplay of these defenses is still poorly understood, as predictions range from negative associations such as allocation tradeoffs to positive correlations forming synergistic defense syndromes. Surprisingly, little empirical evidence exists on the co-variation of multiple plant defenses. We analyzed different genotypes of lima bean (Phaseolus lunatus L.) for the expression of two direct chemical defenses [cyanogenic potential (constitutive), polyphenolase (inducible)], two indirect chemical defenses [volatiles and extrafloral nectar (both inducible)] and a constitutive mechanical defense (hook-shaped trichomes). While the occurrence of trichomes was positively correlated with cyanogenesis, these traits showed a tradeoff with polyphenol oxidase activity, release of volatiles, and secretion of nectar. Hook-shaped trichomes were abundantly present in four of 14 genotypes investigated, and were found only in one monophyletic group of an AFLP-based tree, thus indicating a single evolutionary origin within the species. Our findings show that different lima bean genotypes express either one of two defense systems: 1) high constitutive defense via cyanogenesis and trichomes or 2) high inducible defense via volatiles, nectar, and polyphenolase activity.</BioTRI2:Abstract>
        <BioTRI2:Title>Journal of Chemical Ecology 39: 413-7.</BioTRI2:Title>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Author>Ballhorn, D. J., A. L. Godschalx and S. Kautz</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Desiccate -->

    <Class rdf:about="&BioTRI2;Desiccate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <rdfs:comment>Many animals and plants survive harsh conditions (heat, cold) by dehydrating.  Done properly, this preserves the tissues and membranes</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DesignForReliability -->

    <Class rdf:about="&BioTRI2;DesignForReliability">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Destabilise -->

    <Class rdf:about="&BioTRI2;Destabilise">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Destroy -->

    <Class rdf:about="&BioTRI2;Destroy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DetectAsymmetrically -->

    <Class rdf:about="&BioTRI2;DetectAsymmetrically">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DetectVibration -->

    <Class rdf:about="&BioTRI2;DetectVibration">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Deuterostomia -->

    <Class rdf:about="&BioTRI2;Deuterostomia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Triploblasts"/>
        <disjointWith rdf:resource="&BioTRI2;Protostomia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Diaprepes_abbreviatus -->

    <Class rdf:about="&BioTRI2;Diaprepes_abbreviatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dicotyledonacea -->

    <Class rdf:about="&BioTRI2;Dicotyledonacea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Magnoliophyta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dictyostelium -->

    <Class rdf:about="&BioTRI2;Dictyostelium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Slime_moulds"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DifferentVibrationFrequency -->

    <Class rdf:about="&BioTRI2;DifferentVibrationFrequency">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DifferentiateIntoIndependentParts -->

    <Class rdf:about="&BioTRI2;DifferentiateIntoIndependentParts">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DifficultyOfDetecting -->

    <Class rdf:about="&BioTRI2;DifficultyOfDetecting">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_37"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DifficultyOfMeasuring -->

    <Class rdf:about="&BioTRI2;DifficultyOfMeasuring">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_37"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DilutionEffects -->

    <Class rdf:about="&BioTRI2;DilutionEffects">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_39"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dinosauria -->

    <Class rdf:about="&BioTRI2;Dinosauria">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Reptilia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Diploblasts -->

    <Class rdf:about="&BioTRI2;Diploblasts">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eumetazoa"/>
        <disjointWith rdf:resource="&BioTRI2;Triploblasts"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Diplura -->

    <Class rdf:about="&BioTRI2;Diplura">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hexapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Diptera -->

    <Class rdf:about="&BioTRI2;Diptera">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Endopterygota"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Haltere"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DiscardAndDestroy -->

    <Class rdf:about="&BioTRI2;DiscardAndDestroy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_27"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DiscardAndRecycle -->

    <Class rdf:about="&BioTRI2;DiscardAndRecycle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_34"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DiscardObjects -->

    <Class rdf:about="&BioTRI2;DiscardObjects">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_34"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Disease -->

    <Class rdf:about="&BioTRI2;Disease">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DissipateEnergy -->

    <Class rdf:about="&BioTRI2;DissipateEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DissipateEnergyGlobally -->

    <Class rdf:about="&BioTRI2;DissipateEnergyGlobally">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DissipateEnergyLocally -->

    <Class rdf:about="&BioTRI2;DissipateEnergyLocally">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dissolve -->

    <Class rdf:about="&BioTRI2;Dissolve">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DissolveBoundaries -->

    <Class rdf:about="&BioTRI2;DissolveBoundaries">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DistanceBetweenPoints -->

    <Class rdf:about="&BioTRI2;DistanceBetweenPoints">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_04"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DistanceThrown -->

    <Class rdf:about="&BioTRI2;DistanceThrown">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_03"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DivideAndJoin -->

    <Class rdf:about="&BioTRI2;DivideAndJoin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DivideIntoDifferentUnits -->

    <Class rdf:about="&BioTRI2;DivideIntoDifferentUnits">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DivideIntoSimilarUnits -->

    <Class rdf:about="&BioTRI2;DivideIntoSimilarUnits">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DoItQuick -->

    <Class rdf:about="&BioTRI2;DoItQuick">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_21"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dolichopteryx_longipes -->

    <Class rdf:about="&BioTRI2;Dolichopteryx_longipes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Actinopterygia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;MirrorEye"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Drosophila -->

    <Class rdf:about="&BioTRI2;Drosophila">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Drosophila_kikkawai -->

    <Class rdf:about="&BioTRI2;Drosophila_kikkawai">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Drosophila"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Drosophila_leontia -->

    <Class rdf:about="&BioTRI2;Drosophila_leontia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Drosophila"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Drosophila_melanogaster -->

    <Class rdf:about="&BioTRI2;Drosophila_melanogaster">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Drosophila"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Drosophila_montana -->

    <Class rdf:about="&BioTRI2;Drosophila_montana">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Drosophila"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Drosophila_pseudoobscura -->

    <Class rdf:about="&BioTRI2;Drosophila_pseudoobscura">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Drosophila"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DroughtResistance -->

    <Class rdf:about="&BioTRI2;DroughtResistance">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <BioTRI2:Reference>Plant, cell &amp; environment 36: 405-18.</BioTRI2:Reference>
        <BioTRI2:Author>Pineda-Garcia, F., H. Paz and F. C. Meinzer</BioTRI2:Author>
        <BioTRI2:Title>Drought resistance in early and late secondary successional species from a tropical dry forest: the interplay between xylem resistance to embolism, sapwood water storage and leaf shedding</BioTRI2:Title>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Abstract>Late-successional species resist drought through two mechanisms: high resistance of xylem to embolism, or reliance on high stem water storage capacity. High sapwood water reserves delay the effects of soil drying by transiently decoupling plant and soil water status. Resistance to soil drought results from the interplay between variations in the vulnerability of xylem to embolism, reliance on water reserves in the sapwood and reduction in leaf area, leading to a tradeoff of avoidance of soil drought against tolerance.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DurabilityOfMovingObject -->

    <Class rdf:about="&BioTRI2;DurabilityOfMovingObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_15"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DurabilityOfStationaryObject -->

    <Class rdf:about="&BioTRI2;DurabilityOfStationaryObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_16"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DynamicMembrane -->

    <Class rdf:about="&BioTRI2;DynamicMembrane">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#DynamicRange -->

    <Class rdf:about="&BioTRI2;DynamicRange">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dynamics -->

    <Class rdf:about="&BioTRI2;Dynamics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Dytiscus_marginalis -->

    <Class rdf:about="&BioTRI2;Dytiscus_marginalis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EaseOfCorrection -->

    <Class rdf:about="&BioTRI2;EaseOfCorrection">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_34"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EaseOfProduction -->

    <Class rdf:about="&BioTRI2;EaseOfProduction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_32"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EasyProcess -->

    <Class rdf:about="&BioTRI2;EasyProcess">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_33"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ecdysis -->

    <Class rdf:about="&BioTRI2;Ecdysis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ecdysone -->

    <Class rdf:about="&BioTRI2;Ecdysone">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hormone"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ecdysozoa -->

    <Class rdf:about="&BioTRI2;Ecdysozoa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protostomia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Echinodermata -->

    <Class rdf:about="&BioTRI2;Echinodermata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Deuterostomia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcite"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Echinoidea -->

    <Class rdf:about="&BioTRI2;Echinoidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Echinodermata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Edentata -->

    <Class rdf:about="&BioTRI2;Edentata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eutheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EffectiveShivering -->

    <Class rdf:about="&BioTRI2;EffectiveShivering">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_19"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Effectiveness -->

    <Class rdf:about="&BioTRI2;Effectiveness">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_39"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Egg -->

    <Class rdf:about="&BioTRI2;Egg">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EggCase -->

    <Class rdf:about="&BioTRI2;EggCase">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Egg"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;DOPA"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EggShell -->

    <Class rdf:about="&BioTRI2;EggShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Egg"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcite"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;EggShellProtein"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EggShellProtein -->

    <Class rdf:about="&BioTRI2;EggShellProtein">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;EggShell"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;EggShell"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Elasmobranchiata -->

    <Class rdf:about="&BioTRI2;Elasmobranchiata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chondricthyes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Elastin -->

    <Class rdf:about="&BioTRI2;Elastin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Artery"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConnectiveTissue"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ligament"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;BetaTurn"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ByssusThread"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ElectricalDefenceMechanism -->

    <Class rdf:about="&BioTRI2;ElectricalDefenceMechanism">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DefenceMechanism"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ElectricalDischargeOrgan -->

    <Class rdf:about="&BioTRI2;ElectricalDischargeOrgan">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ElectroSensor -->

    <Class rdf:about="&BioTRI2;ElectroSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Elasmobranchiata"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ElectromagneticField -->

    <Class rdf:about="&BioTRI2;ElectromagneticField">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Electrostatics -->

    <Class rdf:about="&BioTRI2;Electrostatics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EliminatingIdleThingsAndProcesses -->

    <Class rdf:about="&BioTRI2;EliminatingIdleThingsAndProcesses">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_20"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EliminatingNeedForOtherParts -->

    <Class rdf:about="&BioTRI2;EliminatingNeedForOtherParts">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_06"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EliminatingQuietPeriods -->

    <Class rdf:about="&BioTRI2;EliminatingQuietPeriods">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_20"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Elytra -->

    <Class rdf:about="&BioTRI2;Elytra">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Dermaptera"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;Coleoptera"/>
                            <rdf:Description rdf:about="&BioTRI2;Dermaptera"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Coleoptera"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Embryobionta -->

    <Class rdf:about="&BioTRI2;Embryobionta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Plants"/>
        <disjointWith rdf:resource="&BioTRI2;Thallobionta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EmergentEffects -->

    <Class rdf:about="&BioTRI2;EmergentEffects">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_36"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Empidonax_flaviventris -->

    <Class rdf:about="&BioTRI2;Empidonax_flaviventris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Empoasca_fabae -->

    <Class rdf:about="&BioTRI2;Empoasca_fabae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Homoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Enamel -->

    <Class rdf:about="&BioTRI2;Enamel">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Hydroxyapatite"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Collagen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydroxyapatite"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tooth"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Encelia_farinosa -->

    <Class rdf:about="&BioTRI2;Encelia_farinosa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Encephalisation -->

    <Class rdf:about="&BioTRI2;Encephalisation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <BioTRI2:Conflict>Positive:  A larger brain makes you more intelligent
Negative:  A larger brain requires more energy to grow</BioTRI2:Conflict>
        <BioTRI2:Reference>American Journal of Physical Anthropology 143: 579-90.</BioTRI2:Reference>
        <BioTRI2:Title>Encephalization, expensive tissues, and energetics: An examination of the relative costs of brain size in strepsirrhines</BioTRI2:Title>
        <BioTRI2:Author>Barrickman N. L. and M. J. Lin</BioTRI2:Author>
        <BioTRI2:Abstract>The evolution of encephalization requires that energetic challenges be met. Several hypotheses, such as the maternal energy and expensive tissue hypotheses, have been proposed to explain how some species are able to provide adequate energetic resources for large brains. The former incorporates maternal investment strategies, such as extended life history and elevated resting metabolic rate, which contribute to the growth of a large brain. The latter incorporates the reduction of gut size, which increases available energy for the maintenance of adult brain size. This study examines a sample of strepsirrhines, testing the hypothesis that encephalized species utilize some combination of the above-mentioned strategies. Infants and juveniles from three species at the Duke Lemur Center (DLC) were measured periodically to arrive at head and body growth trajectories. These data were used to determine the energetic tradeoff among the offspring. The examination of gestation length, weaning age, intestinal size and resting metabolic rate was used to assess adult brain maintenance and maternal energetic contribution. The results reveal that Daubentonia, the most encephalized and thus human-like of the lemurs, does not experience an energetic trade-off between brain and body during ontogeny, but does exhibit a trade-off between extensive brain growth and possibly reduced intestinal growth. Also, maternal energy is utilized. Encephalized lemurs, such as Daubentonia, have higher resting metabolic rate, while encephalized lorisiforms have a longer period of gestation. These results demonstrate that there are several strategies for meeting the energetic demands of encephalization, and they can be manifested differentially across taxa.</BioTRI2:Abstract>
        <BioTRI2:Year>2010</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Endopterygota -->

    <Class rdf:about="&BioTRI2;Endopterygota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Neoptera"/>
        <disjointWith rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Endoskeleton -->

    <Class rdf:about="&BioTRI2;Endoskeleton">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EnergyToAcquireFood -->

    <Class rdf:about="&BioTRI2;EnergyToAcquireFood">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_19"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ensis_directus -->

    <Class rdf:about="&BioTRI2;Ensis_directus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Bivalvia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Entimus_imperialis -->

    <Class rdf:about="&BioTRI2;Entimus_imperialis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Enzyme -->

    <Class rdf:about="&BioTRI2;Enzyme">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EnzymicAction -->

    <Class rdf:about="&BioTRI2;EnzymicAction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ephemera_danica -->

    <Class rdf:about="&BioTRI2;Ephemera_danica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Ephemeroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ephemeroptera -->

    <Class rdf:about="&BioTRI2;Ephemeroptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Paleoptera"/>
        <disjointWith rdf:resource="&BioTRI2;Odonata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Epilachna_varivestis -->

    <Class rdf:about="&BioTRI2;Epilachna_varivestis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;feedsOn"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phaseolus_lunatus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Equipotentiality -->

    <Class rdf:about="&BioTRI2;Equipotentiality">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_12"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Equisetophyta -->

    <Class rdf:about="&BioTRI2;Equisetophyta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Embryobionta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Erinaceus_europaea -->

    <Class rdf:about="&BioTRI2;Erinaceus_europaea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eulipotyphia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Spine"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Erodium_cicutarium -->

    <Class rdf:about="&BioTRI2;Erodium_cicutarium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EscapeFromFlatness -->

    <Class rdf:about="&BioTRI2;EscapeFromFlatness">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EscapeTheOrthogonal -->

    <Class rdf:about="&BioTRI2;EscapeTheOrthogonal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Etmopterus_spinax -->

    <Class rdf:about="&BioTRI2;Etmopterus_spinax">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Elasmobranchiata"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Photophore"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eucalyptus -->

    <Class rdf:about="&BioTRI2;Eucalyptus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eucalyptus_camaldulensis -->

    <Class rdf:about="&BioTRI2;Eucalyptus_camaldulensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eucalyptus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eucalyptus_citriodora -->

    <Class rdf:about="&BioTRI2;Eucalyptus_citriodora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eucalyptus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eucalyptus_grandis -->

    <Class rdf:about="&BioTRI2;Eucalyptus_grandis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eucalyptus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eucalyptus_teretecornus -->

    <Class rdf:about="&BioTRI2;Eucalyptus_teretecornus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eucalyptus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eucaryota -->

    <Class rdf:about="&BioTRI2;Eucaryota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Taxonomy"/>
        <disjointWith rdf:resource="&BioTRI2;Procaryota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#EucaryoticCell -->

    <Class rdf:about="&BioTRI2;EucaryoticCell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Plasmalemma"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nucleus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Euglenozoa -->

    <Class rdf:about="&BioTRI2;Euglenozoa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eulipotyphia -->

    <Class rdf:about="&BioTRI2;Eulipotyphia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Laurasiatheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eumetazoa -->

    <Class rdf:about="&BioTRI2;Eumetazoa">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Eucaryota"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;AnimalCell"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eumycota -->

    <Class rdf:about="&BioTRI2;Eumycota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Thallobionta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Euperipatoides_kanangrensis -->

    <Class rdf:about="&BioTRI2;Euperipatoides_kanangrensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Onycophora"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Slime"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Euplectella_sp. -->

    <Class rdf:about="&BioTRI2;Euplectella_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Porifera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eutheria -->

    <Class rdf:about="&BioTRI2;Eutheria">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mammalia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Evaporate -->

    <Class rdf:about="&BioTRI2;Evaporate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Excitation -->

    <Class rdf:about="&BioTRI2;Excitation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Exopterygota -->

    <Class rdf:about="&BioTRI2;Exopterygota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Neoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Exoskeleton -->

    <Class rdf:about="&BioTRI2;Exoskeleton">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Expand -->

    <Class rdf:about="&BioTRI2;Expand">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ExtractInformation -->

    <Class rdf:about="&BioTRI2;ExtractInformation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ExtractInterferingPart -->

    <Class rdf:about="&BioTRI2;ExtractInterferingPart">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Eye -->

    <Class rdf:about="&BioTRI2;Eye">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;PhotoSensor"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_01 -->

    <Class rdf:about="&BioTRI2;F_01">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Substance"/>
        <rdfs:comment>Moving object can easily change position in space, either on its own, or as a result of external forces. Vehicles and  objects designed to be portable are the basic members of this class.
Weight of moving object: The force that the body exerts on its support or suspension.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_02 -->

    <Class rdf:about="&BioTRI2;F_02">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Substance"/>
        <rdfs:comment>Stationary object does not change position in space, either on its own, or as a result of external forces. Consider the conditions under which the object is being used.
Weight of stationary object  The mass of the object, in a gravitational field. The force that the body exerts on its support or suspension, or on the surface on which it rests.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_03 -->

    <Class rdf:about="&BioTRI2;F_03">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Space"/>
        <rdfs:comment>Moving object can easily change position in space, either on its own, or as a result of external forces. Vehicles and  objects designed to be portable are the basic members of this class.
Length of moving object. Any one linear dimension, not necessarily the longest, is considered a length.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_04 -->

    <Class rdf:about="&BioTRI2;F_04">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Space"/>
        <rdfs:comment>Stationary object does not change position in space, either on its own, or as a result of external forces. Consider the conditions under which the object is being used.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_05 -->

    <Class rdf:about="&BioTRI2;F_05">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Space"/>
        <rdfs:comment>Moving object can easily change position in space, either on its own, or as a result of external forces. Vehicles and  objects designed to be portable are the basic members of this class.  A geometrical characteristic described by the part of a plane enclosed by a line.  The part of a surface occupied by the object. OR the square measure of the surface, either internal or external, of an object.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_06 -->

    <Class rdf:about="&BioTRI2;F_06">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Space"/>
        <rdfs:comment>Stationary object does not change position in space, either on its own, or as a result of external forces. Consider the conditions under which the object is being used.  A geometrical characteristic described by the part of a plane enclosed by a line.  The part of a surface occupied by the object. OR the square measure of the surface, either internal or external, of an object.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_07 -->

    <Class rdf:about="&BioTRI2;F_07">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Space"/>
        <rdfs:comment>Moving object can easily change position in space, either on its own, or as a result of external forces. Vehicles and  objects designed to be portable are the basic members of this class. The cubic measure of space occupied by the object. Length x width x height for a rectangular object, height x area for a cylinder, etc.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_08 -->

    <Class rdf:about="&BioTRI2;F_08">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Space"/>
        <rdfs:comment>Stationary object does not change position in space, either on its own, or as a result of external forces. Consider the conditions under which the object is being used.  The cubic measure of space occupied by the object. Length x width x height for a rectangular object, height x area for a cylinder, etc.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_09 -->

    <Class rdf:about="&BioTRI2;F_09">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Time"/>
        <rdfs:comment>The velocity of an object; the rate of a  process or action in time</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_10 -->

    <Class rdf:about="&BioTRI2;F_10">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>Force measures the interaction between systems. In Newtonian physics, force = mass X acceleration. In TRIZ, force is any interaction that is intended to  change an object&apos;s condition.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_11 -->

    <Class rdf:about="&BioTRI2;F_11">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>Force per unit area. Also, tension.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_12 -->

    <Class rdf:about="&BioTRI2;F_12">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Space"/>
        <rdfs:comment>The external contours, appearance of a system.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_13 -->

    <Class rdf:about="&BioTRI2;F_13">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Structure"/>
        <rdfs:comment>The wholeness or integrity of the system; the relationship of the system&apos;s constituent elements. Wear, chemical decomposition, and disassembly are all decreases in stability. Increasing entropy is decreasing stability.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_14 -->

    <Class rdf:about="&BioTRI2;F_14">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>The extent to which the object is able to resist changing in response to force.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_15 -->

    <Class rdf:about="&BioTRI2;F_15">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Time"/>
        <rdfs:comment>Moving object can easily change position in space, either on its own, or as a result of external forces. Vehicles and  objects designed to be portable are the basic members of this class.  The time that the object can perform the action. Service life. Mean time between failure is a measure of the duration of action. Also, durability.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_16 -->

    <Class rdf:about="&BioTRI2;F_16">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Time"/>
        <rdfs:comment>Stationary object does not change position in space, either on its own, or as a result of external forces. Consider the conditions under which the object is being used.  The time that the object can perform the action. Service life. Mean time between failure is a measure of the duration of action. Also, durability.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_17 -->

    <Class rdf:about="&BioTRI2;F_17">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>The thermal condition of the object or system. Loosely includes other thermal  parameters, such as heat capacity, that affect the rate of change of temperature.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_18 -->

    <Class rdf:about="&BioTRI2;F_18">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>Light flux per unit area, also any other illumination characteristics of the  system such as brightness, light quality, etc.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_19 -->

    <Class rdf:about="&BioTRI2;F_19">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>Moving object can easily change position in space, either on its own, or as a result of external forces. Vehicles and  objects designed to be portable are the basic members of this class.  The measure of the object&apos;s capacity for doing work. In classical mechanics, Energy is the product of force times distance. This includes the use of energy provided by the super-system (such as electrical energy or heat.) Energy required to do a particular job.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_20 -->

    <Class rdf:about="&BioTRI2;F_20">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>Stationary object does not change position in space, either on its own, or as a result of external forces. Consider the conditions under which the object is being used.  The measure of the object&apos;s capacity for doing work. In classical mechanics,  Energy is the product of force times distance. This includes the use of energy provided by the super-system (such as electrical energy or heat.) Energy required to do a particular job.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_21 -->

    <Class rdf:about="&BioTRI2;F_21">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>The time rate at which work is performed. The rate of use of energy.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_22 -->

    <Class rdf:about="&BioTRI2;F_22">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Energy"/>
        <rdfs:comment>Use of energy that does not contribute to  the job being done. See 19. Reducing the loss of energy sometimes requires different techniques from improving the use of energy, which is why this is a separate category.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_23 -->

    <Class rdf:about="&BioTRI2;F_23">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Substance"/>
        <rdfs:comment>Partial or complete, permanent or temporary, loss of some of a system&apos;s materials, substances, parts, or subsystems.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_24 -->

    <Class rdf:about="&BioTRI2;F_24">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>Partial or complete, permanent or  temporary, loss of data or access to data in or by a system. Frequently includes sensory data such as aroma, texture, etc.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_25 -->

    <Class rdf:about="&BioTRI2;F_25">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Time"/>
        <rdfs:comment>Time is the duration of an activity.  Improving the loss of time means reducing  the time taken for the activity. &quot;Cycle time reduction&quot; is a common term.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_26 -->

    <Class rdf:about="&BioTRI2;F_26">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Substance"/>
        <rdfs:comment>The number or amount of a system&apos;s materials, substances, parts or subsystems which might be changed fully or partially, permanently or temporarily.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_27 -->

    <Class rdf:about="&BioTRI2;F_27">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>A system&apos;s ability to perform its intended functions in predictable ways and conditions.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_28 -->

    <Class rdf:about="&BioTRI2;F_28">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>The closeness of the measured value to the actual value of a property of a system. Reducing the error in a measurement increases the accuracy of the measurement.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_29 -->

    <Class rdf:about="&BioTRI2;F_29">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Structure"/>
        <rdfs:comment>The extent to which the actual  characteristics of the system or object match the specified or required characteristics.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_30 -->

    <Class rdf:about="&BioTRI2;F_30">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>Susceptibility of a system to externally generated (harmful) effects.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_31 -->

    <Class rdf:about="&BioTRI2;F_31">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>A harmful effect is one that reduces the efficiency or quality of the functioning of the object or system. These harmful effects are generated by the object or system, as part of its operation.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_32 -->

    <Class rdf:about="&BioTRI2;F_32">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Structure"/>
        <rdfs:comment>The degree of facility, comfort or effortlessness in manufacturing or fabricating the object/system.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_33 -->

    <Class rdf:about="&BioTRI2;F_33">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>Simplicity: The process is NOT easy if it requires a large number of people, large number of steps in the operation, needs special tools, etc. &quot;Hard&quot; processes have  low yield and &quot;easy&quot; process have high yield; they are easy to do right.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_34 -->

    <Class rdf:about="&BioTRI2;F_34">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>Quality characteristics such as convenience, comfort, simplicity, and time to repair faults, failures, or defects in a system.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_35 -->

    <Class rdf:about="&BioTRI2;F_35">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>The extent to which a system/object positively responds to external changes. Also, a system that can be used in multiple ways for a variety of circumstances.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_36 -->

    <Class rdf:about="&BioTRI2;F_36">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Structure"/>
        <rdfs:comment>The number and diversity of elements and element interrelationships within a system. The user may be an element of the system that increases the complexity. The difficulty of mastering the system is a measure of its complexity.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_37 -->

    <Class rdf:about="&BioTRI2;F_37">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>Measuring or monitoring systems that are complex, costly, require much time and labour to set up and use, or that have complex relationships between components or components that interfere with each other all demonstrate &quot;difficulty of detecting and measuring.&quot; Increasing cost of measuring to a satisfactory error is also a sign of increased difficulty of measuring.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_38 -->

    <Class rdf:about="&BioTRI2;F_38">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Information"/>
        <rdfs:comment>The extent to which a system or object performs its functions without human interface. The lowest level of automation is the use of a manually operated tool.  For intermediate levels, humans program the tool, observe its operation, and interrupt or re-program as needed. For the highest level, the machine senses the operation needed, programs itself, and monitors its own operations.
 
Could imply self-assembly and emergent mechanisms in natural systems.  Could also be the implementation of a mechanism as a direct consequence of the morphology.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_39 -->

    <Class rdf:about="&BioTRI2;F_39">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_Time"/>
        <rdfs:comment>The number of functions or operations performed by a system per unit time. The time for a unit function or operation. The output per unit time, or the cost per unit output.  Biological growth?</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_Energy -->

    <Class rdf:about="&BioTRI2;F_Energy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_Information -->

    <Class rdf:about="&BioTRI2;F_Information">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_Space -->

    <Class rdf:about="&BioTRI2;F_Space">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_Structure -->

    <Class rdf:about="&BioTRI2;F_Structure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_Substance -->

    <Class rdf:about="&BioTRI2;F_Substance">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_Time -->

    <Class rdf:about="&BioTRI2;F_Time">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#F_xx -->

    <Class rdf:about="&BioTRI2;F_xx">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Analysis"/>
        <rdfs:comment>Individual &apos;sub-features&apos; are listed under &apos;Problems&apos; which is the preferred check list</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Fagus_sylvatica -->

    <Class rdf:about="&BioTRI2;Fagus_sylvatica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FalseAlarms -->

    <Class rdf:about="&BioTRI2;FalseAlarms">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Current biology : CB 18: 1520-4.</BioTRI2:Reference>
        <BioTRI2:Conflict>Positive:  Bees survive by taking extra time to identify predators (more difficult if predator is camoflaged)
Negative:  Less time for foraging</BioTRI2:Conflict>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Author>Ings, T. C. and L. Chittka</BioTRI2:Author>
        <BioTRI2:Title>Speed-accuracy tradeoffs and false alarms in bee responses to cryptic predators</BioTRI2:Title>
        <BioTRI2:Abstract>Is predator-avoidance learning and memory disrupted by cryptic coloration of predators, such as crab spiders? We exposed foraging bumblebees to controlled predation risk from robotic crab spiders that were cryptic or highly contrasting. Bees slow their inspection flights after learning that there is a risk from cryptic spiders. The adjustment of inspection effort results in accurate predator detection, leveling out predation risk at the expense of foraging time. Overnight-retention tests reveal no decline in performance, but bees that had experienced cryptic predators are more prone to rejection of foraging opportunities on safe flowers than those that had experienced conspicuous predators. Therefore, bees in the cryptic-spider treatment made a functional decision to trade off reduced foraging efficiency via increased inspection times and false-alarm rates against higher potential fitness loss from being injured or eaten.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FastReflex -->

    <Class rdf:about="&BioTRI2;FastReflex">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_25"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Feather -->

    <Class rdf:about="&BioTRI2;Feather">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;BetaKeratin"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Feedback -->

    <Class rdf:about="&BioTRI2;Feedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Femur -->

    <Class rdf:about="&BioTRI2;Femur">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;BonyEndoskeleton"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ferocactus_acanthodes -->

    <Class rdf:about="&BioTRI2;Ferocactus_acanthodes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Caryophyllidae"/>
        <disjointWith rdf:resource="&BioTRI2;Pennisetum_typhoides"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FerromagneticParticlesInMagneticField -->

    <Class rdf:about="&BioTRI2;FerromagneticParticlesInMagneticField">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FewDurableComponents -->

    <Class rdf:about="&BioTRI2;FewDurableComponents">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
        <rdfs:comment>Many organisms reproduce at high rates producing less “well designed” individuals which can grow more quickly, reproduce younger, and utilise a more ephemeral habitat
Predator pressure can force organisms to reproduce younger</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Fibre -->

    <Class rdf:about="&BioTRI2;Fibre">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Shapes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FibrousComposite -->

    <Class rdf:about="&BioTRI2;FibrousComposite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Fields -->

    <Class rdf:about="&BioTRI2;Fields">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Filicophyta -->

    <Class rdf:about="&BioTRI2;Filicophyta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Embryobionta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FillPoresOrCells -->

    <Class rdf:about="&BioTRI2;FillPoresOrCells">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_31"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FiltrationSystem -->

    <Class rdf:about="&BioTRI2;FiltrationSystem">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_31"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Fin -->

    <Class rdf:about="&BioTRI2;Fin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FireRegimes -->

    <Class rdf:about="&BioTRI2;FireRegimes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <BioTRI2:Author>Romero, C., B. M. Bolker and C. E. Edwards</BioTRI2:Author>
        <BioTRI2:Reference>The New phytologist 182: 261-71.</BioTRI2:Reference>
        <BioTRI2:Title>Stem responses to damage: the evolutionary ecology of Quercus species in contrasting fire regimes</BioTRI2:Title>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Abstract>The ability of tree stems to recover from damage is critical for survival and may explain species distributions across disturbance regimes. Two primary responses to stem damage, decay compartmentalization and wound closure, act in concert to limit decay and pathogen spread. A previous study demonstrated a tradeoff between wound responses that varied with anatomical traits, but its wide taxonomic range made it hard to analyze responses in an evolutionary context. Here, we tested the stem wound responses of 13 species of Quercus inhabiting three habitats across a gradient of fire intensity. We also quantified anatomical and structural traits and phylogenetic position, in order to assess the relative contributions of ecological adaptation and phylogenetic history in determining traits. Xylem anatomical traits were phylogenetically constrained, while phloem traits and damage responses varied with habitat. Across habitats, hammock and sandhill species closed bark wounds effectively, whereas scrub species limited the spread of xylem decay. There was a tradeoff between wound closure and decay compartmentalization within the white+live oaks. The fact that some wound response traits are phylogenetically constrained while others respond to ecological pressures suggests that damage responses integrate mechanisms operating at several levels within plants.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FishScale -->

    <Class rdf:about="&BioTRI2;FishScale">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AcellularSecretion"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Fitness&amp;Stability -->

    <Class rdf:about="&BioTRI2;Fitness&amp;Stability">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>PLoS genetics 8: e1003102.</BioTRI2:Reference>
        <BioTRI2:Abstract>We challenged populations of an RNA virus, bacteriophage Phi6, to evolve in a novel temperature environment where heat shock imposed extreme virus mortality. A single amino acid substitution in the viral lysin protein P5 (V207F) favored improved stability, and hence survival of challenged viruses, despite a concomitant tradeoff that decreased viral reproduction. This mutation increased the thermostability of P5. Crystal structures of wild-type, mutant, and ligand-bound P5 reveal the molecular basis of this thermostabilization -- the Phe207 side chain fills a hydrophobic cavity that is unoccupied in the wild-type -- and identify P5 as a lytic transglycosylase. The mutation did not reduce the enzymatic activity of P5, suggesting that the reproduction tradeoff stems from other factors such as inefficient capsid assembly or disassembly.</BioTRI2:Abstract>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Selective pressure causes an RNA virus to trade reproductive fitness for increased structural and thermal stability of a viral enzyme</BioTRI2:Title>
        <BioTRI2:Author>Dessau, M., D. Goldhill, R. L. McBride, P. E. Turner and Y. Modis</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Flagellum -->

    <Class rdf:about="&BioTRI2;Flagellum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FlexibleMembrane -->

    <Class rdf:about="&BioTRI2;FlexibleMembrane">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FlexibleShell -->

    <Class rdf:about="&BioTRI2;FlexibleShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Float -->

    <Class rdf:about="&BioTRI2;Float">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FloodplainForest -->

    <Class rdf:about="&BioTRI2;FloodplainForest">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DescriptionOf"/>
        <BioTRI2:Title>Responses of floodplain forest species to spatially condensed gradients: a test of the flood-shade tolerance tradeoff hypothesis</BioTRI2:Title>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Author>Battaglia L. L. and R. R. Sharitz</BioTRI2:Author>
        <BioTRI2:Reference>Oecologia 147: 108-18.</BioTRI2:Reference>
        <BioTRI2:Abstract>We test the tradeoff hypothesis in an old-growth bottomland hardwood forest by (1) comparing shade and moisture profiles of woody juveniles versus random points and (2) using individual-based sampling of woody juveniles to model probability of occurrence in response to distance-to-water table and canopy openness gradients. We found that juveniles of all species combined occupied a similar range of distance-to-water table compared to measurements taken at random points, but average canopy openness above seedlings was significantly higher than at random points. On average, shade-tolerant species, with the exception of Acer rubrum, were found in shaded areas that were also drier, whereas less shade-tolerant taxa, plus A. rubrum, were found in wetter, more open areas, suggesting a tradeoff between flood and shade tolerance. Predictive models of species occurrence, which incorporate the availability of canopy and microtopographic conditions, indicated that three taxa (Fraxinus pennsylvanica, Quercus spp., and Ulmus americana) had patterns consistent with a flood-shade tolerance tradeoff. In contrast, Asimina triloba, Celtis laevigata, and Liquidambar styraciflua had positive responses when the joint stresses of flooding and shade were diminished. A. rubrum appeared to be the most tolerant to both stresses.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FoldingProteins -->

    <Class rdf:about="&BioTRI2;FoldingProteins">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>The acquisition of function is often associated with destabilizing mutations, giving rise to the stability-function tradeoff hypothesis. To test whether function is also accommodated at the expense of foldability, fibroblast growth factor-1 (FGF-1) was subjected to a comprehensive phi-value analysis at each of the 11 turn regions. FGF-1, a beta-trefoil fold, represents an excellent model system with which to evaluate the influence of function on foldability: because of its threefold symmetric structure, analysis of FGF-1 allows for direct comparisons between symmetry-related regions of the protein that are associated with function to those that are not; thus, a structural basis for regions of foldability can potentially be identified. The resulting phi-value distribution of FGF-1 is highly polarized, with the majority of positions described as either folded-like or denatured-like in the folding transition state. Regions important for folding are shown to be asymmetrically distributed within the protein architecture; furthermore, regions associated with function (i.e., heparin-binding affinity and receptor-binding affinity) are localized to regions of the protein that fold after barrier crossing (late in the folding pathway). These results provide experimental support for the foldability-function tradeoff hypothesis in the evolution of FGF-1. Notably, the results identify the potential for folding redundancy in symmetric protein architecture with important implications for protein evolution and design.</BioTRI2:Abstract>
        <BioTRI2:Author>Longo, L., J. Lee and M. Blaber</BioTRI2:Author>
        <BioTRI2:Reference>Protein science : a publication of the Protein Society 21: 1911-20.</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Experimental support for the foldability-function tradeoff hypothesis: segregation of the folding nucleus and functional regions in fibroblast growth factor-1</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Food -->

    <Class rdf:about="&BioTRI2;Food">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_26"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Foot -->

    <Class rdf:about="&BioTRI2;Foot">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ForceAffectsObject -->

    <Class rdf:about="&BioTRI2;ForceAffectsObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_10"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ForceExertedOnSupport -->

    <Class rdf:about="&BioTRI2;ForceExertedOnSupport">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_02"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ForceGenerated -->

    <Class rdf:about="&BioTRI2;ForceGenerated">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_10"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Forficula_auricularia -->

    <Class rdf:about="&BioTRI2;Forficula_auricularia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dermaptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Formicoidea -->

    <Class rdf:about="&BioTRI2;Formicoidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Apocrita"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FractalModel -->

    <Class rdf:about="&BioTRI2;FractalModel">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_07"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Frequency&amp;Timing -->

    <Class rdf:about="&BioTRI2;Frequency&amp;Timing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Journal of comparative physiology. A, Neuroethology, sensory, neural, and behavioral physiology 197: 351-9.</BioTRI2:Reference>
        <BioTRI2:Abstract>The peripheral auditory system performs a spectral decomposition of sound that should result in a tradeoff between frequency and temporal resolution.  Temporal resolution was greater in house sparrows (Passer domesticus) than Carolina chickadees (Poecile carolinensis) and white-breasted nuthatches (Sitta carolinensis), as predicted based on previous observations of broader auditory filters (lower frequency resolution) in house sparrows. Furthermore, within chickadees, individuals with broader auditory filters had greater temporal resolution. In contrast to predictions however, temporal resolution was similar between chickadees and nuthatches despite broader auditory filters in chickadees. These results and the results of a model simulation exploring the effect of broadened auditory filter bandwidth on temporal resolution in the auditory periphery strongly suggest that frequency resolution constrains temporal resolution in songbirds. Species differences in temporal resolution may reflect adaptations for efficient processing of species-specific vocalizations, while individual differences within species may reflect experience-based developmental plasticity or hormonal effects.</BioTRI2:Abstract>
        <BioTRI2:Title>Songbirds tradeoff auditory frequency resolution and temporal resolution</BioTRI2:Title>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Author>Henry, K. S., M. D. Gall, G. M. Bidelman and J. R. Lucas</BioTRI2:Author>
        <BioTRI2:Conflict>Positive:  If frequency resolution is high . . . 
Negative:  . . . then temporal resolution tends to be low</BioTRI2:Conflict>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FrequencyControl -->

    <Class rdf:about="&BioTRI2;FrequencyControl">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FrequencyGenerator -->

    <Class rdf:about="&BioTRI2;FrequencyGenerator">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Fruit -->

    <Class rdf:about="&BioTRI2;Fruit">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Parenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;PlantEpidermis"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Fucales -->

    <Class rdf:about="&BioTRI2;Fucales">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Phaeophyceae"/>
        <disjointWith rdf:resource="&BioTRI2;Laminariales"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Function-StabilityOfEnzymes -->

    <Class rdf:about="&BioTRI2;Function-StabilityOfEnzymes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Sequence-function-stability relationships in proteins from datasets of functionally annotated variants: the case of TEM beta-lactamases</BioTRI2:Title>
        <BioTRI2:Author>Abriata, L. A., M. L. Salverda and P. E. Tomatis</BioTRI2:Author>
        <BioTRI2:Reference>FEBS Letters 586: 3330-5.</BioTRI2:Reference>
        <BioTRI2:Abstract>ß-lactamase in bacteria breaks down antibiotics; TEM is a gene.  A list of TEM lactamase variants with different substrate and inhibition profiles was compiled and analyzed. Trends show that loops are the main evolvable regions (i.e. least destabilising) in these enzymes, gradually accumulating mutations which generate increasingly complex functions. Many mutations present in evolved enzymes are also found in simpler variants, probably originating functional promiscuity. Following a function-stability tradeoff, the increase in functional complexity driven by accumulation of mutations fosters the incorporation of other stability-restoring substitutions, although our analysis suggests they might not be as &quot;global&quot; as generally accepted and seem instead specific to different networks of protein sites.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf -->

    <Class rdf:about="&BioTRI2;FunctionOf">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Data"/>
        <rdfs:comment>The members of this class are all descriptions of a function, and could therefore be included in the class &quot;Synthesis&quot; except that I&apos;m not sure what the problem was that was being solved.  However, they can be described, at least in part, by Inventive Principles.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_AfricanMice -->

    <Class rdf:about="&BioTRI2;FunctionOf_AfricanMice">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IsolateUsefulFunction"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DefensiveStrategy"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_04"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;AsymmetryOfBehaviour"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_04"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IncreasingAsymmetry"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Rhabdomys_pumilio"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Little is known about the extent to which solitary individuals differ in their social behaviour from group-living ones within the same species. Using the socially flexible African striped mouse, we tested through a series of dyadic encounters in a neutral arena whether group-living mice that later became solitary differed from their philopatric conspecifics. We compared philopatric and solitary mice both before and after dispersal. We predicted striped mice that became solitary would be more aggressive, less amicable and more investigative than individuals that remained group living, and would change their social behaviour after changing from group to solitary living in the same direction (becoming more aggressive, etc.). Dyadic encounters were conducted on 42 group-living individuals and 13 individuals that were first group living and later became solitary. Striped mice that became solitary showed higher levels of aggression and social investigation than their conspecifics that remained group living, differences that were already present before individuals dispersed. Dispersing striped mice showed a negative correlation between amicability and aggression towards opposite-sex individuals, which could be linked to sexual motivation. A second behavioural syndrome in the form of a positive correlation between aggression and social investigation towards same-sex individuals might have indicated that dispersing striped mice were ready to defend their own territory. Our study provides evidence that within the same population and at the same time, individuals that disperse and become solitary differ behaviourally from their group-living conspecifics even before dispersal, and further change their behaviour after dispersal in an evolutionarily adaptive way.</BioTRI2:Abstract>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Author>Schoepf I. and C. Schradin</BioTRI2:Author>
        <BioTRI2:Title>Differences in social behaviour between group-living and solitary African striped mice, Rhabdomys pumilio</BioTRI2:Title>
        <BioTRI2:Reference>Animal Behaviour, 84: 1159-1167.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_BarnacleShell -->

    <Class rdf:about="&BioTRI2;FunctionOf_BarnacleShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;CellularMaterial"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingAdhesive"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_31"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Amphibalanus_reticulatus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;JoinSimilarObjects"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_31"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>Construction and nanomechanical properties of the exoskeleton of the barnacle, Amphibalanus reticulatus.</BioTRI2:Title>
        <BioTRI2:Reference>Journal of Structural Biology, 176: 360-369.</BioTRI2:Reference>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Abstract>The parietal shell of Amphibalanus reticulatus is constructed of six compartments yielding a truncated cone geometry, which is neatly fixed onto the basal shell that attaches the organism to the substrate surface. The connections among the different compartments happen through sutured edges and also have chemical interlocking to make the junctions impermeable. Also, the shell parts are furnished with hollow channels reducing the overall mass of the construction. The structure and functions of different parts of the exoskeleton are identified and outlined. Finally, the mechanical properties such as modulus, hardness and fracture toughness of the exoskeleton obtained by indentation techniques are discussed.</BioTRI2:Abstract>
        <BioTRI2:Author>Raman S. and R. Kumar</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_BeeRNA -->

    <Class rdf:about="&BioTRI2;FunctionOf_BeeRNA">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;miRNA"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConvertingStaticToMoving"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Apis_mellifera"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ExtractInformation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IncreasingMobility"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Total small RNAs (sRNAs) in Apis mellifera foragers and dancers were extracted and analyzed. 12.62% of the unique sRNAs (the number of sequence types) was shared between foragers and dancers, but their expression accounted for 92.92% of the total sRNAs (the number of all sequence reads).  Out of 58  miRNAs, 54 were present in both foragers and dancers and most of them were down-regulated in dancers.  86 and 104 novel miRNAs were detected in foragers and dancers, respectively. Furthermore, two known miRNAs have lower expressions in dancers; their target genes were associated with kinase, neural function, synaptotagmin and energy. Thus miRNAs are substantially different between the foraging and dancing stages, and suggest that miRNAs might regulating dancing in honey bees.</BioTRI2:Abstract>
        <BioTRI2:Author>Li, L., F. Liu, W. Li, Z. Li, J. Pan, L. Yan, S. Zhang, Z. Y. Huang and S. Su</BioTRI2:Author>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1438-1443.</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Differences in microRNAs and their expressions between foraging and dancing honey bees, Apis mellifera L.</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_BivalveShell -->

    <Class rdf:about="&BioTRI2;FunctionOf_BivalveShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;StructuralHeterogeneity"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;BivalveShell"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Saxidomus_purpuratus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Title>Structural characterization and mechanical behavior of a bivalve shell (Saxidomus purpuratus)</BioTRI2:Title>
        <BioTRI2:Abstract>The structure and mechanical behavior of Saxidomus purpuratus bivalve shell were investigated. XRD results show that the only form of calcium carbonate present in the shell is aragonite. The inner and middle layers have a cross-lamellar structure, while the outer layer has porosity and does not have tiles, but instead has blocky regions. The hardness of middle and inner layer are close in both plane view and cross section, but the hardness of outer layer is significantly less, especially in the plane view. The compressive strengths with loading along the three orientations were established and significant differences were found. The Weibull strength at 50% of the probability of failure varies between 59 and 148 MPa and is dependent on the loading orientation and in condition of shell (dry vs. hydrated). These differences are interpreted in terms of the anisotropic structure and coarser structure of the external layer.  
</BioTRI2:Abstract>
        <BioTRI2:Author>Yang,W.,  N. Kashani, X.-W. Li, G.-P. Zhang and M. A. Meyers</BioTRI2:Author>
        <BioTRI2:Reference>Materials Science and Engineering: C, 31: 724-729.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_FlyDryStress -->

    <Class rdf:about="&BioTRI2;FunctionOf_FlyDryStress">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Drosophila_leontia"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Drosophila_kikkawai"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Adaptability"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Water"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingWaterBarrier"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;GeneratingHydrophobicLayer"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Melanin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConvertingPermToImperm"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Lipid"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1525-1533.</BioTRI2:Reference>
        <rdfs:comment>To reduce water loss, D. kikkawai is more melanised and D. leontia has more cuticular lipid.  D. kikkawai can acclimatise and reduce water loss but D. leontia cannot.</rdfs:comment>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Divergent strategy for adaptation to drought stress in two sibling species of montium species subgroup: Drosophila kikkawai and Drosophila leontia.  </BioTRI2:Title>
        <BioTRI2:Author>Ramniwas S. and B. Kajla</BioTRI2:Author>
        <BioTRI2:Abstract>Drosophila leontia (warm adapted) has been considered as a sister species of D. kikkawai (sub-cosmopolitan) with a very similar morphology.  Cuticular lipid mass is positively correlated with desiccation resistance and negatively correlated with cuticular water loss in D. leontia. Greater melanization, reduced water loss and better dehydration tolerance confer greater desiccation resistance on D. kikkawai while the reduced rate of water loss is the only possible mechanism to enhance desiccation tolerance in D. leontia. The use of organic solvents has supported water proofing role of cuticular lipids in D. leontia but not in D. kikkawai. Thus melanization and cuticular lipids may represent alternative strategies for coping with dehydration stress in melanic versus non-melanic drosophilids. In both these species, carbohydrates were utilized under desiccation stress but a higher level of stored carbohydrates was evident in D. kikkawai. Further, we found increase desiccation resistance in D. kikkawai through acclimation while D. leontia lacks such a response. Thus, species specific divergence in water balance related traits in these species are consistent with their adaptations to wet and dry habitats.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_FlyPhotoperiod -->

    <Class rdf:about="&BioTRI2;FunctionOf_FlyPhotoperiod">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_17"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_17"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Drosophila_montana"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Adaptability"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingTiming"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingPhotoperiodRhythm"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Author>Salminen,T. S.,  L. Vesala and A. Hoikkala</BioTRI2:Author>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1541-1547.</BioTRI2:Reference>
        <BioTRI2:Abstract>In two northern Drosophila montana populations with different patterns of voltinism:
(1) when maintained before eclosion in short day conditions, representing early autumn, the flies develop faster and are lighter than when maintained in long day conditions, representing early summer
(2) photoperiodic time measurement is apparently reset after eclosion, adjusting the development of flies according to post eclosion conditions
(3) the sensitive period for diapause induction is after eclosion
(4) there is no direct connection between egg-to-adult development time of females and their reproductive state at adulthood, which suggests that these traits can be determined by photoperiodic cues through different time measurement systems. 
Independence of photoperiodic regulation of life-history traits before and after eclosion enables D. montana to respond quickly to changing photoperiods and match life-history traits according to season</BioTRI2:Abstract>
        <BioTRI2:Title>Photoperiodic regulation of life-history traits before and after eclosion: Egg-to-adult development time, juvenile body mass and reproductive diapause in Drosophila montana. </BioTRI2:Title>
        <BioTRI2:Year>2012</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_RavenYells -->

    <Class rdf:about="&BioTRI2;FunctionOf_RavenYells">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_16"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_18"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_28"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_28"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingSound"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ExtractInformation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ModulateSound"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_18"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_16"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Corvus_sp."/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SendASignal"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Ravens utilize a large set of calls and show individually distinctive call repertoires. Moreover, they show advanced social tactics during foraging, suggesting that they are capable of dealing with individual conspecifics. When confronted with food that is difficult to access, ravens produce &quot;haa&quot; yells that attract other ravens and, thus, have been hypothesized to serve as &quot;functionally referential signals&quot;.  We found that food calls show individual call characteristics in fundamental frequency and intensity providing ravens with the opportunity to respond according to these individually distinct features. Furthermore, ravens discriminated between unfamiliar ravens, indicating that they can discern individual differences. Raven food calls are individually distinct and that the birds may be capable of differentiating between food-calling individuals.</BioTRI2:Abstract>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Who wants food? Individual characteristics in raven yells</BioTRI2:Title>
        <BioTRI2:Reference>Animal Behaviour 84: 1123-1130.</BioTRI2:Reference>
        <BioTRI2:Author>Boeckle, M., G. Szipl and T. Bugnyar</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_SelfCleaning -->

    <Class rdf:about="&BioTRI2;FunctionOf_SelfCleaning">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Adalia_bipunctata"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SelfCleaning"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Harmonia_axyridis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Myrmica_scabrinodis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Polyrhachis_dives"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>The ability of insects to adhere to surfaces is facilitated by the use of adhesive organs found on the terminal leg segments. These adhesive pads are inherently &quot;tacky&quot; and are expected to be subject to contamination by particles, leading to loss of function. Here, we investigated the self-cleaning of ants and beetles by comparing the abilities of both hairy and smooth pad forms to self-clean on both high and low energy surfaces after being fouled with microspheres of two sizes and surface energies. We focused on the time taken to regain adhesive potential in unrestrained Hymenopterans (Polyrhachis dives and Myrmica scabrinodis) and Coccinellids (Harmonia axyridis and Adalia bipunctata) fouled with microspheres. We found that the reattainment of adhesion is influenced by particle type and size in Hymenopterans, with an interaction between the surface energy of the contaminating particle and substrate. In Coccinellids, reattainment of adhesion was only influenced by particle size and substrate properties. The adhesive organs of Coccinellids appear to possess superior self-cleaning abilities compared with those of Hymenopterans, although Hymenopterans exhibit better adhesion to both surface types.</BioTRI2:Abstract>
        <BioTRI2:Reference>The Journal of Experimental Biology, 215: 279-286.
</BioTRI2:Reference>
        <BioTRI2:Author>Orchard, M. J., M. Kohonen and S. Humphries</BioTRI2:Author>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>The influence of surface energy on the self-cleaning of insect adhesive devices</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionOf_TcInRp -->

    <Class rdf:about="&BioTRI2;FunctionOf_TcInRp">
        <rdfs:subClassOf rdf:resource="&BioTRI2;FunctionOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Rhodnius_prolixus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_09"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;InvokeImmuneResponse"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ResistAttack"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_09"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_22"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Trypanosoma_cruzi"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DefensiveStrategy"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Physalis_angulata"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DesignForReliability"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_22"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>Physalin B inhibits Trypanosoma cruzi infection in the gut of Rhodnius prolixus by affecting the immune system and microbiota</BioTRI2:Title>
        <BioTRI2:Author>Castro, D. P., C. S. Moraes, M. S. Gonzalez, I. M. Ribeiro, T. C. B. Tomassini, P. c. Azambuja and E. S. Garcia</BioTRI2:Author>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1620-1625</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Abstract>Physalin B is a natural secosteroid, extracted from Physalis angulata, which is an immune-modulator in Rhodnius prolixus.  R. prolixus was infected with Trypanosoma cruzi and treated with physalin B which significantly decreased the number of T. cruzi in the gut. A concentration of physalin B 1000 times greater was required to produce the same effect in vitro.  All infected insects treated with physalin B had more bacteria in the gut than the non-treated controls infected with T. cruzi.  Infected insects treated with physalin B topically and by contact had lower antibacterial activity in the gut. Those dosed orally with physalin B produced higher levels of nitrite and nitrate in the gut. Physalin B decreases transmission of T. cruzi by indirectly inhibiting parasite development in the vector R. prolixus by means either of increasing the bacterial burden or increasing the concentration of nitrite and nitrate.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#FunctionalReversal -->

    <Class rdf:about="&BioTRI2;FunctionalReversal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Functions -->

    <Class rdf:about="&BioTRI2;Functions">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Analysis"/>
        <rdfs:comment>These functions are a mixture of biological, engineering and general design.  Some are quite specific (e.g. &quot;autotomise&quot;) and others are very general (e.g. &quot;add material&quot;).  However, they have all been derived by trial and error as the ones which seem to make the most general sense and/or occur with reasonable frequency.  None of them refers to more than one Inventive Principle (where they are also listed) so they form a basis for choosing the Principles and distinguishing between them.  If you want to hunt for a particular one and it doesn&apos;t occur in the alphabetical order of the list, go to the search box at the top right of the Protege screen and enter the search term (or the first few letters) preceded by an asterisk.
Once you&apos;ve decided on a Function, if it doesn&apos;t quite fit go to the IP number under which it is also filed.  There you will find other functions from this list which are similar in effect.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GAG -->

    <Class rdf:about="&BioTRI2;GAG">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Biology"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Polysaccharide"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Protein"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Polysaccharide"/>
                                    <rdf:Description rdf:about="&BioTRI2;Protein"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gallus_domesticus -->

    <Class rdf:about="&BioTRI2;Gallus_domesticus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gammarus_pulex -->

    <Class rdf:about="&BioTRI2;Gammarus_pulex">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Amphipoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GasBarrier -->

    <Class rdf:about="&BioTRI2;GasBarrier">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gastropoda -->

    <Class rdf:about="&BioTRI2;Gastropoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mollusca"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gecko -->

    <Class rdf:about="&BioTRI2;Gecko">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Squamata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingAShearForce -->

    <Class rdf:about="&BioTRI2;GeneratingAShearForce">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingAerosol -->

    <Class rdf:about="&BioTRI2;GeneratingAerosol">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>Skunk
Bombardier beetle</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingComposite -->

    <Class rdf:about="&BioTRI2;GeneratingComposite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingForceAsymmetrically -->

    <Class rdf:about="&BioTRI2;GeneratingForceAsymmetrically">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingHydrophobicLayer -->

    <Class rdf:about="&BioTRI2;GeneratingHydrophobicLayer">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingIndependentWarning -->

    <Class rdf:about="&BioTRI2;GeneratingIndependentWarning">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingLift -->

    <Class rdf:about="&BioTRI2;GeneratingLift">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingLocalFlexibility -->

    <Class rdf:about="&BioTRI2;GeneratingLocalFlexibility">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneratingStrain -->

    <Class rdf:about="&BioTRI2;GeneratingStrain">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GenerationCycle -->

    <Class rdf:about="&BioTRI2;GenerationCycle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_25"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Generator -->

    <Class rdf:about="&BioTRI2;Generator">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneticInstruction -->

    <Class rdf:about="&BioTRI2;GeneticInstruction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GeneticProblems -->

    <Class rdf:about="&BioTRI2;GeneticProblems">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Genome -->

    <Class rdf:about="&BioTRI2;Genome">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;DNA"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gentoo_penguin -->

    <Class rdf:about="&BioTRI2;Gentoo_penguin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Geotholypis_trichas -->

    <Class rdf:about="&BioTRI2;Geotholypis_trichas">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gerris_lacustris -->

    <Class rdf:about="&BioTRI2;Gerris_lacustris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Heteroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gill -->

    <Class rdf:about="&BioTRI2;Gill">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Glaphyrella_trebouxiodes -->

    <Class rdf:about="&BioTRI2;Glaphyrella_trebouxiodes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chlorophycota"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;AdhesiveProtein"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GlobularProtein -->

    <Class rdf:about="&BioTRI2;GlobularProtein">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GlutamicAcid -->

    <Class rdf:about="&BioTRI2;GlutamicAcid">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AminoAcid"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Glycera_sp. -->

    <Class rdf:about="&BioTRI2;Glycera_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polychaeta"/>
        <disjointWith rdf:resource="&BioTRI2;Nereis_virens"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gnathostomata -->

    <Class rdf:about="&BioTRI2;Gnathostomata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Vertebrata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gnetum_gnemon -->

    <Class rdf:about="&BioTRI2;Gnetum_gnemon">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cycads"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Golgi -->

    <Class rdf:about="&BioTRI2;Golgi">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gossypium_hirsutum -->

    <Class rdf:about="&BioTRI2;Gossypium_hirsutum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;SeedFibre"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gradient -->

    <Class rdf:about="&BioTRI2;Gradient">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GravityFeedback -->

    <Class rdf:about="&BioTRI2;GravityFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GrazingCopepods -->

    <Class rdf:about="&BioTRI2;GrazingCopepods">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>1990</BioTRI2:Year>
        <BioTRI2:Title>Grazing in a turbulent environment: energy dissipation, encounter rates, and efficacy of feeding currents in Centropages hamatus</BioTRI2:Title>
        <BioTRI2:Abstract>The creation of feeding currents by calanoid copepods increases encounter rates of copepods with their food and provides and advantage in dilute nutritional environments. Small-scale turbulence has also been hypothesized to increase the encounter rate between planktonic predators and their food. Centropages hamatus was exposed to turbulent and nonturbulent environments at two prey concentrations to quantify the influence of turbulence on feeding current efficacy. Turbulent energy dissipation rates used in the experiment were in the range of 0.05-0.15 cm2. sec-3. In the nonturbulent environments, feeding currents increased the encounter rates of C. hamatus 3-5 times that of control encounter areas. In turbulent environments, encounter rates were not increased by feeding currents, yet C. hamatus continued to create feeding currents. Energetic calculations indicate a tradeoff in the value of turbulence to a copepod feeding on phytoplankton. While turbulence is probably beneficial at low food concentrations, it may be deleterious at high food concentrations.</BioTRI2:Abstract>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 87: 1653-7.
</BioTRI2:Reference>
        <BioTRI2:Author>Marrase, C., J. H. Costello, T. Granata and J. R. Strickler</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#GreaterSecondMomentOfArea -->

    <Class rdf:about="&BioTRI2;GreaterSecondMomentOfArea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Groups -->

    <Class rdf:about="&BioTRI2;Groups">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Grow -->

    <Class rdf:about="&BioTRI2;Grow">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Growth -->

    <Class rdf:about="&BioTRI2;Growth">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_39"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Growth&amp;Mortality -->

    <Class rdf:about="&BioTRI2;Growth&amp;Mortality">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Oecologia 149: 194-202.</BioTRI2:Reference>
        <BioTRI2:Title>The growth-mortality tradeoff: evidence from anuran larvae and consequences for species distributions</BioTRI2:Title>
        <BioTRI2:Author>Schiesari, L., S. D. Peacor and E. E. Werner</BioTRI2:Author>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Abstract>A tradeoff affecting the ability to grow under high versus low resource levels has been commonly hypothesized to influence species distributions across resource gradients in a wide variety of taxa. This influence is dependent on individual growth being proportional to traits that affect demographic processes such as mortality. However, data on how individual growth scales with demographic performance are rare. We conducted a mesocosm experiment, and re-analyzed data from a similarly designed field experiment, to examine the relationship between growth and mortality in two tadpole species that segregate across a resource gradient. Overall, environmental conditions leading to faster growth also lead to lower mortality rates. However, species differed in this relationship. Leopard frogs achieved faster growth than wood frogs, but their absolute mortality was greater and increased steeply as growth decreased. Conversely, absolute mortality of wood frogs was lower and less strongly dependent on growth. These interspecific differences suggest a second tradeoff, that between maximizing growth rates or minimizing mortality, with potentially important demographic consequences. Leopard frogs grow faster than wood frogs in productive ponds, but are excluded from unproductive ponds dominated by wood frogs due to accelerating mortality rates with declining realized growth. A review of the literature suggests that in diverse taxa, including plants, microcrustaceans and drosophilids, patterns in mortality are consistent with this tradeoff indicating that the mechanism we demonstrate could be a link between individual performance and demographic rates influencing species distributions in other systems.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gryllus -->

    <Class rdf:about="&BioTRI2;Gryllus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Orthoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gryllus_bimaculatus -->

    <Class rdf:about="&BioTRI2;Gryllus_bimaculatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Gryllus"/>
        <disjointWith rdf:resource="&BioTRI2;Gryllus_campestris"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gryllus_campestris -->

    <Class rdf:about="&BioTRI2;Gryllus_campestris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Gryllus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Gymnotiformes -->

    <Class rdf:about="&BioTRI2;Gymnotiformes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teleostei"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HCN -->

    <Class rdf:about="&BioTRI2;HCN">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Cyanides"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Carbon"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Hydrogen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Nitrogen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydrogen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Nitrogen"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChemicalDefenceMechanism"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Haemocyte -->

    <Class rdf:about="&BioTRI2;Haemocyte">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalCell"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Haemonchus_contortus -->

    <Class rdf:about="&BioTRI2;Haemonchus_contortus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Nemata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HagfishSlime -->

    <Class rdf:about="&BioTRI2;HagfishSlime">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;IntermediateFilament"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Space-fillingPolysaccharide"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Water"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;IntermediateFilament"/>
                                    <rdf:Description rdf:about="&BioTRI2;Space-fillingPolysaccharide"/>
                                    <rdf:Description rdf:about="&BioTRI2;Water"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hair -->

    <Class rdf:about="&BioTRI2;Hair">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Self-assembledIntermediateFilaments"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Haltere -->

    <Class rdf:about="&BioTRI2;Haltere">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Diptera"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Accelerometer"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;Diptera"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Haptics -->

    <Class rdf:about="&BioTRI2;Haptics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HardEye -->

    <Class rdf:about="&BioTRI2;HardEye">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eye"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;CrystalLens"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HarmToBenefit -->

    <Class rdf:about="&BioTRI2;HarmToBenefit">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Harmonia_axyridis -->

    <Class rdf:about="&BioTRI2;Harmonia_axyridis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Harpegnathos_saltator -->

    <Class rdf:about="&BioTRI2;Harpegnathos_saltator">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Heart -->

    <Class rdf:about="&BioTRI2;Heart">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConnectiveTissue"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Muscle"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nerve"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HeatAndFire -->

    <Class rdf:about="&BioTRI2;HeatAndFire">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
        <rdfs:comment>Many organisms have adapted to fire so it opens up the habitat and provides a sudden influx of nutrients as the burnt material dissolves into the soil, thus effectively reducing competition from other organisms.  Many plants in hot and dry environments produce aromatics which accelerate and support fire</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HeatBarrier -->

    <Class rdf:about="&BioTRI2;HeatBarrier">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Heliconia_densiflora -->

    <Class rdf:about="&BioTRI2;Heliconia_densiflora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Liliopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Helicoverpa_armigera -->

    <Class rdf:about="&BioTRI2;Helicoverpa_armigera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;LepidopteraImago"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Heliophobius_argenteocinereus -->

    <Class rdf:about="&BioTRI2;Heliophobius_argenteocinereus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rodentia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tooth"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Heliothis_virescens -->

    <Class rdf:about="&BioTRI2;Heliothis_virescens">
        <rdfs:subClassOf rdf:resource="&BioTRI2;LepidopteraImago"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Helix -->

    <Class rdf:about="&BioTRI2;Helix">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hemicellulose -->

    <Class rdf:about="&BioTRI2;Hemicellulose">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;CellWall"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hemichordata -->

    <Class rdf:about="&BioTRI2;Hemichordata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Deuterostomia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hemiptera -->

    <Class rdf:about="&BioTRI2;Hemiptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hepaticopsida -->

    <Class rdf:about="&BioTRI2;Hepaticopsida">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Bryophyta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Heterocentrotus_mammillatus -->

    <Class rdf:about="&BioTRI2;Heterocentrotus_mammillatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Echinoidea"/>
        <disjointWith rdf:resource="&BioTRI2;Phyllacanthus_imperialis"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Heterogeneity -->

    <Class rdf:about="&BioTRI2;Heterogeneity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Heteroptera -->

    <Class rdf:about="&BioTRI2;Heteroptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hemiptera"/>
        <disjointWith rdf:resource="&BioTRI2;Homoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hexapoda -->

    <Class rdf:about="&BioTRI2;Hexapoda">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Arthropoda"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Leg"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">6</qualifiedCardinality>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hexose -->

    <Class rdf:about="&BioTRI2;Hexose">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Biology"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;HexoseRing"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Hydroxymethyl"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HexoseRing -->

    <Class rdf:about="&BioTRI2;HexoseRing">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Groups"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydrogen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydroxyl"/>
                                    <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Oxygen"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Hydroxyl"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">4</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Carbon"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">5</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Hydrogen"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">5</qualifiedCardinality>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hierarchy -->

    <Class rdf:about="&BioTRI2;Hierarchy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_07"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HighJump -->

    <Class rdf:about="&BioTRI2;HighJump">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_03"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HighYieldProcess -->

    <Class rdf:about="&BioTRI2;HighYieldProcess">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_33"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Histone -->

    <Class rdf:about="&BioTRI2;Histone">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Chromosome"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Holdfast -->

    <Class rdf:about="&BioTRI2;Holdfast">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Holothuria -->

    <Class rdf:about="&BioTRI2;Holothuria">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Echinodermata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HomogeneousMaterial -->

    <Class rdf:about="&BioTRI2;HomogeneousMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_33"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Homoptera -->

    <Class rdf:about="&BioTRI2;Homoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hemiptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hoof -->

    <Class rdf:about="&BioTRI2;Hoof">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Self-assembledIntermediateFilaments"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hormone -->

    <Class rdf:about="&BioTRI2;Hormone">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Horn -->

    <Class rdf:about="&BioTRI2;Horn">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Self-assembledIntermediateFilaments"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;Bovidae"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bovidae"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HotMosquito -->

    <Class rdf:about="&BioTRI2;HotMosquito">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aedes_aegypti"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Author>H. Padmanabha, F. Correa, M. Legros, H. F. Nijhout, C. Lord and L. P. Lounibos</BioTRI2:Author>
        <BioTRI2:Abstract>In Aedes aegypti, three life history traits that are critical to urban population dynamics and control are: size, developmental rate and mortality due to starvation. Our model of reserve dependent growth (RDG), which considers a potential tradeoff between the accumulation of reserves and structural biomass, predicted reduced size at higher temperatures, but increased reserves relative to size, are supported by the available evidence in Aedes spp.  Temperature-size patterns in mosquitoes are driven by a net benefit of finishing the growing stage with proportionally greater reserves relative to structure at higher temperatures. By relating basic energy flows to three fundamental life history traits, we provide a mechanistic framework for development of A. aegypti to which ecological complexity can be added. Ultimately, this could provide a framework for developing and field testing hypotheses on how processes such as climate variation, density dependent regulation, human behavior or control strategies may influence population dynamics of A. aegypti and associated disease risk.</BioTRI2:Abstract>
        <BioTRI2:Reference>Journal of Insect Physiology 58: 1597-1608.
</BioTRI2:Reference>
        <BioTRI2:Title>An eco-physiological model of the impact of temperature on Aedes aegypti life history traits</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HummingbirdFlightMuscle -->

    <Class rdf:about="&BioTRI2;HummingbirdFlightMuscle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Abstract>Hummingbird flight muscle is estimated to have among the highest mass-specific power output among vertebrates, based on aerodynamic models. However, little is known about fundamental contractile properties of their remarkable flight muscles. We hypothesized that hummingbird pectoralis fibers generate relatively low force when activated in a tradeoff for high shortening speeds associated with the characteristic high wing beat frequencies that are required for sustained hovering. Our objective was to measure maximal force-generating ability (maximal force/cross-sectional area, Po/CSA) in single, skinned fibers from the pectoralis and supracoracoideus muscles, which power the wing downstroke and upstroke, respectively, in hummingbirds (Calypte anna) and in another similarly-sized species, zebra finch (Taeniopygia guttata), which also has a very high wingbeat frequency during flight but does not perform a sustained hover. Mean Po/CSA in hummingbird pectoralis fibers was very low - 1.6, 6.1 and 12.2 kN/m2, at 10, 15 and 20oC, respectively. Po/CSA in finch pectoralis fibers was also very low (for both species, ~5% of the reported Po/CSA of chicken pectoralis fast fibers at 15oC). Force generated at 20oC/force generated at 10oC (&apos;Q10-force&apos; value) was very high for hummingbird and finch pectoralis fibers (mean = 15.3 and 11.5, respectively), compared to rat slow and fast fibers (1.8 and 1.9, respectively). Po/CSA in hummingbird leg fibers was much higher than in pectoralis fibers, at each temperature, and the mean Q10-force was much lower. Thus, hummingbird and finch pectoralis fibers have an extremely low force-generating ability, compared to other bird and mammalian limb fibers, and an extremely high temperature-dependence of force generation. The extrapolated maximum force-generating ability of hummingbird pectoralis fibers in vivo (~48 kN/m2) is, however, substantially higher than the estimated requirements for hovering flight of C. anna. The unusually low Po/CSA of hummingbird and zebra finch pectoralis fibers may reflect a constraint imposed by a need for extremely high contraction frequencies, especially during hummingbird hovering.</BioTRI2:Abstract>
        <BioTRI2:Reference>The Journal of Experimental Biology  (MS.)</BioTRI2:Reference>
        <BioTRI2:Author>Reiser, P. J., K. C. Welch, R. K. Suarez and D. L. Altshuler</BioTRI2:Author>
        <BioTRI2:Title>Very low force-generating ability and unusually high temperature-dependency in hummingbird flight muscle fibers</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hyaluronic_acid -->

    <Class rdf:about="&BioTRI2;Hyaluronic_acid">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydrate -->

    <Class rdf:about="&BioTRI2;Hydrate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <rdfs:comment>Dead plant parts can move because they expand by different amounts when they absorb water</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HydraulicEfficiency&amp;Strength -->

    <Class rdf:about="&BioTRI2;HydraulicEfficiency&amp;Strength">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Hydraulic efficiency compromises compression strength perpendicular to the grain in Norway spruce trunkwood</BioTRI2:Title>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Abstract>The aim of this study was to investigate bending stiffness and compression strength perpendicular to the grain of Norway spruce (Picea abies (L.) Karst.) trunkwood with different anatomical and hydraulic properties. Hydraulically less safe mature sapwood had bigger hydraulic lumen diameters and higher specific hydraulic conductivities than hydraulically safer juvenile wood. Bending stiffness (MOE) was higher, whereas radial compression strength lower in mature than in juvenile wood. A density-based tradeoff between MOE and hydraulic efficiency was apparent in mature wood only. Across cambial age, bending stiffness did not compromise hydraulic efficiency due to variation in latewood percent and because of the structural demands of the tree top (e.g. high flexibility). Radial compression strength compromised, however, hydraulic efficiency because it was extremely dependent on the characteristics of the &quot;weakest&quot; wood part, the highly conductive earlywood. An increase in conduit wall reinforcement of earlywood tracheids would be too costly for the tree. Increasing radial compression strength by modification of microfibril angles or ray cell number could result in a decrease of MOE, which would negatively affect the trunk&apos;s capability to support the crown. We propose that radial compression strength could be an easily assessable and highly predictive parameter for the resistance against implosion or vulnerability to cavitation across conifer species, which should be topic of further studies.</BioTRI2:Abstract>
        <BioTRI2:Author>Rosner, S. and B. Karlsson</BioTRI2:Author>
        <BioTRI2:Reference>Trees 25: 289-299.
</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HydraulicEfficiency&amp;Strength2 -->

    <Class rdf:about="&BioTRI2;HydraulicEfficiency&amp;Strength2">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Abstract>We tested the effects of growth characteristics and basic density on hydraulic and mechanical properties of mature Norway spruce (Picea abies (L.) Karst.) wood from six 24-year-old clones, grown on two sites in southern Sweden differing in water availability. Hydraulic parameters assessed were specific hydraulic conductivity at full saturation (ks100) and vulnerability to cavitation (Psi50), mechanical parameters included bending strength (sigma b), modulus of elasticity (MOE), compression strength (sigma a) and Young&apos;s modulus (E). Basic density, diameter at breast height, tree height, and hydraulic and mechanical parameters varied considerably among clones. Clonal means of hydraulic and mechanical properties were strongly related to basic density and to growth parameters across sites, especially to diameter at breast height. Compared with stem wood of slower growing clones, stem wood of rapidly growing clones had significantly lower basic density, lower sigma b, MOE, sigma a and E, was more vulnerable to cavitation, but had higher ks100. Basic density was negatively correlated to Psi50 and ks100. We therefore found a tradeoff between Psi50 and ks100. Clones with high basic density had significantly lower hydraulic vulnerability, but also lower hydraulic conductivity at full saturation and thus less rapid growth than clones with low basic density. This tradeoff involved a negative relationship between Psi50 and sigma b as well as MOE, and between ks100 and sigma b, MOE and sigma a. Basic density and Psi50 showed no site-specific differences, but tree height, diameter at breast height, ks100 and mechanical strength and stiffness were significantly lower at the drier site. Basic density had no influence on the site-dependent differences in hydraulic and mechanical properties, but was strongly negatively related to diameter at breast height. Selecting for growth may thus lead not only to a reduction in mechanical strength and stiffness but also to a reduction in hydraulic safety.</BioTRI2:Abstract>
        <BioTRI2:Author>Rosner, S., A. Klein, U. Muller and B. Karlsson</BioTRI2:Author>
        <BioTRI2:Reference>Tree Physiology 28: 1179-88.
</BioTRI2:Reference>
        <BioTRI2:Title>Tradeoffs between hydraulic and mechanical stress responses of mature Norway spruce trunk wood</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HydraulicLimitation -->

    <Class rdf:about="&BioTRI2;HydraulicLimitation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Hydraulic efficiency and safety of branch xylem increases with height in Sequoia sempervirens (D. Don) crowns</BioTRI2:Title>
        <BioTRI2:Abstract>The hydraulic limitation hypothesis suggests that water supply to leaves becomes increasingly difficult with increasing  height of the tree. We conjectured that the vertical hydrostatic gradient which gravity generates on the water column in tall trees would cause increased resistance to embolism and implosion and a decrease in hydraulic conductivity.  Measurements of resistance of branch xylem to embolism did indeed show an increase in &apos;safety&apos; with height. However, the expected decrease in conductivity was not observed. Instead, hydraulic conductivity of branches increased slightly, while leaf-specific hydraulic conductivity increased dramatically, with height. The latter could be largely explained by strong vertical gradients in specific leaf area. The increase in conductivity with height corresponded to a decrease in xylem wall thickness, an increase in percentage of earlywood and slight increase in conduit diameter. These changes are probably adaptive responses to the increased transport requirements of leaves growing in the upper canopy where evaporative demand is greater. The lack of a safety-efficiency tradeoff may be explained by opposing height trends in the pit aperture and conduit diameter of tracheids and the major and semi-independent roles these play in determining xylem safety and efficiency, respectively.</BioTRI2:Abstract>
        <BioTRI2:Author>Burgess, S. S., J. Pittermann and T. E. Dawson</BioTRI2:Author>
        <BioTRI2:Reference>Plant, cell &amp; environment 29: 229-39.</BioTRI2:Reference>
        <BioTRI2:Year>2006</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydraulics -->

    <Class rdf:about="&BioTRI2;Hydraulics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_29"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#HydrodynamicThrust -->

    <Class rdf:about="&BioTRI2;HydrodynamicThrust">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydrodynamics -->

    <Class rdf:about="&BioTRI2;Hydrodynamics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydrogen -->

    <Class rdf:about="&BioTRI2;Hydrogen">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Non-Metal"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;AminoAcid"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phenolic"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Water"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hexose"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydroskeleton -->

    <Class rdf:about="&BioTRI2;Hydroskeleton">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydroxyapatite -->

    <Class rdf:about="&BioTRI2;Hydroxyapatite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Ca3PO4"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Enamel"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bone"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydroxyl -->

    <Class rdf:about="&BioTRI2;Hydroxyl">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Groups"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Hydrogen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Hydrogen"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Oxygen"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hydroxymethyl -->

    <Class rdf:about="&BioTRI2;Hydroxymethyl">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Groups"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydrogen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Hydroxyl"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Carbon"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Hydroxyl"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</qualifiedCardinality>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <onClass rdf:resource="&BioTRI2;Hydrogen"/>
                        <qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</qualifiedCardinality>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hyla_arborea -->

    <Class rdf:about="&BioTRI2;Hyla_arborea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Anura"/>
        <disjointWith rdf:resource="&BioTRI2;Osteophilus_septentrionalis"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Hymenoptera -->

    <Class rdf:about="&BioTRI2;Hymenoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Endopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_01 -->

    <Class rdf:about="&BioTRI2;IP_01">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Segmentation - divide an object into independent parts, make an object easy to dismantle or increase fragmentation.
Division of an “object” is seen in insect colonies, when groups of ants, bees or wasps act as a coherent unit when they defend the nest or swarm.  Many animals are simply segmented and most plants are modular (leaves, flowers, stem, root).  Modern genetics shows that the underlying instructions are very similar, so that an insect’s antenna can be persuaded to develop as a leg.  Ease of dismantling is seen in autotomy and abscission mechanisms, in which parts of plants and animals can be made to fall off in a controlled manner.  Examples are autumnal leaf fall and loss of limbs or tail by many animals when challenged.
It is a general rule when designing a structure that compressive and tensile elements should be minimised and kept separate, and that either one (usually the compressive element) if reduced to zero will allow the least amount of the other element (tensile) to be used.  This is seen in animals and plants with hydrostatic skeletons (which accounts for all non-woody plants).  This can only be done with pre-stress (see Principle 9).</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_02 -->

    <Class rdf:about="&BioTRI2;IP_02">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Extraction - extract, isolate or remove an interfering or necessary part or property from an object.
A beetle&apos;s wing is opened by the action of muscles at the base of the wing, in contrast to the bird or bat which has instrinsic muscles.
Many animals or plants develop particular features at the expense of others.  Flowers are a relatively late development in the evolution of plants, but are obviously successful in allowing the plant have a specialised organ for reproduction.  Similarly the pupal stage in many insects provides a separation between larva and winged adult, allowing a complete change in the morphology.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_03 -->

    <Class rdf:about="&BioTRI2;IP_03">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Local quality (“Qualities” are the properties of the object or system.) Change a system or object&apos;s structure from uniform to non-uniform; change an external environment (or external influence) from uniform to nonuniform.  Make each part of an object or system function in conditions most suitable for its operation. Make each part of an object fulfill a different and useful function.
This is probably where evolution belongs, since the basic expansion of an evolutionary series relies on the development of small adaptations within an overall structure or bauplan.  Each internal organ in an animal has its own micro-environment, often surrounding itself with a membrane to emphasise this separation.  Any organism has to be multifunctional, even a single cell, and so is very heterogeneous.  There is much to be learned here regarding the optimisation between the various functions and the optimisations involved in spatial separation and functional integration.  Invertebrates tend to allow more autonomy to their internal organs which possibly makes them more robust.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_04 -->

    <Class rdf:about="&BioTRI2;IP_04">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Space"/>
        <rdfs:comment>Asymmetry - change the shape of an object from symmetrical to asymmetrical or increase its asymmetry.  Very few biological objects are symmetrical at all levels and so may be difficult to model and analyse.  The asymmetry is usually a direct response to the usage or history of the object, and so represents an immediately adaptive and efficient response to function.  Symmetry probably occurs in engineering only for ease of fabrication and calculation.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_05 -->

    <Class rdf:about="&BioTRI2;IP_05">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Consolidation - approximate or merge identical or similar objects or functions, assemble  identical or similar parts to perform parallel operations.  Bring closer together (or merge) identical or similar objects; assemble identical or similar parts to perform parallel operations. Make operations contiguous or parallel; bring them together in time.  In many animals (for instance insects and snails) the nervous system is primitively divided in numbers of local units (ganglia) which tend to fuse in the more evolved members of the groups.  This presumably allows faster central signal processing.  This concept also applies to growth, in that tissues can be considered as the consolidation of a number of similar cells.  The assembly of tissues into organs and of organs into individuals comes into the same category.  Hierarchy is therefore divided between this Principle and Principle 7, &apos;Nesting&apos;.  Also related to another TRIZ concept - Mono-Bi-Poly - where items are integrated to make multifunctional objects.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_06 -->

    <Class rdf:about="&BioTRI2;IP_06">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Universality - make a part or object perform multiple functions; eliminate the need for other parts.  The number of parts and operations is decreased, and useful features and functions retained.   The outer covering of the insect is waterproof, the skeleton, a food store, a signalling system (sound and vision), and a sensing material.  Wood supports the tree and transports nutrient from the leaves and water to them.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_07 -->

    <Class rdf:about="&BioTRI2;IP_07">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Nesting - nest objects sequentially inside another or make one part pass through a cavity in the other.  The female aphid reproduces parthenogentically (i.e. without need of sperm). The “nesting” allows unborn aphids to have their offspring developing inside them, even several generations further on. The aphid can then reproduce extremely quickly when it finds itself on a good food supply, and ensures that all the individuals are genetically the same, which under these conditions ensures that they are all best adapted for that particular food source.  This general principle can also be exemplified by deployable structures in insects, where many of them are made by the retraction of one segment or part inside another.  Examples are stings, egg-laying tubes, tubular mouthparts.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_08 -->

    <Class rdf:about="&BioTRI2;IP_08">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Anti-weight - merge a heavy object with one that provides lift or use aerodynamic, hydrodynamic, buoyant and other forces.  Commonly used in locomotion (flight, swimming).  Many organisms are planktonic, floating in water but going up and down on a daily cycle.  They do this either by active swimming or by changing their bouyancy.  Many flying animals use upward currents of air (thermals, updrafts) in a similar fashion.  Bouyancy can be passive (density control) or active (relying on hydro- or aero-dynamics).</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_09 -->

    <Class rdf:about="&BioTRI2;IP_09">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Prior counteraction -  prestress the material in tension to allow the structure to take compressive forces, or provide protection before the challenge.  In fracture mechanics there are many toughening mechanisms which are &apos;hidden&apos; within the material and not expressed until the structure starts to fail.  Examples are microcracks, sacrifical layers, etc.  The cellulose in all non-woody plants is prestressed in tension which allows the amount of solid material in the structure to be minimised (see Principle 1).  The provision of protection against the physical environment is a general property of living things - extreme examples are penguin feathers (against cold) and thick bark in eucalyptus trees which can peel off (protection against dust pollution and fire).</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_10 -->

    <Class rdf:about="&BioTRI2;IP_10">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Prior action -  prepare the environment or the organism for the next action.  Preliminarily perforated packaging is easy to open.   Organisms in temperate climates are linked to the seasons, so that (for instance) mating occurs at a suitable time for the offspring to be born when there is the most food around.  In the shorter term hormones prepare us for various actions (an example is adrenalin).  Jet lag is an expression of this phenomenon, in that we are physiologically prepared for sleeping in addition to responding to changes in external light conditions.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_11 -->

    <Class rdf:about="&BioTRI2;IP_11">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Prior cushioning - Prepare emergency means beforehand to compensate for the relatively low reliability of an object.  Our nervous system as a pattern analyser can extrapolate present observations to predict the probability of events.  Organisms also have various degrees of redundancy and safety factors built in to their design to allow for failure rates in use.  The failure rate is closely related to the reproductive rate of the organism - an organism which reproduces at a higher rate can afford greater loss of individuals.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_12 -->

    <Class rdf:about="&BioTRI2;IP_12">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Equipotentiality -  in a potential field, limit position changes such as raising and lowering a heavy object as few times as possible over as short a distance as possible.  This comes into the general area of energy conservation,  Examples are strain energy storage in locomotion, which is reduced by reducing inertia.  That is why a running athlete folds his / her legs as far as possible on the recovery stroke, reducing the effective length of the leg.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_13 -->

    <Class rdf:about="&BioTRI2;IP_13">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Information"/>
        <rdfs:comment>Functional reversal  -  swap actions, for instance instead of cooling an object, heat a neighbouring one, make movable parts fixed and fixed parts movable, or invert the object.   Examples would be the eversible gut of a star fish which wraps itself around the prey item, thus eliminating “swallowing”; the exodigestion of food by flies and other insects, which spread enzymes over the food and suck up the partially digested material.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_14 -->

    <Class rdf:about="&BioTRI2;IP_14">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Space"/>
        <rdfs:comment>Spheroidality - use curves instead of straight lines, use rollers, balls, spirals, domes;  use rotary motion and centrifugal forces.  There are relatively few straight lines in nature because physics and engineering are more complex than we usually admit.  Although there is only one rotating joint in nature (at the base of the flagellum, the “hair” which pushes bacteria along) there are many examples of spirals and domes, probably because they are relatively simple shapes to define (by internal pressure or by having a growing edge which is slightly asymmetrical) and can produce structures which will take forces without generating shear through the thickness of the shell.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_15 -->

    <Class rdf:about="&BioTRI2;IP_15">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Dynamics - Relax stresses or strains so that shapes or parts find optimal operating conditions and are movable or adaptive rather than rigid or inflexible.  A lamp has been made more controllable introducing hinges. The penalty has been an increasing number of parts. The solution has been further improved by transition to elastic components. The single elastic component has many micro-level parts, very many very small hinges. Here the segmentation principle (1) helps the system to get more dynamic. Generally, if the improvement by one principle causes new difficulties, involve a different principle to solve the new problem. Stiff and immovable structures are often replaced by more dynamic ones: wings that change form and other dynamic structures.  The cells which comprise organisms, or the structures they produce, accept only low loads from the environment and bend out of the way of high loads, or readjust in the presence of (detected) high loads.  The nervous system is necessary for detection; the muscular system is necessary for the readjustment in the short term, or growth in the long term.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_16 -->

    <Class rdf:about="&BioTRI2;IP_16">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Partial or excessive action  - a problem may be simplified if it is under- or over- performed.   While manufacturing an electrical conductor with channels, a ceramic plate is covered entirely and the conducting layer removed from between the channels.  Control mechanisms in animals tend (as might be expected) to be optimally damped, but at several levels.  Peripherally (by basic inertial design and the actuation system) and centrally (by the nervous system).  Excessive action is seen in various reproductive strategies which require large amounts of gametes or seeds to be distributed; partial action is involved in the preparations of lines of fracture for abscission and dehiscence.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_17 -->

    <Class rdf:about="&BioTRI2;IP_17">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Space"/>
        <rdfs:comment>Another dimension  - use an extra dimension of space or deployment.  Biological organisms make maximal use of the space available.  Their limitation is usually mechanical rather than conceptual.  Thus the more primitive organisms tend to align themselves with environmental surfaces because they lack the stiffness or stability to move away from them.  Mosses grow on the ground or as low mounds; only in higher plants has a stem of sufficient stiffness been developed for the plant to raise itself off the substrate.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_18 -->

    <Class rdf:about="&BioTRI2;IP_18">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Mechanical vibration - vibrate; increase frequency;  use resonant frequency.  There are many examples of oscillators in nature, presumably because once the conditions for a resonant frequency have been established it is not too difficult to maintain those conditions.  In animals there are Central Pattern Generators which control functions such as chewing, the heart beat and locomotion.  These are delay loops with feedback.  Resonant frequencies are also very common in the mechanical parts of a locomotory system (leg-as-pendulum) and communication (vocalisations, insect noises).</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_19 -->

    <Class rdf:about="&BioTRI2;IP_19">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Periodic action - use periodic or pulsating actions or change the periodic magnitude or frequency; use pauses between impulses for something different.  Many insects communicate using modulation of a frequency rather than changing the basic frequency - presumably this is energy-efficient.  The bombardier beetle produces a pulsed stream of hot phenols and peroxide which it can squirt at its predator at high velocity.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_20 -->

    <Class rdf:about="&BioTRI2;IP_20">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Continuity of useful action - work continuously and eliminate idle or intermittent actions or work.  Many natural systems have down-time (sleep) built in to them either for reconstitution or because the daily cycle presents times when the environment is not optimal (too hot, too cold, too dark, too light).  In a constant environment (beyond the Polar circles) sleep tends to be absent or continuous depending on season.  So perhaps this is a general principle which is not much observed or understood.  More highly evolved organisms tend to function at constant temperature.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_21 -->

    <Class rdf:about="&BioTRI2;IP_21">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Skipping - do things at high speed. This can keep an organism out of trouble.  In surgery, the longer the patient is anesthetized, the higher the risk of failure and complications. Open-heart surgery that once took 8 hours or more is now done in less than one hour, using combinations of new tools and methods.  The basilisk lizard can run across water if it pushes its feet down fast enough (unfortunately this effect is limited by scaling).  It implies high rates of energy dissipation (=high power) which is not usual in biology.  Arguably this therefore applies to ballistics mechanisms which involve elastic strain energy storage, such as the jumping of small animals and the distribution of seeds.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_22 -->

    <Class rdf:about="&BioTRI2;IP_22">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Information"/>
        <rdfs:comment>Convert harm into benefit -  use harmful factors to achieve a positive effect; eliminate two harmful factors by addition; amplify a harmful factor so that it is no longer harmful.   Each time the system survives an attack, information is generated that makes the system better protected from the next attack: surviving an illness generates antibodies that protect the victim from the next attack.  Many organisms respond to minor damage by increasing their growth rate; plants being eaten by insects frequently grow more quickly.  Many organisms have adapted to fire so it opens up the habitat and provides a sudden influx of nutrients as the burnt material dissolves into the soil, thus effectively reducing competition from other organisms.  Many plants in hot and dry environments produce aromatics which accelerate and support fire.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_23 -->

    <Class rdf:about="&BioTRI2;IP_23">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Information"/>
        <rdfs:comment>Feedback  - feedback to improve a process or action; modulate feedback for further improvement.  Feedback is a primary learning mechanism and therefore highly adaptive.  All organisms have feedback built in, since the chemical reactions which maintain them can occur under only relatively controlled conditions.  Feedback can be chemical (e.g.  cellular metabolism), neural (cf. fine-tuning optical or aural response), neuromuscular (co-ordinated movements) etc.  Nature is replete with feedback mechanisms since they can greatly improve the performance of a wide variety of functions which are not mechanically perfect or optimised.  A particularly good example is the use of feedback in frequency analysis in the middle ear.  There is also much feedback in the control of density of populations.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_24 -->

    <Class rdf:about="&BioTRI2;IP_24">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Mediator - use an intermediary carrier or process or merge one object temporarily with another.  A definition of parasitism, where one animal or plant lives inside another for a greater or lesser part of its life-cycle, or of the use of tools.  An enzyme.  Any molecule which binds some other molecule, such as an adhesive or water-binding space-filler.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_25 -->

    <Class rdf:about="&BioTRI2;IP_25">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Information"/>
        <rdfs:comment>Self-service  -  dual use or recycling.  Self-treatment and self-test. Patients  can perform some medical tests on themselves, like the measurement of blood pressure, or blood sugar, or testing for fertility previously done only by medical personnel. In some cases, the patient also adjusts his/her treatment or behavior based on the test results.  Flying locusts breathe by opening the front and back breathing pores (spiracles) allowing the air to run through the tracheae which may also cool the flight muscles.  Many insects use the haemolymph (“blood”) to take heat away from the flight muscles in the thorax and radiate it from the abdomen.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_26 -->

    <Class rdf:about="&BioTRI2;IP_26">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Substance"/>
        <rdfs:comment>Copying -  use simpler cheaper copies. Replace an object, or process with optical (visible, infrared or ultraviolet) copies.  “Copying” (reproduction) is one of the main features of a living organism.  Mimicry in animals can be in the form of camouflage (copying aspects of the physical or plant environment) or warning colouration (bright colours which imitate poisonous or dangerous animals - prevalent amongst insects) (Fuji and Novales 1969).  Some plants mimic the physical environment (e.g. stoneplants - Lithops).  And of course the nervous system keeps a continually updated virtual copy of the environment in store.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_27 -->

    <Class rdf:about="&BioTRI2;IP_27">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Time"/>
        <rdfs:comment>Designed obsolescence -  Replace a cheap object with many cheap objects.  Many organisms reproduce at high rates producing less “well designed” individuals which can grow more quickly, reproduce younger, and utilise a more ephemeral habitat.  Some protective mechanisms associated with dehiscence or shedding (e.g. protective bark) come under this heading.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_28 -->

    <Class rdf:about="&BioTRI2;IP_28">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Mechanics substitution - replace a mechanical effect with a sensory (optical, acoustic, taste or smell) effect.  Transition to better controllable interactions is often associated with transition to the micro-level or segmentation.  Many organisms mark their territory - e.g. wolves urinating at strategic markers around the perimeter (smell) and the spring song of birds stakes their claim both to land and mates (sound).</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_29 -->

    <Class rdf:about="&BioTRI2;IP_29">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Pneumatics and hydraulics - use gas and liquid instead of solid.   One way to change to the micro-level.  Since gas and liquid are metabolically cheap they are commonly used for skeletal functions (where water can take compressive pressure), flotation devices (teleost fish, Nautilus, Sepia, etc.) and locomotion (“jetting” squid).</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_30 -->

    <Class rdf:about="&BioTRI2;IP_30">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Space"/>
        <rdfs:comment>Flexible shells and thin films - use flexible shells and thin films instead of 3D structures; use them to isolate the object from the external environment.  Many materials have two components that must be kept separate until shortly before use.  They can be packaged away within membranous organelles or within separate cells.  Hydraulics is also used - turgor pressure makes the cell stiff. Weight is reduced without loss of stiffness.  Non-woody plants are confined within a stiff epidermis which takes out most of the tensile forces within the structure.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_31 -->

    <Class rdf:about="&BioTRI2;IP_31">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Space"/>
        <rdfs:comment>Porous materials - make an object porous; use the pores to introduce a useful substance or function.  Wood is made of tubes with spirally wound fibres.  These tubes transmit liquid when young and provide a tough light material when dead.  Hedgehog spines and porcupine quills are cellular and very light and stiff.  Cellular materials are a basic structural feature of biological systems.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_32 -->

    <Class rdf:about="&BioTRI2;IP_32">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Substance"/>
        <rdfs:comment>Colour changes - change the colour or transparency of an object or its external environment.   Squid and cuttlefish can express complex behaviours (agonism, emotion?) by controlling colour cells in their skin.  They, and many fish, can change colour to blend in with the background.  They can also control their reflectivity.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_33 -->

    <Class rdf:about="&BioTRI2;IP_33">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Substance"/>
        <rdfs:comment>Homogeneity - make an object and its support or container of the same material.  Many nests are made from the surrounding material - bird’s nests (twigs, branches), solitary bees’ and termites’ nests (mud).  The materials from which an organism is made are very inhomogeneous in texture, but basically only lipids, proteins and polysaccharides with added ceramic.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_34 -->

    <Class rdf:about="&BioTRI2;IP_34">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Discarding and recovering  - discard (dissolve, digest) or modify / recycle / repair obsolescent parts.  All cells contain an enzyme (lysozyme) for their dissolution and recycling - it is carefully packaged away! The tail and gills of the tadpole are autolysed when it is transformed into the frog; the exoskeleton of an insect can be partly dissolved for food; teeth of rabbits and rats grow continuously and are worn away during nibbling to keep a sharp edge.  The porous chorion of an insect egg is made by deposition and selective dissolution.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_35 -->

    <Class rdf:about="&BioTRI2;IP_35">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Substance"/>
        <rdfs:comment>Parameter changes - change state, concentration, consistency, compliance, temperature.  Considering individual molecules absorbed from the surroundings, and the way they work in the body (e.g. with enzymes) this is a pervasive aspect of biology (as of technology).  Oxygen is transported attached to haemoglobin, which greatly increases its “solubility”; many animals and plants can survive being dried or frozen which enables them to live in marginal habitats; stiffness of plants can be changed by internal pressure in cells, allowing movement.  Echinoderms change the stiffness of their collagenous tissue.  Most poikilothermic (“cold-blooded”) animals and many plants can control their temperature within wide limits.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_36 -->

    <Class rdf:about="&BioTRI2;IP_36">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Substance"/>
        <rdfs:comment>Phase transitions - changes in volume, loss or absorption of heat, etc.  The most important type of phase change is from random polymeric to liquid crystal.  This underlies many structures in nature such as silk and many collagen structures.  Hydrophobic molecules (e.g. spectrins in the cell membrane) change their hydration state with changes in temperature.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_37 -->

    <Class rdf:about="&BioTRI2;IP_37">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Thermal expansion - use thermal expansion (or contraction) of materials. 
Temperature is rarely a variable in biology, but water content is.   Mathematically, turgor mechanisms can be identical to bi (or poly!) metallic strips.  Plants can grow through concrete using only the expansion of their cells as water is attracted in to them up an osmotic gradient; dead plant parts can move because they expand by different amounts when they absorb water.  </rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_38 -->

    <Class rdf:about="&BioTRI2;IP_38">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Strong oxidants - increase redox potential by stages.  A dangerous ploy for natural systems, but some specialists (e.g. the bombardier beetle) can cope with hot hydrogen peroxide!  Otherwise this is a good description of many enzyme systems.  And oxygen was probably poisonous to archaeobiology.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_39 -->

    <Class rdf:about="&BioTRI2;IP_39">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Energy"/>
        <rdfs:comment>Inert atmosphere - replace a normal environment or object with an inert one.  
A similar move would be to add a protective coating, as happens when your skin goes brown in the sun - the melanin absorbs the UV radiation.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_40 -->

    <Class rdf:about="&BioTRI2;IP_40">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_Structure"/>
        <rdfs:comment>Composite materials   The use of nothing (air or vacuum) as one of the elements of a composite—nothing is an available resource in all situations! Examples include honeycomb and sponge.  Very few biological materials are not composite and there are many different types.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_Energy -->

    <Class rdf:about="&BioTRI2;IP_Energy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_Information -->

    <Class rdf:about="&BioTRI2;IP_Information">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_Space -->

    <Class rdf:about="&BioTRI2;IP_Space">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_Structure -->

    <Class rdf:about="&BioTRI2;IP_Structure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_Substance -->

    <Class rdf:about="&BioTRI2;IP_Substance">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_Time -->

    <Class rdf:about="&BioTRI2;IP_Time">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_xx"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IP_xx -->

    <Class rdf:about="&BioTRI2;IP_xx">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Analysis"/>
        <rdfs:comment>Individual &apos;sub-principles&apos; are listed under &apos;Functions&apos; which is the preferred check list</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ice -->

    <Class rdf:about="&BioTRI2;Ice">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Water"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Idiacanthus_atlanticus -->

    <Class rdf:about="&BioTRI2;Idiacanthus_atlanticus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Stomiformes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ImageProcessing -->

    <Class rdf:about="&BioTRI2;ImageProcessing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Immunology&amp;Sexiness -->

    <Class rdf:about="&BioTRI2;Immunology&amp;Sexiness">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Pending"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_19"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_31"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Gallus_domesticus"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>A tradeoff between immunocompetence and sexual ornamentation in domestic fowl</BioTRI2:Title>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 96: 4478-81.</BioTRI2:Reference>
        <BioTRI2:Reference>Positive:  High testosterone makes males look gaudy and sexy, suggesting strength F_19
Negative:  But high testosterone also downgrades their immune defences F_31</BioTRI2:Reference>
        <BioTRI2:Author>Verhulst, S., S. J. Dieleman and H. K. Parmentier</BioTRI2:Author>
        <BioTRI2:Abstract>Females often select their mates on the basis of the size or intensity of sexual ornaments, and it is thought that such traits are reliable indicators of male quality because the costliness of these traits prevents cheating. The immunocompetence handicap hypothesis is a recently proposed mechanistic explanation of these costs and states that males carry ornaments at the expense of their resistance to disease and parasites. The tradeoff between immunocompetence and sexual ornamentation was hypothesized to arise as a consequence of the dual effect of androgens on ornamentation (+) and immune function (-). To test this hypothesis, we compared comb size between male domestic chickens Gallus domesticus of lines divergently selected for antibody responses to sheep erythrocytes (three lines: selected for low response or high response and a control line). The importance of comb size in inter- and intrasexual selection is well established, and comb size is strongly dependent on testosterone level. Comb size was larger in the males of the low line than in the high line, and comb size of control males was intermediate, indicating a tradeoff between ornamentation and immunocompetence. Testosterone (T) levels varied in a similar fashion (TLow &gt; TControl &gt; THigh), suggesting that this hormone could mediate the tradeoff between ornamentation and immunocompetence. These results support the idea that a tradeoff with immune function may constrain the expression of secondary sexual ornaments.</BioTRI2:Abstract>
        <BioTRI2:Year>1999</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ImpactOfClimaticFactors -->

    <Class rdf:about="&BioTRI2;ImpactOfClimaticFactors">
        <rdfs:label>F_30</rdfs:label>
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ImpactOfEdaphicFactors -->

    <Class rdf:about="&BioTRI2;ImpactOfEdaphicFactors">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ImpactOfEnvironmentalFactors -->

    <Class rdf:about="&BioTRI2;ImpactOfEnvironmentalFactors">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ImprovedSensing -->

    <Class rdf:about="&BioTRI2;ImprovedSensing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_28"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InadequateCoordination -->

    <Class rdf:about="&BioTRI2;InadequateCoordination">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InadequateStrength -->

    <Class rdf:about="&BioTRI2;InadequateStrength">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingAdaptiveness -->

    <Class rdf:about="&BioTRI2;IncreasingAdaptiveness">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingAspectRatio -->

    <Class rdf:about="&BioTRI2;IncreasingAspectRatio">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingAsymmetry -->

    <Class rdf:about="&BioTRI2;IncreasingAsymmetry">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingDensity -->

    <Class rdf:about="&BioTRI2;IncreasingDensity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingFlexibility -->

    <Class rdf:about="&BioTRI2;IncreasingFlexibility">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingHarm -->

    <Class rdf:about="&BioTRI2;IncreasingHarm">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingMetabolicRate -->

    <Class rdf:about="&BioTRI2;IncreasingMetabolicRate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_38"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingMobility -->

    <Class rdf:about="&BioTRI2;IncreasingMobility">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingNumberOfLayers -->

    <Class rdf:about="&BioTRI2;IncreasingNumberOfLayers">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingOxidationPotential -->

    <Class rdf:about="&BioTRI2;IncreasingOxidationPotential">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_38"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingPressure -->

    <Class rdf:about="&BioTRI2;IncreasingPressure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <rdfs:comment>Changing turgor causes plant organs to move</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingStiffness -->

    <Class rdf:about="&BioTRI2;IncreasingStiffness">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <rdfs:comment>Echinoderms can change the stiffness of their skin</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingTemperature -->

    <Class rdf:about="&BioTRI2;IncreasingTemperature">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IncreasingVorticity -->

    <Class rdf:about="&BioTRI2;IncreasingVorticity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Independence -->

    <Class rdf:about="&BioTRI2;Independence">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_38"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Individuals&amp;Ecosystems -->

    <Class rdf:about="&BioTRI2;Individuals&amp;Ecosystems">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Linking individuals with ecosystems: experimentally identifying the relevant organizational scale for predicting trophic abundances</BioTRI2:Title>
        <BioTRI2:Author>Ovadia, O. and O. J. Schmitz</BioTRI2:Author>
        <BioTRI2:Abstract>Body size is an important determinant of vulnerability to predation and thus should influence the way individuals tradeoff time spent foraging against time spent avoiding contact with predators. Such tradeoffs can then influence the degree of damage herbivores inflict on their plant resources. We assigned field-caught grasshoppers to three distinct body size treatment groups (small, normal, and large) and crossed them with two spider predator treatments (spider present and absent) in a fully replicated design. We found size-dependent differences in  survival and development of the grasshoppers. Moreover, predators caused grasshoppers to inflict greater damage to herbs and less damage to grasses relative to treatments without predators. However, there were no size-dependent differences in net damage level on grasses and herbs in either predator or no predator treatments owing to size-dependent compensation in effort by the grasshoppers foraging. In this ecosystem the foraging-predation risk tradeoff displayed by typical or average-sized herbivore is a sufficient amount of individual-level detail needed to explain ecosystem patterns.</BioTRI2:Abstract>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 99: 12927-31.</BioTRI2:Reference>
        <BioTRI2:Year>2002</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InduceNewComponent -->

    <Class rdf:about="&BioTRI2;InduceNewComponent">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IneffectiveTransmission -->

    <Class rdf:about="&BioTRI2;IneffectiveTransmission">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_24"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Inefficiency -->

    <Class rdf:about="&BioTRI2;Inefficiency">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_22"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InertEnvironment -->

    <Class rdf:about="&BioTRI2;InertEnvironment">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_39"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InertiaOfMovement -->

    <Class rdf:about="&BioTRI2;InertiaOfMovement">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_01"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InertiaOfStasis -->

    <Class rdf:about="&BioTRI2;InertiaOfStasis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_02"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Inhibition -->

    <Class rdf:about="&BioTRI2;Inhibition">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InsectCuticle -->

    <Class rdf:about="&BioTRI2;InsectCuticle">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Arthropodin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Chitin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;DOPA"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Polyphenol_oxidase"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Wax"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Arthropodin"/>
                                    <rdf:Description rdf:about="&BioTRI2;Chitin"/>
                                    <rdf:Description rdf:about="&BioTRI2;DOPA"/>
                                    <rdf:Description rdf:about="&BioTRI2;Polyphenol_oxidase"/>
                                    <rdf:Description rdf:about="&BioTRI2;Wax"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cuticle"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InsectFoot -->

    <Class rdf:about="&BioTRI2;InsectFoot">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Foot"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InsectWing -->

    <Class rdf:about="&BioTRI2;InsectWing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Wing"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Pterygota"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isParallelWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectWing"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Resilin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isParallelWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;BirdWing"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Insecta -->

    <Class rdf:about="&BioTRI2;Insecta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hexapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InsectsChewing -->

    <Class rdf:about="&BioTRI2;InsectsChewing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Insecta"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>The Biomechanics of Chewing and Plant Fracture: Mechanisms and Implications</BioTRI2:Title>
        <BioTRI2:Abstract>Herbivores that chew on the leaves of flowering plants have had to evolve mechanisms to propagate fractures through structures that are chemically and physically heterogeneous. Associations exist between mandibular morphology and associated musculature and the nature of the plant diet, with species that feed on grasses sharing a suite of characteristics that differ from the features found in dicot-feeders. This pattern is evident in two major groups of chewing insects, larval Lepidoptera and Acrididae, and reflects differences in the mechanical properties of leaves, mostly driven by the pattern of leaf venation. To what extent cell walls provide a physical barrier to the extraction of nutrients by acridids and lepidopterans has been the subject of debate. The degree to which a leaf is fragmented influences the rate and amount of nutrients assimilated from the cytoplasm of a plant cell. The mechanisms that influence the fractionation of leaf material by acridids and lepidopterans are complex. Mandible morphology and associated musculature determine first, if fractures can be initiated, second, the maximum size of the bites taken, and third, the degree of chewing.  On a single food type, large meals are eaten faster and less time is spent chewing than in smaller meals. The physical characteristics of the food also modify chewing behaviour. I argue that a full understanding of insect nutrition requires consideration of the mechanics of food processing. Similarly, an understanding of the mechanics of mandibles must take account of the ultimate function of feeding behaviour; the acquisition of nutrients.</BioTRI2:Abstract>
        <BioTRI2:Author>F. J. Clissold</BioTRI2:Author>
        <BioTRI2:Year>2007</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Instability&amp;Reversal -->

    <Class rdf:about="&BioTRI2;Instability&amp;Reversal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>The devil in the details of life-history evolution: instability and reversal of genetic correlations during selection on Drosophila development</BioTRI2:Title>
        <BioTRI2:Abstract>The evolutionary relationships between three major components of Darwinian fitness, development rate, growth rate and preadult survival, were estimated using a comparison of 55 distinct populations of Drosophila melanogaster variously selected for age-specific fertility, environmental-stress tolerance and accelerated development. Development rate displayed a strong net negative evolutionary correlation with weight at eclosion across all selection treatments, consistent with the existence of a size-versus-time tradeoff between these characters. However, within the data set, the magnitude of the evolutionary correlation depended upon the particular selection treatments contrasted. A previously proposed tradeoff between preadult viability and growth rate was apparent only under weak selection for juvenile fitness components. Direct selection for rapid development led to sharp reductions in both growth rates and viability. These data add to the mounting results from experimental evolution that illustrate the sensitivity of evolutionary correlations to (i) genotype-by-environment (G x E) interaction, (ii) complex functional-trait interactions, and (iii) character definition. Instability, disappearance and reversal of patterns of genetic covariation often occur over short evolutionary time frames and as the direct product of selection, rather than some stochastic process. We suggest that the functional architecture of fitness is a rapidly evolving matrix with reticulate properties, a matrix that we understand only poorly.</BioTRI2:Abstract>
        <BioTRI2:Reference>Journal of genetics 82: 133-45.</BioTRI2:Reference>
        <BioTRI2:Author>Chippindale, A. K., A. L. Ngo and M. R. Rose</BioTRI2:Author>
        <BioTRI2:Year>2003</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Instinct -->

    <Class rdf:about="&BioTRI2;Instinct">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_38"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Insulate -->

    <Class rdf:about="&BioTRI2;Insulate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InsulateWithFrequencyFilter -->

    <Class rdf:about="&BioTRI2;InsulateWithFrequencyFilter">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Integrate -->

    <Class rdf:about="&BioTRI2;Integrate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Integrity -->

    <Class rdf:about="&BioTRI2;Integrity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_13"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntensityOfLight -->

    <Class rdf:about="&BioTRI2;IntensityOfLight">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_18"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Interference -->

    <Class rdf:about="&BioTRI2;Interference">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_24"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Intermediary -->

    <Class rdf:about="&BioTRI2;Intermediary">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntermediaryThingOrProcess -->

    <Class rdf:about="&BioTRI2;IntermediaryThingOrProcess">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntermediateFilament -->

    <Class rdf:about="&BioTRI2;IntermediateFilament">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Biology"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;AlphaKeratin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Self-assembledIntermediateFilaments"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntermolecularInteractions -->

    <Class rdf:about="&BioTRI2;IntermolecularInteractions">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingAnisotropy -->

    <Class rdf:about="&BioTRI2;IntroducingAnisotropy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingEmptiness -->

    <Class rdf:about="&BioTRI2;IntroducingEmptiness">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_31"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingHeterogeneityIntoObjectOrContext -->

    <Class rdf:about="&BioTRI2;IntroducingHeterogeneityIntoObjectOrContext">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingHierarchy -->

    <Class rdf:about="&BioTRI2;IntroducingHierarchy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_07"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingPoresOrCells -->

    <Class rdf:about="&BioTRI2;IntroducingPoresOrCells">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_31"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingStructure -->

    <Class rdf:about="&BioTRI2;IntroducingStructure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingWeakInterface -->

    <Class rdf:about="&BioTRI2;IntroducingWeakInterface">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IntroducingZonation -->

    <Class rdf:about="&BioTRI2;IntroducingZonation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InvasiveSpecies -->

    <Class rdf:about="&BioTRI2;InvasiveSpecies">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>High seedling relative growth rate and specific leaf area are traits of invasive species: phylogenetically independent contrasts of woody angiosperms</BioTRI2:Title>
        <BioTRI2:Abstract>In seedling growth analyses, invasive woody species were compared with less-invasive woody species commonly cultivated in California using 12 phylogenetically independent contrasts. Invasive species were hypothesized to have higher seedling relative growth rates (RGRs) and specific leaf areas (SLAs) than did related less-invasive species. In phylogenetically independent contrasts conducted among taxa within families, high seedling RGRs and SLAs have significant positive associations with invasiveness of woody plants. For contrasts containing species invasive in mediterranean regions, invasive species had significantly larger root biomass allocation than did less-invasive species. Optimization of fast seedling growth (high RGR) associated with opportunistic resource acquisition (high SLA) and increased root allocation to survive summer drought may be critical for the success of plant invaders in regions with mediterranean climates.</BioTRI2:Abstract>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Reference>American Journal of Botany 94: 526-532.</BioTRI2:Reference>
        <BioTRI2:Author>E. Grotkopp and M. Rejmánek</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InvertObjectOrProcess -->

    <Class rdf:about="&BioTRI2;InvertObjectOrProcess">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#InvokeImmuneResponse -->

    <Class rdf:about="&BioTRI2;InvokeImmuneResponse">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Iridescence -->

    <Class rdf:about="&BioTRI2;Iridescence">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Iron -->

    <Class rdf:about="&BioTRI2;Iron">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IsolateUsefulFunction -->

    <Class rdf:about="&BioTRI2;IsolateUsefulFunction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#IsolateWithAMembrane -->

    <Class rdf:about="&BioTRI2;IsolateWithAMembrane">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Isopoda -->

    <Class rdf:about="&BioTRI2;Isopoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Arthropoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Isoptera -->

    <Class rdf:about="&BioTRI2;Isoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Jadera_haematoloma -->

    <Class rdf:about="&BioTRI2;Jadera_haematoloma">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Heteroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Jaw -->

    <Class rdf:about="&BioTRI2;Jaw">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#JoinDissimilarObjects -->

    <Class rdf:about="&BioTRI2;JoinDissimilarObjects">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#JoinSimilarObjects -->

    <Class rdf:about="&BioTRI2;JoinSimilarObjects">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#JointSurface -->

    <Class rdf:about="&BioTRI2;JointSurface">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_05"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#JuvenileHormone -->

    <Class rdf:about="&BioTRI2;JuvenileHormone">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hormone"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Kangaroo -->

    <Class rdf:about="&BioTRI2;Kangaroo">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Marsupialia"/>
        <disjointWith rdf:resource="&BioTRI2;Numbat"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#KeepEverythingOnALevel -->

    <Class rdf:about="&BioTRI2;KeepEverythingOnALevel">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_12"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lagomorpha -->

    <Class rdf:about="&BioTRI2;Lagomorpha">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eutheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lambornella_clarki -->

    <Class rdf:about="&BioTRI2;Lambornella_clarki">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sarcomastigophora"/>
        <disjointWith rdf:resource="&BioTRI2;Paramecium_multimicronucleatum"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Laminariales -->

    <Class rdf:about="&BioTRI2;Laminariales">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Phaeophyceae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LarvalCannibalism -->

    <Class rdf:about="&BioTRI2;LarvalCannibalism">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2004</BioTRI2:Year>
        <BioTRI2:Reference>Oecologia 138: 39-47.</BioTRI2:Reference>
        <BioTRI2:Title>Larval cannibalism, time constraints, and adult fitness in caddisflies that inhabit temporary wetlands</BioTRI2:Title>
        <BioTRI2:Abstract>The fitness of non-feeding adult insects depends on energy accumulated during the larval stage. Larvae of the caddisfly Asynarchus nigriculus primarily feed on plant detritus, but supplement their diet with animal material obtained through cannibalism. Habitat drying constrains development in many populations of this species, and we hypothesized that cannibalism should accelerate development to facilitate timely metamorphosis. We manipulated larval diets in a field experiment by supplementing detritus with animal material, and in a laboratory experiment by varying animal material and detritus quality (conditioned vs unconditioned). We measured the effects of dietary manipulation on larval and pupal growth and development, the timing of metamorphosis, and adult fitness correlates. The results of the laboratory experiment suggest that this species can metamorphose with a detritus-only diet, but development is extremely protracted. In the field experiment, individuals with animal material in their diet had higher larval survival, shorter larval and pupal development times, and earlier emergence dates (7-10 days), than those without a supplement. This delay in emergence should have important effects on survival in natural populations where the difference between desiccation and successful emergence can be only a few days. Dietary supplementation also affected adult body mass (30-40% increase), female fecundity (30% more eggs), and proportional allocation to different adult body parts. Our results are consistent with recent growth-development models that predict coupled (earlier emergence and larger adults) rather than tradeoff responses (earlier emergence and smaller adults) to pre-threshold manipulation of larval diets. Many detritivorous aquatic insects supplement their diets with animal material, and our data provide evidence that this supplementation can have strong effects on fitness. This type of dietary supplementation should be especially important for taxa that do not feed as adults, and in temporary habitats that impose time constraints on larval development.</BioTRI2:Abstract>
        <BioTRI2:Author>Wissinger, S., J. Steinmetz, J. S. Alexander and W. Brown</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Laurasiatheria -->

    <Class rdf:about="&BioTRI2;Laurasiatheria">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eutheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Laurus_nobilis -->

    <Class rdf:about="&BioTRI2;Laurus_nobilis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Magnoliales"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Leaf -->

    <Class rdf:about="&BioTRI2;Leaf">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Sclerenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phloem"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;PlantEpidermis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Xylem"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Parenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Leaf-StemEconomics -->

    <Class rdf:about="&BioTRI2;Leaf-StemEconomics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Decoupled leaf and stem economics in rain forest trees</BioTRI2:Title>
        <BioTRI2:Year>2010</BioTRI2:Year>
        <BioTRI2:Abstract>Cross-species analyses of plant functional traits have shed light on factors contributing to differences in performance and distribution, but to date most studies have focused on either leaves or stems. We extend these tissue-specific analyses of functional strategy towards a whole-plant approach by integrating data on functional traits for 13 448 leaves and wood tissues from 4672 trees representing 668 species of Neotropical trees. Strong correlations amongst traits previously defined as the leaf economics spectrum reflect a tradeoff between investments in productive leaves with rapid turnover vs. costly physical leaf structure with a long revenue stream. A second axis of variation, the &apos;stem economics spectrum&apos;, defines a similar tradeoff at the stem level: dense wood vs. high wood water content and thick bark. Most importantly, these two axes are orthogonal, suggesting that tradeoffs operate independently at the leaf and at the stem levels. By simplifying the multivariate ecological strategies of tropical trees into positions along these two spectra, our results provide a basis to improve global vegetation models predicting responses of tropical forests to global change.</BioTRI2:Abstract>
        <BioTRI2:Reference>Ecology Letters 13: 1338-47.</BioTRI2:Reference>
        <BioTRI2:Author>C. Baraloto, C. E. Timothy Paine, L. Poorter, J. Beauchene, D. Bonal, A. M. Domenach, B. Herault, S. Patino, J. C. Roggy and J. Chave</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LearningSongs -->

    <Class rdf:about="&BioTRI2;LearningSongs">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Author>Greig, E. I., B. N. Taft and S. Pruett-Jones</BioTRI2:Author>
        <BioTRI2:Reference>Proceedings. Biological sciences / The Royal Society 279: 3154-60.</BioTRI2:Reference>
        <BioTRI2:Title>Sons learn songs from their social fathers in a cooperatively breeding bird</BioTRI2:Title>
        <BioTRI2:Abstract>Song learning is hypothesized to allow social adaptation to a local song neighbourhood. Maintaining social associations is particularly important in cooperative breeders, yet vocal learning in such species has only been assessed in systems where social association was correlated with relatedness. Thus, benefits of vocal learning as a means of maintaining social associations could not be disentangled from benefits of kin recognition. We assessed genetic and cultural contributions to song in a species where social association was not strongly correlated with kinship: the cooperatively breeding, reproductively promiscuous splendid fairy-wren (Malurus splendens). We found that song characters of socially associated father-son pairs were more strongly correlated (and thus songs were more similar) than songs of father-son pairs with a genetic, but no social, association (i.e. cuckolding fathers). Song transmission was, therefore, vertical and cultural, with minimal signatures of kinship. Additionally, song characters were not correlated with several phenotypic indicators of male quality, supporting the idea that there may be a tradeoff between accurate copying of tutors and quality signalling via maximizing song performance, particularly when social and genetic relationships are decoupled. Our results lend support to the hypothesis that song learning facilitates the maintenance of social associations by permitting unrelated individuals to acquire similar signal phenotypes.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Leg -->

    <Class rdf:about="&BioTRI2;Leg">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LegOrWing? -->

    <Class rdf:about="&BioTRI2;LegOrWing?">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Proceedings. Biological sciences / The Royal Society 273: 1811-4.</BioTRI2:Reference>
        <BioTRI2:Title>Leg regeneration stunts wing growth and hinders flight performance in a stick insect (Sipyloidea sipylus)</BioTRI2:Title>
        <BioTRI2:Abstract>Major morphological structures are sometimes produced not once, but twice. For example, stick insects routinely shed legs to escape a predator or tangled moult, and these legs are subsequently re-grown. Here, I show that in Sipyloidea sipylus, re-growth of a leg during development causes adults to have disproportionately smaller wings and increases wing loading. These morphological consequences of leg regeneration led to significant reductions in several biologically relevant measures of individual flight performance. This previously unrecognized tradeoff between legs and wings reveals the integrated nature of phasmid phenotypes, and I propose how this tradeoff may have shaped phasmid evolution.</BioTRI2:Abstract>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Author>Maginnis, T. L.</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LengthOfMovingObject -->

    <Class rdf:about="&BioTRI2;LengthOfMovingObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_03"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LengthOfStationaryObject -->

    <Class rdf:about="&BioTRI2;LengthOfStationaryObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_04"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lepidoptera -->

    <Class rdf:about="&BioTRI2;Lepidoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Endopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LepidopteraImago -->

    <Class rdf:about="&BioTRI2;LepidopteraImago">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lepidoptera"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Proboscis"/>
            </Restriction>
        </rdfs:subClassOf>
        <disjointWith rdf:resource="&BioTRI2;LepidopteraLarva"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LepidopteraLarva -->

    <Class rdf:about="&BioTRI2;LepidopteraLarva">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lepidoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LessThanFullAction -->

    <Class rdf:about="&BioTRI2;LessThanFullAction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lift -->

    <Class rdf:about="&BioTRI2;Lift">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ligament -->

    <Class rdf:about="&BioTRI2;Ligament">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Elastin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Collagen"/>
                                    <rdf:Description rdf:about="&BioTRI2;Elastin"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LightUseEfficiency -->

    <Class rdf:about="&BioTRI2;LightUseEfficiency">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Abutilon_theophrasti"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ambrosia_artemisiifolia"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Annals of Botany 82: 195-202.
</BioTRI2:Reference>
        <BioTRI2:Author>T. Hirose and F. A. Bazzaz</BioTRI2:Author>
        <BioTRI2:Title>Trade-off Between Light- and Nitrogen-use Efficiency in Canopy Photosynthesis</BioTRI2:Title>
        <BioTRI2:Year>1998</BioTRI2:Year>
        <BioTRI2:Abstract>Canopy photosynthesis (CP) is proportional to light-use efficiency (LUE) and the number of photons (P) absorbed by the canopy (CP=LUE x P).  It is also proportional to nitrogen-use efficiency (NUE) and the amount of total leaf nitrogen (LN) (CP=NUE x LN). We applied these concepts to monospecific and mixed (1:1) stands of annuals (Abutilon theophrasti and Ambrosia artemisiifolia) at two stages, established in an ambient or elevated CO2 atmosphere. In both CO2 concentrations, daily CP gave strong linear regressions with zero intercepts both against P and against LN. Doubling CO2 increased LUE by 20-80% and NUE by 20-100%. LUE tended to be higher in Ambrosia than in Abutilon, and also higher in the later stage of canopy development than in the younger stage. Interference by Abutilon increased the LUE of Ambrosia. On the other hand, NUE tended to be higher in Abutilon than in Ambrosia, and to be higher in younger than in later stages. Interference by Abutilon decreased the NUE of Ambrosia. Thus, there are trade-offs between LUE and NUE, which result from differences in leaf nitrogen per unit leaf area and from differences in leaf area development in the canopy. LUE increased with increasing leaf nitrogen concentration, while NUE increased with increasing light availability in the canopy.
READ THE PAPER</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lignin -->

    <Class rdf:about="&BioTRI2;Lignin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Phenolic"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nitrogen"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Wood"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Liliopsida -->

    <Class rdf:about="&BioTRI2;Liliopsida">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Magnoliophyta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LinearToRotationalWave -->

    <Class rdf:about="&BioTRI2;LinearToRotationalWave">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_17"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Linepithema_humile -->

    <Class rdf:about="&BioTRI2;Linepithema_humile">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lipid -->

    <Class rdf:about="&BioTRI2;Lipid">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Oxygen"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;Carbon"/>
                            <rdf:Description rdf:about="&BioTRI2;Hydrogen"/>
                            <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hydrogen"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Carbon"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LiquidCrystal -->

    <Class rdf:about="&BioTRI2;LiquidCrystal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Self-assembledMaterials"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LiquidCrystalPhaseChange -->

    <Class rdf:about="&BioTRI2;LiquidCrystalPhaseChange">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lizard&amp;Landscape -->

    <Class rdf:about="&BioTRI2;Lizard&amp;Landscape">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>Current life history theory suggests that the allocation of energetic resources between competing physiological needs should be dictated by an individual&apos;s longevity and pace of life. One key physiological pathway likely to contribute to the partitioning of resources is the vertebrate stress response. By increasing circulating glucocorticoids the stress response can exert a suite of physiological effects, such as altering immune function. We investigated the effects of stress physiology on individual immunity, reproduction and oxidative stress, across an urban landscape. We sampled populations in and around St. George, Utah, examining corticosterone in response to restraint stress, two innate immune measures, reproductive output, and the presence of both reactive oxygen metabolites and antioxidant binding capacity, in populations of common side-blotched lizards (Uta stansburiana) experiencing variable levels of environmental stress. Additionally, using capture-mark-recapture techniques, we examined the relationships between these physiological parameters and population-level differences. Our results reveal elevated physiological stress corresponds with suppressed immunity and increased oxidative stress. Interestingly, urban populations experiencing the most physiological stress also exhibited greater reproductive output and decreased survival relative to rural populations experiencing less physiological stress, demonstrating a tradeoff between reproduction and life maintenance processes. Our results suggest that environmental stress may augment life history strategy in this fast-paced species, and that shifts in life history strategy can in turn affect the population at large. Finally, the urban environment poses definite challenges for organisms, and while it appears that side-blotched lizards are adjusting physiologically, it is unknown what fitness costs these physiological adjustments accrue.</BioTRI2:Abstract>
        <BioTRI2:Reference>PLoS One 7: e49895.</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Author>Lucas, L. D. and S. S. French</BioTRI2:Author>
        <BioTRI2:Title>Stress-induced tradeoffs in a free-living lizard across a variable landscape: consequences for individuals and populations</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Loading&amp;Jumping -->

    <Class rdf:about="&BioTRI2;Loading&amp;Jumping">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Reference>The Journal of Experimental Biology 214: 2073-9.</BioTRI2:Reference>
        <BioTRI2:Author>Kuo, C. Y., G. B. Gillis and D. J. Irschick</BioTRI2:Author>
        <BioTRI2:Title>Loading effects on jump performance in green anole lizards, Anolis carolinensis</BioTRI2:Title>
        <BioTRI2:Abstract>Locomotor performance is a crucial determinant of organismal fitness but is often impaired in certain circumstances, such as increased mass (loading) resulting from feeding or gravidity. Although the effects of loading have been studied extensively for striding locomotion, its effects on jumping are poorly understood. Jumping is a mode of locomotion that is widely used across animal taxa. It demands large amounts of power over a short time interval and, consequently, may be affected by loading to a greater extent than other modes of locomotion. We placed artificial loads equal to 30% body mass on individuals of the species Anolis carolinensis to simulate the mass gain following the consumption of a large meal. We investigated the effects of loading on jump performance (maximum jump distance and accuracy), kinematics and power output. Loading caused a significant 18% decline in maximum jump distance and a significant 10% decline in takeoff speed. In other words, the presence of the load caused the lizards to take shorter and slower jumps, whereas takeoff angle and takeoff duration were not affected. By contrast, jump accuracy was unaffected by loading, although accuracy declined when lizards jumped to farther perches. Finally, mass-specific power output did not increase significantly when lizards jumped with loads, suggesting that the ability to produce mechanical power may be a key limiting factor for maximum jump performance. Our results suggest that mass gain after a large meal can pose a significant locomotor challenge and also imply a tradeoff between fulfilling energy requirement and moving efficiently in the environment.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LocalQuality -->

    <Class rdf:about="&BioTRI2;LocalQuality">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LocalisedProcessing -->

    <Class rdf:about="&BioTRI2;LocalisedProcessing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Locomote -->

    <Class rdf:about="&BioTRI2;Locomote">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LocomotiveSpeed -->

    <Class rdf:about="&BioTRI2;LocomotiveSpeed">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_09"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Locust -->

    <Class rdf:about="&BioTRI2;Locust">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Orthoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Locusta_sp. -->

    <Class rdf:about="&BioTRI2;Locusta_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Locust"/>
        <disjointWith rdf:resource="&BioTRI2;Rufocephalus_sp."/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Loligo_vulgaris -->

    <Class rdf:about="&BioTRI2;Loligo_vulgaris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teuthida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lolliguncula_brevis -->

    <Class rdf:about="&BioTRI2;Lolliguncula_brevis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teuthida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LongJump -->

    <Class rdf:about="&BioTRI2;LongJump">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_03"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Longevity&amp;JH -->

    <Class rdf:about="&BioTRI2;Longevity&amp;JH">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Mechanisms of ageing and development 133: 637-46.</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Author>Chamseddin, K. H., S. Q. Khan, M. L. Nguyen, M. Antosh, S. N. Morris, S. Kolli, N. Neretti, S. L. Helfand and J. H. Bauer</BioTRI2:Author>
        <BioTRI2:Title>takeout-dependent longevity is associated with altered Juvenile Hormone signaling</BioTRI2:Title>
        <BioTRI2:Abstract>In order to understand the molecular mechanisms of longevity regulation, we recently performed a screen designed to enrich for genes common to several longevity interventions. Using this approach, we identified the Drosophila melanogaster gene takeout. takeout is upregulated in a variety of long-lived flies, and extends life span when overexpressed. Here, we investigate the mechanisms of takeout-dependent longevity. takeout overexpression specifically in the fat body is sufficient to increase fly longevity and is additive to the longevity effects of Dietary Restriction. takeout long-lived flies do not show phenotypes often associated with increased longevity, such as enhanced stress resistance or major metabolic abnormalities. However, males exhibit greatly diminished courtship behavior, leading to a reduction in fertility. Interestingly, takeout contains a binding domain for Juvenile Hormone, a fly hormone that plays a role in the regulation of developmental transitions. Importantly, the longevity and courtship phenotypes of takeout overexpressing flies are reversed by treatment with the Juvenile Hormone analog methoprene. These data suggest that takeout is a key player in the tradeoff-switch between fertility and longevity. takeout may control fertility via modulation of courtship behavior. This regulation may occur through Juvenile Hormone binding to takeout and a subsequent reduction in Juvenile Hormone signaling activity.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LongevityAndSex -->

    <Class rdf:about="&BioTRI2;LongevityAndSex">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Experimental gerontology 34: 173-84.</BioTRI2:Reference>
        <BioTRI2:Title>Extended longevity lines of Drosophila melanogaster: abundance of yolk protein gene mRNA in fat body and ovary</BioTRI2:Title>
        <BioTRI2:Author>Carlson, K. A. and L. G. Harshman</BioTRI2:Author>
        <BioTRI2:Abstract>Lines of Drosophila melanogaster selected for late-life female reproduction typically exhibit correlated responses of reduced early fecundity and increased longevity. This relationship suggests a tradeoff between reproductive effort and somatic maintenance, which in turn, underlies some evolutionary theories of senescence. The mechanistic basis of the apparent tradeoff between increased longevity and reduced early-age fecundity has remained obscure. The present manuscript addresses the issues of whether the reduced early-age fecundity in selected lines corresponds to reduced yolk-protein mRNA production, and whether long-lived flies exhibit somatic maintenance in terms of relatively reduced yolk-protein mRNA production in the fat body. Yolk protein is one of the most abundant proteins used for female reproduction. By comparing a set of lines selected for late life reproduction with the corresponding control lines, we show that that yolk-protein gene mRNA relative abundance during the first four days posteclosion did not correspond to reduced early-life fecundity in the selected lines. In D. melanogaster, yolk protein is produced in the fat body and ovarian follicle cells. On the fourth day posteclosion, relatively more yolk-protein gene mRNA was present in the fat body. On day 1 posteclosion, supplemental yeast did not alter relative yolk-protein gene mRNA abundance. However, on day 4 posteclosion, supplemental yeast stimulated yolk-protein gene mRNA production in the fat body, which suggests an underlying mechanism for the nutrition-based phenotypic plasticity of fecundity previously documented in these lines. On medium without supplemental yeast, the relatively low abundance of fat body yolk-protein gene mRNA in the selected lines on day 4 posteclosion corresponds to a prediction derived from the disposable soma theory.</BioTRI2:Abstract>
        <BioTRI2:Year>1999</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LongevityOfAnimal -->

    <Class rdf:about="&BioTRI2;LongevityOfAnimal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_15"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LongevityOfPlant -->

    <Class rdf:about="&BioTRI2;LongevityOfPlant">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_16"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lophotrochozoa -->

    <Class rdf:about="&BioTRI2;Lophotrochozoa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protostomia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Loricera_sp. -->

    <Class rdf:about="&BioTRI2;Loricera_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LoseHeat -->

    <Class rdf:about="&BioTRI2;LoseHeat">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LossOfData -->

    <Class rdf:about="&BioTRI2;LossOfData">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_24"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LossOfSensoryInformation -->

    <Class rdf:about="&BioTRI2;LossOfSensoryInformation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_24"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lumbricus_terrestris -->

    <Class rdf:about="&BioTRI2;Lumbricus_terrestris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Clitellata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Luminescence -->

    <Class rdf:about="&BioTRI2;Luminescence">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lung -->

    <Class rdf:about="&BioTRI2;Lung">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lure -->

    <Class rdf:about="&BioTRI2;Lure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lycopersicon_esculentum -->

    <Class rdf:about="&BioTRI2;Lycopersicon_esculentum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Lymphocyte -->

    <Class rdf:about="&BioTRI2;Lymphocyte">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalCell"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#LyriformOrgan -->

    <Class rdf:about="&BioTRI2;LyriformOrgan">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;Arachnida"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Arachnida"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;StrainSensor"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Maculinea_rebeli -->

    <Class rdf:about="&BioTRI2;Maculinea_rebeli">
        <rdfs:subClassOf rdf:resource="&BioTRI2;LepidopteraLarva"/>
        <disjointWith rdf:resource="&BioTRI2;Semiothisa_aemulataria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Magnesium -->

    <Class rdf:about="&BioTRI2;Magnesium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MagnetoReception -->

    <Class rdf:about="&BioTRI2;MagnetoReception">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MagnetoSensor -->

    <Class rdf:about="&BioTRI2;MagnetoSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MagnitudeOfInteraction -->

    <Class rdf:about="&BioTRI2;MagnitudeOfInteraction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_10"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Magnolia_grandiflora -->

    <Class rdf:about="&BioTRI2;Magnolia_grandiflora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Magnoliales"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Magnoliales -->

    <Class rdf:about="&BioTRI2;Magnoliales">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Magnoliophyta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Magnoliophyta -->

    <Class rdf:about="&BioTRI2;Magnoliophyta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Embryobionta"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Root"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeADehiscenceLine -->

    <Class rdf:about="&BioTRI2;MakeADehiscenceLine">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>A line of weakness</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeActionAdjustable -->

    <Class rdf:about="&BioTRI2;MakeActionAdjustable">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeComposite -->

    <Class rdf:about="&BioTRI2;MakeComposite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeEasyToDismantle -->

    <Class rdf:about="&BioTRI2;MakeEasyToDismantle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeFunctionIndependent -->

    <Class rdf:about="&BioTRI2;MakeFunctionIndependent">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeHeterogeneous -->

    <Class rdf:about="&BioTRI2;MakeHeterogeneous">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeHomogeneous -->

    <Class rdf:about="&BioTRI2;MakeHomogeneous">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_33"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeObjectAsymmetrical -->

    <Class rdf:about="&BioTRI2;MakeObjectAsymmetrical">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_04"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeObjectsPassThroughEachOther -->

    <Class rdf:about="&BioTRI2;MakeObjectsPassThroughEachOther">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_07"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakePartPerformManyFunctions -->

    <Class rdf:about="&BioTRI2;MakePartPerformManyFunctions">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_06"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeThingsAdaptable -->

    <Class rdf:about="&BioTRI2;MakeThingsAdaptable">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MakeTranslucent -->

    <Class rdf:about="&BioTRI2;MakeTranslucent">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_33"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Malacostraca -->

    <Class rdf:about="&BioTRI2;Malacostraca">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Crustacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mallophora_ruficauda -->

    <Class rdf:about="&BioTRI2;Mallophora_ruficauda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mammalia -->

    <Class rdf:about="&BioTRI2;Mammalia">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Tetrapoda"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Hair"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;MammaryGland"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MammalianEncephalisation -->

    <Class rdf:about="&BioTRI2;MammalianEncephalisation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Comparative analyses of evolutionary rates reveal different pathways to encephalization in bats, carnivorans, and primates</BioTRI2:Title>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 109: 18006-11.</BioTRI2:Reference>
        <BioTRI2:Author>Smaers, J. B., D. K. Dechmann, A. Goswami, C. Soligo and K. Safi</BioTRI2:Author>
        <BioTRI2:Abstract>Variation in relative brain size is commonly interpreted as the result of selection on neuronal capacity. However, this approach ignores that relative brain size is also linked to another highly adaptive variable: body size. Considering that one-way tradeoff mechanisms are unlikely to provide satisfactory evolutionary explanations, we introduce an analytical framework that describes and quantifies all possible evolutionary scenarios between two traits. To investigate the effects of body mass changes on the interpretation of relative brain size evolution, we analyze three mammalian orders that are expected to be subject to different selective pressures on body size due to differences in locomotor adaptation: bats (powered flight), primates (primarily arboreal), and carnivorans (primarily terrestrial). We quantify rates of brain and body mass changes along individual branches of phylogenetic trees using an adaptive peak model of evolution. We find that the magnitude and variance of the level of integration of brain and body mass rates, and the subsequent relative influence of either brain or body size evolution on the brain-body relationship, differ significantly between orders and subgroups within orders. Importantly, we find that variation in brain-body relationships was driven primarily by variability in body mass. Our approach allows a more detailed interpretation of correlated trait evolution and variation in the underlying evolutionary pathways. Results demonstrate that a principal focus on interpreting relative brain size evolution as selection on neuronal capacity confounds the effects of body mass changes, thereby hiding important aspects that may contribute to explaining animal diversity.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MammaryGland -->

    <Class rdf:about="&BioTRI2;MammaryGland">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mandrillus -->

    <Class rdf:about="&BioTRI2;Mandrillus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Primates"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ManducaDiet -->

    <Class rdf:about="&BioTRI2;ManducaDiet">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Manduca_sexta"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of Insect Physiology 53: 923-932.
</BioTRI2:Reference>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Author>R. A. Raguso, T. Ojeda-Avila, S. Desai, M. A. Jurkiewicz and H. Arthur Woods</BioTRI2:Author>
        <BioTRI2:Title>The influence of larval diet on adult feeding behaviour in the tobacco hornworm moth, Manduca sexta</BioTRI2:Title>
        <BioTRI2:Abstract>Lab-reared sphingid and noctuid moths appear to feed less than wild moths, and often are starved to enhance responsiveness in feeding assays.  Larval diet affected adult eclosion time, size and fat content, the latter of which was inversely proportional to moth approaches to the floral array in a flight cage. In contrast, behaviours refractory to feeding (sitting, escaping) were associated with sex and barometric pressure, but not with diet or fat content. Frequency of floral approaches and probing was not associated with any variable. However, moths reared on Œ≤-carotene-supplemented diet were 2-3 times more likely to feed, and significantly less likely to sit or show &quot;escape&quot; behaviour than were moths from most other treatments. Our results suggest that decreased visual sensitivity, rather than increased fat content, accounts for reduced adult feeding by lab-reared M. sexta.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Manduca_sexta -->

    <Class rdf:about="&BioTRI2;Manduca_sexta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;LepidopteraImago"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Manganese -->

    <Class rdf:about="&BioTRI2;Manganese">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mangifera_indica -->

    <Class rdf:about="&BioTRI2;Mangifera_indica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mantodia -->

    <Class rdf:about="&BioTRI2;Mantodia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Marcusenius_pongolensis -->

    <Class rdf:about="&BioTRI2;Marcusenius_pongolensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Actinopterygia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ElectricalDischargeOrgan"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Marsupialia -->

    <Class rdf:about="&BioTRI2;Marsupialia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mammalia"/>
        <rdfs:comment>Pouched animals: kangaroo, possum, bandicoot, koala, wombat . . . </rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mass/Density -->

    <Class rdf:about="&BioTRI2;Mass/Density">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Insights into plant size-density relationships from models and agricultural crops</BioTRI2:Title>
        <BioTRI2:Author>Deng, J., W. Zuo, Z. Wang, Z. Fan, M. Ji, G. Wang, J. Ran, C. Zhao, J. Liu, K. J. Niklas, S. T. Hammond and J. H. Brown</BioTRI2:Author>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 109: 8600-5.</BioTRI2:Reference>
        <BioTRI2:Abstract>There is general agreement that competition for resources results in a tradeoff between plant mass, M, and density, but the mathematical form of the resulting thinning relationship and the mechanisms that generate it are debated. Here, we evaluate two complementary models, one based on the space-filling properties of canopy geometry and the other on the metabolic basis of resource use. For densely packed stands, both models predict that density scales as M(-3/4), energy use as M(0), and total biomass as M(1/4). Compilation and analysis of data from 183 populations of herbaceous crop species, 473 stands of managed tree plantations, and 13 populations of bamboo gave four major results: (i) At low initial planting densities, crops grew at similar rates, did not come into contact, and attained similar mature sizes; (ii) at higher initial densities, crops grew until neighboring plants came into contact, growth ceased as a result of competition for limited resources, and a tradeoff between density and size resulted in critical density scaling as M(-0.78), total resource use as M(-0.02), and total biomass as M(0.22); (iii) these scaling exponents are very close to the predicted values of M(-3/4), M(0), and M(1/4), respectively, and significantly different from the exponents suggested by some earlier studies; and (iv) our data extend previously documented scaling relationships for trees in natural forests to small herbaceous annual crops. These results provide a quantitative, predictive framework with important implications for the basic and applied plant sciences.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MaternalInvestment -->

    <Class rdf:about="&BioTRI2;MaternalInvestment">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>Environmental-stress-mediated geographic variation in reproductive parameters has been little studied in natural vertebrate populations outside the context of climatic variation. Based on life-history theory, an increase in the degree of environmental stress experienced by a population should lead to (1) a shift in reproductive allocation from fecundity to offspring quality, (2) stronger trade-offs between reproductive parameters, and (3) changes in the relationship between female phenotype and maternal investment. To test these predictions, we investigated geographic variation in maternal investment of moor frogs (Rana arvalis) in relation to breeding site acidity (pH 4-8). We found that mean egg size increased and clutch size and total reproductive output (TRO) decreased with increasing acidity among 19 Swedish moor frog populations. Tests for variation and co-variation in maternal investment and female size and age in 233 females from a subset of four acid origin (AO) and four neutral origin (NO) populations revealed that clutch size and TRO increased with female size in both acid and neutral environments. However, in AO populations, egg size also increased with female size, and clutch size and TRO with female age, whereas in NO populations, egg size increased with female age. The strength of the egg-size-clutch-size tradeoff tended to be stronger in AO than in NO females as expected if the former experience stronger environmental constraints. All in all, these results suggest that environmental acidification selects for investment in larger eggs at a cost to fecundity, imposes negative effects on reproductive output, and alters the relationship between female phenotype and maternal investment.</BioTRI2:Abstract>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Title>Geographic variation in maternal investment: acidity affects egg size and fecundity in Rana arvalis</BioTRI2:Title>
        <BioTRI2:Reference>Ecology 89: 2553-62.</BioTRI2:Reference>
        <BioTRI2:Author>Rasanen, K., F. Soderman, A. Laurila and J. Merila</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Matrix -->

    <Class rdf:about="&BioTRI2;Matrix">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Analysis"/>
        <rdfs:comment>The first number in the pair is the FeatureThatSuffers; the second number is the FeatureToImprove.  In the TRIZ Matrix that&apos;s the horizontal and vertical axes respectively.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Maxillopoda -->

    <Class rdf:about="&BioTRI2;Maxillopoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Crustacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MeanTimeBetweenFailure -->

    <Class rdf:about="&BioTRI2;MeanTimeBetweenFailure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_15"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicalAmplification -->

    <Class rdf:about="&BioTRI2;MechanicalAmplification">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_19"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicalDefenceMechanism -->

    <Class rdf:about="&BioTRI2;MechanicalDefenceMechanism">
        <rdfs:subClassOf rdf:resource="&BioTRI2;DefenceMechanism"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicalEnergy -->

    <Class rdf:about="&BioTRI2;MechanicalEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicalFeedback -->

    <Class rdf:about="&BioTRI2;MechanicalFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicalStress -->

    <Class rdf:about="&BioTRI2;MechanicalStress">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_11"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicalVibration -->

    <Class rdf:about="&BioTRI2;MechanicalVibration">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicalVibrator -->

    <Class rdf:about="&BioTRI2;MechanicalVibrator">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MechanicsSubstitution -->

    <Class rdf:about="&BioTRI2;MechanicsSubstitution">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mediator -->

    <Class rdf:about="&BioTRI2;Mediator">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Megaptera_novaeangliae -->

    <Class rdf:about="&BioTRI2;Megaptera_novaeangliae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cetacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Melanin -->

    <Class rdf:about="&BioTRI2;Melanin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Phenolic"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nitrogen"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Melt -->

    <Class rdf:about="&BioTRI2;Melt">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MembraneIsSensitiveLayer -->

    <Class rdf:about="&BioTRI2;MembraneIsSensitiveLayer">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MembraneReplacesShell -->

    <Class rdf:about="&BioTRI2;MembraneReplacesShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Menippe_sp. -->

    <Class rdf:about="&BioTRI2;Menippe_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MergeObjectsTemporarily -->

    <Class rdf:about="&BioTRI2;MergeObjectsTemporarily">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Meristem -->

    <Class rdf:about="&BioTRI2;Meristem">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Parenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mesogloea -->

    <Class rdf:about="&BioTRI2;Mesogloea">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AnimalTissue"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Elastin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Space-fillingPolysaccharide"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Water"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mesonychoteuthis_sp. -->

    <Class rdf:about="&BioTRI2;Mesonychoteuthis_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teuthida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MetabolicRate -->

    <Class rdf:about="&BioTRI2;MetabolicRate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_21"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MetabolicScaling -->

    <Class rdf:about="&BioTRI2;MetabolicScaling">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Journal of Insect Physiology 57: 688-693.
</BioTRI2:Reference>
        <BioTRI2:Title>Metabolic scaling in insects supports the predictions of the WBE model</BioTRI2:Title>
        <BioTRI2:Author>A. J. Riveros and B. J. Enquist</BioTRI2:Author>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Abstract>The average scaling exponent between body size and metabolic rate (BS/MR) of 3/4 is broadly observed across animal and plant taxa.  Insects, however, have recently been proposed to express a numerically different scaling exponent and thus application of the WBE network model to insects has been rejected.  We show that reported deviation is largely due to the effect of a single insect family (Termitidae). We conclude that the BS/MR relationship in insects broadly supports the core predictions of the WBE model. We suggest that the deviation observed within the termites warrants further investigation and may be due to either difficulty in accurately measuring termite metabolism and/or particularities of their life history. Future work on allometric scaling should assess the nature of variation around the central tendencies in scaling exponents in order to test if this variation is consistent with core assumptions and predictions of the WBE model that stem by relaxing its secondary optimizing assumptions that lead to the 3/4 exponent.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Metabolism&amp;Stress-response -->

    <Class rdf:about="&BioTRI2;Metabolism&amp;Stress-response">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Dominguez-Cuevas, P., J. E. Gonzalez-Pastor, S. Marques, J. L. Ramos and V. de Lorenzo</BioTRI2:Author>
        <BioTRI2:Reference>The Journal of biological chemistry 281: 11981-91.</BioTRI2:Reference>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Title>Transcriptional tradeoff between metabolic and stress-response programs in Pseudomonas putida KT2440 cells exposed to toluene</BioTRI2:Title>
        <BioTRI2:Abstract>When Pseudomonas putida KT2440 cells encounter toluene in the growth medium, they perceive it simultaneously as a potential nutrient to be metabolized, as a membrane-damaging toxic drug to be extruded, and as a macromolecule-disrupting agent from which to protect proteins. Each of these inputs requires a dedicated transcriptional response that involves a large number of genes. We used DNA array technology to decipher the interplay between these responses in P. putida KT2440 subjected to a short challenge (15 min) with toluene. We then compared the results with those in cells exposed to o-xylene (a non-biodegradable toluene counterpart) and 3-methylbenzoate (a specific substrate of the lower TOL pathway of the P. putida pWW0 plasmid). The resulting expression profiles suggest that the bulk of the available transcriptional machinery is reassigned to endure general stress, whereas only a small share of the available machinery is redirected to the degradation of the aromatic compounds. Specifically, both toluene and o-xylene induce the TOL pathways and a dedicated but not always productive metabolic program. Similarly, 3-methylbenzoate induces the expression not only of the lower meta pathway but also of the non-productive and potentially deleterious genes for the metabolism of (nonsubstituted) benzoate. In addition, toluene (and to a lesser extent o-xylene) inhibit motility functions as an unequivocal response to aromatic toxicity. We argue that toluene is sensed by P. putida KT2440 as a stressor rather than as a nutrient and that the inhibition by the aromatic compounds of many functions we tested is the tradeoff for activating stress tolerance genes at a minimal cost in terms of energy.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Metal -->

    <Class rdf:about="&BioTRI2;Metal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Metarhizium -->

    <Class rdf:about="&BioTRI2;Metarhizium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eumycota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Metarhizium_anisopliae -->

    <Class rdf:about="&BioTRI2;Metarhizium_anisopliae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metarhizium"/>
        <disjointWith rdf:resource="&BioTRI2;Metarhizium_flavoviride"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Metarhizium_flavoviride -->

    <Class rdf:about="&BioTRI2;Metarhizium_flavoviride">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metarhizium"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MicroShaping -->

    <Class rdf:about="&BioTRI2;MicroShaping">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Microcebus_murinus -->

    <Class rdf:about="&BioTRI2;Microcebus_murinus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Primates"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MicrofibrilAssembly -->

    <Class rdf:about="&BioTRI2;MicrofibrilAssembly">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Self-assembledMaterials"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Micropropagation -->

    <Class rdf:about="&BioTRI2;Micropropagation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Annals of Botany 78: 197-202.
</BioTRI2:Reference>
        <BioTRI2:Abstract>We wanted to ask whether the rhythmic pattern of shoot elongation should be taken into account for the micropropagation of Citrus aurantium L. and whether in vitroculture altered the rhythmic properties. It has been established in the present work that (1) where and when the axillary buds are excised with respect to the elongation cycle are of importance to optimize micropropagation and (2) the infradian rhythmic growth pattern of micropropagated plants is maintained with a period of 45.8d not significantly different from that of plants derived from seeds (42.4d). THIS NEEDS  REVIEWING</BioTRI2:Abstract>
        <BioTRI2:Title>Rhythmic Growth and Optimization of Micropropagation: The Effect of Excision Time and Position of Axillary Buds on in vitro Culture of Citrus aurantium L</BioTRI2:Title>
        <BioTRI2:Year>1996</BioTRI2:Year>
        <BioTRI2:Author>A. A. El-Morsy and B. Millet</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Microtubule -->

    <Class rdf:about="&BioTRI2;Microtubule">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cytoplasm"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tubulin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cilium"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MigrateOrBeEaten -->

    <Class rdf:about="&BioTRI2;MigrateOrBeEaten">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>The ability of microscopic larvae to control their fate and replenish populations in dynamic marine environments has been a long-running topic of debate of central importance to understanding the ecology and evolution of life in the sea and managing resources in a changing global environment. After decades of research documenting behaviors that keep larvae close to natal populations, it is becoming apparent that larval behaviors in a broader spectrum of species promote long-distance migrations to offshore nursery grounds. Larvae must exert considerable control over their movements. We now show that larval emigration from estuaries is favored even over minimizing visibility to predators. An endogenous tidal vertical migration that would expedite seaward migration of Uca pugilator larvae was maintained experimentally across two tidal regimes. The periodicity of the rhythm doubled to match the local tidal regime, but larvae ascended to the surface during the daytime rather than at night. This process would conserve larval emigration but increase the visibility to predators across part of the species range. The periodicity of tidal vertical migration by Sesarma cinereum larvae failed to double and was inappropriately timed relative to both environmental cycles in the absence of a diel cycle. The timing system regulating tidally timed behaviors in these two species of crabs evidently differed. Phenotypic plasticity can conserve larval transport of both species when tidal and diel cycles are present. It may be widespread in the sea where diverse habitats are encountered across extensive species ranges.</BioTRI2:Abstract>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Author>Morgan, S. G. and J. R. Anastasia</BioTRI2:Author>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 105: 222-7.</BioTRI2:Reference>
        <BioTRI2:Title>Behavioral tradeoff in estuarine larvae favors seaward migration over minimizing visibility to predators</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MimicAChemical -->

    <Class rdf:about="&BioTRI2;MimicAChemical">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MimicAnObject -->

    <Class rdf:about="&BioTRI2;MimicAnObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mimosa_pudica -->

    <Class rdf:about="&BioTRI2;Mimosa_pudica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mirror -->

    <Class rdf:about="&BioTRI2;Mirror">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MirrorEye -->

    <Class rdf:about="&BioTRI2;MirrorEye">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eye"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mislead -->

    <Class rdf:about="&BioTRI2;Mislead">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MitochondrialDNADeletions -->

    <Class rdf:about="&BioTRI2;MitochondrialDNADeletions">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>BACKGROUND: Mutations that impair mitochondrial functioning are associated with a variety of metabolic and age-related disorders. A barrier to rigorous tests of the role of mitochondrial dysfunction in aging processes has been the lack of model systems with relevant, naturally occurring mitochondrial genetic variation. Toward the goal of developing such a model system, we studied natural variation in life history, metabolic, and aging phenotypes as it relates to levels of a naturally-occurring heteroplasmic mitochondrial ND5 deletion recently discovered to segregate among wild populations of the soil nematode, Caenorhabditis briggsae. The normal product of ND5 is a central component of the mitochondrial electron transport chain and integral to cellular energy metabolism. RESULTS: We quantified significant variation among C. briggsae isolates for all phenotypes measured, only some of which was statistically associated with isolate-specific ND5 deletion frequency. We found that fecundity-related traits and pharyngeal pumping rate were strongly inversely related to ND5 deletion level and that C. briggsae isolates with high ND5 deletion levels experienced a tradeoff between early fecundity and lifespan. Conversely, oxidative stress resistance was only weakly associated with ND5 deletion level while ATP content was unrelated to deletion level. Finally, mean levels of reactive oxygen species measured in vivo showed a significant non-linear relationship with ND5 deletion level, a pattern that may be driven by among-isolate variation in antioxidant or other compensatory mechanisms. CONCLUSIONS: Our findings suggest that the ND5 deletion may adversely affect fitness and mitochondrial functioning while promoting aging in natural populations, and help to further establish this species as a useful model for explicit tests of hypotheses in aging biology and mitochondrial genetics.</BioTRI2:Abstract>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Reference></BioTRI2:Reference>
        <BioTRI2:Author>Estes, S., A. L. Coleman-Hulbert, K. A. Hicks, G. de Haan, S. R. Martha, J. B. Knapp, S. W. Smith, K. C. Stein and D. R. Denver</BioTRI2:Author>
        <BioTRI2:Title>Natural variation in life history and aging phenotypes is associated with mitochondrial DNA deletion frequency in Caenorhabditis briggsae</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mitochondrion -->

    <Class rdf:about="&BioTRI2;Mitochondrion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MixedCoeffExpansion -->

    <Class rdf:about="&BioTRI2;MixedCoeffExpansion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_37"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ModulateAmplitude -->

    <Class rdf:about="&BioTRI2;ModulateAmplitude">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ModulateFeedback -->

    <Class rdf:about="&BioTRI2;ModulateFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ModulateFrequency -->

    <Class rdf:about="&BioTRI2;ModulateFrequency">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ModulateSound -->

    <Class rdf:about="&BioTRI2;ModulateSound">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MolluscShell -->

    <Class rdf:about="&BioTRI2;MolluscShell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mollusca -->

    <Class rdf:about="&BioTRI2;Mollusca">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lophotrochozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Monomorium_pharaonis -->

    <Class rdf:about="&BioTRI2;Monomorium_pharaonis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Pheromone"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Monoplacophora -->

    <Class rdf:about="&BioTRI2;Monoplacophora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mollusca"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Monotremata -->

    <Class rdf:about="&BioTRI2;Monotremata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mammalia"/>
        <rdfs:comment>Duck-billed platypus, echidna</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MoonMothFoodPlant -->

    <Class rdf:about="&BioTRI2;MoonMothFoodPlant">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Oecologia 157: 69-82.</BioTRI2:Reference>
        <BioTRI2:Title>Fitness consequences of host use in the field: temporal variation in performance and a life history tradeoff in the moth Rothschildia lebeau (Saturniidae)</BioTRI2:Title>
        <BioTRI2:Author>Agosta S. J. </BioTRI2:Author>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Abstract>Host plants are prickly ash, Mexican ash, willow, peach, citrus and acacia.  That fitness varies as a function of using different hosts is a basic premise of theory addressing the ecology and evolution of oviposition behavior and host selection. Few data exist demonstrating: (1) the effects of different hosts on fitness in the field, and (2) how these effects vary spatially or temporally. Cohorts of caterpillars were followed from hatching to adulthood to test the hypotheses that: (1) hosts have significant effects on herbivore performance in nature, and (2) host &quot;quality&quot; for performance varies predictably (i.e., the rank order is consistent) across herbivore generations. In total, the fates of &gt;2,000 caterpillars were followed on 238 individual host trees. Host species had significant effects on most, but not all, measured components of caterpillar performance in the field. Variation among generations was mainly quantitative rather than qualitative, with few changes in the rank order of hosts in their effects on performance. There was also a strong seasonal effect on performance such that caterpillar growth and survival were higher in the early wet season compared to the late wet season. Using estimates derived from these data, correlations among larval growth rate, larval survival, total development time, and final adult size were examined at the level of host plant species. Across generations, larval survival was consistently poor, development time was long, but final adult size attained was large on the host Spondias mombin. The converse was true for the host Exostema mexicanum. Relative performance on the host Casearia nitida was variable between the other two hosts. Overall, the data suggest that host use involves a predictable tradeoff between larval survival and final adult size, but argue that which is the &quot;better&quot; host from the female perspective will depend on the fitness consequences of producing a few, relatively large offspring versus producing more, relatively small offspring.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mormyridae -->

    <Class rdf:about="&BioTRI2;Mormyridae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Osteoglossiformes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Morphology -->

    <Class rdf:about="&BioTRI2;Morphology">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_12"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MouldOrTemplate -->

    <Class rdf:about="&BioTRI2;MouldOrTemplate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Moulting -->

    <Class rdf:about="&BioTRI2;Moulting">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MoveToMicroLevel -->

    <Class rdf:about="&BioTRI2;MoveToMicroLevel">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_29"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Multifunctionality -->

    <Class rdf:about="&BioTRI2;Multifunctionality">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_06"/>
        <dc:description>Perform, or be able to perform, several functions at the same time </dc:description>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Multitask -->

    <Class rdf:about="&BioTRI2;Multitask">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_06"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Murgantia_histrionica -->

    <Class rdf:about="&BioTRI2;Murgantia_histrionica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Heteroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Musa_textilis -->

    <Class rdf:about="&BioTRI2;Musa_textilis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Liliopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Muscle -->

    <Class rdf:about="&BioTRI2;Muscle">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AnimalTissue"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Actin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Myosin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Titin"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Muscles -->

    <Class rdf:about="&BioTRI2;Muscles">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;SkeletalMuscle"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>The performance of skeletal muscle is determined by the length trajectory during movement and the pattern of stimulation. Important features of the length trajectory include its amplitude, frequency, starting length and shape (velocity profile). Many of these parameters interact. For example, changing the velocity profile during shortening may change the optimum values of the other parameters. The length trajectory that maximizes performance depends on the task to be performed. During cyclical work, muscles benefit from using asymmetric cycles with longer shortening than lengthening phases. Modifying this shortening may further increase power by augmenting force output and speeding deactivation. In contrast, when accelerating an inertial load, as in jumping, the predicted ‘optimal’ velocity profile has two peak values, one early and one late in shortening. During level running at constant speed, muscles perform tasks other than producing work and power. Producing force to support the body weight is performed with nearly isometric contractions in some of the limb muscles of vertebrates. Muscles also play a key role in producing stability during running, and the intrinsic properties of the musculoskeletal system may be particularly important in stabilizing rapid running. Recently, muscles in running invertebrates and vertebrates have been described that routinely absorb large amounts of work during running. These muscles are hypothesized to play a key role in stability.</BioTRI2:Abstract>
        <BioTRI2:Year>1999</BioTRI2:Year>
        <BioTRI2:Reference>Journal of Experimental Biology 202: 3377-3385.
</BioTRI2:Reference>
        <BioTRI2:Title>How muscles deal with real-world loads: the influence of length trajectory on muscle performance</BioTRI2:Title>
        <BioTRI2:Author>R. L. Marsh</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#MuscularExpansion -->

    <Class rdf:about="&BioTRI2;MuscularExpansion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_37"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mutisia_decurrens -->

    <Class rdf:about="&BioTRI2;Mutisia_decurrens">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myctophiformes -->

    <Class rdf:about="&BioTRI2;Myctophiformes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teleostei"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myomere -->

    <Class rdf:about="&BioTRI2;Myomere">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Muscle"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myoporum_sp. -->

    <Class rdf:about="&BioTRI2;Myoporum_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Liliopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myosin -->

    <Class rdf:about="&BioTRI2;Myosin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Muscle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myrmecina_nipponica -->

    <Class rdf:about="&BioTRI2;Myrmecina_nipponica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myrmeleon_crudelis -->

    <Class rdf:about="&BioTRI2;Myrmeleon_crudelis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Neuroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myrmica -->

    <Class rdf:about="&BioTRI2;Myrmica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myrmica_scabrinodis -->

    <Class rdf:about="&BioTRI2;Myrmica_scabrinodis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Myrmica"/>
        <disjointWith rdf:resource="&BioTRI2;Myrmica_schencki"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myrmica_schencki -->

    <Class rdf:about="&BioTRI2;Myrmica_schencki">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Myrmica"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mystrium -->

    <Class rdf:about="&BioTRI2;Mystrium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mytilus -->

    <Class rdf:about="&BioTRI2;Mytilus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Bivalvia"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Byssus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mytilus_californianus -->

    <Class rdf:about="&BioTRI2;Mytilus_californianus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mytilus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mytilus_galloprovincialis -->

    <Class rdf:about="&BioTRI2;Mytilus_galloprovincialis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mytilus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Mytilus_trossulus -->

    <Class rdf:about="&BioTRI2;Mytilus_trossulus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mytilus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myxine_glutinosa -->

    <Class rdf:about="&BioTRI2;Myxine_glutinosa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Myxini"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;HagfishSlime"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Myxini -->

    <Class rdf:about="&BioTRI2;Myxini">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Craniata"/>
        <disjointWith rdf:resource="&BioTRI2;Vertebrata"/>
        <rdfs:comment>Lampreys
Hagfish</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nacre -->

    <Class rdf:about="&BioTRI2;Nacre">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Aragonite"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Perlustrin"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom>
                            <Class>
                                <unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="&BioTRI2;Aragonite"/>
                                    <rdf:Description rdf:about="&BioTRI2;Perlustrin"/>
                                </unionOf>
                            </Class>
                        </allValuesFrom>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nail -->

    <Class rdf:about="&BioTRI2;Nail">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Self-assembledIntermediateFilaments"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NaturalSelection -->

    <Class rdf:about="&BioTRI2;NaturalSelection">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nauphoeta_cinerea -->

    <Class rdf:about="&BioTRI2;Nauphoeta_cinerea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Blattaria"/>
        <disjointWith rdf:resource="&BioTRI2;Periplaneta_americana"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NeedleFibres -->

    <Class rdf:about="&BioTRI2;NeedleFibres">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nelumbo_nucifera -->

    <Class rdf:about="&BioTRI2;Nelumbo_nucifera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nemata -->

    <Class rdf:about="&BioTRI2;Nemata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lophotrochozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nematoda -->

    <Class rdf:about="&BioTRI2;Nematoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Ecdysozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NematodeCuticle -->

    <Class rdf:about="&BioTRI2;NematodeCuticle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cuticle"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;GlobularProtein"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nemertea -->

    <Class rdf:about="&BioTRI2;Nemertea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lophotrochozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Neomeris_annulata -->

    <Class rdf:about="&BioTRI2;Neomeris_annulata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chlorophycota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Neoptera -->

    <Class rdf:about="&BioTRI2;Neoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pterygota"/>
        <disjointWith rdf:resource="&BioTRI2;Paleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nepenthes -->

    <Class rdf:about="&BioTRI2;Nepenthes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nepenthes_alata -->

    <Class rdf:about="&BioTRI2;Nepenthes_alata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Nepenthes"/>
        <disjointWith rdf:resource="&BioTRI2;Nepenthes_bicalcarata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nepenthes_bicalcarata -->

    <Class rdf:about="&BioTRI2;Nepenthes_bicalcarata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Nepenthes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nereis_virens -->

    <Class rdf:about="&BioTRI2;Nereis_virens">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polychaeta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nereocystis_luetkeana -->

    <Class rdf:about="&BioTRI2;Nereocystis_luetkeana">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Laminariales"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nerve -->

    <Class rdf:about="&BioTRI2;Nerve">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalTissue"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NerveGanglion -->

    <Class rdf:about="&BioTRI2;NerveGanglion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NestOrBurrow -->

    <Class rdf:about="&BioTRI2;NestOrBurrow">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NestTemperature -->

    <Class rdf:about="&BioTRI2;NestTemperature">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Author>J. C. Jones and B. P. Oldroyd</BioTRI2:Author>
        <BioTRI2:Title>Nest Thermoregulation in Social Insects</BioTRI2:Title>
        <BioTRI2:Abstract>Most social insect species are able to regulate the temperature within their nests. In this review, we examine the variety of mechanisms that social insect species have evolved to regulate temperature. We divide these mechanisms into two broad categories: active and passive. Passive temperature regulation includes such mechanisms as nest site selection to optimize internal nest temperature, nest structures that permit passive heating or cooling, or simple behaviour such as brood translocation to regions within a nest where temperatures are most favourable. Active temperature regulation refers to behaviour where individuals modify nest temperature by physical activity like wing fanning or evaporative cooling. Although there is enormous variation in the thermoregulatory mechanisms, there are also many similarities. All thermoregulatory mechanisms are self-organized and arise from simple rules followed by each individual worker.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nesting -->

    <Class rdf:about="&BioTRI2;Nesting">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_07"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NeuralFeedback -->

    <Class rdf:about="&BioTRI2;NeuralFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Neuroptera -->

    <Class rdf:about="&BioTRI2;Neuroptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Endopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Neurosecretion -->

    <Class rdf:about="&BioTRI2;Neurosecretion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nicotiana_tabacum -->

    <Class rdf:about="&BioTRI2;Nicotiana_tabacum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nitrogen -->

    <Class rdf:about="&BioTRI2;Nitrogen">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Non-Metal"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Lignin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;AminoAcid"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Melanin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;DOPA"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Noditermes_lamanianus -->

    <Class rdf:about="&BioTRI2;Noditermes_lamanianus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Isoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NoiseMaker -->

    <Class rdf:about="&BioTRI2;NoiseMaker">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Non-Metal -->

    <Class rdf:about="&BioTRI2;Non-Metal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Norwegian_spruce -->

    <Class rdf:about="&BioTRI2;Norwegian_spruce">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Conifers"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nose -->

    <Class rdf:about="&BioTRI2;Nose">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Notochord -->

    <Class rdf:about="&BioTRI2;Notochord">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NucleicAcids -->

    <Class rdf:about="&BioTRI2;NucleicAcids">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nucleolus -->

    <Class rdf:about="&BioTRI2;Nucleolus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nucleus -->

    <Class rdf:about="&BioTRI2;Nucleus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Genome"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nucleolus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Numbat -->

    <Class rdf:about="&BioTRI2;Numbat">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Marsupialia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NumberOfComponents -->

    <Class rdf:about="&BioTRI2;NumberOfComponents">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_36"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#NumberOfProcesses -->

    <Class rdf:about="&BioTRI2;NumberOfProcesses">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_36"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Nutrients&amp;Herbivores -->

    <Class rdf:about="&BioTRI2;Nutrients&amp;Herbivores">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Darcy-Hall, T. L.</BioTRI2:Author>
        <BioTRI2:Title>Relative strengths of benthic algal nutrient and grazer limitation along a lake productivity gradient</BioTRI2:Title>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Abstract>The relative effects of nutrients and herbivores on primary producers are rarely compared across ecosystems that vary in potential primary productivity. Furthermore, proposed mechanisms to explain such patterns remain understudied. Here, I examine the strength of nutrient and grazer (herbivore) limitation (i.e., the extent to which producers&apos; growth is limited by insufficient nutrient supply or herbivory) of benthic algae across 13 southwest Michigan lakes that vary widely in productivity (i.e., resource supply). I compare the observed patterns of algal limitation and species composition to those predicted by two simple models: one that includes multiple species and species&apos; traits (the food-web model) and one that includes no variation in species or traits (the food-chain model). Species in the food-web model are assumed to display a tradeoff between resource competitive ability and resistance to herbivory (the &quot;keystone predator&quot; tradeoff). Among these lakes, benthic algal nutrient limitation was positive (x=0.083 day-1) and declined significantly along a lake N:P gradient. In contrast, grazer limitation was negative (x=-0.019 day-1) and was not significantly related to any of the measured lake productivity variables. Negative grazer limitation indicated that the removal of grazers caused unexpected declines in algal biomass, which were potentially due to indirect, positive effects (e.g., nutrient recycling) of grazers. Nutrient limitation was significantly stronger than grazer limitation across lakes, which was more consistent with the food-web versus food-chain model. Changes in algal composition were also broadly consistent with predictions of the food-web model in that vulnerable, superior nutrient competitors dominated in low productivity lakes and more grazer-resistant species were observed in high productivity lakes. In general, these results point to the importance of examining limiting factors across systems and the consideration of key species&apos; traits when predicting and interpreting patterns.</BioTRI2:Abstract>
        <BioTRI2:Reference>Oecologia 148: 660-71.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ObjectMoves_AirStill -->

    <Class rdf:about="&BioTRI2;ObjectMoves_AirStill">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ObjectMoves_WaterStill -->

    <Class rdf:about="&BioTRI2;ObjectMoves_WaterStill">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
        <rdfs:comment>Many animals are planktonic, floating in water but going up and down on a daily cycle.  They do this by active swimming</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ObjectStill_AirMoves -->

    <Class rdf:about="&BioTRI2;ObjectStill_AirMoves">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ObjectStill_WaterMoves -->

    <Class rdf:about="&BioTRI2;ObjectStill_WaterMoves">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Octopus -->

    <Class rdf:about="&BioTRI2;Octopus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cephalopoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Octopus_cyanea -->

    <Class rdf:about="&BioTRI2;Octopus_cyanea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Octopus"/>
        <disjointWith rdf:resource="&BioTRI2;Octopus_vulgaris"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Octopus_vulgaris -->

    <Class rdf:about="&BioTRI2;Octopus_vulgaris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Octopus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Odonata -->

    <Class rdf:about="&BioTRI2;Odonata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Paleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Odontodactyus_scyllarus -->

    <Class rdf:about="&BioTRI2;Odontodactyus_scyllarus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OdourSensor -->

    <Class rdf:about="&BioTRI2;OdourSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
        <rdfs:comment>Sensing in gaseous medium</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Oecophylla_smaragdina -->

    <Class rdf:about="&BioTRI2;Oecophylla_smaragdina">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OffSpring -->

    <Class rdf:about="&BioTRI2;OffSpring">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Oikapleura_vanhoeffeni -->

    <Class rdf:about="&BioTRI2;Oikapleura_vanhoeffeni">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Appendicularia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Olfaction -->

    <Class rdf:about="&BioTRI2;Olfaction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Onycophora -->

    <Class rdf:about="&BioTRI2;Onycophora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Ecdysozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ophiuroidea -->

    <Class rdf:about="&BioTRI2;Ophiuroidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Echinodermata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Opiliones -->

    <Class rdf:about="&BioTRI2;Opiliones">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Arachnida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Opisthobranchia -->

    <Class rdf:about="&BioTRI2;Opisthobranchia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mollusca"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OppositePrestrain -->

    <Class rdf:about="&BioTRI2;OppositePrestrain">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OppositePrestress -->

    <Class rdf:about="&BioTRI2;OppositePrestress">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OpticalFeedback -->

    <Class rdf:about="&BioTRI2;OpticalFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Optimisation -->

    <Class rdf:about="&BioTRI2;Optimisation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Optimisedrunning -->

    <Class rdf:about="&BioTRI2;Optimisedrunning">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Abstract>Walking humans spontaneously select different speed, frequency and step length combinations, depending on which of these three parameters is specified. This behavior can be explained by constrained optimization of cost of transport (metabolic cost/distance) where cost of transport is seen as the main component of an underlying objective function that is minimized within the limitations of specified constraints. It is then of interest to ask whether or not such results are specific to walking only, or indicate a more general feature of locomotion control. The current study examines running gait selection within the framework of constrained optimization by comparing self-selected running gaits to the gaits predicted by constrained optimization of a cost surface constructed from cost data available in the literature. Normalizing speed and frequency values in the behavioral data by preferred speed and frequency reduced inter-subject variability and made group behavioral trends more visible. Although actual behavior did not coincide exactly with running cost optimization, self-selected gait and predictions from the general human cost surface did agree to within the 95% confidence interval and the region of minimal cost+0.005 ml O2 kg-1 m-1. This was similar to the level of agreement between actual and predicted behavior observed in walking. Thus, there seems to be substantial evidence to suggest that (i) selection of gait parameters in running can largely be predicted using constrained optimization, and (ii) general cost surfaces can be constructed using metabolic data from one group that will largely predict the behavior of other groups.</BioTRI2:Abstract>
        <BioTRI2:Author>A. K. Gutmann, B. Jacobi, M. T. Butcher and J. E. A. Bertram</BioTRI2:Author>
        <BioTRI2:Title>Constrained optimization in human running</BioTRI2:Title>
        <BioTRI2:Reference>Journal of Experimental Biology 209: 622-632.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OptimumJump -->

    <Class rdf:about="&BioTRI2;OptimumJump">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;SkeletalMuscle"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>2000</BioTRI2:Year>
        <BioTRI2:Title>Optimum take-off techniques and muscle design for long jump</BioTRI2:Title>
        <BioTRI2:Reference>Journal of Experimental Biology 203: 741-750.</BioTRI2:Reference>
        <BioTRI2:Author>A. Seyfarth, R. Blickhan and J. L. Van Leeuwen</BioTRI2:Author>
        <BioTRI2:Abstract>A two-segment model was used to investigate the action of knee extensor muscles during long jumps. A more realistic representation of the muscle and tendon properties than implemented previously was necessary to demonstrate the advantages of eccentric force enhancement and non-linear tendon properties. During the take-off phase of the long jump, highly stretched leg extensor muscles are able to generate the required vertical momentum. Thereby, serially arranged elastic structures may increase the duration of muscle lengthening and dissipative operation, resulting in an enhanced force generation of the muscle-tendon complex. To obtain maximum performance, athletes run at maximum speed and have a net loss in mechanical energy during the take-off phase. The positive work done by the concentrically operating muscle is clearly less than the work done by the surrounding system on the muscle during the eccentric phase. Jumping performance was insensitive to changes in tendon compliance and muscle speed, but was greatly influenced by muscle strength and eccentric force enhancement. In agreement with a variety of experimental jumping performances, the optimal jumping technique (angle of attack) was insensitive to the approach speed and to muscle properties (muscle mass, the ratio of muscle fibre to tendon cross-sectional area, relative length of fibres and tendon). The muscle properties also restrict the predicted range of the angle of the velocity vector at take-off.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OptimumWalking -->

    <Class rdf:about="&BioTRI2;OptimumWalking">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Journal of Experimental Biology 210: 3255-3265.</BioTRI2:Reference>
        <BioTRI2:Title>Mechanical power and efficiency of level walking with different stride rates</BioTRI2:Title>
        <BioTRI2:Abstract>Walking humans prefer to use the stride rate that results in the lowest rate of metabolic energy expenditure. Mechanical power requirements have been suggested to underlie the metabolic response, but mechanical power is consistently reported to be minimal at stride rates 20-30% lower than preferred. This may be due to limitations in how total mechanical power has been computed, as well as a failure to account for the efficiency with which muscular work is done. We investigated how mechanical power and efficiency depend on stride rate in walking, with both quantities computed from the work done by the hip, knee and ankle joint moments. Our hypotheses were that mechanical power and efficiency are both optimized at the preferred stride rate, which would explain why metabolic energy expenditure is minimized at this rate. Contrary to our hypotheses, mechanical power curves exhibited plateaus that spanned stride rates lower than preferred (predicted optima: 11-12% below preferred), while net mechanical efficiency exhibited a plateau that spanned stride rates higher than preferred (predicted optimum: 8% above preferred). As expected, preferred stride rate (54.3 strides/min) was not different from the stride rate that minimized net metabolic energy expenditure (predicted optimum: 0.2% above preferred). Given that mechanical power and mechanical efficiency exhibited plateaus on opposite sides of the preferred stride rate, the preferred rate in walking likely represents a compromise between these two factors. This may also explain the relative flatness of the curve for metabolic rate in the vicinity of the preferred stride rate.</BioTRI2:Abstract>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Author>B. R. Umberger and P. E. Martin</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Orientate -->

    <Class rdf:about="&BioTRI2;Orientate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ormia_ochracea -->

    <Class rdf:about="&BioTRI2;Ormia_ochracea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;SoundSensor"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ornithiscia -->

    <Class rdf:about="&BioTRI2;Ornithiscia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dinosauria"/>
        <disjointWith rdf:resource="&BioTRI2;Saurischia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Orthoptera -->

    <Class rdf:about="&BioTRI2;Orthoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OsmoticExpansion -->

    <Class rdf:about="&BioTRI2;OsmoticExpansion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_37"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Osteichthyes -->

    <Class rdf:about="&BioTRI2;Osteichthyes">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Gnathostomata"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;BonyEndoskeleton"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;FishScale"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Osteocyte -->

    <Class rdf:about="&BioTRI2;Osteocyte">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalCell"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Osteoglossiformes -->

    <Class rdf:about="&BioTRI2;Osteoglossiformes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teleostei"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Osteophilus_septentrionalis -->

    <Class rdf:about="&BioTRI2;Osteophilus_septentrionalis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Anura"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ostracion -->

    <Class rdf:about="&BioTRI2;Ostracion">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Tetraodontiformes"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ostracoda -->

    <Class rdf:about="&BioTRI2;Ostracoda">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Crustacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ovalipes_sp. -->

    <Class rdf:about="&BioTRI2;Ovalipes_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OverloadMaterial -->

    <Class rdf:about="&BioTRI2;OverloadMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Overperform -->

    <Class rdf:about="&BioTRI2;Overperform">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#OvertonesOutOfPhase -->

    <Class rdf:about="&BioTRI2;OvertonesOutOfPhase">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ovipositor -->

    <Class rdf:about="&BioTRI2;Ovipositor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Oxygen -->

    <Class rdf:about="&BioTRI2;Oxygen">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_38"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Non-Metal"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;AminoAcid"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ca5(PO4CO3)3"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ca3PO4"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Water"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Silica"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;CaCO3"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Oxygen&amp;Water -->

    <Class rdf:about="&BioTRI2;Oxygen&amp;Water">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Insect eggs exert rapid control over an oxygen-water tradeoff</BioTRI2:Title>
        <BioTRI2:Reference>Proceedings. Biological sciences / The Royal Society 273: 831-4.</BioTRI2:Reference>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Abstract>In terrestrial environments, the exchange of respiratory gases exacts a water cost: obtaining oxygen or carbon dioxide requires losing water. Insect eggs should be especially sensitive to this tradeoff-because they are unable to forage for water, have high surface area-to-volume ratios, and experience large temperature-driven changes in oxygen demand. Previous work from our laboratory, on eggs of a common hawk-moth, Manduca sexta, has shown that, during development, metabolic rate and water loss rates rise in parallel. These correlative data suggest that eggshell conductance increases to accommodate increasing metabolic demand. Here, we test this idea experimentally by subjecting eggs of M. sexta to 15, 21 (normoxia) and 35% oxygen for 24h, while measuring rates of metabolism (as carbon dioxide emission) and water loss. Hypoxia depressed egg metabolic rates, but led to pronounced, rapid increases in water loss. By contrast, hyperoxia had no significant effect on metabolism or water loss. These data demonstrate that insect eggs actively participate in balancing oxygen gain and water loss, and that they use tissue oxygen status, or some correlate of it, as a cue for increasing eggshell conductance. Rapid control over conductance may allow eggs to conserve water during an initial period of low metabolic demand, thereby deferring water costs of respiratory gas exchange until late in development.</BioTRI2:Abstract>
        <BioTRI2:Author>Zrubek, B. and H. A. Woods</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Paenibacillus -->

    <Class rdf:about="&BioTRI2;Paenibacillus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Procaryota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Paleoptera -->

    <Class rdf:about="&BioTRI2;Paleoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Palinurus -->

    <Class rdf:about="&BioTRI2;Palinurus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Palinurus_elephas -->

    <Class rdf:about="&BioTRI2;Palinurus_elephas">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Palinurus"/>
        <disjointWith rdf:resource="&BioTRI2;Panulirus_argus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PalmLeaves -->

    <Class rdf:about="&BioTRI2;PalmLeaves">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>The unique properties of tree building in Arecaceae strongly constrain their architectural lability. Potentially compensating for this limitation, the extensive diversification of leaf anatomical structure within palms involves many characters whose alternate states may confer disparate mechanical or physiological capabilities. In the context of a recent global palm phylogeny, we analyzed the evolution of 10 such lamina anatomical characters and leaf morphology of 161 genera, conducting parsimony and maximum likelihood ancestral state reconstructions, as well as tests of correlated evolution. Laminar morphology evolves independently from anatomy. Although many characters do optimize as synapomorphic for major clades, anatomical evolution is highly homoplasious. Nevertheless, it is not random: analyses indicate the recurrent evolution of different cohorts of correlated character states. Notable are two surface layer (epidermis and hypodermis) types: (1) a parallel-laminated type of rectangular epidermal cells with sinuous anticlinal walls, with fibers present in the hypodermis and (2) a cross-laminated type of hexagonal cells in both layers. Correlated with the cross-laminated type is a remarkable decrease in the volume fraction of fibers, accompanied by changes in the architecture and sheath cell type of the transverse veins. We discuss these and other major patterns of anatomical evolution in relation to their biomechanical and ecophysiological significance.</BioTRI2:Abstract>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Title>Evolution of lamina anatomy in the palm family (Arecaceae)</BioTRI2:Title>
        <BioTRI2:Reference>American Journal of Botany 96: 1462-1486.</BioTRI2:Reference>
        <BioTRI2:Author>J. W. Horn, J. B. Fisher, P. B. Tomlinson, C. E. Lewis and K. Laubengayer</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pameridea_roridulae -->

    <Class rdf:about="&BioTRI2;Pameridea_roridulae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Heteroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Panulirus_argus -->

    <Class rdf:about="&BioTRI2;Panulirus_argus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Palinurus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Paramecium_multimicronucleatum -->

    <Class rdf:about="&BioTRI2;Paramecium_multimicronucleatum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sarcomastigophora"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ParasiticCastration -->

    <Class rdf:about="&BioTRI2;ParasiticCastration">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Trends in parasitology 25: 564-72.</BioTRI2:Reference>
        <BioTRI2:Author>Lafferty, K. D. and A. M. Kuris</BioTRI2:Author>
        <BioTRI2:Title>Parasitic castration: the evolution and ecology of body snatchers</BioTRI2:Title>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Abstract>Castration is a response to the tradeoff between consumption and longevity faced by parasites. Common parasitic castrators include larval trematodes in snails, and isopod and barnacle parasites of crustaceans. The infected host (with its many unique properties) is the extended phenotype of the parasitic castrator. Because an individual parasitic castrator can usurp all the reproductive energy from a host, and that energy is limited, intra- and interspecific competition among castrators is generally intense. These parasites can be abundant and can substantially depress host density. Host populations subject to high rates of parasitic castration appear to respond by maturing more rapidly.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Paratrechalea -->

    <Class rdf:about="&BioTRI2;Paratrechalea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aranaea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Paratrechalea_azul -->

    <Class rdf:about="&BioTRI2;Paratrechalea_azul">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Paratrechalea"/>
        <disjointWith rdf:resource="&BioTRI2;Paratrechalea_ornata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Paratrechalea_ornata -->

    <Class rdf:about="&BioTRI2;Paratrechalea_ornata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Paratrechalea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Parenchyma -->

    <Class rdf:about="&BioTRI2;Parenchyma">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Stem"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Wood"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Fruit"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Leaf"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Thallus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ApicalMeristem"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Root"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PartialOrExcessiveAction -->

    <Class rdf:about="&BioTRI2;PartialOrExcessiveAction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ParticulateComposite -->

    <Class rdf:about="&BioTRI2;ParticulateComposite">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Parus_major -->

    <Class rdf:about="&BioTRI2;Parus_major">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PassiveFeedback -->

    <Class rdf:about="&BioTRI2;PassiveFeedback">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Patella_sp. -->

    <Class rdf:about="&BioTRI2;Patella_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Gastropoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pear -->

    <Class rdf:about="&BioTRI2;Pear">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fruit"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pectin -->

    <Class rdf:about="&BioTRI2;Pectin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;CellWall"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pedunculate_oak -->

    <Class rdf:about="&BioTRI2;Pedunculate_oak">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pelt -->

    <Class rdf:about="&BioTRI2;Pelt">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Skin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hair"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pending -->

    <Class rdf:about="&BioTRI2;Pending">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Data"/>
        <rdfs:comment>Awaiting analysis</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Penis -->

    <Class rdf:about="&BioTRI2;Penis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pennisetum_typhoides -->

    <Class rdf:about="&BioTRI2;Pennisetum_typhoides">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Caryophyllidae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Peptide -->

    <Class rdf:about="&BioTRI2;Peptide">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Neurosecretion"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Perciformes -->

    <Class rdf:about="&BioTRI2;Perciformes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teleostei"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PeriodicAction -->

    <Class rdf:about="&BioTRI2;PeriodicAction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Periplaneta_americana -->

    <Class rdf:about="&BioTRI2;Periplaneta_americana">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Blattaria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Perissodactyla -->

    <Class rdf:about="&BioTRI2;Perissodactyla">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Laurasiatheria"/>
        <rdfs:comment>Un-even-toed ungulates</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Perlustrin -->

    <Class rdf:about="&BioTRI2;Perlustrin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nacre"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Peromyscus -->

    <Class rdf:about="&BioTRI2;Peromyscus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rodentia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Peromyscus_californicus -->

    <Class rdf:about="&BioTRI2;Peromyscus_californicus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Peromyscus"/>
        <disjointWith rdf:resource="&BioTRI2;Peromyscus_maniculatus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Peromyscus_maniculatus -->

    <Class rdf:about="&BioTRI2;Peromyscus_maniculatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Peromyscus"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Persimmon -->

    <Class rdf:about="&BioTRI2;Persimmon">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fruit"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PersistenceStrategies -->

    <Class rdf:about="&BioTRI2;PersistenceStrategies">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>The nature and cause of the division of organisms in superkingdoms is not fully understood. Assuming that environment shapes physiology, here we construct a novel theoretical framework that helps identify general patterns of organism persistence. This framework is based on Jacob von Uexkull&apos;s organism-centric view of the environment and James G. Miller&apos;s view of organisms as matter-energy-information processing molecular machines. Three concepts describe an organism&apos;s environmental niche: scope, umwelt, and gap. Scope denotes the entirety of environmental events and conditions to which the organism is exposed during its lifetime. Umwelt encompasses an organism&apos;s perception of these events. The gap is the organism&apos;s blind spot, the scope that is not covered by umwelt. These concepts bring organisms of different complexity to a common ecological denominator. Ecological and physiological data suggest organisms persist using three strategies: flexibility, robustness, and economy. All organisms use umwelt information to flexibly adapt to environmental change. They implement robustness against environmental perturbations within the gap generally through redundancy and reliability of internal constituents. Both flexibility and robustness improve survival. However, they also incur metabolic matter-energy processing costs, which otherwise could have been used for growth and reproduction. Lineages evolve unique tradeoff solutions among strategies in the space of what we call &quot;a persistence triangle.&quot; Protein domain architecture and other evidence support the preferential use of flexibility and robustness properties. Archaea and Bacteria gravitate toward the triangle&apos;s economy vertex, with Archaea biased toward robustness. Eukarya trade economy for survivability. Protista occupy a saddle manifold separating akaryotes from multicellular organisms. Plants and the more flexible Fungi share an economic stratum, and Metazoa are locked in a positive feedback loop toward flexibility.</BioTRI2:Abstract>
        <BioTRI2:Author>Yafremava, L. S., M. Wielgos, S. Thomas, A. Nasir, M. Wang, J. E. Mittenthal and G. Caetano-Anolles</BioTRI2:Author>
        <BioTRI2:Reference>Frontiers in genetics 4: 16.</BioTRI2:Reference>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Title>A general framework of persistence strategies for biological systems helps explain domains of life</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phaeophyceae -->

    <Class rdf:about="&BioTRI2;Phaeophyceae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Chromophycota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phaseolus_lunatus -->

    <Class rdf:about="&BioTRI2;Phaseolus_lunatus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Trichome"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;HCN"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Polyphenol_oxidase"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phasmatodea -->

    <Class rdf:about="&BioTRI2;Phasmatodea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phenolic -->

    <Class rdf:about="&BioTRI2;Phenolic">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Biology"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;BenzeneRing"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Hydroxyl"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pheromone -->

    <Class rdf:about="&BioTRI2;Pheromone">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phidippus_audax -->

    <Class rdf:about="&BioTRI2;Phidippus_audax">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aranaea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phloem -->

    <Class rdf:about="&BioTRI2;Phloem">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Root"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Stem"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Leaf"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phosphorus -->

    <Class rdf:about="&BioTRI2;Phosphorus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ca3PO4"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ca5(PO4CO3)3"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PhotoSensor -->

    <Class rdf:about="&BioTRI2;PhotoSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Photobacterium_leiognathi -->

    <Class rdf:about="&BioTRI2;Photobacterium_leiognathi">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Procaryota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Photomask -->

    <Class rdf:about="&BioTRI2;Photomask">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Photophore -->

    <Class rdf:about="&BioTRI2;Photophore">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Photosynthesis -->

    <Class rdf:about="&BioTRI2;Photosynthesis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_20"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Photosynthesis&amp;N -->

    <Class rdf:about="&BioTRI2;Photosynthesis&amp;N">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>H. St√ºtzel and H. Kage</BioTRI2:Author>
        <BioTRI2:Year>2000</BioTRI2:Year>
        <BioTRI2:Abstract>A simple model of photosynthesis is described which is dependent on leaf area, organic nitrogen content and distribution within the canopy as well as on the light and temperature environments. The model is parameterized using a cauliflower crop as an example. The optimized protein-N profile within the canopy is calculated with respect to daily growth rate. By comparison with measured protein-N contents, the amount of super-optimal N-uptake, i.e. the N-uptake which does not increase productivity, is assessed for two different nitrogen and light treatments. The amount of super-optimal N accumulated in cauliflower depends on N-supply and can exceed 80 kg N ha‚àí1.C. Alt, </BioTRI2:Abstract>
        <BioTRI2:Reference>Annals of Botany 85: 779-787.
</BioTRI2:Reference>
        <BioTRI2:Title>Optimal Nitrogen Content and Photosynthesis in Cauliflower (Brassica oleracea L. botrytis). Scaling up from a Leaf to the Whole Plant</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phragmocone -->

    <Class rdf:about="&BioTRI2;Phragmocone">
        <rdfs:subClassOf rdf:resource="&BioTRI2;MolluscShell"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <allValuesFrom rdf:resource="&BioTRI2;Sepia"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Sepia"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Calcite"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Chitin"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Phyllacanthus_imperialis -->

    <Class rdf:about="&BioTRI2;Phyllacanthus_imperialis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Echinoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Physalis_angulata -->

    <Class rdf:about="&BioTRI2;Physalis_angulata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Physarum_polycephalum -->

    <Class rdf:about="&BioTRI2;Physarum_polycephalum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eumycota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PianoFinger -->

    <Class rdf:about="&BioTRI2;PianoFinger">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Bella S. D. and C. Palmer</BioTRI2:Author>
        <BioTRI2:Title>Rate effects on timing, key velocity, and finger kinematics in piano performance</BioTRI2:Title>
        <BioTRI2:Abstract>We examined the effect of rate on finger kinematics in goal-directed actions of pianists. In addition, we evaluated whether movement kinematics can be treated as an indicator of personal identity. Pianists&apos; finger movements were recorded with a motion capture system while they performed melodies from memory at different rates. Pianists&apos; peak finger heights above the keys preceding keystrokes increased as tempo increased, and were attained about one tone before keypress. These rate effects were not simply due to a strategy to increase key velocity (associated with tone intensity) of the corresponding keystroke. Greater finger heights may compensate via greater tactile feedback for a speed-accuracy tradeoff that underlies the tendency toward larger temporal variability at faster tempi. This would allow pianists to maintain high temporal accuracy when playing at fast rates. In addition, finger velocity and accelerations as pianists&apos; fingers approached keys were sufficiently unique to allow pianists&apos; identification with a neural-network classifier. Classification success was higher in pianists with more extensive musical training. Pianists&apos; movement &quot;signatures&quot; may reflect unique goal-directed movement kinematic patterns, leading to individualistic sound.</BioTRI2:Abstract>
        <BioTRI2:Reference>PLoS One 6: e20518.</BioTRI2:Reference>
        <BioTRI2:Year>2011</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pieris_brassicae -->

    <Class rdf:about="&BioTRI2;Pieris_brassicae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;LepidopteraImago"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pinguicula_longifolia -->

    <Class rdf:about="&BioTRI2;Pinguicula_longifolia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pinophyta -->

    <Class rdf:about="&BioTRI2;Pinophyta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Embryobionta"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pisum_sativum -->

    <Class rdf:about="&BioTRI2;Pisum_sativum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlaceObjectsInsideEachOther -->

    <Class rdf:about="&BioTRI2;PlaceObjectsInsideEachOther">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_07"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlanktonicAlgae -->

    <Class rdf:about="&BioTRI2;PlanktonicAlgae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Algae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plant-PathogenCoevolution -->

    <Class rdf:about="&BioTRI2;Plant-PathogenCoevolution">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Presence/absence polymorphism for alternative pathogenicity islands in Pseudomonas viridiflava, a pathogen of Arabidopsis</BioTRI2:Title>
        <BioTRI2:Author>H. Araki, D. Tian, E. M. Goss, K. Jakob, S. S. Halldorsdottir, M. Kreitman and J. Bergelson</BioTRI2:Author>
        <BioTRI2:Abstract>The contribution of arms race dynamics to plant-pathogen coevolution has been called into question by the presence of balanced polymorphisms in resistance genes of Arabidopsis thaliana, but less is known about the pathogen side of the interaction. Here we investigate structural polymorphism in pathogenicity islands (PAIs) in Pseudomonas viridiflava, a prevalent bacterial pathogen of A. thaliana. PAIs encode the type III secretion system along with its effectors and are essential for pathogen recognition in plants. P. viridiflava harbors two structurally distinct and highly diverged PAI paralogs (T- and S-PAI) that are integrated in different chromosome locations in the P. viridiflava genome. Both PAIs are segregating as presence/absence polymorphisms such that only one PAI ([T-PAI, nablaS-PAI] and [nablaT-PAI, S-PAI]) is present in any individual cell. A worldwide population survey identified no isolate with neither or both PAI. T-PAI and S-PAI genotypes exhibit virulence differences and a host-specificity tradeoff. Orthologs of each PAI can be found in conserved syntenic locations in other Pseudomonas species, indicating vertical phylogenetic transmission in this genus. Molecular evolutionary analysis of PAI sequences also argues against &quot;recent&quot; horizontal transfer. Spikes in nucleotide divergence in flanking regions of PAI and nabla-PAI alleles suggest that the dual PAI polymorphism has been maintained in this species under some form of balancing selection. Virulence differences and host specificities are hypothesized to be responsible for the maintenance of the dual PAI system in this bacterial pathogen.</BioTRI2:Abstract>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 103: 5887-92.</BioTRI2:Reference>
        <BioTRI2:Year>2006</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlantCell -->

    <Class rdf:about="&BioTRI2;PlantCell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;EucaryoticCell"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;CellWall"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;PlantTissue"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlantDefenses -->

    <Class rdf:about="&BioTRI2;PlantDefenses">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Abstract>Plants activate distinct defense responses depending on the lifestyle of the attacker encountered. In these responses, salicylic acid (SA) and jasmonic acid (JA) play important signaling roles. SA induces defense against biotrophic pathogens that feed and reproduce on live host cells, whereas JA activates defense against necrotrophic pathogens that kill host cells for nutrition and reproduction. Cross-talk between these defense signaling pathways has been shown to optimize the response against a single attacker. However, its role in defense against multiple pathogens with distinct lifestyles is unknown. Here we show that infection with biotrophic Pseudomonas syringae, which induces SA-mediated defense, rendered plants more susceptible to the necrotrophic pathogen Alternaria brassicicola by suppression of the JA signaling pathway. This process was partly dependent on the cross-talk modulator NPR1. Surprisingly, this tradeoff was restricted to tissues adjacent to the site of initial infection; A. brassicicola infection in systemic tissue was not affected. Even more surprisingly, tradeoff occurred only with the virulent Pseudomonas strain. Avirulent strains that induced programmed cell death (PCD), an effective plant-resistance mechanism against biotrophs, did not cause suppression of JA-dependent defense. This result might be advantageous to the plant by preventing necrotrophic pathogen growth in tissues undergoing PCD. Our findings show that plants tightly control cross-talk between SA- and JA-dependent defenses in a previously unrecognized spatial and pathogen type-specific fashion. This process allows them to prevent unfavorable signal interactions and maximize their ability to concomitantly fend off multiple pathogens.</BioTRI2:Abstract>
        <BioTRI2:Author>Spoel, S. H., J. S. Johnson and X. Dong</BioTRI2:Author>
        <BioTRI2:Title>Regulation of tradeoffs between plant defenses against pathogens with different lifestyles</BioTRI2:Title>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 104: 18842-7.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlantEpidermis -->

    <Class rdf:about="&BioTRI2;PlantEpidermis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Fruit"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Leaf"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlantOrgan -->

    <Class rdf:about="&BioTRI2;PlantOrgan">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;PlantTissue"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlantPhylogeny -->

    <Class rdf:about="&BioTRI2;PlantPhylogeny">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Abstract>This analysis goes beyond many phylogenies in exploring how phylogenetic structure imposed by morphology, ecology, and geography reveals useful evolutionary data. A comprehensive range of such diversity is evaluated within tribe Indigofereae and outgroups from sister tribes. A combined data set of 321 taxa (over one-third of the tribe) by 80 morphological characters, 833 aligned nuclear ribosomal ITS/5.8S sites, and an indel data set of 33 characters was subjected to parsimony analysis. Notable results include the Madagascan dry forest Disynstemon resolved as sister to tribe Indigofereae, and all species of the large genus Indigofera comprise just four main clades, each diagnosable by morphological synapomorphies and ecological and geographical predilections. These results suggest niche conservation (ecology) and dispersal limitation (geography) are important processes rendering signature shapes to the Indigofereae phylogeny in different biomes. Clades confined to temperate and succulent-rich biomes are more dispersal limited and have more geographical phylogenetic structure than those inhabiting tropical grass-rich vegetation. The African arid corridor, particularly the Namib center of endemism, harbors many of the oldest Indigofera lineages. A rates analysis of nucleotide substitutions confirms that the ages of the oldest crown clades are mostly younger than 16 Ma, implicating dispersal in explaining the worldwide distribution of the tribe.</BioTRI2:Abstract>
        <BioTRI2:Reference>American Journal of Botany 96: 816-852.</BioTRI2:Reference>
        <BioTRI2:Title>Phylogeny of the tribe Indigofereae (Leguminosae - Papilionoideae): Geographically structured more in succulent-rich and temperate settings than in grass-rich environments</BioTRI2:Title>
        <BioTRI2:Author>B. D. Schrire, M. Lavin, N. P. Barker and F. l. Forest</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PlantTissue -->

    <Class rdf:about="&BioTRI2;PlantTissue">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;PlantOrgan"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;PlantCell"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plants -->

    <Class rdf:about="&BioTRI2;Plants">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Eucaryota"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;PlantCell"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plasmalemma -->

    <Class rdf:about="&BioTRI2;Plasmalemma">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
        <rdfs:comment>This is the membrane surrounding the cell, and so defines it</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plasmodium -->

    <Class rdf:about="&BioTRI2;Plasmodium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Physarum_polycephalum"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>The plasmodium of Physarum polycephalum is a large single cell capable of optimal spanning of food sources and avoidance of harmful stimuli.  When propagating on a substrate with distributed sources of food the plasmodium simulates a general-purpose storage modification machine, approximates varieties of proximity graphs and imitates calculation of shortest path and plane tessellation. The plasmodium&apos;s behaviour is determined by the space-time distribution of attracting and repelling sources, and immediately guided by the waves of excitation travelling inside the plasmodium.  A harmless colored substance can be ingested by the plasmodium and distributed inside the protoplasm.  By controlling the plasmodium&apos;s propagation over an uncolored substrate we can `fill&apos; specified areas of the substrate with the color transported by the plasmodium.  The plasmodium of P. polycephalum excels in adaptive transportation, mixing and transformation of colored food particles. We uncover a range of operations implementable by the plasmodium over color set, and design methods to control mixing and transportation of colors.</BioTRI2:Abstract>
        <BioTRI2:Title>Manipulating substances with Physarum polycephalum</BioTRI2:Title>
        <BioTRI2:Year>2010</BioTRI2:Year>
        <BioTRI2:Author>A. Adamatzky</BioTRI2:Author>
        <BioTRI2:Reference>Materials Science and Engineering: C 30: 1211-1220.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plastron -->

    <Class rdf:about="&BioTRI2;Plastron">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lung"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aphelocheirus"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Platyhelminthes -->

    <Class rdf:about="&BioTRI2;Platyhelminthes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Lophotrochozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Platyzoa -->

    <Class rdf:about="&BioTRI2;Platyzoa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protostomia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plecoptera -->

    <Class rdf:about="&BioTRI2;Plecoptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Exopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plectroctena_mandibularis -->

    <Class rdf:about="&BioTRI2;Plectroctena_mandibularis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Plum -->

    <Class rdf:about="&BioTRI2;Plum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fruit"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pneumatics -->

    <Class rdf:about="&BioTRI2;Pneumatics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_29"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Podia -->

    <Class rdf:about="&BioTRI2;Podia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PointControl -->

    <Class rdf:about="&BioTRI2;PointControl">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PolarisationOptics -->

    <Class rdf:about="&BioTRI2;PolarisationOptics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Polychaeta -->

    <Class rdf:about="&BioTRI2;Polychaeta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Annelida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Polymorphism&amp;Learning -->

    <Class rdf:about="&BioTRI2;Polymorphism&amp;Learning">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Natural polymorphism affecting learning and memory in Drosophila</BioTRI2:Title>
        <BioTRI2:Abstract>Knowing which genes contribute to natural variation in learning and memory would help us understand how differences in these cognitive traits evolve among populations and species. We show that a natural polymorphism at the foraging (for) locus, which encodes a cGMP-dependent protein kinase (PKG), affects associative olfactory learning in Drosophila melanogaster. In an assay that tests the ability to associate an odor with mechanical shock, flies homozygous for one natural allelic variant of this gene (forR) showed better short-term but poorer long-term memory than flies homozygous for another natural allele (fors). The fors allele is characterized by reduced PKG activity. We showed that forR-like levels of both short-term learning and long-term memory can be induced in fors flies by selectively increasing the level of PKG in the mushroom bodies, which are centers of olfactory learning in the fly brain. Thus, the natural polymorphism at for may mediate an evolutionary tradeoff between short- and long-term memory. The respective strengths of learning performance of the two genotypes seem coadapted with their effects on foraging behavior: forR flies move more between food patches and so could particularly benefit from fast learning, whereas fors flies are more sedentary, which should favor good long-term memory.</BioTRI2:Abstract>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 104: 13051-5.</BioTRI2:Reference>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Author>Mery, F., A. T. Belay, A. K. So, M. B. Sokolowski and T. J. Kawecki</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Polyphenol_oxidase -->

    <Class rdf:about="&BioTRI2;Polyphenol_oxidase">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Enzyme"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChemicalDefenceMechanism"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Polyplacophora -->

    <Class rdf:about="&BioTRI2;Polyplacophora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Mollusca"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Polyrhachis_dives -->

    <Class rdf:about="&BioTRI2;Polyrhachis_dives">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Polysaccharide -->

    <Class rdf:about="&BioTRI2;Polysaccharide">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hexose"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Porifera -->

    <Class rdf:about="&BioTRI2;Porifera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protozoa"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Spicule"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PositiveResponse -->

    <Class rdf:about="&BioTRI2;PositiveResponse">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
        <rdfs:comment>Many organisms respond to minor damage by increasing their growth rate; plants being eaten by insects frequently grow more quickly</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Post-ErrorDynamics -->

    <Class rdf:about="&BioTRI2;Post-ErrorDynamics">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>We investigate human error dynamics in sequential two-alternative choice tasks. When subjects repeatedly discriminate between two stimuli, their error rates and reaction times (RTs) systematically depend on prior sequences of stimuli. We analyze these sequential effects on RTs, separating error and correct responses, and identify a sequential RT tradeoff: a sequence of stimuli which yields a relatively fast RT on error trials will produce a relatively slow RT on correct trials and vice versa. We reanalyze previous data and acquire and analyze new data in a choice task with stimulus sequences generated by a first-order Markov process having unequal probabilities of repetitions and alternations. We then show that relationships among these stimulus sequences and the corresponding RTs for correct trials, error trials, and averaged over all trials are significantly influenced by the probability of alternations; these relationships have not been captured by previous models. Finally, we show that simple, sequential updates to the initial condition and thresholds of a pure drift diffusion model can account for the trends in RT for correct and error trials. Our results suggest that error-based parameter adjustments are critical to modeling sequential effects.</BioTRI2:Abstract>
        <BioTRI2:Title>Can post-error dynamics explain sequential reaction time patterns?</BioTRI2:Title>
        <BioTRI2:Reference>Frontiers in psychology 3: 213.</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Author>Goldfarb, S., K. Wong-Lin, M. Schwemmer, N. E. Leonard and P. Holmes</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Potassium -->

    <Class rdf:about="&BioTRI2;Potassium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PreAdapt -->

    <Class rdf:about="&BioTRI2;PreAdapt">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PreTreat -->

    <Class rdf:about="&BioTRI2;PreTreat">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Precipitate -->

    <Class rdf:about="&BioTRI2;Precipitate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Predation&amp;Resource -->

    <Class rdf:about="&BioTRI2;Predation&amp;Resource">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Author>Kittle, A. M., J. M. Fryxell, G. E. Desy and J. Hamr</BioTRI2:Author>
        <BioTRI2:Abstract>Resource selection is a fundamental ecological process impacting population dynamics and ecosystem structure. Understanding which factors drive selection is vital for effective species- and landscape-level management. We used resource selection probability functions (RSPFs) to study the influence of two forms of wolf (Canis lupus) predation risk, snow conditions and habitat variables on white-tailed deer (Odocoileus virginianus), elk (Cervus elaphus) and moose (Alces alces) resource selection in central Ontario&apos;s mixed forest French River-Burwash ecosystem. Direct predation risk was defined as the frequency of a predator&apos;s occurrence across the landscape and indirect predation risk as landscape features associated with a higher risk of predation. Models were developed for two winters, each at two spatial scales, using a combination of GIS-derived and ground-measured data. Ungulate presence was determined from snow track transects in 64 16- and 128 1-km(2) resource units, and direct predation risk from GPS radio collar locations of four adjacent wolf packs. Ungulates did not select resources based on the avoidance of areas of direct predation risk at any scale, and instead exhibited selection patterns that tradeoff predation risk minimization with forage and/or mobility requirements. Elk did not avoid indirect predation risk, while both deer and moose exhibited inconsistent responses to this risk. Direct predation risk was more important to models than indirect predation risk but overall, abiotic topographical factors were most influential. These results indicate that wolf predation risk does not limit ungulate habitat use at the scales investigated and that responses to spatial sources of predation risk are complex, incorporating a variety of anti-predator behaviours. Moose resource selection was influenced less by snow conditions than cover type, particularly selection for dense forest, whereas deer showed the opposite pattern. Temporal and spatial scale influenced resource selection by all ungulate species, underlining the importance of incorporating scale into resource selection studies.</BioTRI2:Abstract>
        <BioTRI2:Title>The scale-dependent impact of wolf predation risk on resource selection by three sympatric ungulates</BioTRI2:Title>
        <BioTRI2:Reference>Oecologia 157: 163-75.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Predation&amp;Starvation -->

    <Class rdf:about="&BioTRI2;Predation&amp;Starvation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Hollen, L. I., M. B. Bell and A. N. Radford</BioTRI2:Author>
        <BioTRI2:Abstract>Many foraging animals face a fundamental tradeoff between predation and starvation. In a range of social species, this tradeoff has probably driven the evolution of sentinel behavior, where individuals adopt prominent positions to watch for predators while groupmates forage. Although there has been much debate about whether acting as a sentinel is a selfish or cooperative behavior, far less attention has focused on why sentinels often produce quiet vocalizations (hereafter known as &quot;sentinel calls&quot;) to announce their presence. We use observational and experimental data to provide the first evidence that group members gain an increase in foraging success by responding to these vocal cues given by sentinels. Foraging pied babblers (Turdoides bicolor) spread out more, use more exposed patches, look up less often, and spend less time vigilant in response to sentinel calling. Crucially, we demonstrate that these behavioral alterations lead to an increase in biomass intake by foragers, which is likely to enhance survival. We argue that this benefit may be the reason for sentinel calling, making it a truly cooperative behavior.</BioTRI2:Abstract>
        <BioTRI2:Title>Cooperative sentinel calling? Foragers gain increased biomass intake</BioTRI2:Title>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Reference>Current biology : CB 18: 576-9.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Predictability -->

    <Class rdf:about="&BioTRI2;Predictability">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_27"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Prepare -->

    <Class rdf:about="&BioTRI2;Prepare">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PrepareForTrouble -->

    <Class rdf:about="&BioTRI2;PrepareForTrouble">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Primates -->

    <Class rdf:about="&BioTRI2;Primates">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eutheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Prionostemma_sp. -->

    <Class rdf:about="&BioTRI2;Prionostemma_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Opiliones"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PriorAction -->

    <Class rdf:about="&BioTRI2;PriorAction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PriorCounteraction -->

    <Class rdf:about="&BioTRI2;PriorCounteraction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PriorCushioning -->

    <Class rdf:about="&BioTRI2;PriorCushioning">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Problem -->

    <Class rdf:about="&BioTRI2;Problem">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Analysis"/>
        <rdfs:comment>This is a more detailed breakdown of the F_xx classes.  Each one is indexed to the appropriate F_xx.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Proboscidea -->

    <Class rdf:about="&BioTRI2;Proboscidea">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eutheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Proboscis -->

    <Class rdf:about="&BioTRI2;Proboscis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;LepidopteraImago"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;InsectCuticle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Procaryota -->

    <Class rdf:about="&BioTRI2;Procaryota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Taxonomy"/>
        <rdfs:comment>Bacteria</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ProcessInVacuum -->

    <Class rdf:about="&BioTRI2;ProcessInVacuum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_39"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Productivity&amp;Defence -->

    <Class rdf:about="&BioTRI2;Productivity&amp;Defence">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Author>Hofmann, R. W. and M. Z. Jahufer</BioTRI2:Author>
        <BioTRI2:Abstract>An outdoor study was conducted to examine relationships between plant productivity and stress-protective phenolic plant metabolites. Twenty-two populations of the pasture legume white clover were grown for 4(1/2) months during spring and summer in Palmerston North, New Zealand. The major phenolic compounds identified and quantified by HPLC analysis were glycosides of the flavonoids quercetin and kaempferol. Multivariate analysis revealed a trade-off between flavonoid accumulation and plant productivity attributes. White clover populations with high biomass production, large leaves and thick tap roots showed low levels of quercetin glycoside accumulation and low quercetin:kaempferol ratios, while the opposite was true for less productive populations. The latter included stress-resistant ecotypes from Turkey and China, and the analysis also identified highly significant positive relationships of quercetin glycoside accumulation with plant morphology (root:shoot ratio). Importantly, a high degree of genetic variation was detected for most of the measured traits. These findings suggest merit for considering flavonoids such as quercetin as potential selection criteria in the genetic improvement of white clover and other crops.</BioTRI2:Abstract>
        <BioTRI2:Reference>PLoS One 6: e18949.</BioTRI2:Reference>
        <BioTRI2:Title>Tradeoff between biomass and flavonoid accumulation in white clover reflects contrasting plant strategies</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Proline -->

    <Class rdf:about="&BioTRI2;Proline">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AminoAcid"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Silk"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Proprioception -->

    <Class rdf:about="&BioTRI2;Proprioception">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Protein -->

    <Class rdf:about="&BioTRI2;Protein">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Biology"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;AminoAcid"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <allValuesFrom rdf:resource="&BioTRI2;AminoAcid"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Protophormia_terrae-novae -->

    <Class rdf:about="&BioTRI2;Protophormia_terrae-novae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Diptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Protostomia -->

    <Class rdf:about="&BioTRI2;Protostomia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Triploblasts"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Protozoa -->

    <Class rdf:about="&BioTRI2;Protozoa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eucaryota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Protura -->

    <Class rdf:about="&BioTRI2;Protura">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hexapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pseudemys_concinna -->

    <Class rdf:about="&BioTRI2;Pseudemys_concinna">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Testudines"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pseudotsuga_menziesii -->

    <Class rdf:about="&BioTRI2;Pseudotsuga_menziesii">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Conifers"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Wood"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#PterosaurWing -->

    <Class rdf:about="&BioTRI2;PterosaurWing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Wing"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pterosauria -->

    <Class rdf:about="&BioTRI2;Pterosauria">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Reptilia"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Wing"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;PterosaurWing"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pterygota -->

    <Class rdf:about="&BioTRI2;Pterygota">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Insecta"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;InsectWing"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pulses -->

    <Class rdf:about="&BioTRI2;Pulses">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
        <rdfs:comment>The bombardier beetle produces a pulsed stream of hot phenols and peroxide which it can squirt at its predator at high velocity</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Pyrocoelia_pectoralis -->

    <Class rdf:about="&BioTRI2;Pyrocoelia_pectoralis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#QualityInspection -->

    <Class rdf:about="&BioTRI2;QualityInspection">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#QualityOfInformation -->

    <Class rdf:about="&BioTRI2;QualityOfInformation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_27"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#QualityOfLight -->

    <Class rdf:about="&BioTRI2;QualityOfLight">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_18"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#QualityOrIdentity -->

    <Class rdf:about="&BioTRI2;QualityOrIdentity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Quality prevails over identity in the sexually selected vocalisations of an ageing mammal</BioTRI2:Title>
        <BioTRI2:Abstract>BACKGROUND: Male sexually selected vocalisations generally contain both individuality and quality cues that are crucial in intra- as well as inter-sexual communication. As individuality is a fixed feature whereas male phenotypic quality changes with age, individuality and quality cues may be subjected to different selection pressures over time. Individuality (for example, morphology of the vocal apparatus) and quality (for example, body size and dominance status) can both affect the vocal production mechanism, inducing the same components of vocalisations to convey both kinds of information. In this case, do quality-related changes to the acoustic structure of calls induce a modification of vocal cues to identity from year to year? We investigated this question in fallow deer (Dama dama), in which some acoustic parameters of vocalisations (groans) code for both individuality and quality. RESULTS: We carried out a longitudinal analysis of groan individuality, examining the effects of age and dominance rank on the acoustic structure of groans of the same males recorded during consecutive years. We found both age- and rank-related changes to groans; the minimum values of the highest formant frequencies and the fundamental frequency increased with the age of males and they decreased when males became more dominant. Both age- and rank-related acoustic parameters contributed to individuality. Male quality changed with age, inducing a change in quality-related parameters and thus, a modification of vocal cues to male individuality between years. CONCLUSIONS: The encoding of individuality and quality information in the same components of vocalisations induces a tradeoff between these two kinds of signals over time. Fallow deer vocalisations are honest signals of quality that are not fixed over time but are modified dynamically according to male quality. As they are more reliable cues to quality than to individuality, they may not be used by conspecifics to recognize a given male from one year to another, but potentially used by both sexes to assess male quality during each breeding season.</BioTRI2:Abstract>
        <BioTRI2:Author>Briefer, E., E. Vannoni and A. G. McElligott</BioTRI2:Author>
        <BioTRI2:Reference>BMC Biology 8: 35.</BioTRI2:Reference>
        <BioTRI2:Year>2010</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Quercus_robur -->

    <Class rdf:about="&BioTRI2;Quercus_robur">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#QuietPeriods -->

    <Class rdf:about="&BioTRI2;QuietPeriods">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Quill -->

    <Class rdf:about="&BioTRI2;Quill">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Self-assembledIntermediateFilaments"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RNA -->

    <Class rdf:about="&BioTRI2;RNA">
        <rdfs:subClassOf rdf:resource="&BioTRI2;NucleicAcids"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RandomCoil -->

    <Class rdf:about="&BioTRI2;RandomCoil">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Shapes"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isConformationOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Abductin"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isConformationOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Resilin"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RandomLoss -->

    <Class rdf:about="&BioTRI2;RandomLoss">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_23"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Range&amp;Climate -->

    <Class rdf:about="&BioTRI2;Range&amp;Climate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Integrative and Comparative Biology 51: 733-50.</BioTRI2:Reference>
        <BioTRI2:Abstract>Determining how species&apos; geographic ranges are governed by current climates and how they will respond to rapid climatic change poses a major biological challenge. Geographic ranges are often spatially fragmented and composed of genetically differentiated populations that are locally adapted to different thermal regimes. Tradeoffs between different aspects of thermal performance, such as between tolerance to high temperature and tolerance to low temperature or between maximal performance and breadth of performance, suggest that the performance of a given population will be a subset of that of the species. Therefore, species-level projections of distribution might overestimate the species&apos; ability to persist at any given location. However, current approaches to modeling distributions often do not consider variation among populations. Here, we estimated genetically-based differences in thermal performance curves for growth among 12 populations of the scarlet monkeyflower, Mimulus cardinalis, a perennial herb of western North America. We inferred the maximum relative growth rate (RGR(max)), temperature optimum (T(opt)), and temperature breadth (T(breadth)) for each population. We used these data to test for tradeoffs in thermal performance, generate mechanistic population-level projections of distribution under current and future climates, and examine how variation in aspects of thermal performance influences forecasts of range shifts. Populations differed significantly in RGR(max) and had variable, but overlapping, estimates of T(opt) and T(breadth). T(opt) declined with latitude and increased with temperature of origin, consistent with tradeoffs between performances at low temperatures versus those at high temperatures. Further, T(breadth) was negatively related to RGR(max), as expected for a specialist-generalist tradeoff. Parameters of the thermal performance curve influenced properties of projected distributions. For both current and future climates, T(opt) was negatively related to latitudinal position, while T(breadth) was positively related to projected range size. The magnitude and direction of range shifts also varied with T(opt) and T(breadth), but sometimes in unexpected ways. For example, the fraction of habitat remaining suitable increased with T(opt) but decreased with T(breadth). Northern limits of all populations were projected to shift north, but the magnitude of shift decreased with T(opt) and increased with T(breadth). Median latitude was projected to shift north for populations with high T(breadth) and low T(opt), but south for populations with low T(breadth) and high T(opt). Distributions inferred by integrating population-level projections did not differ from a species-level projection that ignored variation among populations. However, the species-level approach masked the potential array of divergent responses by populations that might lead to genotypic sorting within the species&apos; range. Thermal performance tradeoffs among populations within the species&apos; range had important, but sometimes counterintuitive, effects on projected responses to climatic change.</BioTRI2:Abstract>
        <BioTRI2:Author>Angert, A. L.,  S. N. Sheth and J. R. Paul</BioTRI2:Author>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Title>Incorporating population-level variation in thermal performance into predictions of geographic range shifts</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Raphanus_sativus -->

    <Class rdf:about="&BioTRI2;Raphanus_sativus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RateOfAProcess -->

    <Class rdf:about="&BioTRI2;RateOfAProcess">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_09"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RateOfReleasingEnergy -->

    <Class rdf:about="&BioTRI2;RateOfReleasingEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_21"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RateOfWork -->

    <Class rdf:about="&BioTRI2;RateOfWork">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_21"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rattus_rattus -->

    <Class rdf:about="&BioTRI2;Rattus_rattus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rodentia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReceiveASignal -->

    <Class rdf:about="&BioTRI2;ReceiveASignal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Receptor -->

    <Class rdf:about="&BioTRI2;Receptor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Recycle -->

    <Class rdf:about="&BioTRI2;Recycle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_34"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReduceLossOfEnergy -->

    <Class rdf:about="&BioTRI2;ReduceLossOfEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_22"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfCycleTime -->

    <Class rdf:about="&BioTRI2;ReductionOfCycleTime">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_25"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfDensity -->

    <Class rdf:about="&BioTRI2;ReductionOfDensity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfError -->

    <Class rdf:about="&BioTRI2;ReductionOfError">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_28"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfFunctionality -->

    <Class rdf:about="&BioTRI2;ReductionOfFunctionality">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_06"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfMass -->

    <Class rdf:about="&BioTRI2;ReductionOfMass">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfPressure -->

    <Class rdf:about="&BioTRI2;ReductionOfPressure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
        <rdfs:comment>Changing turgor causes plant organs to move</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfStiffness -->

    <Class rdf:about="&BioTRI2;ReductionOfStiffness">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfTemperature -->

    <Class rdf:about="&BioTRI2;ReductionOfTemperature">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReductionOfWeight -->

    <Class rdf:about="&BioTRI2;ReductionOfWeight">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReflectLight -->

    <Class rdf:about="&BioTRI2;ReflectLight">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Reflection -->

    <Class rdf:about="&BioTRI2;Reflection">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Refraction -->

    <Class rdf:about="&BioTRI2;Refraction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Regenerate -->

    <Class rdf:about="&BioTRI2;Regenerate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_34"/>
        <rdfs:comment>Sharp edges can restore themselves - e.g. mandibles of herbivorous insects, teeth of insectivores, etc.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Reinforce -->

    <Class rdf:about="&BioTRI2;Reinforce">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_11"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RelaxOffPeak -->

    <Class rdf:about="&BioTRI2;RelaxOffPeak">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
        <rdfs:comment>Many natural systems have down-time (sleep) built in to them either for reconstitution or because the daily cycle presents times when the environment is not optimal (too hot, too cold, too dark, too light)</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Reliability -->

    <Class rdf:about="&BioTRI2;Reliability">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_16"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReliabilityOfAttachment -->

    <Class rdf:about="&BioTRI2;ReliabilityOfAttachment">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_27"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RemainTransparent -->

    <Class rdf:about="&BioTRI2;RemainTransparent">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_32"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Remipedia -->

    <Class rdf:about="&BioTRI2;Remipedia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Crustacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Remodel -->

    <Class rdf:about="&BioTRI2;Remodel">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RemoveMaterial -->

    <Class rdf:about="&BioTRI2;RemoveMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReplaceExpensiveWithCheap -->

    <Class rdf:about="&BioTRI2;ReplaceExpensiveWithCheap">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReplaceHarmfulWithBeneficial -->

    <Class rdf:about="&BioTRI2;ReplaceHarmfulWithBeneficial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReplaceThingWithImage -->

    <Class rdf:about="&BioTRI2;ReplaceThingWithImage">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReplaceWithLarger -->

    <Class rdf:about="&BioTRI2;ReplaceWithLarger">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReplaceWithSmaller -->

    <Class rdf:about="&BioTRI2;ReplaceWithSmaller">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Reproduce -->

    <Class rdf:about="&BioTRI2;Reproduce">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_26"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReproductiveDormancy -->

    <Class rdf:about="&BioTRI2;ReproductiveDormancy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Negligible Senescence during Reproductive Dormancy in Drosophila melanogaster</BioTRI2:Title>
        <BioTRI2:Reference>The American Naturalist 158: 248-58.</BioTRI2:Reference>
        <BioTRI2:Author>Tatar, M., S. A. Chien and N. K. Priest</BioTRI2:Author>
        <BioTRI2:Year>2001</BioTRI2:Year>
        <BioTRI2:Abstract>Some endemic Drosophila overwinter in a state of adult reproductive diapause where egg maturation is arrested in previtellogenic stages. When maintained at cool temperatures, adult Drosophila melanogaster enter reproductive dormancy, that is, diapause or diapause-like quiescence. The ability to survive for extended periods is a typical feature of diapause syndromes. In adults this somatic persistence may involve reduced or slowed senescence. Here we assess whether reproductively dormant D. melanogaster age at slow rates. Adults were exposed to dormancy-inducing conditions for 3, 6, or 9 wk. After this period, demographic parameters were measured under normal conditions and compared to the demography of newly eclosed cohorts. The age-specific mortality rates of postdormancy adults were essentially identical to the mortality rates of newly eclosed, young flies. Postdormancy reproduction, in contrast, declined with the duration of the treatment; somatic survival during dormancy may tradeoff with later reproduction. Adults in reproductive dormancy were highly resistant to heat and to oxidative stress. Suppressed synthesis of juvenile hormone is known to regulate reproductive diapause of many insects. Treatment of dormant D. melanogaster with a juvenile hormone analog restored vitellogenesis, suppressed stress resistance, and increased demographic senescence. We conclude that D. melanogaster age at slow rates as part of their reproductive dormancy syndrome; the data do not agree with an alternative hypothesis based on heat-dependent &quot;rate of living.&quot; We suggest that low temperature reduces neuroendocrine function, which in turn slows senescence as a function of altered stress response, nutrient reallocation, and metabolism.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReproductiveFailure -->

    <Class rdf:about="&BioTRI2;ReproductiveFailure">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReproductivePotential -->

    <Class rdf:about="&BioTRI2;ReproductivePotential">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_19"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReproductiveRate -->

    <Class rdf:about="&BioTRI2;ReproductiveRate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_39"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReproductiveStrategies -->

    <Class rdf:about="&BioTRI2;ReproductiveStrategies">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Author>Campbell, S. A. and A. Kessler</BioTRI2:Author>
        <BioTRI2:Abstract>Understanding the factors that shape macroevolutionary patterns in functional traits is a central goal of evolutionary biology. Alternative strategies of sexual reproduction (inbreeding vs. outcrossing) have divergent effects on population genetic structure and could thereby broadly influence trait evolution. However, the broader evolutionary consequences of mating system transitions remain poorly understood, with the exception of traits related to reproduction itself (e.g., pollination). Across a phylogeny of 56 wild species of Solanaceae (nightshades), we show here that the repeated, unidirectional transition from ancestral self-incompatibility (obligate outcrossing) to self-compatibility (increased inbreeding) leads to the evolution of an inducible (vs. constitutive) strategy of plant resistance to herbivores. We demonstrate that inducible and constitutive defense strategies represent evolutionary alternatives and that the magnitude of the resulting macroevolutionary tradeoff is dependent on the mating system. Loss of self-incompatibility is also associated with the evolution of increased specificity in induced plant resistance. We conclude that the evolution of sexual reproductive variation may have profound effects on plant-herbivore interactions, suggesting a new hypothesis for the evolution of two primary strategies of plant defense.</BioTRI2:Abstract>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 110: 3973-8.</BioTRI2:Reference>
        <BioTRI2:Title>Plant mating system transitions drive the macroevolution of defense strategies</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReproductiveTradeoff -->

    <Class rdf:about="&BioTRI2;ReproductiveTradeoff">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Abstract>Life history theory predicts tradeoffs among reproductive traits, but the physiological mechanisms underlying such tradeoffs remain unclear. Here we examine reproductive tradeoffs and their association with yolk steroids in an oviparous lizard. Female leopard geckos lay two eggs in a clutch, produce multiple clutches in a breeding season, and reproduce for several years. We detected a significant tradeoff between egg size and the number of clutches laid by females during their first two breeding seasons. Total reproductive effort was strongly condition-dependent in the first season, but much less so in the second season. Although these and other tradeoffs were unmistakable, they were not associated with levels of androstenedione, oestradiol, or testosterone in egg yolk. Female condition and egg size, however, were inversely related to dihydrotestosterone (DHT) levels in egg yolk. Finally, steroid levels in egg yolk were not directly related to steroid levels in the maternal circulation when follicles were developing, indicating that steroid transfer to eggs is regulated. These findings suggest that maternal allocation of DHT could mitigate tradeoffs that lead to poor offspring quality (i.e. poor female condition) and small offspring size (i.e. small egg size).</BioTRI2:Abstract>
        <BioTRI2:Reference>Journal of evolutionary biology 19: 1819-29.</BioTRI2:Reference>
        <BioTRI2:Author>Rhen, T., D. Crews, A. Fivizzani and P. Elf</BioTRI2:Author>
        <BioTRI2:Title>Reproductive tradeoffs and yolk steroids in female leopard geckos, Eublepharis macularius</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Reptilia -->

    <Class rdf:about="&BioTRI2;Reptilia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Tetrapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReptilianScale -->

    <Class rdf:about="&BioTRI2;ReptilianScale">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;BetaKeratin"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Resharpen -->

    <Class rdf:about="&BioTRI2;Resharpen">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_34"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Resilin -->

    <Class rdf:about="&BioTRI2;Resilin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;RandomCoil"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ResistAttack -->

    <Class rdf:about="&BioTRI2;ResistAttack">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Resistance-Tolerance -->

    <Class rdf:about="&BioTRI2;Resistance-Tolerance">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>Changes in herbivory and resource availability during a plant&apos;s development should promote ontogenetic shifts in resistance and tolerance, if the costs and benefits of these basic strategies also change as plants develop. We proposed and tested a general model to detect the expression of ontogenetic tradeoffs for these two alternative anti-herbivory strategies in Raphanus sativus. We found that ontogenetic trajectories occur in both resistance and tolerance but in opposite directions. The juvenile stage was more resistant but less tolerant than the reproductive stage. The ontogenetic switch from resistance to tolerance was consistent with the greater vulnerability of young plants to leaf damage and with the costs of resistance and tolerance found at each stage. We posit that the ontogenetic perspective presented here will be helpful in resolving the current debate on the existence and detection of a general resistance-tolerance tradeoff</BioTRI2:Abstract>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Title>Ontogenetic switches from plant resistance to tolerance: minimizing costs with age?</BioTRI2:Title>
        <BioTRI2:Reference>Ecology Letters 10: 177-87.</BioTRI2:Reference>
        <BioTRI2:Author>K. Boege, R. Dirzo, D. Siemens and P. Brown</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ResistanceToChange -->

    <Class rdf:about="&BioTRI2;ResistanceToChange">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_13"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ResistanceToDesiccation -->

    <Class rdf:about="&BioTRI2;ResistanceToDesiccation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>1999</BioTRI2:Year>
        <BioTRI2:Title>Desiccation resistance in interspecific Drosophila crosses. Genetic interactions and trait correlations</BioTRI2:Title>
        <BioTRI2:Abstract>We used crosses between two closely related Drosophila species, Drosophila serrata and D. birchii, to examine the genetic basis of desiccation resistance and correlations between resistance, physiological traits, and life-history traits. D. serrata is more resistant to desiccation than D. birchii, and this may help to explain the broader geographical range of the former species. A comparison of F2&apos;s from reciprocal crosses indicated higher resistance levels when F2&apos;s originated from D. birchii mothers compared to D. serrata mothers. However, backcrosses had a resistance level similar to that of the parental species, suggesting an interaction between X-linked effects in D. serrata that reduce resistance and autosomal effects that increase resistance. Reciprocal differences persisted in hybrid lines set up from the different reciprocal crosses and tested at later generations. Increased desiccation resistance was associated with an increased body size in two sets of hybrid lines and in half-sib groups set up from the F4&apos;s after crossing the two species, but size associations were inconsistent in the F2&apos;s. None of the crosses provided evidence for a positive association between desiccation resistance and glycogen levels, or evidence for a tradeoff between desiccation resistance and early fecundity. However, fecundity was positively correlated with body size at both the genetic and phenotypic levels. This study illustrates how interspecific crosses may provide information on genetic interactions between traits following adaptive divergence, as well as on the genetic basis of the traits.</BioTRI2:Abstract>
        <BioTRI2:Reference>Genetics 151: 1493-502.</BioTRI2:Reference>
        <BioTRI2:Author>Hercus, M. J. and A. A. Hoffmann</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ResistanceToExternalForces -->

    <Class rdf:about="&BioTRI2;ResistanceToExternalForces">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_14"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ResistanceToInternalForces -->

    <Class rdf:about="&BioTRI2;ResistanceToInternalForces">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_14"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Resolution&amp;Sensitivity -->

    <Class rdf:about="&BioTRI2;Resolution&amp;Sensitivity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Gonzalez-Bellido, P. T., T. J. Wardill and M. Juusola</BioTRI2:Author>
        <BioTRI2:Title>Compound eyes and retinal information processing in miniature dipteran species match their specific ecological demands</BioTRI2:Title>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 108: 4224-9.</BioTRI2:Reference>
        <BioTRI2:Abstract>The compound eye of insects imposes a tradeoff between resolution and sensitivity, which should exacerbate with diminishing eye size. Tiny lenses are thought to deliver poor acuity because of diffraction; nevertheless, miniature insects have visual systems that allow a myriad of lifestyles. Here, we investigate whether size constraints result in an archetypal eye design shared between miniature dipterans by comparing the visual performance of the fruit fly Drosophila and the killer fly Coenosia. These closely related species have neural superposition eyes and similar body lengths (3 to 4 mm), but Coenosia is a diurnal aerial predator, whereas slow-flying Drosophila is most active at dawn and dusk. Using in vivo intracellular recordings and EM, we report unique adaptations in the form and function of their photoreceptors that are reflective of their distinct lifestyles. We find that although these species have similar lenses and optical properties, Coenosia photoreceptors have three- to fourfold higher spatial resolution and rate of information transfer than Drosophila. The higher performance in Coenosia mostly results from dramatically diminished light sensors, or rhabdomeres, which reduce pixel size and optical cross-talk between photoreceptors and incorporate accelerated phototransduction reactions. Furthermore, we identify local specializations in the Coenosia eye, consistent with an acute zone and its predatory lifestyle. These results demonstrate how the flexible architecture of miniature compound eyes can evolve to match information processing with ecological demands.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Resonate -->

    <Class rdf:about="&BioTRI2;Resonate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RespiratoryRate -->

    <Class rdf:about="&BioTRI2;RespiratoryRate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_21"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Resting-Growth -->

    <Class rdf:about="&BioTRI2;Resting-Growth">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Optimal resting-growth strategies of microbial populations in fluctuating environments</BioTRI2:Title>
        <BioTRI2:Abstract>Bacteria spend most of their lifetime in non-growing states which allow them to survive extended periods of stress and starvation. When environments improve, they must quickly resume growth to maximize their share of limited nutrients. Cells with higher stress resistance often survive longer stress durations at the cost of needing more time to resume growth, a strong disadvantage in competitive environments. Here we analyze the basis of optimal strategies that microorganisms can use to cope with this tradeoff. We explicitly show that the prototypical inverse relation between stress resistance and growth rate can explain much of the different types of behavior observed in stressed microbial populations. Using analytical mathematical methods, we determine the environmental parameters that decide whether cells should remain vegetative upon stress exposure, downregulate their metabolism to an intermediate optimum level, or become dormant. We find that cell-cell variability, or intercellular noise, is consistently beneficial in the presence of extreme environmental fluctuations, and that it provides an efficient population-level mechanism for adaption in a deteriorating environment. Our results reveal key novel aspects of responsive phenotype switching and its role as an adaptive strategy in changing environments.</BioTRI2:Abstract>
        <BioTRI2:Author>Geisel, N., J. M. Vilar and J. M. Rubi</BioTRI2:Author>
        <BioTRI2:Reference>PLoS One 6: e18622.</BioTRI2:Reference>
        <BioTRI2:Year>2011</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RestoreOptimalPerformance -->

    <Class rdf:about="&BioTRI2;RestoreOptimalPerformance">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_15"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RestoreUsedOrConsumedObjects -->

    <Class rdf:about="&BioTRI2;RestoreUsedOrConsumedObjects">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_34"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RetainInterface -->

    <Class rdf:about="&BioTRI2;RetainInterface">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RetainNecessaryPartOrProperty -->

    <Class rdf:about="&BioTRI2;RetainNecessaryPartOrProperty">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_02"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Retama -->

    <Class rdf:about="&BioTRI2;Retama">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RetentionTime-Chewing -->

    <Class rdf:about="&BioTRI2;RetentionTime-Chewing">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Comparative biochemistry and physiology. Part A, Molecular &amp; integrative physiology 154: 376-82.</BioTRI2:Reference>
        <BioTRI2:Abstract>Large body size is thought to produce a digestive advantage through different scaling effects of gut capacity and food intake, with supposedly longer digesta retention times in larger animals. However, empirical tests of this framework have remained equivocal, which we hypothesize is because previous comparative studies have not included digesta particle size. Larger particles require more time for digestion, and if digesta particle size increases with body mass, it could explain the lack of digestive advantage in larger herbivores. We combine data on body mass, food intake, digesta retention and digestibility with data on faecal particle size (as a proxy for digesta particle size) in 21 mammalian herbivore species. Multiple regression shows that fibre digestibility is independent of body mass but dependent on digesta retention and particle size; the resulting equation indicates that retention time and particle size can compensate for each other. Similarly, digestible food intake is independent of body mass, but dependent on food intake, digesta retention, and particle size. For mammalian herbivores, increasing digesta retention and decreasing digesta particle size are viable strategies to enhance digestive performance and energy intake. Because the strategy of increased digesta retention is usually linked to reduced food intake, the high selective pressure to evolve a more efficient dentition or a physiological particle separation mechanism that facilitates repeated mastication of digesta (rumination) becomes understandable.</BioTRI2:Abstract>
        <BioTRI2:Title>Evidence for a tradeoff between retention time and chewing efficiency in large mammalian herbivores</BioTRI2:Title>
        <BioTRI2:Author>Clauss, M., C. Nunn, J. Fritz and J. Hummel</BioTRI2:Author>
        <BioTRI2:Year>2009</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ReversePolarity -->

    <Class rdf:about="&BioTRI2;ReversePolarity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rhabdomys_pumilio -->

    <Class rdf:about="&BioTRI2;Rhabdomys_pumilio">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rodentia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rhagium -->

    <Class rdf:about="&BioTRI2;Rhagium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rhagium_inquisitor -->

    <Class rdf:about="&BioTRI2;Rhagium_inquisitor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rhagium"/>
        <disjointWith rdf:resource="&BioTRI2;Rhagium_mordax"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rhagium_mordax -->

    <Class rdf:about="&BioTRI2;Rhagium_mordax">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Rhagium"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RheoSensor -->

    <Class rdf:about="&BioTRI2;RheoSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rhodnius_prolixus -->

    <Class rdf:about="&BioTRI2;Rhodnius_prolixus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Heteroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rhodophycota -->

    <Class rdf:about="&BioTRI2;Rhodophycota">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Algae"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ribosome -->

    <Class rdf:about="&BioTRI2;Ribosome">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Ricinus_communis -->

    <Class rdf:about="&BioTRI2;Ricinus_communis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RiskAssessment -->

    <Class rdf:about="&BioTRI2;RiskAssessment">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Moreno, J. E., Y. Tao, J. Chory and C. L. Ballare</BioTRI2:Author>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 106: 4935-40.</BioTRI2:Reference>
        <BioTRI2:Title>Ecological modulation of plant defense via phytochrome control of jasmonate sensitivity</BioTRI2:Title>
        <BioTRI2:Abstract>For plants, the tradeoff between resource investment in defense and increased growth to out-compete neighbors creates an allocation dilemma. How plants resolve this dilemma, at the mechanistic level, is unclear. We found that Arabidopsis plants produced an attenuated defense phenotype under conditions of crowding and when exposed to far-red (FR) radiation, a light signal that plants use to detect the proximity of neighbors via the photoreceptor phytochrome. This phenotype was detectable through standard bioassays that measured the growth of Spodoptera frugiperda caterpillars. Two possible explanations for the effect of FR are: (i) a simple by-product of the diversion of resources to competition, and (ii) a specific effect of phytochrome on defense signaling. The first possibility was ruled out by the fact that the auxin-deficient sav3 mutant, which fails to induce growth responses to FR, still responded to FR with an attenuated defense phenotype. In support of the second hypothesis, we found that phytochrome inactivation by FR caused a strong reduction of plant sensitivity to jasmonates, which are key regulators of plant immunity. The effects of FR on jasmonate sensitivity were restricted to certain elements of the pathway. Supporting the idea that the FR effects on jasmonate signaling are functionally significant, we found that FR failed to increase tissue quality in jar1, a mutant impaired in jasmonate response. We conclude that the plant modulates its investment in defense as a function of the perceived risk of competition, and that this modulation is effected by phytochrome via selective desensitization to jasmonates.</BioTRI2:Abstract>
        <BioTRI2:Year>2009</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rodentia -->

    <Class rdf:about="&BioTRI2;Rodentia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eutheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RollItUp -->

    <Class rdf:about="&BioTRI2;RollItUp">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Root -->

    <Class rdf:about="&BioTRI2;Root">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phloem"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cambium"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Parenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Root-ShootAllocation -->

    <Class rdf:about="&BioTRI2;Root-ShootAllocation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>1993</BioTRI2:Year>
        <BioTRI2:Author>S. K. Gleeson</BioTRI2:Author>
        <BioTRI2:Abstract>A model is explored which describes the joint optimization of tissue nitrogen and root-shoot allocation in response to variation in nitrogen availability in the environment. The model plant is composed of root and shoot biomass and tissue nitrogen, and relative growth rate is the parameter maximized. A &apos;source&apos; (uptake limited) model of joint tissue nitrogen and root-shoot allocation is reviewed (Hilbert, 1990) that optimally balances the uptake of carbon and nitrogen. Modifications including root respiratory costs and fixed root tissue nitrogen are explored. Then the role of tissue nitrogen in regulating &apos;sink&apos; strength is combined with the balanced source model, and modified by assuming separate tissue nitrogen involved in source vs. sink. Generally, the results indicate that as available nitrogen increases, optimal root allocation declines and tissue nitrogen increases. These results appear to be robust for more complicated versions of the model provided that various internal nitrogen compartments &apos;compete&apos; for the same nitrogen.</BioTRI2:Abstract>
        <BioTRI2:Title>Optimization of Tissue Nitrogen and Root-Shoot Allocation</BioTRI2:Title>
        <BioTRI2:Reference>Annals of Botany 71: 23-31.
</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RootArchitecture -->

    <Class rdf:about="&BioTRI2;RootArchitecture">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Kellermeier, F., F. Chardon and A. Amtmann</BioTRI2:Author>
        <BioTRI2:Title>Natural variation of Arabidopsis root architecture reveals complementing adaptive strategies to potassium starvation</BioTRI2:Title>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Reference>Plant Physiology 161: 1421-32.</BioTRI2:Reference>
        <BioTRI2:Abstract>Root architecture is a highly plastic and environmentally responsive trait that enables plants to counteract nutrient scarcities with different foraging strategies. In potassium (K) deficiency (low K), seedlings of the Arabidopsis (Arabidopsis thaliana) reference accession Columbia (Col-0) show a strong reduction of lateral root elongation. To date, it is not clear whether this is a direct consequence of the lack of K as an osmoticum or a triggered response to maintain the growth of other organs under limiting conditions. In this study, we made use of natural variation within Arabidopsis to look for novel root architectural responses to low K. A comprehensive set of 14 differentially responding root parameters were quantified in K-starved and K-replete plants. We identified a phenotypic gradient that links two extreme strategies of morphological adaptation to low K arising from a major tradeoff between main root (MR) and lateral root elongation. Accessions adopting strategy I (e.g. Col-0) maintained MR growth but compromised lateral root elongation, whereas strategy II genotypes (e.g. Catania-1) arrested MR elongation in favor of lateral branching. K resupply and histochemical staining resolved the temporal and spatial patterns of these responses. Quantitative trait locus analysis of K-dependent root architectures within a Col-0 x Catania-1 recombinant inbred line population identified several loci each of which determined a particular subset of root architectural parameters. Our results indicate the existence of genomic hubs in the coordinated control of root growth in stress conditions and provide resources to facilitate the identification of the underlying genes.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#RootEnvironment -->

    <Class rdf:about="&BioTRI2;RootEnvironment">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Pisum_sativum"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Nitrogen assimilation of pea plants (Pisum sativum cv. Meteor) was studied in growth cabinets tinder a range of water, salt, and aeration regimes in the rooting medium. Treatments were imposed in the period 14-30 d after germination using seedlings already nodulated in an optimum root environment.  Highest nitrogen fixation in water culture required a strength of culture solution one fifth of that optimal for fixation in sand culture. Fixation in water culture of optimum strength was significantly improved by continuous bubble aeration or by lowering the level of culture solution below the main zone of nodulation. However, if supra-optimal concentrations of solution were used, fixation was markedly inhibited by lowering the solution level, this being associated with an accumulation of high levels of salts on exposed root and nodule surfaces.In -N (minus nitrogen) sand culture continuous waterlogging reduced nitrogen content to 40 per cent of that of non-stressed plants. In nitrate-fed plants waterlogging effects were less severe. Waterlogging decreased nodule tissue production and decreased the specific activity of nitrogenase, as assayed by acetylene reduction. These effects were most marked three or more cm below the sand surface.  Watering on alternate days with free drainage at all times yielded maximum fixation in -N sand culture. Regimes increasing the extent of waterlogging or drying out in comparison with this optimum produced increasingly great decreases in nitrogen fixation. For equivalent reductions in total fixation, percentage N in dry matter was consistently lower in waterlogged than in droughted plants suggesting that excess water had the more specific effect on symbiotic activity. Both forms of stress affected particularly the transport of nitrogen from root to shoot.</BioTRI2:Abstract>
        <BioTRI2:Title>Effects of water, aeration, and salt regime on nitrogen fixation in a nodulated legume - definition of an optimum root environment</BioTRI2:Title>
        <BioTRI2:Year>1975</BioTRI2:Year>
        <BioTRI2:Author>F. R. Minchin and J. S. Pate</BioTRI2:Author>
        <BioTRI2:Reference>Journal of Experimental Botany 26: 60-69.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Roothairs&amp;Anchorage -->

    <Class rdf:about="&BioTRI2;Roothairs&amp;Anchorage">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>The role of root system architecture and root hairs in promoting anchorage against uprooting forces in Allium cepa and root mutants of Arabidopsis thaliana</BioTRI2:Title>
        <BioTRI2:Author>P. H. J. Bailey, J. D. Currey and A. H. Fitter</BioTRI2:Author>
        <BioTRI2:Year>2002</BioTRI2:Year>
        <BioTRI2:Abstract>The role played by lateral roots and root hairs in promoting plant anchorage, and specifically resist¬ance to vertical uprooting forces has been deter¬mined experimentally. Two species were studied, Allium cepa (onion) which has a particularly simple root system and two mutants of Arabidopsis thaliana, one without root hairs (rhd 2-1) and another with reduced lateral root branching (axr 4-2). Maximum strength of individual onion roots within a plant increased with age. In uprooting tests on onion seedlings, resistance to uprooting could be resolved into individual roots breaking. Peak pulling resistance was due to a combination of size and the extent to which the uprooting resistance of individual roots was additive. In similar uprooting tests on A. thaliana, the mutant axr 4-2, with very restricted lateral devel¬opment, showed a 14% reduction in peak pulling resistance when compared with the wild-type plants of similar shoot dry weight. The uprooting force trace ofaxr 4-2 was different to that of the wild type, and the main axis was a more significant contributor to anchorage than in the wild type. By contrast, the root hair-deficient mutant rhd 2-1 showed no difference in peak pulling resistance compared with the wild type, suggesting that root hairs do not normally play a role in uprooting resistance. The results show that lateral roots play an important role in anchorage, and that co-operation between roots may be the most significant factor.</BioTRI2:Abstract>
        <BioTRI2:Reference>Journal of Experimental Botany 53: 333-340.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Roridula_gorgonias -->

    <Class rdf:about="&BioTRI2;Roridula_gorgonias">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Liliopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rough_ER -->

    <Class rdf:about="&BioTRI2;Rough_ER">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ribosome"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Rufocephalus_sp. -->

    <Class rdf:about="&BioTRI2;Rufocephalus_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Locust"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SacrificialComponents -->

    <Class rdf:about="&BioTRI2;SacrificialComponents">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_31"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SacrificialLayer -->

    <Class rdf:about="&BioTRI2;SacrificialLayer">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_24"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SacrificialMaterial -->

    <Class rdf:about="&BioTRI2;SacrificialMaterial">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Safety -->

    <Class rdf:about="&BioTRI2;Safety">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SalinityStress -->

    <Class rdf:about="&BioTRI2;SalinityStress">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Journal of Agricultural and Food Chemistry 56: 3772-6.</BioTRI2:Reference>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Author>Kim, H. J., J. M. Fonseca, J. H. Choi, C. Kubota and D. Y. Kwon</BioTRI2:Author>
        <BioTRI2:Abstract>The influence of salinity stress on the growth, appearance, and nutritional compounds, especially phenolic compounds and carotenoids, of romaine lettuce (Lactuca sativa L.), a low salt tolerant plant, was studied. The dry weight, height, and color of the lettuce plants were significantly changed by long-term irrigation (15 days) with higher NaCl concentration (i.e., &gt;100 mM). However, no significant differences were observed in the growth and appearance among the control, all short-term treatments (2 days; 50, 100, 500, and 1000 mM), and long-term irrigation with low salt concentration. Moreover, in romaine lettuce treated with long-term irrigation with 5 mM NaCl, the total carotenoid content increased without color change, and the contents of major carotenoids in romaine lettuce, lutein and beta-carotene, increased 37 and 80%, respectively. No differences were observed in lutein and beta-carotene contents in short-term-treated lettuce. The phenolic content of the romaine lettuce declined with short-term salt irrigation, whereas there were no significant differences among treatments exposed to long-term irrigation. This research indicates that long-term irrigation with relatively low salt concentration, rather than short-term irrigation with high salt concentration, can increase carotenoid content in romaine lettuce without causing a tradeoff in yield or visual quality.</BioTRI2:Abstract>
        <BioTRI2:Title>Salt in irrigation water affects the nutritional and visual properties of romaine lettuce (Lactuca sativa L.)</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Salt -->

    <Class rdf:about="&BioTRI2;Salt">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sarcomastigophora -->

    <Class rdf:about="&BioTRI2;Sarcomastigophora">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Saurischia -->

    <Class rdf:about="&BioTRI2;Saurischia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dinosauria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Saxidomus_purpuratus -->

    <Class rdf:about="&BioTRI2;Saxidomus_purpuratus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Bivalvia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ScalingEffects -->

    <Class rdf:about="&BioTRI2;ScalingEffects">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_07"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ScarabDungBeetle -->

    <Class rdf:about="&BioTRI2;ScarabDungBeetle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Schizocosa -->

    <Class rdf:about="&BioTRI2;Schizocosa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aranaea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Schizocosa_ocreata -->

    <Class rdf:about="&BioTRI2;Schizocosa_ocreata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Schizocosa"/>
        <disjointWith rdf:resource="&BioTRI2;Schizocosa_retrorsa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Schizocosa_retrorsa -->

    <Class rdf:about="&BioTRI2;Schizocosa_retrorsa">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Schizocosa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sclerenchyma -->

    <Class rdf:about="&BioTRI2;Sclerenchyma">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Scots_pine -->

    <Class rdf:about="&BioTRI2;Scots_pine">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Conifers"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Scylla_sp. -->

    <Class rdf:about="&BioTRI2;Scylla_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Decapoda"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Scyllorhinus_canicula -->

    <Class rdf:about="&BioTRI2;Scyllorhinus_canicula">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Elasmobranchiata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SeahorseArmour -->

    <Class rdf:about="&BioTRI2;SeahorseArmour">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Porter, M. M., E. Novitskaya, A. B. Castro-Cesena, M. A. Meyers and J. McKittrick</BioTRI2:Author>
        <BioTRI2:Title>Highly deformable bones: Unusual deformation mechanisms of seahorse armor</BioTRI2:Title>
        <BioTRI2:Abstract>The seahorse tail is composed of subdermal bony plates arranged in articulating ring-like segments that overlap giving controlled ventral bending and twisting. The bony plates are highly deformable which slide past one another and buckle when compressed. This complex plate and segment motion, along with the unique hardness distribution and structural hierarchy of each plate, provide seahorses with  flexible joints while shielding them from impact and crushing.</BioTRI2:Abstract>
        <BioTRI2:Reference>Acta Biomaterialia </BioTRI2:Reference>
        <BioTRI2:Year>2013</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SeahorseSnout -->

    <Class rdf:about="&BioTRI2;SeahorseSnout">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>The Journal of Experimental Biology 213: 2184-2193.
</BioTRI2:Reference>
        <BioTRI2:Title>Snout allometry in seahorses: insights on optimisation of pivot feeding performance during ontogeny</BioTRI2:Title>
        <BioTRI2:Abstract>As juvenile life-history stages are subjected to strong selection, these stages often show levels of performance approaching those of adults, or show a disproportionately rapid increase of performance with age. Although testing performance capacity in aquatic suction feeders is often problematic, in pivot feeders such as seahorses models have been proposed to estimate whether snout length is optimal to minimise the time needed to reach the prey. Here, we investigate whether the same model can also explain the snout lengths in an ontogenetic series of seahorses, explore how pivot feeding kinematics change during ontogeny, and test whether juveniles show disproportionate levels of performance. Our analysis shows that the dimensions of the snout change during ontogeny from short and broad to long and narrow. Model calculations show that the snout lengths of newborn and juvenile seahorses are nearly optimal for minimising prey reach time. However, in juveniles the centre of head rotation in the earth-bound frame of reference is located near the posterior end of the head, whereas in adults it is shifted forward and is located approximately above the eye. Modelling shows that this forward shift in the centre of rotation has the advantage of decreasing the moment of inertia and the torque required to rotate the head, but has the disadvantage of slightly increasing the time needed to reach the prey. Thus, the snout lengths of juvenile seahorses appear to be close to optimal, suggesting that they reach levels of performance close to adult levels, which illustrates the pervasive nature of selection on performance in juveniles.</BioTRI2:Abstract>
        <BioTRI2:Author>G. Roos, S. Van Wassenbergh, A. Herrel, D. Adriaens and P. Aerts</BioTRI2:Author>
        <BioTRI2:Year>2010</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Secale_cereale -->

    <Class rdf:about="&BioTRI2;Secale_cereale">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Liliopsida"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Seed -->

    <Class rdf:about="&BioTRI2;Seed">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SeedFibre -->

    <Class rdf:about="&BioTRI2;SeedFibre">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantTissue"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Segmentation -->

    <Class rdf:about="&BioTRI2;Segmentation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SegmentationAndMerging -->

    <Class rdf:about="&BioTRI2;SegmentationAndMerging">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SegmentationClock -->

    <Class rdf:about="&BioTRI2;SegmentationClock">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Molecular bioSystems </BioTRI2:Title>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Author>Song, H., Z. Yuan and T. Zhou</BioTRI2:Author>
        <BioTRI2:Title>Delay-managed tradeoff in the molecular dynamics of the segmentation clock</BioTRI2:Title>
        <BioTRI2:Abstract>The molecular segmentation clock is a complex regulatory network that governs the periodic somite segmentation in vertebrate embryos. Underlying the rhythm of the segmentation clock is a single-cell level pace-making circuit, where inevitable molecular noise and time delay impose normal operating constraints to the pace-making. However, how the molecular mechanisms of the core circuit of the segmentation clock coordinate the operating constraints and maintain the rhythmic nature of the developmental process remains poorly understood. To address this question, we construct two biologically-motivated mathematical models with multiple clock protein transcription binding sites, with differential or rate-limited decay rates for protein monomers and dimers. We demonstrate that the rate-limited decay significantly enlarges the parameter space of noise-induced and delay-induced oscillations. Interestingly, focusing on the stochastic characters of noise-induced and delay-induced oscillations in terms of phase coherence and phase averaged amplitude noise in the polar coordinate, we find that there is a delay-managed tradeoff between phase coherence and phase averaged amplitude noise. In particular, the model with both multiple binding sites and rate-limited decay can show regular tunability as the delay increases. Our results indicate that transcriptional and post-translational mechanisms constrain the combined effects of noise and delay on the molecular dynamics of the segmentation clock.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Seiurus_aurocapillus -->

    <Class rdf:about="&BioTRI2;Seiurus_aurocapillus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Selection&amp;Recombination -->

    <Class rdf:about="&BioTRI2;Selection&amp;Recombination">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Genetics 160: 595-608.</BioTRI2:Reference>
        <BioTRI2:Year>2002</BioTRI2:Year>
        <BioTRI2:Author>Hey, J. and R. M. Kliman</BioTRI2:Author>
        <BioTRI2:Title>Interactions between natural selection, recombination and gene density in the genes of Drosophila</BioTRI2:Title>
        <BioTRI2:Abstract>In Drosophila, as in many organisms, natural selection leads to high levels of codon bias in genes that are highly expressed. Thus codon bias is an indicator of the intensity of one kind of selection that is experienced by genes and can be used to assess the impact of other genomic factors on natural selection. Among 13,000 genes in the Drosophila genome, codon bias has a slight positive, and strongly significant, association with recombination--as expected if recombination allows natural selection to act more efficiently when multiple linked sites segregate functional variation. The same reasoning leads to the expectation that the efficiency of selection, and thus average codon bias, should decline with gene density. However, this prediction is not confirmed. Levels of codon bias and gene expression are highest for those genes in an intermediate range of gene density, a pattern that may be the result of a tradeoff between the advantages for gene expression of close gene spacing and disadvantages arising from regulatory conflicts among tightly packed genes. These factors appear to overlay the more subtle effect of linkage among selected sites that gives rise to the association between recombination rate and codon bias.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SelectionInNature -->

    <Class rdf:about="&BioTRI2;SelectionInNature">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>Numerous studies have documented evolution by natural selection in natural populations, but few are genuine selection experiments that are designed and then executed in nature. We will focus on these few cases to illustrate what can be learned from field selection experiments alone or field and laboratory selection experiments together that cannot be learned from laboratory experiments alone. Both types of study allow us to evaluate cause and effect relationships because a planned experiment can be accompanied by a more direct evaluation of the factors that cause evolution. A unique benefit of field experiments is that they give us the opportunity to measure the rate and magnitude of selection in nature. We have found that this rate is far greater than one might imagine based on observations of the fossil record. A combination of field and laboratory selection experiments has revealed the importance of population size and structure in shaping the genetics of adaptation. For example, laboratory selection experiments on insecticide resistance tend to attain resistance though polygenic inheritance. The evolution of insecticide resistance in nature often eventually yields to single genes of large effect that are rare but, once they arise, represent a higher fitness solution to resistance and spread among populations. Finally, field studies enable us to test evolutionary theory in a context in which all of the tradeoffs associated with a trait are realized; in the laboratory, organisms may be shielded from the fitness tradeoffs associated with the evolution of a trait. For example, we have compared the patterns of senescence in guppies from high and low mortality rate environments in the laboratory and in the field. In the laboratory, guppies from high predation environments had delayed senescence relative to those from low predation environments. In the field the apparent relationship is the opposite. One hypothesis for this difference is that a tradeoff associated with the evolution of the high predation life history is a decrease in the investment in the immune system. Such a sacrifice would be evident in nature where there is exposure to disease and parasites but less so in the laboratory, which is relatively disease and parasite free.</BioTRI2:Abstract>
        <BioTRI2:Author>Reznick, D. N. and C. K. Ghalambor</BioTRI2:Author>
        <BioTRI2:Year>2005</BioTRI2:Year>
        <BioTRI2:Reference>Integrative and Comparative Biology 45: 456-62.</BioTRI2:Reference>
        <BioTRI2:Title>Selection in nature: experimental manipulations of natural populations</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SelectiveDiscard -->

    <Class rdf:about="&BioTRI2;SelectiveDiscard">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_23"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Self-Assembly -->

    <Class rdf:about="&BioTRI2;Self-Assembly">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_38"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Self-assembledIntermediateFilaments -->

    <Class rdf:about="&BioTRI2;Self-assembledIntermediateFilaments">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Self-assembledMaterials"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntermediateFilament"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Self-assembledMaterials -->

    <Class rdf:about="&BioTRI2;Self-assembledMaterials">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Self-service -->

    <Class rdf:about="&BioTRI2;Self-service">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SelfAssemble -->

    <Class rdf:about="&BioTRI2;SelfAssemble">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SelfCleaning -->

    <Class rdf:about="&BioTRI2;SelfCleaning">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SelfRegulate -->

    <Class rdf:about="&BioTRI2;SelfRegulate">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SelfRegulation -->

    <Class rdf:about="&BioTRI2;SelfRegulation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_38"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SelfRepair -->

    <Class rdf:about="&BioTRI2;SelfRepair">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_25"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Semibalanus_balanoides -->

    <Class rdf:about="&BioTRI2;Semibalanus_balanoides">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cirripedia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Semiothisa_aemulataria -->

    <Class rdf:about="&BioTRI2;Semiothisa_aemulataria">
        <rdfs:subClassOf rdf:resource="&BioTRI2;LepidopteraLarva"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SendASignal -->

    <Class rdf:about="&BioTRI2;SendASignal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_18"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sense&amp;Flight -->

    <Class rdf:about="&BioTRI2;Sense&amp;Flight">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Sensory Systems and Flight Stability: What do Insects Measure and Why?</BioTRI2:Title>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Abstract>In the absence of much passive stability, flying insects rely upon active stabilisation, necessitating the provision of rich sensory feedback across a range of modalities. Here we consider from a sensory perspective what quantities flying insects measure, in order to ask from a mechanical perspective why they should want to do so. We consider each of the sensory modalities separately and uncover three general principles. Firstly, we find that insects have evolved to measure changes in kinematic state, rather than absolute state. For example, although the antennae may be loosely thought of as airspeed sensors, we show that they are configured as a sophisticated adaptive sensing system which is much more appropriate for measuring changes in airspeed than absolute airspeed. Secondly, we find that insect sensory systems are tuned to sense self-motion components in specific directions. For example, certain visual interneurons of flies operate as matched filters that are tuned to detect the optic flow fields induced specifically by rotation about one particular axis. Thirdly, we find that insects commonly combine sensory input from across modalities to form composite, multi-modal quantities which they use as feedback to the control system. For example, certain individually identified descending interneurons combine input from the compound eyes, ocelli, antennae, and cephalic wind-sensitive hairs into one composite signal which is then used in flight control. We infer from these three general organisational principles that insects are configured to sense excitation of their natural modes of motion. This natural-mode sensing hypothesis: (1) explains why insects should want to sense changes in state rather than absolute state; (2) predicts what specific directions of motion they should sense, and (3) specifies how sensory input from different modalities should be combined.</BioTRI2:Abstract>
        <BioTRI2:Author>G. K. Taylor and H. G. Krapp</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sensitivity -->

    <Class rdf:about="&BioTRI2;Sensitivity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_23"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sensor -->

    <Class rdf:about="&BioTRI2;Sensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SensoryAcuity -->

    <Class rdf:about="&BioTRI2;SensoryAcuity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_28"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SeparateFilaments -->

    <Class rdf:about="&BioTRI2;SeparateFilaments">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>Seed hairs; insulation by feathers or hairs; spines and quils for protection; </rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SeparateTension&amp;Compression -->

    <Class rdf:about="&BioTRI2;SeparateTension&amp;Compression">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>Compressive and tensile elements in a structure should be minimised and kept separate, and that either one (usually the compressive element) if reduced to zero will allow the least amount of the other element (tensile) to be used.  This is seen in animals and plants with hydrostatic skeletons (which accounts for all non-woody plants).  Maxwell&apos;s Lemma.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sepia -->

    <Class rdf:about="&BioTRI2;Sepia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Cephalopoda"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phragmocone"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sepia_apama -->

    <Class rdf:about="&BioTRI2;Sepia_apama">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sepia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sepia_nemoralis -->

    <Class rdf:about="&BioTRI2;Sepia_nemoralis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sepia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sepia_officinalis -->

    <Class rdf:about="&BioTRI2;Sepia_officinalis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sepia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sepia_pharaonis -->

    <Class rdf:about="&BioTRI2;Sepia_pharaonis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sepia"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Setophaga_petechia -->

    <Class rdf:about="&BioTRI2;Setophaga_petechia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sex&amp;Death -->

    <Class rdf:about="&BioTRI2;Sex&amp;Death">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Sack, C. and D. L. Stern</BioTRI2:Author>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Abstract>Insect dispersal dimorphisms, in which both flight-capable and flightless individuals occur in the same species, are thought to reflect a balance between the benefits and costs of dispersal. Fitness costs and benefits associated with wing dimorphism were investigated in the male pea aphid, Acyrthosiphon pisum (Harris) (Hemiptera: Aphididae). In one-on-one mating competitions in small arenas between winged and wingless males, the winged aphids obtained most of the matings with virgin females. In contrast, during competition experiments in larger cages with multiple individuals of each morph, the winged males no longer had a clear mating advantage over wingless males. In the absence of competition, wingless males had marginally higher lifetime reproductive success than winged males, probably because mating winged males tended to die faster than wingless males. In the absence of females, winged males survived longer than wingless males and this difference disappeared under starvation conditions. Mating males of both morphs died significantly faster than males without access to females. There does not appear to be a direct tradeoff of dispersal ability with life history characteristics in pea aphid males, suggesting that the advantages of producing winged males may result from outbreeding.</BioTRI2:Abstract>
        <BioTRI2:Title>Sex and death in the male pea aphid, Acyrthosiphon pisum: The life-history effects of a wing dimorphism</BioTRI2:Title>
        <BioTRI2:Reference>Journal of insect science 7: 1-9.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sex&amp;Defence -->

    <Class rdf:about="&BioTRI2;Sex&amp;Defence">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Plant sex and the evolution of plant defenses against herbivores</BioTRI2:Title>
        <BioTRI2:Author>Johnson, M. T., S. D. Smith and M. D. Rausher</BioTRI2:Author>
        <BioTRI2:Abstract>Despite the importance of plant-herbivore interactions to the ecology and evolution of terrestrial ecosystems, the evolutionary factors contributing to variation in plant defenses against herbivores remain unresolved. We used a comparative phylogenetic approach to examine a previously untested hypothesis (Recombination-Mating System Hypothesis) that posits that reduced sexual reproduction limits adaptive evolution of plant defenses against arthropod herbivores. To test this hypothesis we focused on the evening primrose family (Onagraceae), which includes both sexual and functionally asexual species. Ancestral state reconstructions on a 5-gene phylogeny of the family revealed between 18 and 21 independent transitions between sexual and asexual reproduction. Based on these analyses, we examined susceptibility to herbivores on 32 plant species representing 15 independent transitions. Generalist caterpillars consumed 32% more leaf tissue, gained 13% greater mass, and experienced 21% higher survival on functionally asexual than on sexual plant species. Survival of a generalist feeding mite was 19% higher on asexual species. In a field experiment, generalist herbivores consumed 64% more leaf tissue on asexual species. By contrast, a specialist beetle fed more on sexual than asexual species, suggesting that a tradeoff exists between the evolution of defense to generalist and specialist herbivores. Measures of putative plant defense traits indicate that both secondary compounds and physical leaf characteristics may mediate this tradeoff. These results support the Recombination-Mating System Hypothesis and suggest that variation in sexual reproduction among plant species may play an important, yet overlooked, role in shaping the macroevolution of plant defenses against arthropod herbivores.</BioTRI2:Abstract>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 106: 18079-84.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sex&amp;Immunity -->

    <Class rdf:about="&BioTRI2;Sex&amp;Immunity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Increased sexual activity reduces male immune function in Drosophila melanogaster</BioTRI2:Title>
        <BioTRI2:Year>2001</BioTRI2:Year>
        <BioTRI2:Author>McKean, K. A. and L. Nunney</BioTRI2:Author>
        <BioTRI2:Abstract>Despite the benefits of resistance, susceptibility to infectious disease is commonplace. Although specific susceptibility may be considered an inevitable consequence of the co-evolutionary arms race between parasite and host, a more general constraint may arise from the cost of an immune response. This &quot;cost&quot; hypothesis predicts a tradeoff between immune defense and other components of fitness. In particular, a tradeoff between immunity and sexually selected male behavior has been proposed. Here we provide experimental support for the direct phenotypic tradeoff between sexual activity and immunity by studying the antibacterial immune response in Drosophila melanogaster. Males exposed to more females showed a reduced ability to clear a bacterial infection, an effect that we experimentally link to changes in sexual activity. Our results suggest immunosuppression is an important cost of reproduction and that immune function and levels of disease susceptibility will be influenced by sexual selection.</BioTRI2:Abstract>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 98: 7904-9.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sex-SpecificNutrient -->

    <Class rdf:about="&BioTRI2;Sex-SpecificNutrient">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Physiological genomics 25: 393-404.</BioTRI2:Reference>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Author>Bauer, M, J. D. Katzenberger, A. C. Hamm, M. Bonaus, I. Zinke, J. Jaekel and M. J. Pankratz</BioTRI2:Author>
        <BioTRI2:Abstract>The reallocation of metabolic resources is important for survival during periods of limited nutrient intake. This has an influence on diverse physiological processes, including reproduction, repair, and aging. One important aspect of resource allocation is the difference between males and females in response to nutrient stress. We identified several groups of genes that are regulated in a sex-biased manner under complete or protein starvation. These range from expected differences in genes involved in reproductive physiology to those involved in amino acid utilization, sensory perception, immune response, and growth control. A striking difference was observed in purine and the tightly interconnected folate metabolism upon protein starvation. From these results, we conclude that the purine and folate metabolic pathway is a major point of transcriptional regulation during resource allocation and may have relevance for understanding the physiological basis for the observed tradeoff between reproduction and longevity.</BioTRI2:Abstract>
        <BioTRI2:Title>Purine and folate metabolism as a potential target of sex-specific nutrient allocation in Drosophila and its implication for lifespan-reproduction tradeoff</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Shade&amp;Photoinhibition -->

    <Class rdf:about="&BioTRI2;Shade&amp;Photoinhibition">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>We investigated susceptibility to photoinhibition in leaves acclimated to different light regimes in intermediately shade-tolerant Japanese oak (Quercus mongolica Fisch. ex Turcz. var. crispula (Blume) Ohashi) and shade-tolerant Japanese maple (Acer mono Maxim. var. glabrum (Lev. et Van&apos;t.) Hara), to elucidate adaptability to gap formation in leaves differing in shade acclimation. We hypothesized that there is a tradeoff between shade adaptation and capacity to mitigate photoinhibition associated with leaf morphology. We simultaneously measured chlorophyll fluorescence and gas exchange in seedlings that had been grown in full sunlight (open), 10% of full sun (moderate shade) and 5% of full sun (deep shade). Shade-tolerant A. mono adapted to deep shade through changes in leaf morphology, lowering its leaf mass per area (LMA), but Q. mongolica showed little change in LMA between moderate and deep shade. Photochemical quenching (qP) did not differ between species in full sunlight and moderate shade; however, in deep shade, qP of Q. mongolica was higher than that of A. mono, suggesting that Q. mongolica grown in deep shade is less susceptible to photoinhibition at gap formation. This is consistent with the finding that chronic photoinhibition 3 days after the transfer to full sunlight, indicated by the decrease in maximum photochemical efficiency, Fv/Fm, at predawn, was less in deep-shade-grown Q. mongolica than in deep shade-grown A. mono. In deep shade, the electron transport rate (ETR) of Q. mongolica was higher than that of A. mono, whereas thermal energy dissipation through photosystem II antennae, indicated by non-photochemical quenching, was lower in Q. mongolica than in A. mono. In deep shade, the greater ETR capacity in Q. mongolica in association with higher LMA and higher leaf N content could contribute to maintaining high qP and mitigating photoinhibition. These results indicate that, by maintaining a high electron transport capacity even in deep shade, the gap-dependent and intermediate-shade-tolerant Q. mongolica trades improved shade adaptation for higher growth potential when a gap event occurs.</BioTRI2:Abstract>
        <BioTRI2:Reference>Tree Physiology 26: 441-8.</BioTRI2:Reference>
        <BioTRI2:Title>Tradeoff between shade adaptation and mitigation of photoinhibition in leaves of Quercus mongolica and Acer mono acclimated to deep shade</BioTRI2:Title>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Author>Kitao, M., T. T. Lei, T. Koike, H. Tobita and Y. Maruyama</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ShapeOfProtectiveAggregation -->

    <Class rdf:about="&BioTRI2;ShapeOfProtectiveAggregation">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;Pending"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_07"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_23"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <BioTRI2:Title>Shapes of krill swarms and fish schools emerge as aggregation members avoid predators and access oxygen</BioTRI2:Title>
        <BioTRI2:Author>Brierley, A. S. and M. J. Cox</BioTRI2:Author>
        <BioTRI2:Abstract>Shoal size and packing density varied greatly, but surface area:volume ratios (roughnesses) were distributed narrowly about approximately 3.3 m(-1). Shoals of clupeid fish (e.g., sardine, anchovy) from geographically and oceanographically diverse locations have very similar roughnesses. This common emergent shape property suggests common driving forces across diverse ecosystems. Group behavior can be complex, but a simple tradeoff--that we model--in which individual fish and krill juggle only their access to oxygen-replete water and exposure to predation can explain the observed shoal shape. Decreasing oxygen availability in a warming world ocean may impact shoal structure: because structure affects catchability by predators and fishers, understanding the response will be necessary for ecological and commercial reasons.</BioTRI2:Abstract>
        <BioTRI2:Conflict>Positive: Individual animals in a group are less likely to be predated  F_07
Negative:  They have to go to the surface of the group to get oxygen and are exposed to predation  F_23</BioTRI2:Conflict>
        <BioTRI2:Reference>Current biology : CB 20: 1758-62.</BioTRI2:Reference>
        <BioTRI2:Year>2010</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Shapes -->

    <Class rdf:about="&BioTRI2;Shapes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ShellReplacesMembrane -->

    <Class rdf:about="&BioTRI2;ShellReplacesMembrane">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_30"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ShieldOrMask -->

    <Class rdf:about="&BioTRI2;ShieldOrMask">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_09"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ShockAbsorber -->

    <Class rdf:about="&BioTRI2;ShockAbsorber">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_29"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ShockAbsorption -->

    <Class rdf:about="&BioTRI2;ShockAbsorption">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_22"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ShoreBirdFeeding -->

    <Class rdf:about="&BioTRI2;ShoreBirdFeeding">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>The variability of bird beak morphology reflects diverse foraging strategies. One such feeding mechanism in shorebirds involves surface tension–induced transport of prey in millimetric droplets: By repeatedly opening and closing its beak in a tweezering motion, the bird moves the drop from the tip of its beak to its mouth in a stepwise ratcheting fashion. We have analyzed the subtle physical mechanism responsible for drop transport and demonstrated experimentally that the beak geometry and the dynamics of tweezering may be tuned to optimize transport efficiency. We also highlight the critical dependence of the capillary ratchet on the beak&apos;s wetting properties, thus making clear the vulnerability of capillary feeders to surface pollutants.</BioTRI2:Abstract>
        <BioTRI2:Title>Surface Tension Transport of Prey by Feeding Shorebirds: The Capillary Ratchet</BioTRI2:Title>
        <BioTRI2:Reference>Science 320: 931-934.</BioTRI2:Reference>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Author>M. Prakash, D. Quéré and J. W. M. Bush</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#ShortTimeToRepair -->

    <Class rdf:about="&BioTRI2;ShortTimeToRepair">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_34"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Silica -->

    <Class rdf:about="&BioTRI2;Silica">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;Oxygen"/>
                            <rdf:Description rdf:about="&BioTRI2;Silicon"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Oxygen"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Silicon"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Spicule"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Silicatein -->

    <Class rdf:about="&BioTRI2;Silicatein">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Spicule"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Silicon -->

    <Class rdf:about="&BioTRI2;Silicon">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Non-Metal"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Silica"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Silk -->

    <Class rdf:about="&BioTRI2;Silk">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protein"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasConformation"/>
                <someValuesFrom rdf:resource="&BioTRI2;BetaPleatedSheet"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;ByssusThread"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Simplicity -->

    <Class rdf:about="&BioTRI2;Simplicity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_33"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Siphlonurus_lacustris -->

    <Class rdf:about="&BioTRI2;Siphlonurus_lacustris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Ephemeroptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Siphonaptera -->

    <Class rdf:about="&BioTRI2;Siphonaptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Endopterygota"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Resilin"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sirenia -->

    <Class rdf:about="&BioTRI2;Sirenia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eutheria"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sitobion_avenae -->

    <Class rdf:about="&BioTRI2;Sitobion_avenae">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Homoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sitta_canadensis -->

    <Class rdf:about="&BioTRI2;Sitta_canadensis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Size&amp;Number -->

    <Class rdf:about="&BioTRI2;Size&amp;Number">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 108: 5325-30.</BioTRI2:Reference>
        <BioTRI2:Abstract>Spermatozoa are amongst the most variable cells, and three factors are thought to account for this variation in design: fertilization mode, phylogeny, and postcopulatory sexual selection. In addition, it has long been assumed that a tradeoff exists between sperm size and number, and although postcopulatory sexual selection affects both traits, empirical evidence for a tradeoff has so far been elusive. Our recent theoretical model predicts that the nature of a direct tradeoff between sperm size and number varies with sperm competition mechanism and sperm competition risk. We test these predictions using a comparative approach in two very different taxa with different sperm competition mechanisms: passerine birds (mechanism: simple raffle) and Drosophila fruit flies (sperm displacement). We show that in both groups, males increase their total ejaculate investment with increasing sperm competition risk, but whereas passerine birds allocate disproportionately to sperm number, drosophilids allocate disproportionately to sperm size. This striking difference between the two groups can be at least partly explained by sperm competition mechanisms depending on sperm size relative to the size of the female reproductive tract: in large animals (passerines), sperm numbers are advantageous in sperm competition owing to dilution inside the female tract, whereas in small animals (drosophilids), large sperm are advantageous for physical competition (sperm displacement). Our study provides two important results. First, we provide convincing evidence for the existence of a sperm size-number tradeoff. Second, we show that by considering both sperm competition mechanism and dilution, can we account for variation in sperm size between different taxa.</BioTRI2:Abstract>
        <BioTRI2:Author>Immler, S., S. Pitnick, G. A. Parker, K. L. Durrant, S. Lupold, S. Calhim and T. R. Birkhead</BioTRI2:Author>
        <BioTRI2:Title>Resolving variation in the reproductive tradeoff between sperm size and number</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Size&amp;ShapeOfBranches -->

    <Class rdf:about="&BioTRI2;Size&amp;ShapeOfBranches">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Rosell, J. A., M. E. Olson, R. Aguirre-Hernandez and F. J. Sanchez-Sesma</BioTRI2:Author>
        <BioTRI2:Abstract>Organismal size and shape inseparably interact with tissue biomechanical properties. It is therefore essential to understand how size, shape, and biomechanics interact in ontogeny to produce morphological diversity. We estimated within species branch length-diameter allometries and reconstructed the rates of ontogenetic change along the stem in mechanical properties across the simaruba clade in the tropical tree genus Bursera, measuring 376 segments from 97 branches in nine species in neotropical dry to rain forest. In general, species with stiffer materials had longer, thinner branches, which became stiffer more quickly in ontogeny than their counterparts with more flexible materials. We found a trend from short stature and flexible tissues to tall statures and stiff tissues across an environmental gradient of increasing water availability, likely reflecting a water storage-mechanical support tradeoff. Ontogenetic variation in size, shape, and mechanics results in diversity of habits, for example, rapid length extension, sluggish diameter expansion, and flexible tissues results in a liana, as in Bursera instabilis. Even species of similar habit exhibited notable changes in tissue mechanical properties with increasing size, illustrating the inseparable relationship between organismal proportions and their tissue mechanics in the ontogeny and evolution of morphological diversity.</BioTRI2:Abstract>
        <BioTRI2:Reference>Evolution &amp; development 14: 437-49.</BioTRI2:Reference>
        <BioTRI2:Title>Ontogenetic modulation of branch size, shape, and biomechanics produces diversity across habitats in the Bursera simaruba clade of tropical trees</BioTRI2:Title>
        <BioTRI2:Year>2012</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SizeOfOrifice -->

    <Class rdf:about="&BioTRI2;SizeOfOrifice">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_05"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SizeOfWhales -->

    <Class rdf:about="&BioTRI2;SizeOfWhales">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>How large should whales be?</BioTRI2:Title>
        <BioTRI2:Author>Clauset, A.</BioTRI2:Author>
        <BioTRI2:Abstract>The evolution and distribution of species body sizes for terrestrial mammals is well-explained by a macroevolutionary tradeoff between short-term selective advantages and long-term extinction risks from increased species body size, unfolding above the 2 g minimum size induced by thermoregulation in air. Here, we consider whether this same tradeoff, formalized as a constrained convection-reaction-diffusion system, can also explain the sizes of fully aquatic mammals, which have not previously been considered. By replacing the terrestrial minimum with a pelagic one, at roughly 7000 g, the terrestrial mammal tradeoff model accurately predicts, with no tunable parameters, the observed body masses of all extant cetacean species, including the 175,000,000 g Blue Whale. This strong agreement between theory and data suggests that a universal macroevolutionary tradeoff governs body size evolution for all mammals, regardless of their habitat. The dramatic sizes of cetaceans can thus be attributed mainly to the increased convective heat loss is water, which shifts the species size distribution upward and pushes its right tail into ranges inaccessible to terrestrial mammals. Under this macroevolutionary tradeoff, the largest expected species occurs where the rate at which smaller-bodied species move up into large-bodied niches approximately equals the rate at which extinction removes them.</BioTRI2:Abstract>
        <BioTRI2:Year>2013</BioTRI2:Year>
        <BioTRI2:Reference>PLoS One 8: e53967.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SkeletalMuscle -->

    <Class rdf:about="&BioTRI2;SkeletalMuscle">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tendon"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Muscle"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Skin -->

    <Class rdf:about="&BioTRI2;Skin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Pelt"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Dermis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConnectiveTissue"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Skull -->

    <Class rdf:about="&BioTRI2;Skull">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AnimalOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;BonyEndoskeleton"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Slime -->

    <Class rdf:about="&BioTRI2;Slime">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;AdhesivePolysaccharide"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Slime_moulds -->

    <Class rdf:about="&BioTRI2;Slime_moulds">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Protozoa"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Smell -->

    <Class rdf:about="&BioTRI2;Smell">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Smooth_ER -->

    <Class rdf:about="&BioTRI2;Smooth_ER">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sub-CellularOrgan"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sodium -->

    <Class rdf:about="&BioTRI2;Sodium">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Metal"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SoftEye -->

    <Class rdf:about="&BioTRI2;SoftEye">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Eye"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;SoftLens"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SoftLens -->

    <Class rdf:about="&BioTRI2;SoftLens">
        <rdfs:subClassOf rdf:resource="&BioTRI2;AcellularSecretion"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Collagen"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Solanum_paniculatum -->

    <Class rdf:about="&BioTRI2;Solanum_paniculatum">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SolarTracking -->

    <Class rdf:about="&BioTRI2;SolarTracking">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_19"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Solenopsis_invicta -->

    <Class rdf:about="&BioTRI2;Solenopsis_invicta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Solidify -->

    <Class rdf:about="&BioTRI2;Solidify">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_36"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SoundSensor -->

    <Class rdf:about="&BioTRI2;SoundSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Space-fillingPolysaccharide -->

    <Class rdf:about="&BioTRI2;Space-fillingPolysaccharide">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;HagfishSlime"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;isPartOf"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cartilage"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SpaceFilling -->

    <Class rdf:about="&BioTRI2;SpaceFilling">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_37"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Specialise -->

    <Class rdf:about="&BioTRI2;Specialise">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_03"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SpecialiseOrAdapt -->

    <Class rdf:about="&BioTRI2;SpecialiseOrAdapt">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>MacLean, R. C., G. Bell and P. B. Rainey</BioTRI2:Author>
        <BioTRI2:Title>The evolution of a pleiotropic fitness tradeoff in Pseudomonas fluorescens</BioTRI2:Title>
        <BioTRI2:Abstract>The evolution of ecological specialization is expected to carry a cost, due to either antagonistic pleiotropy or mutation accumulation. In general, it has been difficult to distinguish between these two possibilities. Here, we demonstrate that the experimental evolution of niche-specialist genotypes of the bacterium Pseudomonas fluorescens that colonize the air-broth interface of spatially structured microcosms is accompanied by pleiotropic fitness costs in terms of reduced carbon catabolism. Prolonged selection in spatially structured microcosms caused the cost of specialization to decline without loss of the benefits associated with specialization. The decline in the cost of specialization can be explained by either compensatory adaptation within specialist lineages or clonal competition among specialist lineages. These results provide a possible explanation of conflicting accounts for the cost of specialization.</BioTRI2:Abstract>
        <BioTRI2:Year>2004</BioTRI2:Year>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 101: 8072-7.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SpecialistVirus -->

    <Class rdf:about="&BioTRI2;SpecialistVirus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Title>The pleiotropic cost of host-specialization in Tobacco etch potyvirus</BioTRI2:Title>
        <BioTRI2:Abstract>Host-range expansion is thought to allow viruses to broaden their ecological niches by allowing access to new resources. However, traits governing the infection of multiple hosts may decrease fitness in the original one due to the pleiotropic effect of adaptive mutations that may give rise to fitness tradeoffs across hosts. Here, we have experimentally examined the consequences of host-specialization in the plant pathogen Tobacco etch potyvirus (TEV). Replicate populations of TEV were allowed to evolve for 15 serial undiluted passages on the original tobacco host or on pepper, a novel host. Virulence and biologically active viral load were evaluated during the course of the experiment for each lineage on both potential hosts. In agreement with the tradeoff hypothesis, lineages evolved in the novel host experienced substantial increases in virulence and virus accumulation in its own host, but suffered reduced virulence and accumulation on the original host. By contrast, lineages evolved on the ancestral host did not increase virulence or viral load on either host. Genomic consensus sequences were obtained for each lineage at the end time point. The potential relevance for the evolution of virulence and virus fitness of the characterized mutations is discussed.</BioTRI2:Abstract>
        <BioTRI2:Author>P. Agudelo-Romero, F. de la Iglesia and S. F. Elena</BioTRI2:Author>
        <BioTRI2:Reference>Infection, genetics and evolution : journal of molecular epidemiology and evolutionary genetics in infectious diseases 8: 806-14.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Speed&amp;Accuracy -->

    <Class rdf:about="&BioTRI2;Speed&amp;Accuracy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Neuron 76: 616-28.
</BioTRI2:Reference>
        <BioTRI2:Author>Heitz, R. P. and J. D. Schall</BioTRI2:Author>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Neural mechanisms of speed-accuracy tradeoff</BioTRI2:Title>
        <BioTRI2:Abstract>Intelligent agents balance speed of responding with accuracy of deciding. Stochastic accumulator models commonly explain this speed-accuracy tradeoff by strategic adjustment of response threshold. Several laboratories identify specific neurons in prefrontal and parietal cortex with this accumulation process, yet no neurophysiological correlates of speed-accuracy tradeoff have been described. We trained macaque monkeys to trade speed for accuracy on cue during visual search and recorded the activity of neurons in the frontal eye field. Unpredicted by any model, we discovered that speed-accuracy tradeoff is accomplished through several distinct adjustments. Visually responsive neurons modulated baseline firing rate, sensory gain, and the duration of perceptual processing. Movement neurons triggered responses with activity modulated in a direction opposite of model predictions. Thus, current stochastic accumulator models provide an incomplete description of the neural processes accomplishing speed-accuracy tradeoffs. The diversity of neural mechanisms was reconciled with the accumulator framework through an integrated accumulator model constrained by requirements of the motor system.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Speed&amp;Accuracy2 -->

    <Class rdf:about="&BioTRI2;Speed&amp;Accuracy2">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Ho, T., S. Brown, L. van Maanen, B. U. Forstmann, E. J. Wagenmakers and J. T. Serences</BioTRI2:Author>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>The optimality of sensory processing during the speed-accuracy tradeoff</BioTRI2:Title>
        <BioTRI2:Abstract>When people make decisions quickly, accuracy suffers. Traditionally, speed-accuracy tradeoffs (SATs) have been almost exclusively ascribed to changes in the amount of sensory evidence required to support a response (&quot;response caution&quot;) and the neural correlates associated with the later stages of decision making (e.g., motor response generation and execution). Here, we investigated whether performance decrements under speed pressure also reflect suboptimal information processing in early sensory areas such as primary visual cortex (V1). Human subjects performed an orientation discrimination task while emphasizing either response speed or accuracy. A model of choice behavior revealed that the rate of sensory evidence accumulation was selectively modulated when subjects emphasized accuracy, but not speed, suggesting that changes in sensory processing also influence the SAT. We then used fMRI and a forward encoding model to derive orientation-selective tuning functions based on activation patterns in V1. When accuracy was emphasized, the extent to which orientation-selective tuning profiles exhibited a theoretically optimal gain pattern predicted both response accuracy and the rate of sensory evidence accumulation. However, these relationships were not observed when subjects emphasized speed. Collectively, our findings suggest that, in addition to lowered response thresholds, the performance decrements observed during speeded decision making may result from a failure to optimally process sensory signals.</BioTRI2:Abstract>
        <BioTRI2:Reference>The Journal of neuroscience : the official journal of the Society for Neuroscience 32: 7992-8003.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Speed&amp;Accuracy3 -->

    <Class rdf:about="&BioTRI2;Speed&amp;Accuracy3">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Title>Speed-accuracy tradeoff in olfaction</BioTRI2:Title>
        <BioTRI2:Abstract>The basic psychophysical principle of speed-accuracy tradeoff (SAT) has been used to understand key aspects of neuronal information processing in vision and audition, but the principle of SAT is still debated in olfaction. In this study we present the direct observation of SAT in olfaction. We developed a behavioral paradigm for mice in which both the duration of odorant sampling and the difficulty of the odor discrimination task were controlled by the experimenter. We observed that the accuracy of odor discrimination increases with the duration of imposed odorant sampling, and that the rate of this increase is slower for harder tasks. We also present a unifying picture of two previous, seemingly disparate experiments on timing of odorant sampling in odor discrimination tasks. The presence of SAT in olfaction provides strong evidence for temporal integration in olfaction and puts a constraint on models of olfactory processing.</BioTRI2:Abstract>
        <BioTRI2:Reference>Neuron 51: 351-8</BioTRI2:Reference>
        <BioTRI2:Author>Rinberg, D., A. Koulakov and A. Gelperin</BioTRI2:Author>
        <BioTRI2:Year>2006</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Speed&amp;Frequency -->

    <Class rdf:about="&BioTRI2;Speed&amp;Frequency">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>Proceedings. Biological sciences / The Royal Society 273: 1907-12.</BioTRI2:Reference>
        <BioTRI2:Author>Illes, A. E., M. L. Hall and S. L. Vehrencamp</BioTRI2:Author>
        <BioTRI2:Abstract>In a variety of songbirds the production of trilled song elements is constrained by a performance tradeoff between how fast a bird can repeat trill units (trill rate) and the range of frequencies each unit can span (frequency bandwidth). High-performance trills serve as an assessment signal for females, but little is known about the signal value of vocal performance for male receivers. We investigated the relationship between trill rate and frequency bandwidth in banded wren (Thryothorus pleurostictus) songs. Trilled song elements showed the same performance tradeoff found in other passerines and individuals differed in performance of some trill types. We tested the hypothesis that males of this species assess each other based on trill performance with a two-speaker experiment, in which territory owners were presented with alternating renditions of the same song type manipulated to differ in trill rate. Subjects were significantly more likely to approach the faster trill stimulus first. However, subjects that received trill types closer to the performance limit spent less time close to the fast speaker. Our results show that male banded wrens discriminate and respond differently to songs based on their vocal performance. Thus, performance of physically challenging songs may be important in intra- as well as inter-sexual assessment.</BioTRI2:Abstract>
        <BioTRI2:Title>Vocal performance influences male receiver response in the banded wren</BioTRI2:Title>
        <BioTRI2:Year>2006</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SpeedOfProduction -->

    <Class rdf:about="&BioTRI2;SpeedOfProduction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_32"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SpeedOfReaction -->

    <Class rdf:about="&BioTRI2;SpeedOfReaction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_09"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sphenodontia -->

    <Class rdf:about="&BioTRI2;Sphenodontia">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Reptilia"/>
        <rdfs:comment>tuataras from New Zealand: 2 spp</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Spheroidality -->

    <Class rdf:about="&BioTRI2;Spheroidality">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sphyrna_lewini -->

    <Class rdf:about="&BioTRI2;Sphyrna_lewini">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Elasmobranchiata"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Spicule -->

    <Class rdf:about="&BioTRI2;Spicule">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Silica"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Silicatein"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Spin -->

    <Class rdf:about="&BioTRI2;Spin">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Spine -->

    <Class rdf:about="&BioTRI2;Spine">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;AcellularSecretion"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;hasPart"/>
                        <someValuesFrom rdf:resource="&BioTRI2;Self-assembledIntermediateFilaments"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Spiral -->

    <Class rdf:about="&BioTRI2;Spiral">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SpringBalancesWeight -->

    <Class rdf:about="&BioTRI2;SpringBalancesWeight">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_12"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SpringCyclesEnergy -->

    <Class rdf:about="&BioTRI2;SpringCyclesEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_12"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Squamata -->

    <Class rdf:about="&BioTRI2;Squamata">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Reptilia"/>
        <rdfs:comment>lizards, snakes, and worm lizards: approximately 9,150 spp</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stabilise -->

    <Class rdf:about="&BioTRI2;Stabilise">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_22"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stability&amp;Maneuverability -->

    <Class rdf:about="&BioTRI2;Stability&amp;Maneuverability">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Weihs, D.</BioTRI2:Author>
        <BioTRI2:Abstract>The dictionary definition of stability as &quot;Firmly established, not easily to be changed&quot; immediately indicates the conflict between stability and maneuverability in aquatic locomotion. The present paper addresses several issues resulting from these opposing requirements. Classical stability theory for bodies moving in fluids is based on developments in submarine and airship motions. These have lateral symmetry, in common with most animals. This enables the separation of the equations of motion into two sets of 3 each. The vertical (longitudinal) set, which includes motions in the axial (surge), normal (heave) and pitching directions, can thus be separated from the lateral-horizontal plane which includes yaw, roll and sideslip motions. This has been found useful in the past for longitudinal stability studies based on coasting configurations but is not applicable to the analysis of turning, fast starts and vigorous swimming, where the lateral symmetry of the fish body is broken by bending motions. The present paper will also examine some of the aspects of the stability vs. maneuverability tradeoff for these asymmetric motions. An analysis of the conditions under which the separation of equations of motions into vertical and horizontal planes is justified, and a definition of the equations to be used in cases where this separation is not accurate enough is presented.</BioTRI2:Abstract>
        <BioTRI2:Title>Stability versus maneuverability in aquatic locomotion</BioTRI2:Title>
        <BioTRI2:Year>2002</BioTRI2:Year>
        <BioTRI2:Reference>Integrative and Comparative Biology 42: 127-34.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stability&amp;Multispecificity -->

    <Class rdf:about="&BioTRI2;Stability&amp;Multispecificity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Reference>PLoS computational biology 5: e1000627.</BioTRI2:Reference>
        <BioTRI2:Author>Fromer, M. and J. M. Shifman</BioTRI2:Author>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Abstract>Natural proteins often partake in several highly specific protein-protein interactions. They are thus subject to multiple opposing forces during evolutionary selection. To be functional, such multispecific proteins need to be stable in complex with each interaction partner, and, at the same time, to maintain affinity toward all partners. How is this multispecificity acquired through natural evolution? To answer this compelling question, we study a prototypical multispecific protein, calmodulin (CaM), which has evolved to interact with hundreds of target proteins. Starting from high-resolution structures of sixteen CaM-target complexes, we employ state-of-the-art computational methods to predict a hundred CaM sequences best suited for interaction with each individual CaM target. Then, we design CaM sequences most compatible with each possible combination of two, three, and all sixteen targets simultaneously, producing almost 70,000 low energy CaM sequences. By comparing these sequences and their energies, we gain insight into how nature has managed to find the compromise between the need for favorable interaction energies and the need for multispecificity. We observe that designing for more partners simultaneously yields CaM sequences that better match natural sequence profiles, thus emphasizing the importance of such strategies in nature. Furthermore, we show that the CaM binding interface can be nicely partitioned into positions that are critical for the affinity of all CaM-target complexes and those that are molded to provide interaction specificity. We reveal several basic categories of sequence-level tradeoffs that enable the compromise necessary for the promiscuity of this protein. We also thoroughly quantify the tradeoff between interaction energetics and multispecificity and find that facilitating seemingly competing interactions requires only a small deviation from optimal energies. We conclude that multispecific proteins have been subjected to a rigorous optimization process that has fine-tuned their sequences for interactions with a precise set of targets, thus conferring their multiple cellular functions.</BioTRI2:Abstract>
        <BioTRI2:Title>Tradeoff between stability and multispecificity in the design of promiscuous proteins</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stability&amp;Novelty -->

    <Class rdf:about="&BioTRI2;Stability&amp;Novelty">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Tokuriki, N., F. Stricher, L. Serrano and D. S. Tawfik</BioTRI2:Author>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Title>How protein stability and new functions trade off</BioTRI2:Title>
        <BioTRI2:Abstract>Numerous studies have noted that the evolution of new enzymatic specificities is accompanied by loss of the protein&apos;s thermodynamic stability (DeltaDeltaG), thus suggesting a tradeoff between the acquisition of new enzymatic functions and stability. However, since most mutations are destabilizing (DeltaDeltaG&gt;0), one should ask how destabilizing mutations that confer new or altered enzymatic functions relative to all other mutations are. We applied DeltaDeltaG computations by FoldX to analyze the effects of 548 mutations that arose from the directed evolution of 22 different enzymes. The stability effects, location, and type of function-altering mutations were compared to DeltaDeltaG changes arising from all possible point mutations in the same enzymes. We found that mutations that modulate enzymatic functions are mostly destabilizing (average DeltaDeltaG = +0.9 kcal/mol), and are almost as destabilizing as the &quot;average&quot; mutation in these enzymes (+1.3 kcal/mol). Although their stability effects are not as dramatic as in key catalytic residues, mutations that modify the substrate binding pockets, and thus mediate new enzymatic specificities, place a larger stability burden than surface mutations that underline neutral, non-adaptive evolutionary changes. How are the destabilizing effects of functional mutations balanced to enable adaptation? Our analysis also indicated that many mutations that appear in directed evolution variants with no obvious role in the new function exert stabilizing effects that may compensate for the destabilizing effects of the crucial function-altering mutations. Thus, the evolution of new enzymatic activities, both in nature and in the laboratory, is dependent on the compensatory, stabilizing effect of apparently &quot;silent&quot; mutations in regions of the protein that are irrelevant to its function.</BioTRI2:Abstract>
        <BioTRI2:Reference>PLoS computational biology 4: e1000002.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StandingWave -->

    <Class rdf:about="&BioTRI2;StandingWave">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_19"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Staphylococcus_aureus -->

    <Class rdf:about="&BioTRI2;Staphylococcus_aureus">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Procaryota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Starch -->

    <Class rdf:about="&BioTRI2;Starch">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Polysaccharide"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StealthyWalking -->

    <Class rdf:about="&BioTRI2;StealthyWalking">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Author>K. L. Bishop, A. K. Pai and D. Schmitt</BioTRI2:Author>
        <BioTRI2:Reference>PLoS One 3: e3808.</BioTRI2:Reference>
        <BioTRI2:Abstract>The metabolic cost associated with locomotion represents a significant part of an animal&apos;s metabolic energy budget. Therefore understanding the ways in which animals manage the energy required for locomotion by controlling muscular effort is critical to understanding limb design and the evolution of locomotor behavior. The assumption that energetic economy is the most important target of natural selection underlies many analyses of steady animal locomotion, leading to the prediction that animals will choose gaits and postures that maximize energetic efficiency. Many quadrupedal animals, particularly those that specialize in long distance steady locomotion, do in fact reduce the muscular contribution required for walking by adopting pendulum-like center of mass movements that facilitate exchange between kinetic energy (KE) and potential energy (PE). However, animals that are not specialized for long distance steady locomotion may face a more complex set of requirements, some of which may conflict with the efficient exchange of mechanical energy. For example, the &quot;stealthy&quot; walking style of cats may demand slow movements performed with the center of mass close to the ground. Force plate and video data show that domestic cats (Felis catus, Linnaeus, 1758) have lower mechanical energy recovery than mammals specialized for distance. A strong negative correlation was found between mechanical energy recovery and diagonality in the footfalls and there was also a negative correlation between limb compression and diagonality of footfalls such that more crouched postures tended to have greater diagonality. These data show a previously unrecognized mechanical relationship in which crouched postures are associated with changes in footfall pattern which are in turn related to reduced mechanical energy recovery. Low energy recovery was not associated with decreased vertical oscillations of the center of mass as theoretically predicted, but rather with posture and footfall pattern on the phase relationship between potential and kinetic energy. An important implication of these results is the possibility of a tradeoff between stealthy walking and economy of locomotion. This potential tradeoff highlights the complex and conflicting pressures that may govern the locomotor choices that animals make.</BioTRI2:Abstract>
        <BioTRI2:Title>Whole body mechanics of stealthy walking in cats</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stem -->

    <Class rdf:about="&BioTRI2;Stem">
        <rdfs:subClassOf rdf:resource="&BioTRI2;PlantOrgan"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Sclerenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Wood"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Cambium"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Parenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Collenchyma"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Xylem"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;Phloem"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stenus_sp. -->

    <Class rdf:about="&BioTRI2;Stenus_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Coleoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StereotypicBehaviour -->

    <Class rdf:about="&BioTRI2;StereotypicBehaviour">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_38"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stiffen -->

    <Class rdf:about="&BioTRI2;Stiffen">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_13"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stomiformes -->

    <Class rdf:about="&BioTRI2;Stomiformes">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Teleostei"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StoreFood -->

    <Class rdf:about="&BioTRI2;StoreFood">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StoredMechanicalEnergy -->

    <Class rdf:about="&BioTRI2;StoredMechanicalEnergy">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_10"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StraightToCurved -->

    <Class rdf:about="&BioTRI2;StraightToCurved">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_14"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StrainSensor -->

    <Class rdf:about="&BioTRI2;StrainSensor">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Sensor"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Strawberry -->

    <Class rdf:about="&BioTRI2;Strawberry">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Dicotyledonacea"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Fruit"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Streblognathus_peetersi -->

    <Class rdf:about="&BioTRI2;Streblognathus_peetersi">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Strepsiptera -->

    <Class rdf:about="&BioTRI2;Strepsiptera">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Endopterygota"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Stretch -->

    <Class rdf:about="&BioTRI2;Stretch">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Strombus_gigas -->

    <Class rdf:about="&BioTRI2;Strombus_gigas">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Gastropoda"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasPart"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConchShell"/>
            </Restriction>
        </rdfs:subClassOf>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StrongAcid -->

    <Class rdf:about="&BioTRI2;StrongAcid">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_38"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StrongOxidants -->

    <Class rdf:about="&BioTRI2;StrongOxidants">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_38"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StructuralHeterogeneity -->

    <Class rdf:about="&BioTRI2;StructuralHeterogeneity">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_40"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#StructuredField -->

    <Class rdf:about="&BioTRI2;StructuredField">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_28"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Strumigenys_sp. -->

    <Class rdf:about="&BioTRI2;Strumigenys_sp.">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Formicoidea"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sturnus_vulgaris -->

    <Class rdf:about="&BioTRI2;Sturnus_vulgaris">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Aves"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Sub-CellularOrgan -->

    <Class rdf:about="&BioTRI2;Sub-CellularOrgan">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Biology"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SubDivideObject -->

    <Class rdf:about="&BioTRI2;SubDivideObject">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SubDivideSurface -->

    <Class rdf:about="&BioTRI2;SubDivideSurface">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SubDivideTiming -->

    <Class rdf:about="&BioTRI2;SubDivideTiming">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>Multitasking.  </rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SubDivideVolume -->

    <Class rdf:about="&BioTRI2;SubDivideVolume">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_01"/>
        <rdfs:comment>Cellular structure: cells can be independent - e.g. motor cells</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Suction -->

    <Class rdf:about="&BioTRI2;Suction">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_08"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Suina -->

    <Class rdf:about="&BioTRI2;Suina">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Artiodactyla"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SuperPowers -->

    <Class rdf:about="&BioTRI2;SuperPowers">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_16"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Supercool -->

    <Class rdf:about="&BioTRI2;Supercool">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SuperdiffusionChemotaxis -->

    <Class rdf:about="&BioTRI2;SuperdiffusionChemotaxis">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Reference>Biophysical Journal 97: 946-57.</BioTRI2:Reference>
        <BioTRI2:Author>Matthaus, F., M. Jagodic and J. Dobnikar</BioTRI2:Author>
        <BioTRI2:Title>E. coli superdiffusion and chemotaxis-search strategy, precision, and motility</BioTRI2:Title>
        <BioTRI2:Abstract>Escherichia coli motion is characterized by a sequence of consecutive tumble-and-swim events. In the absence of chemical gradients, the length of individual swims is commonly believed to be distributed exponentially. However, recently there has been experimental indication that the swim-length distribution has the form of a power-law, suggesting that bacteria might perform superdiffusive Levy-walk motion. In E. coli, the power-law behavior can be induced through stochastic fluctuations in the level of CheR, one of the key enzymes in the chemotaxis signal transmission pathway. We use a mathematical model of the chemotaxis signaling pathway to study the influence of these fluctuations on the E. coli behavior in the absence and presence of chemical gradients. We find that the population with fluctuating CheR performs Levy-walks in the absence of chemoattractants, and therefore might have an advantage in environments where nutrients are sparse. The more efficient search strategy in sparse environments is accompanied by a generally larger motility, also in the presence of chemoattractants. The tradeoff of this strategy is a reduced precision in sensing and following gradients, as well as a slower adaptation to absolute chemoattractant levels.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Superheat -->

    <Class rdf:about="&BioTRI2;Superheat">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_35"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SupportMutually -->

    <Class rdf:about="&BioTRI2;SupportMutually">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Functions"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;IP_05"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SurvivalOfAnimal -->

    <Class rdf:about="&BioTRI2;SurvivalOfAnimal">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_15"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SurvivalOfPlant -->

    <Class rdf:about="&BioTRI2;SurvivalOfPlant">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_16"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SusceptibilityToChange -->

    <Class rdf:about="&BioTRI2;SusceptibilityToChange">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_13"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SusceptibilityToParasites -->

    <Class rdf:about="&BioTRI2;SusceptibilityToParasites">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SusceptibilityToPathogens -->

    <Class rdf:about="&BioTRI2;SusceptibilityToPathogens">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SusceptibilityToPredators -->

    <Class rdf:about="&BioTRI2;SusceptibilityToPredators">
        <rdfs:subClassOf rdf:resource="&BioTRI2;F_30"/>
        <rdfs:subClassOf rdf:resource="&BioTRI2;Problem"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SwimmingWhales -->

    <Class rdf:about="&BioTRI2;SwimmingWhales">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Year>2004</BioTRI2:Year>
        <BioTRI2:Abstract>Swimming efficiencies of fish and cetaceans have been related to a certain synchrony between stroke cycle frequency, peak-to-peak tail/fluke amplitude and mean swimming speed. These kinematic parameters form a non-dimensional wake parameter, referred to as a Strouhal number, which for the range between 0.20 and 0.40 has been associated with enhanced swimming efficiency for fish and cetaceans. Yet to date there has been no direct experimental substantiation of what Strouhal numbers are preferred by swimming cetaceans. To address this lack of data, a total of 248 Strouhal numbers were calculated for the captive odontocete cetaceans Tursiops truncatus, Pseudorca crassidens, Orcinus orca, Globicephala melaena, Lagenorhynchus obliquidens and Stenella frontalis. Although the average Strouhal number calculated for each species is within the accepted range, considerable scatter is found in the data both within species and among individuals. A greater proportion of Strouhal values occur between 0.20 and 0.30 (74%) than the 0.25‚Äì0.35 (55%) range predicted for maximum swimming efficiency. Within 0.05 Strouhal increments, the greatest number of Strouhal values was found between 0.225 and 0.275 (44%). Where propulsive efficiency data were available (T. truncatus, P. crassidens, O. orca), peak swimming efficiency corresponded to this same Strouhal range. The odontocete cetacean data show that, besides being generally limited to a range of Strouhal numbers between 0.20 and 0.40, the kinematic parameters comprising the Strouhal number provide additional constraints. Fluke-beat frequency normalized by the ratio of swimming speed to body length was generally restricted from 1 to 2, whereas peak-to-peak fluke amplitude normalized by body length occurred predominantly between 0.15 and 0.25. The results indicate that the kinematics of the propulsive flukes of odontocete cetaceans are not solely dependent on Strouhal number, and the Strouhal number range for odontocete cetaceans occurs at slightly (‚àº20%) lower values than previously predicted for maximum swimming efficiency.</BioTRI2:Abstract>
        <BioTRI2:Author>J. J. Rohr and F. E. Fish</BioTRI2:Author>
        <BioTRI2:Reference>Journal of Experimental Biology 207: 1633-1642.</BioTRI2:Reference>
        <BioTRI2:Title>Strouhal numbers and optimization of swimming by odontocete cetaceans</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SympatricSpeciation -->

    <Class rdf:about="&BioTRI2;SympatricSpeciation">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Abstract>The existing theory of sympatric speciation assumes that a local population splits into two species under one-dimensional disruptive selection, which favors both of the opposite extreme values of a quantitative trait. Here we model sympatric speciation under selection that favors high values of either of the two independently inherited traits, each required to efficiently consume one of the two available resources, but acts, because of a tradeoff, against those possessing high values of both traits. Such two-dimensional incompatibility selection is similar to that involved in allopatric speciation. Using a hypergeometric phenotypic model, we show that incompatibility selection readily leads to sympatric speciation. In contrast to disruptive selection, two distinct modes of sympatric speciation exist under incompatibility selection: under strong tradeoffs both of the new species are specialists, each consuming its own resource, but under moderate tradeoffs speciation may be asymmetric and involve the origin of a specialist and a generalist species. Also, incompatibility selection may lead to irreversible specialization: under strong tradeoffs, the population speciates if it consists mostly of unspecialized individuals, but remains undivided if most of the individuals are specialized to consume one of the resources. Incompatibility selection appears to be more realistic than disruptive selection, implying that incompatibility between individually adaptive alleles or trait states drives both allopatric and sympatric speciation.</BioTRI2:Abstract>
        <BioTRI2:Author>Artzy-Randrup Y. and A. S. Kondrashov</BioTRI2:Author>
        <BioTRI2:Title>Sympatric speciation under incompatibility selection</BioTRI2:Title>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 103: 11619-24.</BioTRI2:Reference>
        <BioTRI2:Year>2006</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#Symphyta -->

    <Class rdf:about="&BioTRI2;Symphyta">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Hymenoptera"/>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynapticDepression -->

    <Class rdf:about="&BioTRI2;SynapticDepression">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Pending"/>
        <BioTRI2:Author>Rangan, A. V.</BioTRI2:Author>
        <BioTRI2:Reference>PLoS computational biology 8: e1002622.</BioTRI2:Reference>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Functional roles for synaptic-depression within a model of the fly antennal lobe</BioTRI2:Title>
        <BioTRI2:Abstract>Several experiments indicate that there exists substantial synaptic-depression at the synapses between olfactory receptor neurons (ORNs) and neurons within the drosophila antenna lobe (AL). This synaptic-depression may be partly caused by vesicle-depletion, and partly caused by presynaptic-inhibition due to the activity of inhibitory local neurons within the AL. While it has been proposed that this synaptic-depression contributes to the nonlinear relationship between ORN and projection neuron (PN) firing-rates, the precise functional role of synaptic-depression at the ORN synapses is not yet fully understood. In this paper we propose two hypotheses linking the information-coding properties of the fly AL with the network mechanisms responsible for ORN--&gt;AL synaptic-depression. Our first hypothesis is related to variance coding of ORN firing-rate information--once stimulation to the ORNs is sufficiently high to saturate glomerular responses, further stimulation of the ORNs increases the regularity of PN spiking activity while maintaining PN firing-rates. The second hypothesis proposes a tradeoff between spike-time reliability and coding-capacity governed by the relative contribution of vesicle-depletion and presynaptic-inhibition to ORN--&gt;AL synaptic-depression. Synaptic-depression caused primarily by vesicle-depletion will give rise to a very reliable system, whereas an equivalent amount of synaptic-depression caused primarily by presynaptic-inhibition will give rise to a less reliable system that is more sensitive to small shifts in odor stimulation. These two hypotheses are substantiated by several small analyzable toy models of the fly AL, as well as a more physiologically realistic large-scale computational model of the fly AL involving 5 glomerular channels.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf -->

    <Class rdf:about="&BioTRI2;SynthesisOf">
        <rdfs:subClassOf rdf:resource="&BioTRI2;Data"/>
        <rdfs:comment>This Class is for the basic examples of this ontology.  All the members are examples of problems in biology and how they have been solved.  They can therefore be compared with engineering using TRIZ.</rdfs:comment>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AbscissionActivation -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AbscissionActivation">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_31"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_23"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf rdf:resource="&BioTRI2;SynthesisOf"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_34"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntroducingZonation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_34"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Pennisetum_typhoides"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Abscise"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_22"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_34"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DiscardObjects"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">100</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_34"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;AbscissionZone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ActionBeforeEvent"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingBreakableMembrane"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_22"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Conflict>Positive:  Abscission zone forms a barrier (F_31)
Negative:  Loss of tissue (F_23)</BioTRI2:Conflict>
        <BioTRI2:Author>Heslop-Harrison Y. and  J. S. Heslop-Harrison</BioTRI2:Author>
        <BioTRI2:Abstract>Abscission of the stigmas of pearl millet (Pennisetum typhoides (Burman) Stapf et Hubbard) after pollination results from the activation of a specialized zone of tissue near the base. This abscission zone comprises a well-defined stretch of the basal column made up of thin-walled cells lacking a cuticularized epidermis. The penetration of the first few pollen tubes following a compatible pollination results in loss of turgor throughout the tissue, followed by loss of adhesion between the cells and ultimately disruption of the whole zone. Pectolytic enzymes are released concomitantly, but the cellulosic skeletons of the cells persist. Numerous calcium oxalate druses, identified cytochemically and by energy-dispersive x-ray analysis, are present in the cells of the abscission zone; these undergo dissolution after activation of the zone, while simultaneously the druse population in the stigma stump and the upper ovary wall increases. The barrier formed by the degenerating abscission zone tissues excludes pollen tubes arriving after the initial activation and prevents the penetration of pathogens such as ergot and so has a prophylactic role. We suggest that the collapsed abscission zone forms not only a physical barrier but also a chemical one. Dissolution products of the numerous calcium oxalate druses during the breakdown of the tissue are likely to raise the calcium ion concentrations beyond the optimum for pollen-tube growth, thereby preventing further penetration. Inhibited tubes swell at the tips and may show growth disorientation before arrest, responses similar to those seen in pearl millet tubes in culture when exposed to higher than normal calcium ion concentration.</BioTRI2:Abstract>
        <BioTRI2:Year>1997</BioTRI2:Year>
        <BioTRI2:Title>The pollen tube activated abscission zone in the stigma of pearl millet: structural and physiological aspects.  </BioTRI2:Title>
        <BioTRI2:Reference>Canadian Journal of Botany-Revue Canadienne de Botanique, 75: 1200-1207.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AdaptiveCountershading -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AdaptiveCountershading">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_30"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_25"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Sepia_officinalis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_26"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SubDivideSurface"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_26"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_18"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Loligo_vulgaris"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingChromatophores"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Countershade"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_18"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_34"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_34"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;GravityFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Octopus_vulgaris"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title> A countershading reflex in cephalopods</BioTRI2:Title>
        <BioTRI2:Author>Ferguson G. P. and  J. B. Messenger</BioTRI2:Author>
        <BioTRI2:Year>1991</BioTRI2:Year>
        <BioTRI2:Abstract>Most cephalopods have more chromatophores on the dorsal body surface than on the ventral and these tend to be kept tonically expanded. As a result the dorsal surface is usually darker than the ventral, an effect shown by many animals and known as countershading. We report here that when Sepia officinalis, Loligo vulgaris and Octopus volgaris are rotated 180-degrees around the longitudinal body axis the ventral chromatophores expand, causing darkening, while the dorsal chromatophores retract, causing paling. When animals are rotated through only 90-degrees the chromatophores on the uppermost half of the ventral and dorsal surfaces expand, while those on the lower half retract. This response, which we term the countershading reflex, can be abolished by ablating the statocysts; and experiments in which the direction of incident light is reversed show that the reflex is not driven by sensory input from the eyes. The function of the reflex is presumably to maintain countershading while the animal is momentarily disoriented; this idea is supported by the fact that it lasts only a few seconds.</BioTRI2:Abstract>
        <BioTRI2:Conflict>Positive:  The animal is less easily seen (F_30)
Negative:  the reflex requires a fast nervous system (F_25)</BioTRI2:Conflict>
        <BioTRI2:Reference>Proceedings of the Royal Society B, 243: 63-67.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AerolasticEagleWings -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AerolasticEagleWings">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_33"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_01"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingGlobalFlexibility"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">80</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">70</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aquila_nipalensis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IncreasingAdaptiveness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DynamicRange"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_16"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Feather"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;PassiveFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_16"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>J Exp Biol, 210: 4136-4149.</BioTRI2:Reference>
        <BioTRI2:Conflict>Positive:  Flexible feathers improve unsteady aerodynamics (F_33)
Negative:  They can&apos;t always be controlled (F_01)
(Analysis suggests that the negative factor is weight of moving object, which is reasonable)</BioTRI2:Conflict>
        <BioTRI2:Abstract>Here we analyse aeroelastic devices in the wings of a steppe eagle Aquila nipalensis during manoeuvres. Chaotic deflections of the upperwing coverts observed using video cameras carried by the bird (50 frames/s) indicate trailing-edge separation but attached flow near the leading edge during flapping and gust response, and completely stalled flows upon landing. The underwing coverts deflect automatically along the leading edge at high angle of attack. We use high-speed digital video (500 frames/s) to analyse these deflections in greater detail during perching sequences indoors and outdoors. Outdoor perching sequences usually follow a stereotyped three-phase sequence comprising a glide, pitch-up manoeuvre and deep stall. During deep stall, the spread-eagled bird has aerodynamics reminiscent of a cross-parachute. Deployment of the underwing coverts is closely phased with wing sweeping during the pitch-up manoeuvre, and is accompanied by alula protraction. Surprisingly, active alula protraction is preceded by passive peeling from its tip. Indoor flights follow a stereotyped flapping perching sequence, with deployment of the underwing coverts closely phased with alula protraction and the end of the downstroke. We propose that the underwing coverts operate as an automatic high-lift device, analogous to a Kruger flap. We suggest that the alula operates as a strake, promoting formation of a leading-edge vortex on the swept hand-wing when the arm-wing is completely stalled, and hypothesise that its active protraction is stimulated by its initial passive deflection. These aeroelastic devices appear to be used for flow control to enhance unsteady manoeuvres, and may also provide sensory feedback.</BioTRI2:Abstract>
        <BioTRI2:Author>Carruthers, A. C., A. L. R. Thomas, G. K. Taylor</BioTRI2:Author>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Title>Automatic aeroelastic devices in the wings of a steppe eagle Aquila nipalensis</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AerolasticInsectWings -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AerolasticInsectWings">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_33"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_36"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aeshna_multicolor"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_08"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;AerodynamicThrust"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Manduca_sexta"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ReductionOfStiffness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_12"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntroducingZonation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_08"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingGlobalFlexibility"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_26"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_17"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_12"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_17"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_26"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>In Manduca sexta, and the dragonfly Aeshna multicolor, flexural stiffness declines sharply from the wing base to the tip, and from the leading edge to the trailing edge; this variation can be approximated by an exponential decline. The wings of M. sexta also display dorsal/ventral asymmetry in flexural stiffness and significant differences between males and females. Finite element models based on M. sexta forewings demonstrate that the measured spatial variation in flexural stiffness preserves rigidity in proximal regions of the wing, while transferring bending to the edges, where aerodynamic force production is most sensitive to subtle changes in shape.</BioTRI2:Abstract>
        <BioTRI2:Title>Flexural stiffness in insect wings II. Spatial distribution and dynamic wing bending</BioTRI2:Title>
        <BioTRI2:Author>Combes, S. A. and T. L. Daniel</BioTRI2:Author>
        <BioTRI2:Year>2003</BioTRI2:Year>
        <BioTRI2:Conflict>Positive:  Wing functions automatically (F_33)
Negative:  Complexity of shape and stiffness (F_36)
(TRIZ analysis suggests that positive should be speed [F_09] and negative should be use of energy [F_19] )</BioTRI2:Conflict>
        <BioTRI2:Reference> Journal of Experimental Biology, 206: 2989-2997.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AlgalAdhesion -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AlgalAdhesion">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_14"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_31"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ConvertingHydrophobicToHydrophilic"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Coccomyxa_sp."/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_22"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SacrificialMaterial"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">20</xsd:minExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">30</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_22"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Glaphyrella_trebouxiodes"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingAdhesive"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_22"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_22"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntroducingZonation"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>Characterisation of Amyloid Nanostructures in the Natural Adhesive of Unicellular Subaerial Algae</BioTRI2:Title>
        <BioTRI2:Conflict>Positive:  Adhesive is tough although there is a lot of order in the molecule (F_14)
Negative:  In order to be tough, it has to have sections which are more likely to break - sacrificial (F_31)</BioTRI2:Conflict>
        <BioTRI2:Source></BioTRI2:Source>
        <BioTRI2:Author>Mostaert; A. S., C. Giordani;  R. Crockett; U. Karsten; R. Schumann; S. P. Jarvis</BioTRI2:Author>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Abstract>Raman spectroscopy confirmed the adhesive proteins of two species of alga to be predominantly in beta-sheet and composed of a number of hydrophobic amino acid residues. Congo red and thioflavin-T dyes amyloid-like structures. Probing the adhesives with AFM revealed highly ordered and repetitive mechanical responses indicative of highly ordered structures within the adhesive. The repetitive nature of the sawtooth response is typical of a sacrificial bond and hidden length mechanism that is, we propose, the result of mechanical manipulation of individual molecules within an intermolecular beta-sheet that makes up the generic amyloid structure. The mechanical data show how amyloid provides cohesive strength to the adhesives, and this intrinsic mechanical property of an amyloid-based adhesive explains the ecological success of attachment of these subaerial microalgae on various surfaces.</BioTRI2:Abstract>
        <BioTRI2:Reference>The Journal of Adhesion, 85: 465 - 483.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AmmonoidSutures -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AmmonoidSutures">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_14"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_12"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_30"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_07"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_07"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_08"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Reinforce"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Ammonite"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Heterogeneity"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_30"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_40"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;FractalModel"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_08"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Conflict>Positive: M.o.p. is cheap and effective (F_14)
Negative:  Have to be careful what shapes it&apos;s used in (F_12)</BioTRI2:Conflict>
        <BioTRI2:Author>De Blasio F. V. </BioTRI2:Author>
        <BioTRI2:Title>Thriving at high hydrostatic pressure: the example of ammonoids (extinct cephalopods)</BioTRI2:Title>
        <BioTRI2:Abstract>Suture lines of ancient ammonoids were gently curved and during the evolution of the group became highly complex, in some cases so extensively frilled as to be considered as fractal curves. Numerous theories have been put forward to explain the complexity of suture ammonoid lines. Calculations presented here lend support to the hypothesis that complex suture lines aided in counteracting the effect of the external water pressure. Additionally, it is suggested that complex suture lines diminished shell shrinkage caused by water pressure, and thus improved buoyancy.</BioTRI2:Abstract>
        <BioTRI2:Reference>Bioinspiration &amp; Biomimetics, 1: L1.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_Ant-lion -->

    <Class rdf:about="&BioTRI2;SynthesisOf_Ant-lion">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_28"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_09"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingDegreeOfMovement"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_28"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_04"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;MakeActionAdjustable"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_04"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;AsymmetryOfMovement"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_28"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Myrmeleon_crudelis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DesignForReliability"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Conflict>Negative:  Strike speed is relatively low F_09
Positive:  There is time enough for the mandibles to contact the prey simultaneously, increasing likelihood of capture F_28</BioTRI2:Conflict>
        <BioTRI2:Title>Modulation in the feeding prey capture of the ant-lion, Myrmeleon crudelis</BioTRI2:Title>
        <BioTRI2:Reference>Journal of experimental zoology. Part A, Ecological genetics and physiology 315: 602-9.</BioTRI2:Reference>
        <BioTRI2:Author>Lambert, E. P., P. J. Motta and D. Lowry</BioTRI2:Author>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Abstract>Ant-lions are pit-building larvae (Neuroptera: Myrmeleontidae), which possess relatively large mandibles used for catching and consuming prey. We examined feeding kinematics of the ant-lion, Myrmeleon crudelis.  The strike took 17.60 +/- 2.92 msec, characterized by near-simultaneous contact of both mandibles with the prey. Modulation of the angular velocity of the mandibles based on prey location was clearly demonstrated. M. crudelis larvae attempted to  contact prey with both mandibles simultaneously by increasing mean angular velocity of the far mandible (65 +/- 21 rad sec(-1) ) compared with the near mandible (35 +/- 14 rad sec(-1) ). Furthermore, kinematic results showed a significant difference for mean angular velocity between the two mandibles (P&lt;0.005). Given the lengthy strike duration compared with other fast-striking arthropods, these data suggest that there is a tradeoff between the ability to modulate strike behavior for accurate simultaneous mandible contact and the overall velocity of the strike. The ability to modulate prey capture behavior may increase dietary breadth and capture success rate in these predatory larvae by allowing responsive adjustment to small-scale variations in prey size, presentation, and escape response.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AntBehaviour -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AntBehaviour">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_27"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_38"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_27"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Proprioception"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_06"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Formicoidea"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Multifunctionality"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingThingsInParallel"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_06"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_27"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>2006</BioTRI2:Year>
        <BioTRI2:Reference>Physics of Life Reviews, 3: 162-187.</BioTRI2:Reference>
        <BioTRI2:Abstract>Ant societies display some properties which are usually considered in physico-chemical systems as diagnostic of self-organization. We detail the key role played by feed-back loops, fluctuations, number of interacting units and sensitivity to environmental factors in the emergence of a structured collective behaviour. We stress the specificities of social structures made of complex living units of which the biological features have been selected through evolution. We consider the ability of each ant to process information about environmental and social parameters, to tune its interactions with nestmates and to determine the pattern at the collective level. We emphasize on the parsimony and simplicity of behavioural rules at the individual level which allow efficient processing of information, energy and matter within the whole colony.</BioTRI2:Abstract>
        <BioTRI2:Conflict>Positive:  The individuals process information reliably (F_27)
Negative:  Danger of over-regulated behaviour (F_38) or complexity (F_36) - neither of these produces a good match</BioTRI2:Conflict>
        <BioTRI2:Title>Self-organized structures in a superorganism: do ants &quot;behave&quot; like molecules?</BioTRI2:Title>
        <BioTRI2:Author>Detrain, C., J.-L. Deneubourg</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AntDecisions -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AntDecisions">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_27"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_24"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_12"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingMoreSmallerDevices"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_12"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_28"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_28"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Myrmecina_nipponica"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SelfRegulate"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;KeepEverythingOnALevel"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ExtractInformation"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>Consensus decision making in the ant Myrmecina nipponica: house-hunters combine pheromone trails with quorum responses</BioTRI2:Title>
        <BioTRI2:Conflict>Positive:  Concensus decision quicker and easier (F_27)
Negative:  Need several individuals to make it (F_24)</BioTRI2:Conflict>
        <BioTRI2:Author>Cronin A. L. </BioTRI2:Author>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Abstract>Consensus decisions enable group-living organisms to coordinate collective tasks without the need for complex cognitive abilities or centralized leadership. Systems of nonlinear positive feedback, such as quorum responses, are thought to be integral to consensus decision processes that seek to optimize decision speed and accuracy while maintaining group cohesion, requirements typical of house-hunting in social insects.  Small colonies of individually marked ants (Myrmecina nipponica) were forced to relocate in experimental laboratory arenas, and given a choice of one or two alternative new sites. This species uses pheromone trails to navigate between old and new sites. A quorum threshold apparently governs the switch to brood transport, which marks the final phase of the relocation. Furthermore, there is a strong relationship between inferred quorum threshold and colony size. A demonstration of the use of a quorum rule in M. nipponica would underline the central role of quorum responses in consensus decision making, despite interspecific variation in colony size and differing modes of recruitment and navigation.</BioTRI2:Abstract>
        <BioTRI2:Reference>Animal Behaviour 84: 1243-1251.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AntJHA -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AntJHA">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_35"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_15"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ActionBeforeEvent"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DifferentiateIntoIndependentParts"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_17"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;JuvenileHormone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Harpegnathos_saltator"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">35</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">25</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;MakeThingsAdaptable"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingTiming"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_17"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>Juvenile hormone induces queen development in late-stage larvae of the ant Harpegnathos saltator. </BioTRI2:Title>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Abstract>A link between hormones and developmental plasticity has long been established, but understanding how evolution has shaped the physiological systems underlying plasticity remains a major question. Within the eusocial insects, developmental plasticity helps define a reproductive division of labor through the production of distinct queen and worker castes. Caste determination may be triggered via changes in juvenile hormone (JH) levels during specific JH-sensitive periods in development. The timing of these periods, however, can vary and may relate to phenotypic differences observed among species. In order to gain insight into the evolution of caste determining systems in eusocial insects, we investigated the presence of a JH-sensitive period for queen determination in the ant Harpegnathos saltator. This species displays a number of ancestral characteristics, including low queen-worker dimorphism, and should allow insight into the early evolution of caste determining systems in ants. We identified four larval instars in H. saltator, and we found that the application of a JH analog (JHA) to third and fourth instar larvae induced queen development while treatment of early instars did not. This indicated the presence of a JH-sensitive period for queen determination at the end of the larval stage. These results contrast with what has been found in other ant species, where queen determination occurs much earlier in development. Therefore, our results suggest that caste determination originally occurred late in the larval stage in the ancestral condition but has shifted earlier in development in species that began to acquire advanced characteristics. This shift may have facilitated the development of greater queen-worker dimorphism as well as multiple worker castes.</BioTRI2:Abstract>
        <BioTRI2:Author>Penick, C. A., S. S. Prager and J. r. Liebig</BioTRI2:Author>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1643-1649.</BioTRI2:Reference>
        <BioTRI2:Conflict>Positive:  Earlier commitment allows greater differentiation (F_35)
Negative:  Evolution of commitment period takes time (F_15)</BioTRI2:Conflict>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AntParasite -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AntParasite">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_35"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_30"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_31"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Myrmica_schencki"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_26"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;PreAdapt"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ExtractInformation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_26"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Camouflage"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_31"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom rdf:resource="&xsd;integer"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IncreasingAdaptiveness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Maculinea_rebeli"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>1999</BioTRI2:Year>
        <BioTRI2:Title>Chemical mimicry and host specificity in the butterfly Maculinea rebeli, a social parasite of Myrmica ant colonies</BioTRI2:Title>
        <BioTRI2:Author>Akino, T., J. J. Knapp, J. A. Thomas, G. W. Elmes</BioTRI2:Author>
        <BioTRI2:Conflict>Positive: Larva can disguise itself within the nest (F_35)
Negative:  It needs to know what the chemical is (F_30)</BioTRI2:Conflict>
        <BioTRI2:Reference>Proceedings of the Royal Society B, 266: 1419-1426.</BioTRI2:Reference>
        <BioTRI2:Abstract>In the wild, freshly moulted fourth-instar caterpillars of Maculinea rebeli, which have no previous contact with ants, appear to be recognized as ant larvae by foraging Myrmica workers, which return them to their nest brood chambers. Three hypotheses concerning the mechanism controlling this behaviour were tested: (i) the caterpillars produce surface chemicals that allow them to be treated as ant larvae; (ii) mimetic compounds would include hydrocarbons similar to those employed by Myrmica to recognize conspecifics and brood; and (iii) the caterpillar&apos;s secretions would more closely mimic the profile of their main host in the wild, M. schencki, than that of other species of Myrmica. Results of behavioural bioassays and chemical analyses confirmed all three hypotheses, and explained the high degree of host specificity found in this type of highly specialized myrmecophile. Furthermore, although caterpillars synthesized many of the recognition pheromones of their host species (chemical mimicry), they later acquired additional hydrocarbons within the ant nest (chemical camouflage), making them near-perfect mimics of their individual host colony&apos;s odour.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AntbirdSong -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AntbirdSong">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_27"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_03"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IncreasingAdaptiveness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Prepare"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingDimensions"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_04"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_14"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_14"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntroducingZonation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_04"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Conflict>Positive:  Communication (F_27)
Negative:  Sound absorption close to the ground (F_03)</BioTRI2:Conflict>
        <BioTRI2:Abstract>Bird changes its song at different altitudes to compensate for different acoustics – e.g. sings ‘more slowly and simply close to the ground’ where dense undergrowth damps sound
</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AntlerDehiscence -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AntlerDehiscence">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_27"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_23"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingSelectiveErosion"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_29"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_29"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_39"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Prepare"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">20</xsd:minExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">30</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Dama_dama"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;MakeADehiscenceLine"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_39"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Osteoclastic erosion across an abscission line between the dead bone of the antler and the living bone of the pedicle was found to be responsible for the separation. As early as 3 days after castration, osteoclasts and associated lacunae were present on the sides of the pedicle bone. These were then found in progressively deeper locations, by 2 weeks extending across the entire width of the pedicle. Concomitant with the centripetal spread of osteoclasts was the enlargement of Haversian canals, the surfaces of which became lined with osteoclasts. These widening vascular channels within the bone were filled with connective tissue, which in precasting stages formed a mesodermal pad about 1 mm thick.  In later stages, a circumferential cleft was excavated beneath the antler burr, and connective tissues from the surrounding pedicle skin invaded the space between the antler and pedicle. After casting, the ingrowing integumental tissues fused with the mesodermal tissues derived from the vascular channels of the pedicle to give rise to an incipient antler bud beneath the scab. The ingrowth of epidermis capable of de novo hair follicle formation gave rise to the skin that envelops the elongating antler.  
</BioTRI2:Abstract>
        <BioTRI2:Year>1992</BioTRI2:Year>
        <BioTRI2:Author>Goss, R. J., A. Vanpraagh and P. Brewer</BioTRI2:Author>
        <BioTRI2:Title>The mechanism of antler casting in the fallow deer</BioTRI2:Title>
        <BioTRI2:Reference>Journal of Experimental Zoology, 264: 429-436.</BioTRI2:Reference>
        <BioTRI2:Conflict>Positive:  The antler always matches the bodyweight for force transmission (F_27)
Negative:  Bone material is lost (F_23)</BioTRI2:Conflict>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AntsSolveHanoi -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AntsSolveHanoi">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_28"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_37"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_21"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingPheromone"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Linepithema_humile"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_26"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingDesignedObsolescence"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_06"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DoItQuick"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_28"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_26"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_28"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_27"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Multifunctionality"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;MagnetoSensor"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_06"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_21"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_27"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChemoSensor"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>The Journal of Experimental Biology 214: 50-58.</BioTRI2:Reference>
        <BioTRI2:Author>Reid, C. R., D. J. T. Sumpter and M. Beekman</BioTRI2:Author>
        <BioTRI2:Conflict>Positive:  Ants mark their route using a combination of chemical and magnetic inputs  F_28
Negative: Need lots of ants to increase magnitude of stimulus  F_37</BioTRI2:Conflict>
        <BioTRI2:Year>2011</BioTRI2:Year>
        <BioTRI2:Abstract>Most &quot;nature-inspired&quot; algorithms take only superficial inspiration from biology, and little is known about how real biological systems solve difficult problems. Moreover, ant algorithms, neural networks and similar methods are usually applied to static problems, whereas most biological systems have evolved to perform under dynamically changing conditions. We used the Towers of Hanoi puzzle to test whether Argentine ants can solve a potentially difficult optimisation problem. We also tested whether the ants can adapt to dynamic changes in the problem. We mapped all possible solutions to the Towers of Hanoi on a single graph and converted this into a maze for the ants to solve. We show that the ants are capable of solving the Towers of Hanoi, and are able to adapt when sections of the maze are blocked off and new sections installed. The presence of exploration pheromone increased the efficiency of the resulting network and increased the ants&apos; ability to adapt to changing conditions. In almost all cases, the presence of exploration pheromone led to smaller, less convoluted networks, the use of closer to just one minimal path, and fewer corrective moves. Increased solution efficiency can be at least partly attributed to the significantly greater velocity, acceleration and turning speed of individual ants when exploration pheromone was present.  With two pheromones evidence suggests that a short-lived foraging pheromone, coupled with a longer-lasting exploration pheromone allows the ants to quickly redistribute their foragers to exploit new resources.  information provided by the bifurcation asymmetry is ignored by the ants in favour of information from some internal compass that might provide the ants with a sense of directional intention. For individual foragers to return on a direct path to the nest, despite a tortuous outbound path, would require a compass, Contrary to previous studies, our study shows that mass-recruiting ant species such as the Argentine ant can forage effectively in a dynamic environment. Our results also suggest that novel optimisation algorithms can benefit from stronger biological mimicry.</BioTRI2:Abstract>
        <BioTRI2:Title>Optimisation in a natural system: Argentine ants solve the Towers of Hanoi</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AphidReproduction -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AphidReproduction">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_15"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_37"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">25</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">20</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_29"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;GeneticInstruction"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingPhotoperiodRhythm"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_26"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_26"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_29"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_39"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;PrepareForTrouble"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;BecomeDormant"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ActionBeforeEvent"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_39"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Reproduce"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aphides"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of Insect Physiology, 58: 1517-1524.
</BioTRI2:Reference>
        <BioTRI2:Conflict>Positive:  Aphids survive the winter  (F_15)
Negative:  Aphids need to sense daylength changing  (F_37)</BioTRI2:Conflict>
        <BioTRI2:Title>Transcriptomic profiling of the reproductive mode switch in the pea aphid in response to natural autumnal photoperiod</BioTRI2:Title>
        <BioTRI2:Author>Le Trionnaire,G. l.,  S. p. Jaubert-Possamai, J. l. Bonhomme, J.-P. Gauthier, G. g. Guernec, A. l. Le Cam, F. Legeai, J. r. m. Monfort and D. Tagu</BioTRI2:Author>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Abstract>During spring and summer aphids reproduce clonally and efficiently by parthenogenesis. At the end of summer they perceive the shortening of day length which triggers the production of sexual individuals - males and oviparous females - that will mate and lay overwintering cold-resistant eggs. Recent large scale transcriptomic studies allowed the discovery of transcripts and functions such as nervous and hormonal signaling involved in the early steps of detection and transduction of the photoperiodic signal. Nevertheless these experiments were performed under controlled conditions when the photoperiod was the only varying parameter. To characterize the response of aphids under natural conditions, aphids were reared outdoor both in summer and autumn and material was collected to compare their transcriptomic profile using a cDNA microarray containing around 7000 transcripts. Statistical analyses revealed that close to 5% of these transcripts (367) were differentially expressed at two developmental stages of the process in response to the autumnal environmental conditions. Functional classification of regulated transcripts confirmed the putative contribution of the neuro-endocrine system in the process. Furthermore, these experiments revealed the regulation of transcripts involved in juvenile hormone synthesis and signaling pathway, confirming the key role played by these molecules in the reproductive mode switch. Aphids placed under outdoor conditions were confronted to a range of abiotic factors such as temperature fluctuations which was confirmed by the differential expression of an important proportion of heat shock protein transcripts between the two seasons. Finally, this original approach completed the understanding of genetic programs involved in aphid phenotypic plasticity.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AplysiaInk -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AplysiaInk">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_30"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_23"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_22"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_09"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_29"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_22"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_33"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_40"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DeliverJustInTime"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_09"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_29"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_33"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChemicalRepellant"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingPigment"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingFluidInsteadOfSolid"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Aplysia_dactylomeia"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Most sea hares (Opisthobranchia: Anaspidea) release a purple ink when physically disturbed. The ink may excrete unwanted byproducts of metabolism, as a smoke screen, be an anti-feedant, and be a warning signal. We tested two additional potential functions: that ink is a metabolic depressant and/or a noxious or adversive sensory stimulus. When exposed to realistic concentrations of ink from Aplysia dactylomela (Rang), none of five invertebrate species (including A. dactylomela) or two fish species significantly altered their oxygen uptake, and neither of two crab species significantly altered their heart and/or scaphognathite beat rates, suggesting that ink does not function as a metabolic depressant. In contrast, although A. dactylomela did not display strong behavioural responses to ink, behaviour of seven other invertebrates and both fish species was strongly affected by ink, supporting our hypothesis that the ink functions as an irritant. Observed behavioural changes included bristle erection by fireworms, increased mucus production by an opisthobranch, reduced feeding behaviour, increased grooming behaviour, and temporary pauses in heart and scaphognathite beating by crabs, reduced and increased activity by cryptic and exposed sea urchin species, respectively, and rapid swimming by fish. Similar behavioural changes by potential predators would likely lead to reduced predation rates on Aplysia spp. in the field. Our conclusion that ink functions as a sensory irritant is not incompatible with other hypotheses for the function of ink.</BioTRI2:Abstract>
        <BioTRI2:Year>1999</BioTRI2:Year>
        <BioTRI2:Reference>Journal of Experimental Marine Biology and Ecology, 234: 185-197.</BioTRI2:Reference>
        <BioTRI2:Title>A test of novel function(s) for the ink of sea hares</BioTRI2:Title>
        <BioTRI2:Author>Carefoot,T. H.,  S. C. Pennings and J. P. Danko</BioTRI2:Author>
        <BioTRI2:Conflict>Positive:  Ink is produced for various protective functions (F_30)
Negative:  This involves the expenditure of energy (F_23)</BioTRI2:Conflict>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AposematicPlants -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AposematicPlants">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_15"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_22"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">0</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_09"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;GeneratingIndependentWarning"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_09"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;ThornSpine"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingColour"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntroducingZonation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of the Torrey Botanical Society, 131: 252-256.</BioTRI2:Reference>
        <BioTRI2:Conflict>Advantage:  Longevity (F_15)
Disadvantage:  Energy to make colours (F_22)

</BioTRI2:Conflict>
        <BioTRI2:Author>Rubino, D. L., B. C. McCarthy</BioTRI2:Author>
        <BioTRI2:Year>2004</BioTRI2:Year>
        <BioTRI2:Abstract>Aposematic coloration in plants to advertise physical armaments (spines, thorns, or prickles) has been, until recently, unreported.  A preliminary survey of physically armed plants revealed a high incidence of aposematic coloration—the presence of physical armaments colored differently than the structure on which they are borne. Aposematic coloration was found in taxonomically diverse vascular plants.</BioTRI2:Abstract>
        <BioTRI2:Title>Presence of aposematic (warning) coloration in vascular plants of southeastern Ohio</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_ArcherFish -->

    <Class rdf:about="&BioTRI2;SynthesisOf_ArcherFish">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_15"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_24"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_17"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_17"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Toxotes_sp."/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;VisualFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;MakeActionAdjustable"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;EscapeTheOrthogonal"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">35</xsd:minExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">45</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DeliverJustInTime"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Author>Rossel, S., J. Corlija, and S. Schuster</BioTRI2:Author>
        <BioTRI2:Conflict>Positive: Speed and accuracy of movement of the Archer fish (F_15)
Negative: Information is crucial (F_24)
 </BioTRI2:Conflict>
        <BioTRI2:Reference>Journal of Experimental Biology, 205: 3321–3326.</BioTRI2:Reference>
        <BioTRI2:Abstract>On locating an insect prey on a twig above the water surface, a group of archer fish can shoot it down using powerful jets of water. The insect, dislodged by one of the shots, falls on a ballistic path towards the water surface, where it is devoured by the first fish to arrive. We report that the archer fish can predict the point where the dislodged prey will later hit the water surface and move in a straight line towards that point, thus enabling it to arrive as fast as possible. Only about 100 ms after prey is dislodged, the fish initiate a quick turn that aligns their body axis right towards where the prey will later land, and not to the actual position of the prey at that moment. In contrast to other known examples of three-dimensional target interception in man and animals, archer fish can head straight to the predicted point of catch without the need of any further visual feedback. Moreover, archer fish can predict the point of incidence of a target, regardless of the angle at which the prey takes off with respect to the initial orientation of the fish. To perform this remarkable task, archer fish extract a minimum set of independent variables that fix the point of incidence, but do not extrapolate the target’s spatial trajectory.</BioTRI2:Abstract>
        <BioTRI2:Year>2002</BioTRI2:Year>
        <BioTRI2:Title>Predicting three-dimensional target motion: how archer fish determine where to catch their dislodged prey</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_Area-Heterogeneity -->

    <Class rdf:about="&BioTRI2;SynthesisOf_Area-Heterogeneity">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_36"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_30"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SegmentationAndMerging"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;JoinSimilarObjects"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_33"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_33"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;MakeHomogeneous"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">0</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;AdequateSafetyFactor"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Reference>Proceedings of the National Academy Of Sciences of the United States of America 109: 17495-500.</BioTRI2:Reference>
        <BioTRI2:Conflict>Positive:  As spatial heterogeneity increases F_36
Negative: the area available for individual spp. decreases and populations fall below maintenance size to extinction F_30</BioTRI2:Conflict>
        <BioTRI2:Title>Area-heterogeneity tradeoff and the diversity of ecological communities</BioTRI2:Title>
        <BioTRI2:Author>Allouche, O., M. Kalyuzhny, G. Moreno-Rueda, M. Pizarro and R. Kadmon</BioTRI2:Author>
        <BioTRI2:Abstract>Environmental heterogeneity may have a general unimodal rather than a divergent effect on species richness. This result was explained by a tradeoff: as heterogeneity increases, the area available for individual species decreases, reducing populations and increasing the likelihood of extinctions. Here we analyze a distribution database of breeding birds in Catalonia and show that patterns of species richness, abundance, and extinction rates are consistent with the predictions of the area-heterogeneity tradeoff and its proposed mechanisms. We then perform a meta-analysis of heterogeneity-diversity relationships in 54 published datasets and show that empirical data fit the unimodal pattern predicted by the area-heterogeneity tradeoff better than the positive pattern predicted by classic niche theory. Simulations in which species may have variable niche widths along a continuous environmental gradient are consistent with all empirical findings. The area-heterogeneity tradeoff brings a unique perspective to current theories of species diversity and has important implications for biodiversity conservation.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_ArticularCartilage -->

    <Class rdf:about="&BioTRI2;SynthesisOf_ArticularCartilage">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_14"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_05"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hydraulics"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_17"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_29"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_40"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">80</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">70</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_29"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_29"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_34"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_17"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IncreasingNumberOfLayers"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_29"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_34"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_40"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Heterogeneity"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Cartilage is structurally inhomogenous and layered tissue and the local organization of collagen and GAG concentration of the articular cartilage regulate the mechanical properties of the tissue. The structure and composition of the superficial articular cartilage significantly affects the indentation response of the canine knee articular cartilage</BioTRI2:Abstract>
        <BioTRI2:Reference>Journal of Biomedical Materials Research, 48: 99-107.</BioTRI2:Reference>
        <BioTRI2:Author>Arokoski, J. P. A., M. M. Hyttinen, H. J. Helminen, J. S. Jurvelin</BioTRI2:Author>
        <BioTRI2:Year>1999</BioTRI2:Year>
        <BioTRI2:Conflict>Positive: Structure imparts strength (F_14)
Negative: Area of joint has to be large to keep down stresses (F_05)</BioTRI2:Conflict>
        <BioTRI2:Title>Biomechanical and structural characteristics of canine femoral and tibial cartilage</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AsymmetryAndStress -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AsymmetryAndStress">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_22"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_36"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_07"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_07"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_07"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Skull"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">100</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;FractalModel"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_07"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Inhibition"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Under stress it can be expected organisms suffer a disruption in the homeostatic mechanisms that lead to normal developing patterns on morphological structures. Conventionally, fluctuating asymmetry has been used as a developmental instability measurement in bilateral symmetric organisms. But in this manuscript the fractal nature of many structures has been used as an early indicator of stress. Specifically, stress is observed to lead to decreased fractal dimension on bone saggital suture in gazelle skulls and in branch architecture in plants. Scale asymmetry measured as the error in the nonlinear inter body parts equation is related with stress in plants. Particularly, the allometric relationship among leaves arrangement as much as among branch order and size were found to be related with grazing pressure.</BioTRI2:Abstract>
        <BioTRI2:Conflict>Positive:  Stress leads to reduction in available energy (F_22)
Negative:  Complexity is reduced (F_36)</BioTRI2:Conflict>
        <BioTRI2:Title>Scale asymmetry - a tool to detect developmental instability under the fractal geometry</BioTRI2:Title>
        <BioTRI2:Year>1994</BioTRI2:Year>
        <BioTRI2:Author>Alados, C. L.,  J. Escos, J. M. Emlen</BioTRI2:Author>
        <BioTRI2:Reference>Scope  IFIP Trans.  A - Comp. Sci. Tech., 41: 25-36.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AuditoryFeedback -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AuditoryFeedback">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_37"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_19"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_38"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_18"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ModulateAmplitude"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Locusta_sp."/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Proprioception"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Drosophila_melanogaster"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;MechanicalFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Sensitivity"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;SoundSensor"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_18"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_38"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Title>Amplification and Feedback in Invertebrates</BioTRI2:Title>
        <BioTRI2:Author>Göpfert, M. C., I. B. Allan, K. Akimichi, M. S. Gordon, W. Gerald, D. A. Thomas, H. M. Richard, D. Peter, O. Donata, F. Stuart, K. B. Gary, M. C. Bushnell, H. K. Jon, G. Esther</BioTRI2:Author>
        <BioTRI2:Conflict>Positive:  Ears are very sensitive measuring devices (F_37)
Negative: Energy is needed for the positive feedback mechanism (F_19)</BioTRI2:Conflict>
        <BioTRI2:Year>2008</BioTRI2:Year>
        <BioTRI2:Abstract>Ears achieve their exquisite sensitivity by means of mechanical feedback: by pumping energy into sound-induced vibrations, motile mechanosensory cells amplify the mechanical input of the ear. While this amplificatory feedback has long been thought to be a unique characteristic of vertebrate auditory systems, recent studies have shown that sensitive hearing in invertebrates relies on mechanical feedback as well. Essential features of mechanical-feedback amplification have been documented for the ears of certain insects, including mosquitoes, Drosophila, locusts, and moths. In Drosophila, the source of the feedback has been traced to chordotonal sensory neurons, the insect counterpart of the vertebrate hair cells. Several mutations that abolish the feedback have been identified, and the molecular mechanisms that promote the mechanical feedback in insect auditory systems are beginning to be revealed. As insect chordotonal neurons and vertebrate hair cells appear to be evolutionarily related, the intriguing possibility exists that some of the molecular modules vertebrates and invertebrates employ to improve the sensitivity of hearing are evolutionarily conserved.</BioTRI2:Abstract>
        <BioTRI2:Reference>Academic Press, 293-299</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AuditoryFeedbackInBats -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AuditoryFeedbackInBats">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_35"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_33"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;AudioFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_16"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_34"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ExtractInformation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingBetweenPositiveAndNegativeFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;FrequencyControl"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IncreasingAdaptiveness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Chiroptera"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_16"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_34"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingNegativeFeedback"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">20</xsd:minExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">30</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of Experimental Biology, 205: 1607-1616.</BioTRI2:Reference>
        <BioTRI2:Abstract>Bats compensate for frequency shifts in the echo caused by flight-induced Doppler effects by adjusting the frequency of their echolocation calls. Under natural conditions the bats usually encounter only positive Doppler shifts.  Auditory feedback from frequencies below the resting frequency, when presented at similar suprathreshold intensity levels as higher echo frequencies, cause the bat’s call frequency to increase above the resting frequency.  However, compensation for negative shifts is less complete than for positive shifts (22% versus 95 %), probably because of mechanical restrictions in the larynx of bats.  We propose that auditory feedback follows an antagonistic push/pull principle, with inhibitory feedback lowering and excitatory feedback increasing call frequencies. While the behavioral significance of an active compensation for echo frequencies below RF remains unclear, these behavioral results are crucial for determining the neural implementation of audio-vocal feedback control in horseshoe bats and possibly in mammals in general.</BioTRI2:Abstract>
        <BioTRI2:Author>Metzner, W., S. Zhang, M. Smotherman</BioTRI2:Author>
        <BioTRI2:Title>Doppler-shift compensation behavior in horseshoe bats revisited: auditory feedback controls both a decrease and an increase in call frequency</BioTRI2:Title>
        <BioTRI2:Conflict>Positive:  Bat controls required frequency of echolocation calls by active feedback (F_35)
Negative:  Larynx imposes mechanical restrictions on negative shifts (F_33)</BioTRI2:Conflict>
        <BioTRI2:Year>2002</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_Auxin-mediatedGrowth -->

    <Class rdf:about="&BioTRI2;SynthesisOf_Auxin-mediatedGrowth">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_14"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_16"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingGlobalFlexibility"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">0</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Intermediary"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Hydrate"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ReductionOfStiffness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Zea_mays"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Conflict>Positive:  Volume improves/increases due to auxin stimulating production of wall-softening factors (F_14)
Negative:  Effect of softening factor is short-lived (F_16)</BioTRI2:Conflict>
        <BioTRI2:Abstract>In abraded coleoptile segments Brefeldin A (BFA) produced, within less than 30 min, a decrease in the incorporation of [H-3]leucine into tightly bound cell-wall proteins in maize (Zea mays L.) coleoptiles, accompanied by an increased incorporation into the intracellular pool of putative cell-wall glycoproteins. Total protein synthesis was not affected. Electron micrographs revealed striking morphological changes in dictyosomes (especially vesiculation of trans-cisternae), accumulation of golgi vesicles and dilation of the endoplasmic reticulum. These effects are taken as indication that BFA interferes with the secretion of cell-wall components. Elongation growth of coleoptile segments in the presence and absence of auxin was inhibited by 80% in 20 mg/l BFA. If BFA was applied to segments growing in the presence of auxin, maximum inhibition was reached after about 30 min, indicating that the growth response depends on an uninterrupted supply of a cell-wall or plasma-membrane component (&apos;&apos;wall-loosening factor&apos;&apos;) delivered by the secretory pathway. After its secretion, this factor has a rather short growth-effective life time. The inhibition of auxin-mediated growth by BFA was accompanied by an elimination of auxin-induced cell-wall extensibility and by an inhibition of auxin-induced proton excretion. Fusicoccin-induced proton excretion was similarly affected by BFA. It is concluded that both the wall-loosening process underlying elongation growth as well as proton excretion depend on an intact secretory pathway from the golgi apparatus to the cell wall; however, a causal relationship between these processes is not warranted by the data</BioTRI2:Abstract>
        <BioTRI2:Year>1994</BioTRI2:Year>
        <BioTRI2:Reference>Planta, 192: 404-413.&quot;</BioTRI2:Reference>
        <BioTRI2:Title>Inhibition of golgi-apparatus function by Brefeldin-A in maize coleoptiles and its consequences on auxin-mediated growth, cell-wall extensibility and secretion of cell-wall proteins</BioTRI2:Title>
        <BioTRI2:Author>Schindler, T., R. Bergfeld, M. Hohl, P. Schopfer</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AxonalGrowth -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AxonalGrowth">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_09"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_35"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">100</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nerve"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_26"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Grow"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_26"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingShape"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_26"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_26"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Mechanical tension is a potent stimulator of axonal growth rate, which is also stimulated by osmotic dilution. We wished to determine the relationship, if any, between osmotic stimulation and tensile regulation of axonal growth. We used calibrated glass needles to apply constant force to elongate axons of cultured chick sensory neurons. We find that a neurite being pulled at a constant force will grow 50-300% faster following a 50% dilution of inorganic ions in the culture medium. That is, osmotic dilution appears to cause axons to increase their sensitivity to applied tensions. Experimental interventions suggest that this effect is not mediated by dilution of extracellular calcium, or to osmotic stimulation of adenylate cyclase, or to osmotic stimulation of mechanosensitive ion channels. Rather, experiments measuring the static tension normally borne by neurites suggest a direct mechanical effect on the cytoskeletal proteins of the neurite shaft. Our results are consistent with a formal thermodynamic model for axonal growth in which removing a compressive load on axonal microtubules promotes their assembly, thus promoting axonal elongation.</BioTRI2:Abstract>
        <BioTRI2:Year>1995</BioTRI2:Year>
        <BioTRI2:Reference>Journal of Biomechanics, 28: 1429-1438.</BioTRI2:Reference>
        <BioTRI2:Author>Lin, C. J., P. Lamoureux, R. E. Buxbaum, S. R. Heidemann</BioTRI2:Author>
        <BioTRI2:Conflict>Positive: Stretched axon grows quicker (F_09)
Negative:  Adaptive response (F_35)</BioTRI2:Conflict>
        <BioTRI2:Title>Osmotic dilution stimulates axonal outgrowth by making axons more sensitive to tension</BioTRI2:Title>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_AxonalOutgrowth -->

    <Class rdf:about="&BioTRI2;SynthesisOf_AxonalOutgrowth">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_03"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_30"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_17"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_17"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Nerve"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SupportMutually"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="http://people.bath.ac.uk/ensjfvv/DifferentiateIntoSub-units"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">55</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">45</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_09"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingShape"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingPrestress"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_09"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Grow"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>1998</BioTRI2:Year>
        <BioTRI2:Author>Lamoureux, P., R. E. Buxbaum, and S. R. Heidemann</BioTRI2:Author>
        <BioTRI2:Abstract>Comparing periods in which neurons maintained simple bipolar morphology we find no temporal competition between the two growth cones. That is, periods of above-average growth by one growth cone are not compensated by below-average growth during the same period by its sibling growth cone. Net elongation rate from a single cell body is a linear function of the number of growth cones from 1 to 11.  Growth cones behave independently and are not limited by availability of structural precursors. A surplus pool of structural precursors available for normal growth is also indicated by the high capacity for growth from single neurites when experimentally stimulated by mechanical tension. In addition, growing one or more neurites at above average rates does not cause any decline in simultaneous growth cone-mediated outgrowth from a single neuron compared to the 2-3 hour period prior to experimentally induced elongation. This high capacity for growth combined with the often observed, intermittant growth of individual cones suggests that neurite outgrowth is intrinsically limited primarily by poor growth cone &apos;performance,&apos; not scarcity-driven competition. We postulate that growth cones are poor &apos;tractors,&apos; exerting too little tension to exploit the available capacity for axonal elongation.</BioTRI2:Abstract>
        <BioTRI2:Conflict>Positive:  (F_03)
Negative:  (F_30)</BioTRI2:Conflict>
        <BioTRI2:Title>Axonal outgrowth of cultured neurons is not limited by growth cone competition</BioTRI2:Title>
        <BioTRI2:Reference>Journal of Cell Science, 111: 3245-3252.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BacterialLocomotion -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BacterialLocomotion">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_10"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_31"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_36"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_36"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingThingsInParallel"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">50</xsd:minExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">60</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Adaptability"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bacillus_subtilis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_36"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SupportMutually"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_36"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Crystallise"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Nearly close-packed populations of the swimming bacterium Bacillus subtilis form a collective phase, the “Zooming BioNematic” (ZBN). This state exhibits large-scale orientational coherence, analogous to the molecular alignment of nematic liquid crystals, coupled with remarkable spatial and temporal correlations of velocity and vorticity, as measured by both novel and standard applications of particle imaging velocimetry. The appearance of turbulent dynamics in a system which is nominally in the regime of Stokes flow can be understood by accounting for the local energy input by the swimmers, with a new dimensionless ratio analogous to the Reynolds number. The interaction between organisms and boundaries, and with one another, is modeled by application of the methods of regularized Stokeslets.</BioTRI2:Abstract>
        <BioTRI2:Reference>Experiments in Fluids, 43: 737-753.</BioTRI2:Reference>
        <BioTRI2:Year>2007</BioTRI2:Year>
        <BioTRI2:Conflict>Positive:  Force (F_10)
Negative:  High degree of organisation (-&gt; complexity?) (F_31)</BioTRI2:Conflict>
        <BioTRI2:Title>Fluid dynamics of self-propelled microorganisms, from individuals to concentrated populations</BioTRI2:Title>
        <BioTRI2:Author>Cisneros, L., R. Cortez, C. Dombrowski, R. Goldstein, J. Kessler</BioTRI2:Author>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BallisticSeeds -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BallisticSeeds">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_04"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_21"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_08"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_12"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntroducingZonation"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_08"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_12"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_08"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Vicia_sativa_nigra"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">80</xsd:maxExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">70</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Prepare"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;MakeActionAdjustable"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ObjectMoves_AirStill"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_08"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Croton_capitatus_capitatus"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>American Journal of Botany, 87: 1257–1264.</BioTRI2:Reference>
        <BioTRI2:Conflict>Positive:  Seeds are shot out a long way (F_04)
Negative:  This requires power (F_21)</BioTRI2:Conflict>
        <BioTRI2:Year>2000</BioTRI2:Year>
        <BioTRI2:Title>Ballistic seed projection in two herbaceous species</BioTRI2:Title>
        <BioTRI2:Author>Garrison, W. J.,  G. L. Miller, R. Raspet</BioTRI2:Author>
        <BioTRI2:Abstract>Most ballistic seeds tested [N 5 74 of 78 in Vicia sativa ssp. nigra (Fabaceae); N 5 25 of 27 in Croton capitatus var. capitatus (Euphorbiaceae)] were projected at angles that would yield a greater distance than the average of seeds with the same initial speed projected at random angles. In addition, the median of fractional distance error (maximum distance 2 x seed distance)/(maximum distance), of the seeds was 0.11 and 0.04 for V. sativa and C. capitatus.  Seed projection positions on the plant, which also affect seed projection distance, were found to be primarily from the top of the plant, with 98 of 137 and 407 of 407 fruits in the upper half of the plant for V. sativa and C. capitatus, respectively. Our findings are significant because they suggest that in addition to the ballistic projection mechanism itself, the species studied have additional adaptations that result in enhanced seed projection distance from the parent plant</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BambooStructure -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BambooStructure">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_14"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_36"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingHierarchicalStructure"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;CellularMaterial"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Gradient"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;FibrousComposite"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_07"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_28"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_07"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_31"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_40"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Bamboo"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_28"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_31"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Year>1996</BioTRI2:Year>
        <BioTRI2:Title>The mechanical structures of bamboos in viewpoint of functionally gradient and composite materials</BioTRI2:Title>
        <BioTRI2:Abstract>Bamboos are a composite material reinforced axially by fibers.  They have a hierarchical gradient structure, that is, a macroscopic gradient structure in culm diameter, culm thickness and node length, and a microscopic one in the bundle sheath distribution. The macroscopic gradient structure leads to a constant surface stress at every height and the microscopic gradient structure provides a strength distribution in radial direction adapting to bending stress due to wind loads.</BioTRI2:Abstract>
        <BioTRI2:Conflict>Positive:  Very strong (F_14)
Negative: . . . but rather complex (F_36)</BioTRI2:Conflict>
        <BioTRI2:Author>Amada, S., T. Munekata, Y. Nagase, Y. Ichikawa, A. Kirigai. Y. Zhifei</BioTRI2:Author>
        <BioTRI2:Reference>Journal of Composite Materials, 30: 800-819.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BananaPetiole -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BananaPetiole">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_35"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_14"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_06"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_35"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;ChangingShape"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingGlobalFlexibility"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_17"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Musa_textilis"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;FibrousComposite"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;EscapeFromFlatness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_32"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_06"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_32"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_35"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_13"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_15"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_17"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_40"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_40"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Leaf"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_15"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Reference>Journal of Experimental Botany, 51: 2085-2093.</BioTRI2:Reference>
        <BioTRI2:Abstract>Bananas are among the largest herbs in the world and their lightweight petioles hold up huge leaves. This study examined how the petioles manage to achieve adequate rigidity to do this, while allowing extensive and reversible reconfiguration in high winds. Morphological and anatomical examination of the petioles and leaves of Musa textilis suggested how these two apparently incompatible abilities are achieved. The hollow U-shaped section of the petiole and the longitudinal stiffening elements in its outer skin give it adequate rigidity, while its ventral curvature help support the leaf without the need for thick lateral veins. These features, however, also allow the petiole to reconfigure by twisting away from the wind, while the leaf can fold away. In addition, two sets of internal structures, longitudinal partitions and transverse stellate parenchyma plates, help prevent dorsoventral flattening, allowing the petiole to flex further away from the wind without buckling. These ideas were tested and verified by a range of mechanical tests. Simple four-point-bending and torsion tests showed that the petioles are indeed far more compliant in torsion than in bending. Axial bending tests and crushing tests showed that petioles could be flexed twice as far and were four times as resistant to dorsoventral flattening when intact than when the internal tissue is removed. The banana petiole, therefore, seems to be an excellent example of natural integrated mechanical design.</BioTRI2:Abstract>
        <BioTRI2:Author>Ennos, A. R., H.-C. Spatz, T. Speck</BioTRI2:Author>
        <BioTRI2:Title>The functional morphology of the petioles of the banana, Musa textilis</BioTRI2:Title>
        <BioTRI2:Conflict>Positive:  Very compliant in a wind - adaptable (F_35)
Negative:  Lose out on bending stiffness (F_14)</BioTRI2:Conflict>
        <BioTRI2:Year>2000</BioTRI2:Year>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BarnOwl -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BarnOwl">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_27"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_19"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_25"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">20</xsd:minExclusive>
                            </rdf:Description>
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">30</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_19"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_21"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_27"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_19"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SupportMutually"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Tyto_alba"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SelfRegulate"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_21"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;StoreFood"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_10"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_27"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;DesignForReliability"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_10"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_25"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Conflict>Positive:  Overstocking the nest encourages bonding behaviour between the nestlings (F_27)
Negative:  More effort is needed, or the owls are confined to richer areas. (F_19)</BioTRI2:Conflict>
        <BioTRI2:Year>2012</BioTRI2:Year>
        <BioTRI2:Title>Dominant nestlings displaying female-like melanin coloration behave altruistically in the barn owl</BioTRI2:Title>
        <BioTRI2:Author>Roulin, A., A. Da Silva and C. A. Ruppli</BioTRI2:Author>
        <BioTRI2:Reference>Animal Behaviour, 84: 1229-1236.</BioTRI2:Reference>
        <BioTRI2:Abstract>In 71% of experimental three-chick broods, nestling barn owls gave food to their siblings on average twice per night. This behaviour prevailed in the first-born dominant nestlings rather than the last-born subordinate nestlings. It was also more prevalent in females.  In 81% of the nests, males stole food  from siblings more frequently. We suggest that food sharing has evolved in the barn owl because parents store prey items in their nest that can be used by the offspring to feed their nestmates and so derive indirect (kin selection) or direct benefits (pseudoreciprocity or by-product mutualism). The cost of feeding siblings may be relatively low for dominant individuals while the indirect genetic benefits could be high given that extrapair paternity is infrequent in this species. Thus, in situations in which young animals have access to more food resources than they currently need, they can altruistically share them with their siblings.</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BarnacleCement -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BarnacleCement">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_35"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_16"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_16"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_24"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_24"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Amphibalanus_amphitrite"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_02"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_16"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;UsingAdhesive"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:maxExclusive rdf:datatype="&xsd;integer">5</xsd:maxExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;JoinDissimilarObjects"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;BloodClottingProtein"/>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Abstract>Barnacle cement polymerization involves proteolytic activation of enzymes and structural precursors, transglutaminase cross-linking and assembly of fibrous proteins. Proteolytic activation of structural proteins maximizes the potential for bonding interactions with other proteins and with the surface. Transglutaminase cross-linking reinforces cement integrity. Remarkably, epitopes and sequences homologous to bovine trypsin and human transglutaminase were identified in barnacle cement with tandem mass spectrometry and/or western blotting. Akin to blood clotting, the peptides generated during proteolytic activation functioned as signal molecules, protein aggregation to barnacle larval settlement. There is a highly conserved protein polymerization mechanism.  Barnacle cement polymerization is a specialized form of wound healing. The polymerization mechanism common between barnacle cement and blood may be a theme for many marine animal glues.</BioTRI2:Abstract>
        <BioTRI2:Title>Barnacle cement: a polymerization model based on evolutionary concepts</BioTRI2:Title>
        <BioTRI2:Year>2009</BioTRI2:Year>
        <BioTRI2:Author>Dickinson, G. H., I. E. Vega, K. J. Wahl, B. Orihuela, V. Beyley, E. N. Rodriguez, R. K. Everett, J. Bonaventura and D. Rittschof</BioTRI2:Author>
        <BioTRI2:Conflict>Negative:  Barnacle cement has a specialised function (F_16)
Positive:  The adhesion is based on blood clotting, a conserved evolutionary mechanism (F_35)</BioTRI2:Conflict>
        <BioTRI2:Reference>Journal  of Experimental Biology, 212: 3499-3510.</BioTRI2:Reference>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BarnacleSettlement -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BarnacleSettlement">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_28"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_27"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Semibalanus_balanoides"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_23"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_01"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Sensitivity"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Inhibition"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_01"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_23"/>
                        </unionOf>
                    </Class>
                </allValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;SupportMutually"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTRIZbioSimilarity"/>
                <someValuesFrom>
                    <rdfs:Datatype>
                        <onDatatype rdf:resource="&xsd;integer"/>
                        <withRestrictions rdf:parseType="Collection">
                            <rdf:Description>
                                <xsd:minExclusive rdf:datatype="&xsd;integer">100</xsd:minExclusive>
                            </rdf:Description>
                        </withRestrictions>
                    </rdfs:Datatype>
                </someValuesFrom>
            </Restriction>
        </rdfs:subClassOf>
        <BioTRI2:Author>Hills, J. M. and  J. C. Thomason</BioTRI2:Author>
        <BioTRI2:Reference>Marine Ecology Progress Series, 138: 103-115.</BioTRI2:Reference>
        <BioTRI2:Year>1996</BioTRI2:Year>
        <BioTRI2:Title>A multiscale analysis of settlement density and pattern dynamics of the barnacle Semibalanus balanoides</BioTRI2:Title>
        <BioTRI2:Conflict>Positive:  Settlement related to sophisticated sensing of surface roughness (F_28)
Negative: Settlement pattern related to aggregation (F_27)</BioTRI2:Conflict>
        <BioTRI2:Abstract>Settlement pattern and density of Semibalanus balanoides (L.) in the Clyde estuary were studied on wood, concrete, steel and sandstone rock during 1994. A new measure - Potential Settling Sites (PSS) - describing surface roughness in relation to S. balanoides settlement using data on cyprid morphology and behaviour was devised.  For the surfaces the total number of settlers was best related to the index PSSmin [Settler Density = (5.68 x PSmin) - 4.16 p &lt; 0.01]. Two other measures of surface roughness, ISO number, a standard engineering measure of surface relief, and fractal dimensions, were not related to settler density. Settlement pattern was found to vary with settlement density and spatial scale of analysis. A multi-scale analysis using Morisita&apos;s index suggested that S. balanoides were generally settling aggregatedly at low densities (&lt;8 cm(-2)), with strongest aggregations at approximately 30 mm block sizes</BioTRI2:Abstract>
    </Class>
    


    <!-- http://people.bath.ac.uk/ensjfvv/BioTRI2.owl#SynthesisOf_BarnacleShell -->

    <Class rdf:about="&BioTRI2;SynthesisOf_BarnacleShell">
        <equivalentClass>
            <Class>
                <intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&BioTRI2;SynthesisOf"/>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureBeingImproved"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_14"/>
                    </Restriction>
                    <Restriction>
                        <onProperty rdf:resource="&BioTRI2;FeatureThatSuffers"/>
                        <someValuesFrom rdf:resource="&BioTRI2;F_36"/>
                    </Restriction>
                </intersectionOf>
            </Class>
        </equivalentClass>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_05"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_11"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_02"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;Integrate"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_13"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasParticipant"/>
                <someValuesFrom rdf:resource="&BioTRI2;Amphibalanus_reticulatus"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasTrizResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_28"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <someValuesFrom rdf:resource="&BioTRI2;IP_03"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;ResolveSynthesisWith"/>
                <someValuesFrom rdf:resource="&BioTRI2;IntroducingEmptiness"/>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="&BioTRI2;hasBiologicalResolution"/>
                <allValuesFrom>
                    <Class>
                        <unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="&BioTRI2;IP_03"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_05"/>
                            <rdf:Description rdf:about="&BioTRI2;IP_11"/>
 