<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.uniprot.org/core/"
     xml:base="http://purl.uniprot.org/core/"
     xmlns:core="http://purl.uniprot.org/core/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
     xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
     xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
     xmlns:swrl="http://www.w3.org/2003/11/swrl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:dc11="http://purl.org/dc/terms/"
     xmlns:foaf="http://xmlns.com/foaf/0.1/">
    <owl:Ontology rdf:about="http://purl.uniprot.org/core/">
        <rdfs:label>UniProt RDF schema ontology</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Properties and classes used for protein annotation.</rdfs:comment>
        <owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
        <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <owl:imports rdf:resource="http://biohackathon.org/resource/faldo"/>
        <owl:imports rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns"/>
        <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
        <dc11:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The UniProt RDF schema ontology contains predicates used to describe UniProt entries and associated data.</dc11:description>
        <dc11:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">UniProt RDF schema ontology</dc11:title>
        <dc11:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
        <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2022_03</owl:versionInfo>
    </owl:Ontology>
    


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

    


    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Datatypes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/2001/XMLSchema#date -->

    <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date"/>
    


    <!-- http://www.w3.org/2001/XMLSchema#gYear -->

    <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gYear"/>
    


    <!-- http://www.w3.org/2001/XMLSchema#gYearMonth -->

    <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#gYearMonth"/>
    


    <!-- http;//www.w3.org/2001/XMLSchema#string -->

    <rdfs:Datatype rdf:about="http;//www.w3.org/2001/XMLSchema#string"/>
    


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

    


    <!-- http://biohackathon.org/resource/faldo#location -->

    <owl:ObjectProperty rdf:about="http://biohackathon.org/resource/faldo#location"/>
   
    <!-- http://biohackathon.org/resource/faldo#reference -->
 
    <owl:ObjectProperty rdf:about="http://biohackathon.org/resource/faldo#reference"/>

    <!-- http://purl.uniprot.org/core/activity -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/activity">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">catalytic activity</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The catalytic activity of an enzyme.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Enzyme"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Catalytic_Activity"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/alternativeName -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/alternativeName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">alternativeName</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A synonym of the recommended name.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Structured_Name"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredName"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/protein_names"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Part"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/annotation -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">annotation</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Attaches an annotation to a resource.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/attribution -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/attribution">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">attribution</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Attribution"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/basedOn -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/basedOn">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">based on</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The sequence on which the description of a modified sequence is based.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Modified_Sequence"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Simple_Sequence"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/catalyticActivity -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/catalyticActivity">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">catalytic activity</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Catalytic_Activity_Annotation"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Catalytic_Activity"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/catalyzedPhysiologicalReaction -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/catalyzedPhysiologicalReaction">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">catalyzed physiological reaction</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Catalytic_Activity_Annotation"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/catalyzedReaction -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/catalyzedReaction">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">catalyzed reaction</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Catalytic_Activity"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/category -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/category">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">category</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/cellularComponent -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/cellularComponent">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cellular component</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Cellular_Component"/>
        <rdfs:domain>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/cellularComponent"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Cellular_Component"/>
                        <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/orientation"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Orientation"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/topology"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Topology"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/chainSequenceMapping -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/chainSequenceMapping">
        <rdfs:label>chainSequenceMapping</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">A mapping between a Sequence/Entry and aminoacids described in a PDB record.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/citation -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">citation</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A publication from which data was extracted, or which contains additional information.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Cellular_Component"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Database"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/External_Sequence"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Nucleotide_Resource"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Orientation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Topology"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/classifiedWith -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/classifiedWith">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">classified with</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A concept that classifies this resource.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Concept"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/cofactor -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/cofactor">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cofactor</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Cofactor_Annotation"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/commonName -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/commonName">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">common name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/name"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/commonTaxon -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/commonTaxon">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">common taxon</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Cluster"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Taxon"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/component -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/component">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">proteome component</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A component of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Part"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/part"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/conflictingSequence -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/conflictingSequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">conflicting sequence</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/External_Sequence"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence_Caution_Annotation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence_Conflict_Annotation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/context -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/context">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">context</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation_Statement"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/database -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/database">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">database</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/disease -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/disease">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">disease</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Disease"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Disease_Annotation"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/domain -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/domain">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">domain</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A domain of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Part"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/part"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/encodedBy -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/encodedBy">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">encoded by</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The gene by which a protein is encoded.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Gene"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/encodedIn -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/encodedIn">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">encoded in</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The subcellular location where a protein is encoded.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Subcellular_Location"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/enzyme -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/enzyme">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">enzyme</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The catalytic activity associated with a protein. or part of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Enzyme"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Part"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/enzymeClass -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/enzymeClass">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">enzyme class</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Catalytic_Activity"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Enzyme"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/erratum -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/erratum">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">erratum</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An erratum for a publication.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <owl:inverseOf rdf:resource="http://purl.uniprot.org/core/erratumFor"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/erratumFor -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/erratumFor">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">erratum for</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The publication which an erratum refers to.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/existence -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/existence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">existence</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
    </owl:ObjectProperty>
    
    


    <!-- http://purl.uniprot.org/core/host -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/host">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">host</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Taxon"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/interaction -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/interaction">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">interaction</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Interaction"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/isolatedFrom -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/isolatedFrom">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">isolatedFrom</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Tissue"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/ligand -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/ligand">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ligand</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Binding_Site_Annotation"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/ligandPart -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/ligandPart">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ligand part</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Binding_Site_Annotation"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/locatedIn -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/locatedIn">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">located in</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Subcellular_Location_Annotation"/>
        <rdfs:range>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/cellularComponent"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Cellular_Component"/>
                        <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/orientation"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Orientation"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/topology"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Topology"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/locatedOn -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/locatedOn">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">located on</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The molecule a this resource is located on.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Molecule"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Nucleotide_Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/locusName -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/locusName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">locus name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Gene"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/name"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/mappedAnnotation -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/mappedAnnotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">mapped annotation</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Maps annotation to a resource. Used to link annotations/comments from external non UniProt sources via Citations to UniProt resources.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Citation_Statement"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/mappedCitation -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/mappedCitation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">mapped citation</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A publication from which data was by a extracted by a mapping from non UniProt origin, or which contains additional information.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/member -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/member">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">member</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">One of several similar resources.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Cluster"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <owl:inverseOf rdf:resource="http://purl.uniprot.org/core/memberOf"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/memberOf -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/memberOf">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">member of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Cluster"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Sequence"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/method -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/method">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">method</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The experimental method that was used.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Method"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Mass_Spectrometry_Annotation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Structure_Resource"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    

    <!-- http://purl.uniprot.org/core/modification -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/modification">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">modification</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A modification of a sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Alternative_Sequence_Annotation"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Modified_Sequence"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/nucleotideSequenceMappingIssue -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/nucleotideSequenceMappingIssue">
        <rdfs:label>nucleotideSequenceMappingIssue</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">When a CDS differs substantially from a reviewed UniProtKB/Swiss-Prot sequence, the UniProt curators indicate the nature of the difference in the corresponding cross-reference.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Nucleotide_Resource"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Reviewed_Protein"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/organism -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/organism">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">organism</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The organism in which a protein occurs.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/orientation -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/orientation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">orientation</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Orientation"/>
        <rdfs:domain>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/cellularComponent"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Cellular_Component"/>
                        <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/orientation"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Orientation"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/topology"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Topology"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/panproteome -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/panproteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">panproteome</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The current pan proteome sequences are derived from the reference proteome
clusters (75% proteome similarity for Fungus and 55% proteome similarity for
Archaea and Bacteria). A reference proteome cluster is also known as a
representative proteome group (RPG) (Chen et al., 2011). A RPG contains similar
proteomes calculated based on their co-membership in UniRef50 clusters. For each
non-singleton reference proteome cluster, a pan proteome is a set of sequences
consisting of all the sequences in the reference proteome, plus the addition of
unique protein sequences that are found in other species or strains of the
cluster but not in the reference proteome. These additional sequences are
identified using UniRef50 membership.</rdfs:comment>
        <rdfs:seeAlso rdf:resource="ftp://ftp.uniprot.orftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/pan_proteomes/READMEg/pub/databases/uniprot/current_release/knowledgebase/pan_proteomes/README"/>
        <rdfs:seeAlso rdf:resource="http://pir.georgetown.edu/rps/pp.shtml"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Proteome"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Proteome"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/part -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/part">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">part</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Part"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/partOf -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/partOf">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">part of</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/participant -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/participant">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">participant</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A protein that participates in a protein-protein interaction.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Interaction"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Participant"/>
    </owl:ObjectProperty>
    
    


    <!-- http://purl.uniprot.org/core/potentialSequence -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/potentialSequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">potential sequence</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is a predicate added by an automated procedure to link entries/proteins that might be isoforms of each other.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Sequence"/>
    </owl:ObjectProperty>
    



    <!-- http://purl.uniprot.org/core/publishedIn -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/publishedIn">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">published in</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Reserved predicate to link a citation to the Journal that it appeared in.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Journal"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/rank -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/rank">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rank</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The rank of a taxon.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/recommendedName -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/recommendedName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">recommended name</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The name recommended by the UniProt consortium.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Structured_Name"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredName"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Part"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/redundantTo -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/redundantTo">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">redundantTo</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates which proteome this proteome is redundant to.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Proteome"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/proteome_redundancy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/relatedLocation -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/relatedLocation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">related location</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Subcellular_Location"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Subcellular_Location"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/replacedBy -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/replacedBy">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">replaced by</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A resource that replaces this resource.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <owl:inverseOf rdf:resource="http://purl.uniprot.org/core/replaces"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Enzyme"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Taxon"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Enzyme"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Taxon"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/replaces -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/replaces">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">replaces</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A resource that is replaced by this resource.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Obsolete"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://purl.uniprot.org/core/Enzyme"/>
                            <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                            <rdf:Description rdf:about="http://purl.uniprot.org/core/Taxon"/>
                            <rdf:Description rdf:about="http://purl.uniprot.org/core/Proteome"/>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:range>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Enzyme"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Taxon"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Proteome"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/representativeFor -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/representativeFor">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">representative for</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Cluster"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/seedFor -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/seedFor">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">seed for</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Cluster"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Sequence"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/sequence -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/sequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sequence</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An amino acid sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <owl:inverseOf rdf:resource="http://purl.uniprot.org/core/sequenceFor"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Annotation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Resource"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/sequenceDiscrepancy -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/sequenceDiscrepancy">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sequence discrepancy</rdfs:label>
        <rdfs:comment>Used when a CoDing Sequences (CDS) from the INSDC differs substantially from a reviewed UniProtKB/Swiss-Prot sequence, the UniProt curators indicate the nature of the difference as a rdfs:comment linked via this predicate.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Nucleotide_Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/sequenceFor -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/sequenceFor">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sequence for</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A resource that describes this sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Annotation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Resource"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/signatureSequenceMatch -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/signatureSequenceMatch">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">signature sequence match</rdfs:label>
        <rdfs:comment>Indicates that the signature described by the subject resource matches mathematically and that that match is described by the object of a triple using this property as predicate.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/someMembersClassifiedWith -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/someMembersClassifiedWith">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">some members classified with</rdfs:label>
        <rdfs:comment>Indicates which GO terms are somewhat consistently used to annotate UniProtKB members of this cluster.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Cluster"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.obolibrary.org/obo/GO_0003674"/>
                    <rdf:Description rdf:about="http://purl.obolibrary.org/obo/GO_0005575"/>
                    <rdf:Description rdf:about="http://purl.obolibrary.org/obo/GO_0008150"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/source -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/source">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">source</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Attribution"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/status -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/status">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/strain -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/strain">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">strain</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Strain"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/structuredName -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/structuredName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">structured name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Structured_Name"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Part"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/submittedName -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/submittedName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">submitted name</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A name provided by the submitter of the underlying nucleotide sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Structured_Name"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredName"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Part"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/topology -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/topology">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">topology</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Topology"/>
        <rdfs:domain>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/cellularComponent"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Cellular_Component"/>
                        <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/orientation"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Orientation"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/topology"/>
                        <owl:onClass rdf:resource="http://purl.uniprot.org/core/Topology"/>
                        <owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/transcribedFrom -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/transcribedFrom">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">transcribed from</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Transcript_Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/translatedFrom -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/translatedFrom">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">translated from</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/External_Sequence"/>
        <rdfs:range rdf:resource="http://purl.uniprot.org/core/Nucleotide_Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/translatedTo -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/translatedTo">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">translated to</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Transcript_Resource"/>
    </owl:ObjectProperty>
    


    <!-- http://purl.uniprot.org/core/withdrawnFromINSDC -->

    <owl:ObjectProperty rdf:about="http://purl.uniprot.org/core/withdrawnFromINSDC">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">withdrawnFromINSDC</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
    


    <!-- http://www.w3.org/2004/02/skos/core#prefLabel -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"/>
    


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

    


    <!-- http://purl.uniprot.org/core/abstract -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/abstract">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">abstract</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">True if the class does not have any direct instances.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/alias -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/alias">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">alias</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An alternative name used in the flat text format.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/allergenName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/allergenName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">allergen name</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">See http://www.expasy.org/cgi-bin/lists?allergen.txt</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredNameType"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/atypical -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/atypical">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atypical</rdfs:label>
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/author -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/author">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">author</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The author of a publication.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/authorsIncomplete -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/authorsIncomplete">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">authorsIncomplete</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/base -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/base"/>
    
    <!-- http://purl.uniprot.org/core/begin -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/begin">
       <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated> 
    </owl:DatatypeProperty>

    <!-- http://purl.uniprot.org/core/biotechName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/biotechName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">biotechName</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A name used in a biotechnological context.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredNameType"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/cdAntigenName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/cdAntigenName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CD molecule antigen name</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A name from the Human Cell Differentiation Molecules (HCDM) nomenclature.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredNameType"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/certain -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/certain">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">certain</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">False if there is any uncertainty about a statement.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <rdfs:domain>
             <rdf:Description rdf:about="http://purl.uniprot.org/core/Absorption_Annotation"/>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/chain -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/chain">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">chain</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Maps a series of symbols representing chains of a protein to a range of amino acids.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Structure_Mapping_Statement"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/checksum -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/checksum">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">checksum</rdfs:label>
        <rdfs:comment>An caclulated value that is used to detect if there are errors in the sequence as shown due to among others IO errors. Both the crc64 and md5sum have collisions in UniProt data and cannot be used as unique keys.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/cofactorLabel -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/cofactorLabel">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cofactorLabel</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A cofactor required for a catalytic activity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Enzyme"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/complete -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/complete">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">complete</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/faq/15"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/crc64Checksum -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/crc64Checksum">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/created -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/created">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">created</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The date a resource was created.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Resource"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/curated -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/curated">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">curated</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">If true the described database has some level of curation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/date -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/date">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">date</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Attribution"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Citation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/domains -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/domains">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>




    <!-- http://purl.uniprot.org/core/ecName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/ecName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EC as a name</rdfs:label>
        <rdfs:comment>The ecName is the enzyme classification associated with a structured name of the protein. Proteins are often named after their enzymatic activity but can have more than one activity leading to multiple names.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredNameType"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/editor -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/editor">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">editor</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The editor of a publication.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Book_Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/end -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/end">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>



    <!-- http://purl.uniprot.org/core/experiments -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/experiments">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">experiments</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Interaction"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/exclusionReason -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/exclusionReason">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">proteome exclusion reason</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates why the proteins of an Proteome where excluded from UniProtKB.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Proteome"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    
    <!-- http://purl.uniprot.org/core/fragment -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/fragment">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fragment</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates if a sequence is complete or consists of one or more fragments.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Simple_Sequence"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/sequence_status"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:oneOf>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multiple</rdf:first>
                        <rdf:rest>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">single</rdf:first>
                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                            </rdf:Description>
                        </rdf:rest>
                    </rdf:Description>
                </owl:oneOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/frameshift -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/frameshift">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">frameshift</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">True if a sequence modification causes a frameshift.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/RNA_Editing_Annotation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/fullName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/fullName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fullName</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The full name.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredNameType"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/fused -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/fused">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/group -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/group">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">group</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The group or consortium that authored a publication.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/author"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/height -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/height">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">height</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
    </owl:DatatypeProperty>


    <!-- http://purl.uniprot.org/core/hits -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/hits">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>

     

    <!-- http://purl.uniprot.org/core/identity -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/identity">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">identity</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The level of sequence identity in a cluster.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Cluster"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:oneOf>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.5</rdf:first>
                        <rdf:rest>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</rdf:first>
                                <rdf:rest>
                                    <rdf:Description>
                                        <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.0</rdf:first>
                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                    </rdf:Description>
                                </rdf:rest>
                            </rdf:Description>
                        </rdf:rest>
                    </rdf:Description>
                </owl:oneOf>
            </rdfs:Datatype>
        </rdfs:range>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/implicit -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/implicit">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">implicit</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">True if existance of this resource can be inferred.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
 


    <!-- http://purl.uniprot.org/core/institution -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/institution">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">institution</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The institution at which a thesis was written.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Thesis_Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/internationalNonproprietaryName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/internationalNonproprietaryName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">international non proprietary name</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The international nonproprietary name: A generic name for a pharmaceutical substance or active pharmaceutical ingredient that is globally recognized and is a public property.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredNameType"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/length -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/length">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">length</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    </owl:DatatypeProperty>
    

    <!-- http://purl.uniprot.org/core/limit -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/limit">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>
 

    <!-- http://purl.uniprot.org/core/linkIsExplicit -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/linkIsExplicit">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">link is explicit</rdfs:label> 
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">True if the Database is linked by an explicit action to UniProt, false if it is done using a simple hardcoded rule.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/locator -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/locator">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">locator</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    



    <!-- http://purl.uniprot.org/core/manual -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/manual">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">manual</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Attribution"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/mass -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/mass">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">predicted mass</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The predicted mass of a sequence in Daltons.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/maximum -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/maximum">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">maximum</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A maximum value.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Absorption_Annotation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/md5Checksum -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/md5Checksum">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MD5 checksum</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/checksum"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/measuredActivity -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/measuredActivity">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">measured activity</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The maximum velocity, Vmax.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Kinetics_Annotation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/measuredAffinity -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/measuredAffinity">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">measured affinity</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The Michaelis-Menten constant, Km.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Kinetics_Annotation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/measuredError -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/measuredError">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">measured error</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The magnitude of the error of a value that was measured.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Mass_Spectrometry_Annotation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/measuredValue -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/measuredValue">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">measured value</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A value that was measured.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Mass_Spectrometry_Annotation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/mnemonic -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/mnemonic">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mnemonic</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A rememberable string that can be used to find entries, not a stable identifier!</rdfs:comment>
        <rdfs:comment>A easy to remember identifier for a UniProtKB entry, but it is not a stable identifier and should not be used by programs to identify entries.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/entry_name"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/name"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Cluster"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/modified -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/modified">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">modified date</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The date a resource was last modified.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Cluster"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/name -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/name">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/negative -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/negative">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">negative</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Interaction"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/obsolete -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/obsolete">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">obsolete</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">True if this resource has been replaced or deleted.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Taxon"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/oldMnemonic -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/oldMnemonic">
        <rdfs:comment>A mnemonic that is no longer in use for this entry.</rdfs:comment>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">old mnemonic</rdfs:label>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/name"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/orfName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/orfName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ORF name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Gene"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/otherName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/otherName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">other name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/name"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/pages -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/pages">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pages</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The first and last page for a chapter or article.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Book_Citation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Journal_Citation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/partOfLineage -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/partOfLineage">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">part of lineage</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">True for taxa that can appear as part of an organism&apos;s non abbreviated lineage. In the flatfile and XML views of an UniProt entry (as well as at INSDC) only these taxonomic nodes are shown.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/taxonomy#lineage"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/partial -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/partial">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/pattern -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/pattern">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">URL pattern</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A URL pattern, used to generate links by substituting an identifier.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/place -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/place">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">place of publication</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The place where a publication was published. This usually includes a country name.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Book_Citation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Thesis_Citation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/position -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/position">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/precursor -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/precursor">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">precursor</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Simple_Sequence"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/publisher -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/publisher">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">publisher</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The publisher of a book.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Book_Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/referenceProteome -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/referenceProteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">reference proteome</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/representativeProteome -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/representativeProteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">representative proteome</rdfs:label>
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/resolution -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/resolution">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">resolution in Angstrom</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The resolution of an experiment, in Angstrom.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Structure_Resource"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/reviewed -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/reviewed">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">reviewed</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates whether a resource has been reviewed by a curator.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Taxon"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/scientificName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/scientificName">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">scientific name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/name"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/scope -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/scope">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">scope</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The extent of the work carried out by the authors of a publication.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation_Statement"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/shortCoden -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/shortCoden">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">shortCoden</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Used to link a Journal to its shortCoden</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Journal"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/shortName -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/shortName">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">short name</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An abbreviation of the full name or an acronym.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/structuredNameType"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/structuredNameType -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/structuredNameType">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">structured name type</rdfs:label>
        <rdfs:comment>All names of the protein, from commonly used to obsolete, to used in the literature..</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Structured_Name"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/protein_names"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/submittedTo -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/submittedTo">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">submitted to</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The database a resource  was submitted to.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Submission_Citation"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/substitution -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/substitution">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">substitution</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A replacement sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Mutagenesis_Annotation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Natural_Variant_Annotation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence_Conflict_Annotation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/synonym -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/synonym">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">synonym</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:subPropertyOf rdf:resource="http://purl.uniprot.org/core/name"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/title -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/title">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">title</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The title of a publication.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/uriTemplate -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/uriTemplate">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">URI template</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An string template that can be used to figure out from the database id what uri desribes it.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/urlTemplate -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/urlTemplate">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">URL template</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An string template that can be used to figure out from the database id what html page talks about it.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Database"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/version -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/version">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">version</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Protein"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Sequence"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/volume -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/volume">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">volume</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The volume a publication is part of.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Book_Citation"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Journal_Citation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/width -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/width">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">width</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
    </owl:DatatypeProperty>
    


    <!-- http://purl.uniprot.org/core/xeno -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/xeno">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xeno</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:domain rdf:resource="http://purl.uniprot.org/core/Interaction"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/binary_interactions"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


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

    


    <!-- http://purl.uniprot.org/core/Absorption_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Absorption_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Absorption</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Biophysicochemical_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates the wavelength in nm at which photoreactive proteins such as opsins and DNA photolyases show maximal absorption.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Active_Site_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Active_Site_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Active Site</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Site_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Amino acid(s) involved in the activity of an enzyme.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/act_site"/>
    </owl:Class>
    

    <!-- http://purl.uniprot.org/core/Activity_Regulation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Activity_Regulation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Activity Regulation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of an enzyme, transporter and microbial transcription regulation mechanism.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/activity_regulation"/>
    </owl:Class>

    <!-- http://purl.uniprot.org/core/Allergen_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Allergen_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Allergen</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information relevant to allergenic proteins.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/allergenic_properties"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Alternative_Initiation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Alternative_Initiation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alternative Initiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Alternative_Products_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Alternative_Products_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Alternative_Products_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alternative Products</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the existence of related protein sequences produced by alternative splicing of the same gene or by the use of alternative initiation codons.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/alternative_products"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Alternative_Promoter_Usage_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Alternative_Promoter_Usage_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alternative Promoter Usage</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Alternative_Products_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Alternative_Sequence_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Alternative_Sequence_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Splice Variant</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Natural_Variation_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of sequence variants produced by alternative splicing.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/var_seq"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Alternative_Splicing_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Alternative_Splicing_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alternative Splicing</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Alternative_Products_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Annotation</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a resource on a specific topic.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Attribution -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Attribution">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Attribution</rdfs:label>
        <rdfs:comment xml:lang="en">Entity used to attach evidence or provenance to a rdf statement via reification.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Beta_Strand_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Beta_Strand_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Strand</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Secondary_Structure_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Beta strand regions within the experimentally determined protein structure</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/strand"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Binding_Site_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Binding_Site_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Binding Site</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Site_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Binding site for any chemical group (co-enzyme, prosthetic group, etc.).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/binding"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Biophysicochemical_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Biophysicochemical_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Biophysicochemical Property</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Biophysical and physicochemical data such as pH dependence, temperature dependence, kinetic parameters, redox potentials, and maximal absorption.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://purl.uniprot.org/core/biophysicochemical_properties"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Biotechnology_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Biotechnology_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Biotechnology</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the use of a specific protein in a biotechnological process.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/biotechnological_use"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Book_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Book_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Book Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/name"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A chapter from a book.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Catalytic_Activity -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Catalytic_Activity">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Catalytic Activity</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The catalytic activity of an enzyme.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Catalytic_Activity_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Catalytic_Activity_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Catalytic Activity Annotation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the reactions catalyzed by an enzyme.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/catalytic_activity"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Caution_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Caution_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Caution</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Warning about possible errors and/or grounds for confusion.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/caution"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Cellular_Component -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Cellular_Component">
        <rdfs:label>Cellular Component</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Subcellular_Location"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Chain_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Chain_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chain</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule_Processing_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a polypeptide chain in the mature protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/chain"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation</rdfs:label>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/date"/>
                        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/date"/>
                        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#gYear"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/date"/>
                        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#gYearMonth"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <owl:disjointWith rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a publication from which data was obtained.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/references"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Citation_Statement -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Citation_Statement">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation Statement</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/context"/>
                <owl:allValuesFrom>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="http://purl.uniprot.org/core/Strain"/>
                            <rdf:Description rdf:about="http://purl.uniprot.org/core/Tissue"/>
                            <rdf:Description rdf:about="http://purl.uniprot.org/core/Transposon"/>
                        </owl:unionOf>
                    </owl:Class>
                </owl:allValuesFrom>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The relationship between a resource and a citation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Cluster -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Cluster">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cluster (UniRef)</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/member"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Sequence"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <owl:disjointWith rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cluster of proteins with similar sequences.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/uniref/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Cofactor_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Cofactor_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cofactor</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of an enzyme cofactor.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/cofactor"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Coiled_Coil_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Coiled_Coil_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Coiled-Coil</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a coiled-coil region.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/coiled"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Compositional_Bias_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Compositional_Bias_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Compositionally Biased Region</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a compositionally biased region.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/compbias"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Concept -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Concept">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Concept</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/replaces"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Concept"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A concept used to classify resources.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Cross-link_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Cross-link_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Crosslink</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Modification_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Posttranslationally formed amino acid bonds.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/crosslnk"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/DNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/DNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Database -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Database">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Database (description of)</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Metadata for a life science database.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/cross_references_section"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Developmental_Stage_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Developmental_Stage_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Developmental Stage</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the developmentally-specific expression of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/developmental_stage"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Disease -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Disease">
        <rdfs:label>Disease</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/diseases/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Disease_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Disease_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Disease Annotation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the diseases associated with a deficiency of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/involvement_in_disease"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Disruption_Phenotype_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Disruption_Phenotype_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Disruption Phenotype</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/disruption_phenotype"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Disulfide_Bond_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Disulfide_Bond_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Disulfide Bond</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Modification_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Describes residues which are linked by an intra-chain disulfide bond. If the endpoints are identical, the disulfide bond is an interchain one.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/disulfid"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Domain_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Domain_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the domain structure of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/domain_cc"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Domain_Assignment_Statement -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Domain_Assignment_Statement">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Domain Assignment Statement</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The relationship between a protein and a protein domain.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Domain_Extent_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Domain_Extent_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Domain Extent</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a domain, which is defined as a specific combination of secondary structures organized into a characteristic three-dimensional structure or fold.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/domain"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Electronic_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Electronic_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Electronic Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/name"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An electronic publication.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Endpoint_Statement -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Endpoint_Statement">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Endpoint Statement</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Metadata for an endpoint of a range on a sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Enzyme -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Enzyme">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Enzyme</rdfs:label>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/replacedBy"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Enzyme"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/replaces"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Enzyme"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A specific catalytic activity, defined by the Enzyme Commission of the Nomenclature Committee of the International Union of Biochemistry and Molecular Biology (IUBMB).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.expasy.org/enzyme/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Enzyme_Regulation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Enzyme_Regulation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Enzyme Regulation</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The use of this class has been replaced by Activity_Regulation_Annotation</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://purl.uniprot.org/core/Activity_Regulation_Annotation"/>
	    <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Erroneous_Gene_Model_Prediction_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Erroneous_Gene_Model_Prediction_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erroneous Gene Model Prediction</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Caution_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Erroneous_Initiation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Erroneous_Initiation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erroneous Initiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Caution_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Erroneous_Termination_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Erroneous_Termination_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erroneous Termination</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Caution_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Erroneous_Translation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Erroneous_Translation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erroneous Translation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Caution_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Excluded_Proteome -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Excluded_Proteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Excluded proteome</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Proteome that has been excluded from UniProtKB for some reason, normally described by statements with the predicate up:exclusionReason</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/proteome"/>
    </owl:Class>


    <!-- http://purl.uniprot.org/core/Experimental_Information_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Experimental_Information_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Experimental Information</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/External_Sequence -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/External_Sequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">External Sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Known_Sequence"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The protein described in the linked record is an alternative splice form of the same gene product as described in this record. The function between the two isoforms is highly divergent.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/alternative_products"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Family_Membership_Statement -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Family_Membership_Statement">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Family Membership Statement</rdfs:label>
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Frameshift_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Frameshift_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frameshift</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Caution_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Function_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Function_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Function</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">General description of the functions of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/function"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Gene -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Gene">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#prefLabel"/>
                <owl:onClass rdf:resource="http://purl.uniprot.org/core/Gene"/>
                <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Genomic_DNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Genomic_DNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Genomic DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/DNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Genomic_RNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Genomic_RNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Genomic RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/RNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Glycosylation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Glycosylation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Glycosylation Site</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Modification_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Describes the occurrence of the attachment of a glycan (mono- or polysaccharide) to a residue of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/carbohyd"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Helix_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Helix_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Helix</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Secondary_Structure_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Helical regions within the experimentally determined protein structure</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/helix"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Induction_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Induction_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Induction</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the compounds or conditions that stimulate the synthesis of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/induction"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Initiator_Methionine_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Initiator_Methionine_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Initiator Methionine</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule_Processing_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates that the initiator methionine has been cleaved off and is not shown in the sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/init_met"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Interaction -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Interaction">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Interaction</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a protein-protein interaction.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/binary_interactions"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Intramembrane_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Intramembrane_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">INTRAMEM</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a region located in a membrane without crossing it</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/Intramembrane"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Journal -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Journal">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Journal</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Journal_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Journal_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Journal Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/name"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An article published in a journal.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Kinetics_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Kinetics_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Kinetics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Biophysicochemical_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mentions the Michaelis-Menten constant (KM) and maximal velocity (Vmax) of enzymes.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Known_Sequence -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Known_Sequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Known Sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/sequences"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Lipidation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Lipidation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Lipid Binding</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Modification_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Covalent binding of a lipid moiety.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/lipid"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/MRNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/MRNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">mRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/RNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Mass_Measurement_Method -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Mass_Measurement_Method">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mass Measurement</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Method"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An experimental method for measuring the mass of a molecule.</rdfs:comment>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Mass_spectrometry"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Mass_Spectrometry_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Mass_Spectrometry_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mass</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Experimental_Information_Annotation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/method"/>
                <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/method"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates the mass of a sequence determined by mass spectrometry.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/mass_spectrometry"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Member_Of_Redudant_Proteome -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Member_Of_Redudant_Proteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Member Of Redudant Proteome</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Obsolete_Protein"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This entry was obsoleted because its sequence belongs to a redundant protoeome</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/proteome_redundancy"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Method -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Method">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Method</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An experimental method.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Modification_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Modification_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Describes amino acid modifications, post pre- and post-translational.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Modified_Residue_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Modified_Residue_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Modified Residue</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Modification_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Posttranslational modification of a residue.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/mod_res"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Modified_Sequence -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Modified_Sequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Modified Sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Known_Sequence"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/basedOn"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Simple_Sequence"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/modification"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Alternative_Sequence_Annotation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Molecule -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Molecule">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Molecule</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A biological molecule.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Molecule_Processing_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Molecule_Processing_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Molecule Processing</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Motif_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Motif_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Motif</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Short (&lt;=20 amino acids) sequence motif of biological interest.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/motif"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Mutagenesis_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Mutagenesis_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mutagenesis Site</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Experimental_Information_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Site which has been experimentally altered.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/mutagen"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Natural_Variant_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Natural_Variant_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sequence Variant</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Natural_Variation_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Authors report that sequence variants exist.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/variant"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Natural_Variation_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Natural_Variation_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Natural Variation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Non-adjacent_Residues_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Non-adjacent_Residues_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Non-consecutive Residues</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Experimental_Information_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates that two residues in a sequence are not consecutive and that there are a number of unsequenced residues between them.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/non_cons"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Non-standard_Residue_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Non-standard_Residue_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Non standard residue</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Modification_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Describes the occurrence of a non standard residue in the sequence record.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/non_std"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Non-terminal_Residue_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Non-terminal_Residue_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Non-terminal Residue</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Experimental_Information_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The residue at an extremity of the sequence is not the terminal residue.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/non_ter"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Non_Self_Interaction -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Non_Self_Interaction">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Non self interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Interaction"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a non self protein-protein interaction.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/binary_interactions"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Not_Obsolete -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Not_Obsolete">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not Obsolete</rdfs:label>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/obsolete"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</owl:hasValue>
            </owl:Restriction>
        </owl:equivalentClass>
        <owl:disjointWith rdf:resource="http://purl.uniprot.org/core/Obsolete"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A class introduced to group all records that are currently in the database.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Not_Obsolete_Protein -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Not_Obsolete_Protein">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not obsolete protein (record)</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Not_Obsolete"/>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/sequence"/>
                <owl:someValuesFrom rdf:resource="http://purl.uniprot.org/core/Simple_Sequence"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/organism"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/existence"/>
                <owl:someValuesFrom rdf:resource="http://purl.uniprot.org/core/Protein_Existence"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Not_Obsolete_Taxon -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Not_Obsolete_Taxon">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not obsolete taxon (record)</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Not_Obsolete"/>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/scientificName"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Nucleotide_Binding_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Nucleotide_Binding_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DNA Binding</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a DNA-binding region.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/np_bind"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Nucleotide_Mapping_Statement -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Nucleotide_Mapping_Statement">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nucleotide Mapping Statement</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The relationship between a protein and a nucleotide sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Nucleotide_Resource -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Nucleotide_Resource">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nucleotide Resource</rdfs:label>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/locatedOn"/>
                <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Resource"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A resource that descripes a nucleotide sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Observation_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Observation_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Observation Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Unpublished_Citation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation of an unpublished result.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Obsolete -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Obsolete">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Obsolete</rdfs:label>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/obsolete"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:hasValue>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The class of all obsolete records in the database (i.e. records that where once published but are now removed).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Obsolete_Protein -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Obsolete_Protein">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Obsolete Protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Obsolete"/>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/faq/11"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Obsolete_Taxon -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Obsolete_Taxon">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Obsolete Taxon</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Obsolete"/>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Taxon"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxa are occasionally removed from the taxonomy database (particularly internal nodes, during a taxonomic revision) – these taxids are deleted, and are not reused.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.ncbi.nlm.nih.gov/books/NBK54428/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Organelle -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Organelle">
        <rdfs:label>Organelle</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Orientation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Orientation">
        <rdfs:label>Orientation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Subcellular_Location"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Other_DNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Other_DNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Other DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/DNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Other_RNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Other_RNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Other RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/RNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/PH_Dependence_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/PH_Dependence_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pH Dependence</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Biophysicochemical_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Describes the optimum pH for enzyme activity and/or the variation of enzyme activity with pH variation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/PTM_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/PTM_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PTM</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a posttranslational modification.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/post-translational_modification"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Part -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Part">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protein part</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a part of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/protein_names"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Participant -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Participant">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Interaction participant</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A participant in a protein-protein interaction.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/binary_interactions"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Patent_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Patent_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Patent Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A patent application.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Pathway -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Pathway">
        <rdfs:label rdf:datatype="http;//www.w3.org/2001/XMLSchema#string">Pathway</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A hierarchical discription of a metabolic pathway.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.grenoble.prabi.fr/obiwarehouse/unipathway"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/pathway"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Pathway_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Pathway_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pathway annotation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the metabolic pathways with which a protein is associated.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/pathway"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Peptide_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Peptide_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Peptide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule_Processing_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a released active peptide.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/peptide"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Pharmaceutical_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Pharmaceutical_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pharmaceutical</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the use of a protein as a pharmaceutical drug.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/pharmaceutical_use"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Plasmid -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Plasmid">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Plasmid</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a Plasmid</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Polymorphism_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Polymorphism_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Polymorphism</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of polymorphisms.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/polymorphism"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Propeptide_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Propeptide_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Propeptide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule_Processing_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a propeptide.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/propep"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Protein -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Protein">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/replacedBy"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/replaces"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/uniprotkb"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Protein_Existence -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Protein_Existence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protein existence evidence</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:oneOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Predicted_Existence"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Transcript_Level_Existence"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Uncertain_Existence"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Inferred_from_Homology_Existence"/>
                    <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Protein_Level_Existence"/>
                </owl:oneOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Proteome -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Proteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Proteome</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a proteome.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/proteome"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Proteome_Component -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Proteome_Component">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Proteome_Component</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The component of a proteome. e.g. Chromosome, Contig or Plasmid</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/proteome"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Published_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Published_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Published Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <owl:disjointWith rdf:resource="http://purl.uniprot.org/core/Unpublished_Citation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/references"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/RNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/RNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/RNA_Editing_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/RNA_Editing_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RNA Editing</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of any type of RNA editing that leads to one or more amino acid changes.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/rna_editing"/>
    </owl:Class>
    
    <!-- http://purl.uniprot.org/core/range -->

    <owl:DatatypeProperty rdf:about="http://purl.uniprot.org/core/range">
        <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
    </owl:DatatypeProperty>



    <!-- http://purl.uniprot.org/core/Rank -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Rank">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxon rank</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A rank of a taxon.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Redox_Potential_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Redox_Potential_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Redox Potential</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Biophysicochemical_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Reports the value of the standard (midpoint) oxido-reduction potential(s) for electron transport proteins.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Reference_Proteome -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Reference_Proteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Reference_Proteome</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Proteome"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Some proteomes have been (manually and algorithmically) selected as reference
proteomes.</rdfs:comment>
        <rdfs:seeAlso rdf:resource="ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/reference_proteomes/README"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/proteome"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Region_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Region_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Region</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Repeat_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Repeat_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Repeat</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of an internal sequence repetition.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/repeat"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Representative_Proteome -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Representative_Proteome">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Representative_Proteome</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Proteome"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A proteome that is believed by curators, or selected programmatically to be representative for a number of related Proteomes</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/proteome"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Resource -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Resource">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Resource</rdfs:label>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/database"/>
                <owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A life science resource.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Reviewed -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Reviewed">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Reviewed</rdfs:label>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/reviewed"/>
                <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:hasValue>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"> The class of all reviewed records in the database (i.e. records that where looked at by a curator for integration into the database).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Reviewed_Protein -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Reviewed_Protein">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Reviewed protein (records)</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Protein"/>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Reviewed"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Ribosomal_Frameshifting -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Ribosomal_Frameshifting">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ribosomal Frameshifting</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Alternative_Products_Annotation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Secondary_Structure_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Secondary_Structure_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Secondary Structure</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Describes the secondary structure of proteins whose tertiary structure is known experimentally.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Self_Interaction -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Self_Interaction">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Self protein interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Interaction"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a self protein-protein interaction.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/binary_interactions"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Sequence -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Sequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sequence</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An amino acid sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/help/uniparc"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/sequences"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Sequence_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Sequence_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sequence Annotation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of a special region or site in a protein sequence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/sequence_annotation"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Sequence_Caution_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Sequence_Caution_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sequence Caution</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Warning about possible errors related to the protein sequence</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/sequence_caution"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Sequence_Conflict_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Sequence_Conflict_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sequence Conflict</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Experimental_Information_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Different sources report differing sequences.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/conflict"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Sequence_Uncertainty_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Sequence_Uncertainty_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Unsure Residue</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Experimental_Information_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Used to describe region(s) of a sequence for which the authors are unsure about the sequence assignment.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/unsure"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Signal_Peptide_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Signal_Peptide_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Signal Peptide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule_Processing_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a signal sequence (prepeptide).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/signal"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Similarity_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Similarity_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Similarity</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the similarities (sequence or structural) of a protein with other proteins.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/sequence_similarities"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Simple_Sequence -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Simple_Sequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Simple Sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Known_Sequence"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Site_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Site_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Site</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Any interesting single amino-acid site on the sequence, that is not defined by another feature key. It can also apply to an amino acid bond which is represented by the positions of the two flanking amino acids.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/site"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Status -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Status">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Status</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicator for the reliability of a piece of information.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/non_experimental_qualifiers"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Strain -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Strain">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Strain</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A strain of a species.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Structure_Determination_Method -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Structure_Determination_Method">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Structure Determination</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Method"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An experimental method for determining the 3D structure of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Structure_Mapping_Statement -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Structure_Mapping_Statement">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Structure Mapping Statement</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The relationship between a protein and a 3D structure.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Structure_Resource -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Structure_Resource">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Structure Resource</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/method"/>
                        <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.uniprot.org/core/method"/>
                        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Resource"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A resource that describes the 3D structure of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Structured_Name -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Structured_Name">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Structured_Name</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A resource that holds a set of the known names for this protein together.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/protein_names"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Subcellular_Location -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Subcellular_Location">
        <rdfs:label>Subcellular Location</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/locations/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Subcellular_Location_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Subcellular_Location_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Subcellular Location Annotation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the subcellular location of the mature protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/subcellular_location"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Submission_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Submission_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Submission Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/submittedTo"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data that was submitted directly to a database.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Subunit_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Subunit_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Subunit</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the quaternary structure of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/subunit_structure"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Taxon -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Taxon">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxon</rdfs:label>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/mnemonic"/>
                <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/replaces"/>
                <owl:allValuesFrom rdf:resource="http://purl.uniprot.org/core/Taxon"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An element of a taxonomy for classifying life forms.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.ncbi.nlm.nih.gov/books/NBK54428/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Temperature_Dependence_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Temperature_Dependence_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Temperature Dependence</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Biophysicochemical_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates the optimum temperature for enzyme activity and/or the variation of enzyme activity with temperature variation; the thermostability/thermolability of the enzyme is also mentioned when it is known.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Thesis_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Thesis_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Thesis Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Published_Citation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.uniprot.org/core/institution"/>
                <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Ph.D. thesis.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Tissue -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Tissue">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tissue</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A tissue such as lung or heart.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/docs/tisslist"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Tissue_Specificity_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Tissue_Specificity_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tissue Specificity</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Description of the tissue specificity of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/tissue_specificity"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Topological_Domain_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Topological_Domain_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Topological Domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A topological domain.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/domain"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Topology -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Topology">
        <rdfs:label>Topology</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Subcellular_Location"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Toxic_Dose_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Toxic_Dose_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Toxic Dose</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information on the LD(50). LD stands for &quot;Lethal Dose&quot;. LD(50) is the amount of a toxin, given all at once, which causes the death of 50% (one half) of a group of test animals.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/toxic_dose"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Transcribed_RNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Transcribed_RNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Transcribed RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/RNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Transcript_Resource -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Transcript_Resource">
        <rdfs:label>Transcript Resource</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Resource"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Transit_Peptide_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Transit_Peptide_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Transit Peptide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Molecule_Processing_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a transit peptide (mitochondrion, chloroplast, thylakoid, cyanelle or microbody).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/transit"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Transmembrane_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Transmembrane_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Transmembrane</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a transmembrane region.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/transmem"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Transposon -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Transposon">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Transposon</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A transposon</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Turn_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Turn_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Turn</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Secondary_Structure_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Turns within the experimentally determined protein structure.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/turn"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Unassigned_DNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Unassigned_DNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Unassigned DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/DNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Unassigned_RNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Unassigned_RNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Unassigned RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/RNA"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Unknown_Sequence -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Unknown_Sequence">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Unknown Sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Sequence"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Unpublished_Citation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Unpublished_Citation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Unpublished Citation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Citation"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Viral_cRNA -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Viral_cRNA">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Viral cRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/RNA"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Positive cRNA molecule that is made from from a single stranded genomic RNA.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Class>
    


    <!-- http://purl.uniprot.org/core/Zinc_Finger_Annotation -->

    <owl:Class rdf:about="http://purl.uniprot.org/core/Zinc_Finger_Annotation">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Zinc Finger</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.uniprot.org/core/Region_Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extent of a zinc finger region.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
        <rdfs:seeAlso rdf:resource="http://www.uniprot.org/manual/zn_fing"/>
    </owl:Class>
    


    <!-- http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement -->

    <owl:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
    


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

    <owl:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    


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

    <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Class"/>
    


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

    <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
    


    <!-- http://www.w3.org/2004/02/skos/core#Concept -->

    <owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
    


    <!-- http://xmlns.com/foaf/0.1/Image -->

    <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Image"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.uniprot.org/core/API -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/API">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Atmospheric Pressure Ionization</rdfs:label>
        <rdfs:comment>Mass measurement using Atmospheric Pressure Ionization</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Apicoplast -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Apicoplast">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Apicoplast</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/By_Similarity -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/By_Similarity">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Status"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">By Similarity</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Chloroplast -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Chloroplast">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chloroplast</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Class -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Class">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Class</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Cohort -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Cohort">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cohort</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank cohort</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Cyanelle -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Cyanelle">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cyanelle</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/ESI -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/ESI">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Electrospray Ionization</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Electrospray_ionization"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Electron_Microscopy -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Electron_Microscopy">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Electron Microscopy</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The electron microscope is a microscope that can magnify very small details with high resolving power due to the use of electrons rather than light to scatter off material, magnifying at levels up to 500,000 times.</rdfs:comment>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Electron_microscopy"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Evidence_at_Protein_Level_Existence -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Evidence_at_Protein_Level_Existence">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Protein_Existence"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Evidence at protein level</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Evidence_at_Transcript_Level_Existence -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Evidence_at_Transcript_Level_Existence">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Protein_Existence"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Evidence at transcript level</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates that the existence of a protein has not been strictly proven but that expression data (such as existence of cDNA(s), RT-PCR or Northern blots) indicate the existence of a transcript.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Experimental -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Experimental">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Status"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Indicates that there is some experimental evidence that the given annotation could apply.</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/FAB -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/FAB">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Fast Atom Bombardment</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Family -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Family">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Family</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Fiber_Diffraction -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Fiber_Diffraction">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Fiber Diffraction</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Forma -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Forma">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Forma</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Genus -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Genus">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Genus</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Hydrogenosome -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Hydrogenosome">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hydrogenosome</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Inferred_from_Homology_Existence -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Inferred_from_Homology_Existence">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Protein_Existence"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Inferred from homology</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Infraclass -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Infraclass">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Infraclass</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Infraorder -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Infraorder">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Infraorder</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Infrared_Spectroscopy -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Infrared_Spectroscopy">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Infrared Spectroscopy</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A type of spectroscopy that uses the Infrared portion of the electromagnetic spectrum.</rdfs:comment>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Infrared_spectroscopy"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    

    <!-- http://purl.uniprot.org/core/Isotype -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Isotype">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Isotype</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    

    <!-- http://purl.uniprot.org/core/Kingdom -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Kingdom">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Kingdom</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/LSIMS -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/LSIMS">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Liquid Secondary Ionization</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/MALDI -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/MALDI">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Matrix-Assisted Laser Desorption</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Matrix-assisted_laser_desorption_ionization"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Mitochondrion -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Mitochondrion">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mitochondrion</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/NMR_Spectroscopy -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/NMR_Spectroscopy">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NMR Spectroscopy</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/NMR"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Neutron_Diffraction -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Neutron_Diffraction">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Neutron Diffraction</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Neutron_diffraction"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Non-photosynthetic_plastid -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Non-photosynthetic_plastid">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Non-photosyntethic plastid</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Nucleomorph -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Nucleomorph">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nuleomorph</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Order -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Order">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Order</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Organellar_chromatophore -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Organellar_chromatophore">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Organellar chromatophore</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/PD -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/PD">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Plasma Desorption</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"></rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    
    <!-- http://purl.uniprot.org/core/Paratype -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Paratype">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Paratype</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Parvorder -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Parvorder">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Parvorder</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Phylum -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Phylum">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank Phylum</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Plastid -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Plastid">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Organelle"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Plastid</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Potential -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Potential">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Status"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label>Potential</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates that there is some logical or conclusive evidence that the given annotation could apply. This non-experimental qualifier is often used to present results from protein sequence analysis software tools, which are only annotated if the result makes sense in the biological context of a given protein. A typical example is the annotation of N-glycosylation sites in secreted proteins</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Predicted_Existence -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Predicted_Existence">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Protein_Existence"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Predicted</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is used for proteins without evidence at protein, transcript, or homology levels.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Prediction -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Prediction">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Prediction</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Probable -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Probable">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Status"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Probable</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The status ‘Probable’ indicates stronger evidence than the qualifier ‘Potential’. This qualifier implies that there must be at least some experimental evidence, which indicates, that the information is expected to be found in the natural environment of a protein.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/SELDI -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/SELDI">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Mass_Measurement_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Enhanced Laser Desorption Ionization</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Species -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Species">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Species</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Species_Group -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Species_Group">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Species Group</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Species_Subgroup -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Species_Subgroup">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Species Subgroup</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subclass -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subclass">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Subclass</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subcohort -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subcohort">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Subcohort</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomy rank subcohort</rdfs:comment>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subfamily -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subfamily">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Subfamily</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subgenus -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subgenus">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Subgenus</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subkingdom -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subkingdom">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Subkingdom</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Suborder -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Suborder">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Suborder</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subphylum -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subphylum">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Subphylum</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subspecies -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subspecies">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Subspecies</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Subtribe -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Subtribe">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Subtribe</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Superclass -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Superclass">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Superclass</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Superfamily -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Superfamily">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Superfamily</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Superkingdom -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Superkingdom">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Superkingdom</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Superorder -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Superorder">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Superorder</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Superphylum -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Superphylum">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Superphylum</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Tribe -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Tribe">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Tribe</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Uncertain_Existence -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Uncertain_Existence">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Protein_Existence"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Uncertain</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/Varietas -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/Varietas">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Rank"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Taxonomic rank Varietas</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- http://purl.uniprot.org/core/X-Ray_Crystallography -->

    <owl:Thing rdf:about="http://purl.uniprot.org/core/X-Ray_Crystallography">
        <rdf:type rdf:resource="http://purl.uniprot.org/core/Structure_Determination_Method"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">X-Ray Crystallography</rdfs:label>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A technique in crystallography in which the pattern produced by the diffraction of x-rays through the closely spaced lattice of atoms in a crystal is recorded and then analyzed to reveal the nature of that lattice.</rdfs:comment>
        <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/X-ray_crystallography"/>
        <rdfs:isDefinedBy rdf:resource="http://purl.uniprot.org/core/"/>
    </owl:Thing>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // General axioms
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Transcript_Level_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Uncertain_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Electron_Microscopy"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Fiber_Diffraction"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Infrared_Spectroscopy"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/NMR_Spectroscopy"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Neutron_Diffraction"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Prediction"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/X-Ray_Crystallography"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Predicted_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Uncertain_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/API"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/ESI"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/FAB"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/LSIMS"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/MALDI"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/PD"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/SELDI"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/By_Similarity"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Experimental"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Potential"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Probable"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Transcript_Level_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Inferred_from_Homology_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Protein_Level_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Inferred_from_Homology_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Protein_Level_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Predicted_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Transcript_Level_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Predicted_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Protein_Level_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Uncertain_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Class"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Family"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Forma"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Genus"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Kingdom"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Order"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Parvorder"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Phylum"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Species"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Species_Group"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Species_Subgroup"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Subclass"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Subfamily"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Subgenus"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Subkingdom"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Suborder"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Subphylum"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Subspecies"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Subtribe"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Superclass"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Superfamily"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Superkingdom"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Superorder"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Superphylum"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Tribe"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Varietas"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Inferred_from_Homology_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Predicted_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Protein_Level_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Evidence_at_Transcript_Level_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
    <rdf:Description>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
        <owl:distinctMembers rdf:parseType="Collection">
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Inferred_from_Homology_Existence"/>
            <rdf:Description rdf:about="http://purl.uniprot.org/core/Uncertain_Existence"/>
        </owl:distinctMembers>
    </rdf:Description>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.5.0) http://owlapi.sourceforge.net -->

