@prefix : <http://purl.uniprot.org/core/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://purl.uniprot.org/core/> a owl:Ontology ;
	rdfs:comment "Properties and classes used for protein annotation."^^xsd:string .

:name a owl:AnnotationProperty .

:commonName a owl:AnnotationProperty .

:locusName a owl:AnnotationProperty .

:mnemonic a owl:AnnotationProperty .

:alternativeName a owl:ObjectProperty ;
	rdfs:comment "A synonym of the recommended name."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/protein_names"^^xsd:anyURI ;
	rdfs:range :Structured_Name ;
	rdfs:subPropertyOf :structuredName ;
	rdfs:domain _:node183fq6oe8x1 .

_:node183fq6oe8x1 a owl:Class ;
	owl:unionOf _:node183fq6oe8x2 .

_:node183fq6oe8x2 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x3 .

_:node183fq6oe8x3 rdf:first :Protein ;
	rdf:rest rdf:nil .

:annotation a owl:ObjectProperty ;
	rdfs:comment "Attaches an annotation to a resource."^^xsd:string ;
	rdfs:range :Annotation ;
	rdfs:domain :Protein .

:attribution a owl:ObjectProperty ;
	rdfs:range :Attribution ;
	rdfs:domain _:node183fq6oe8x4 .

_:node183fq6oe8x4 a owl:Class ;
	owl:unionOf _:node183fq6oe8x5 .

_:node183fq6oe8x5 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x6 .

_:node183fq6oe8x6 rdf:first rdf:Statement ;
	rdf:rest rdf:nil .

:basedOn a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:label "based on"^^xsd:string ;
	rdfs:comment "The sequence on which the description of a modified sequence is based."^^xsd:string ;
	rdfs:domain :Modified_Sequence ;
	rdfs:range :Simple_Sequence .

:category a owl:ObjectProperty .

:cellularComponent a owl:ObjectProperty ;
	rdfs:range :Cellular_Component ;
	rdfs:domain _:node183fq6oe8x7 .

_:node183fq6oe8x7 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x8 .

_:node183fq6oe8x8 rdf:first _:node183fq6oe8x9 .

_:node183fq6oe8x9 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x8 rdf:rest _:node183fq6oe8x10 .

_:node183fq6oe8x10 rdf:first _:node183fq6oe8x11 .

_:node183fq6oe8x11 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x10 rdf:rest _:node183fq6oe8x12 .

_:node183fq6oe8x12 rdf:first _:node183fq6oe8x13 .

_:node183fq6oe8x13 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x12 rdf:rest rdf:nil .

:citation a owl:ObjectProperty ;
	rdfs:comment "A publication from which data was extracted, or which contains additional information."^^xsd:string ;
	rdfs:range :Citation ;
	rdfs:domain _:node183fq6oe8x14 .

_:node183fq6oe8x14 a owl:Class ;
	owl:unionOf _:node183fq6oe8x15 .

_:node183fq6oe8x15 rdf:first :Cellular_Component ;
	rdf:rest _:node183fq6oe8x16 .

_:node183fq6oe8x16 rdf:first :Database ;
	rdf:rest _:node183fq6oe8x17 .

_:node183fq6oe8x17 rdf:first :External_Sequence ;
	rdf:rest _:node183fq6oe8x18 .

_:node183fq6oe8x18 rdf:first :Nucleotide_Resource ;
	rdf:rest _:node183fq6oe8x19 .

_:node183fq6oe8x19 rdf:first :Orientation ;
	rdf:rest _:node183fq6oe8x20 .

_:node183fq6oe8x20 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x21 .

_:node183fq6oe8x21 rdf:first :Topology ;
	rdf:rest rdf:nil .

:classifiedWith a owl:ObjectProperty ;
	rdfs:label "classified with"^^xsd:string ;
	rdfs:comment "A concept that classifies this resource."^^xsd:string ;
	rdfs:range :Concept ;
	rdfs:domain :Protein .

:commonTaxon a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:domain :Cluster ;
	rdfs:range :Taxon .

:component a owl:ObjectProperty ;
	rdfs:comment "A component of a protein."^^xsd:string ;
	rdfs:range :Part ;
	rdfs:domain :Protein ;
	rdfs:subPropertyOf :part .

:conflictingSequence a owl:ObjectProperty ;
	rdfs:range :External_Sequence ;
	rdfs:domain _:node183fq6oe8x22 .

_:node183fq6oe8x22 a owl:Class ;
	owl:unionOf _:node183fq6oe8x23 .

_:node183fq6oe8x23 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x24 .

_:node183fq6oe8x24 rdf:first :Sequence_Caution_Annotation ;
	rdf:rest _:node183fq6oe8x25 .

_:node183fq6oe8x25 rdf:first :Sequence_Conflict_Annotation ;
	rdf:rest rdf:nil .

:context a owl:ObjectProperty ;
	rdfs:domain :Citation_Statement .

:database a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:range :Database ;
	rdfs:domain :Resource .

:domain a owl:ObjectProperty ;
	rdfs:comment "A domain of a protein."^^xsd:string ;
	rdfs:range :Part ;
	rdfs:domain :Protein ;
	rdfs:subPropertyOf :part .

:encodedBy a owl:ObjectProperty ;
	rdfs:label "encoded by"^^xsd:string ;
	rdfs:comment "The gene by which a protein is encoded."^^xsd:string ;
	rdfs:range :Gene ;
	rdfs:domain :Protein .

:encodedIn a owl:ObjectProperty ;
	rdfs:label "encoded in"^^xsd:string ;
	rdfs:comment "The subcellular location where a protein is encoded."^^xsd:string ;
	rdfs:domain :Protein ;
	rdfs:range :Subcellular_Location .

:enzyme a owl:ObjectProperty ;
	rdfs:label "enzyme"^^xsd:string ;
	rdfs:comment "The catalytic activity associated with a protein. or part of a protein."^^xsd:string ;
	rdfs:range :Enzyme ;
	rdfs:domain _:node183fq6oe8x26 .

_:node183fq6oe8x26 a owl:Class ;
	owl:unionOf _:node183fq6oe8x27 .

_:node183fq6oe8x27 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x28 .

_:node183fq6oe8x28 rdf:first :Protein ;
	rdf:rest rdf:nil .

:erratum a owl:ObjectProperty ;
	rdfs:comment "An erratum for a publication."^^xsd:string ;
	rdfs:range :Published_Citation ;
	rdfs:domain :Published_Citation .

:erratumFor a owl:ObjectProperty ;
	rdfs:label "erratum for"^^xsd:string ;
	rdfs:comment "The publication which an erratum refers to."^^xsd:string ;
	rdfs:domain :Published_Citation ;
	rdfs:range :Published_Citation ;
	owl:inverseOf :erratum .

:existence a owl:ObjectProperty .

:host a owl:ObjectProperty ;
	rdfs:range :Taxon ;
	rdfs:domain :Taxon .

:interaction a owl:ObjectProperty ;
	rdfs:range :Interaction ;
	rdfs:domain :Protein .

:isolatedFrom a owl:ObjectProperty ;
	rdfs:domain :Protein ;
	rdfs:range :Tissue .

:locatedIn a owl:ObjectProperty ;
	rdfs:domain :Subcellular_Location_Annotation ;
	rdfs:range _:node183fq6oe8x29 .

_:node183fq6oe8x29 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x30 .

_:node183fq6oe8x30 rdf:first _:node183fq6oe8x31 .

_:node183fq6oe8x31 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x30 rdf:rest _:node183fq6oe8x32 .

_:node183fq6oe8x32 rdf:first _:node183fq6oe8x33 .

_:node183fq6oe8x33 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x32 rdf:rest _:node183fq6oe8x34 .

_:node183fq6oe8x34 rdf:first _:node183fq6oe8x35 .

_:node183fq6oe8x35 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x34 rdf:rest rdf:nil .

:locatedOn a owl:ObjectProperty ;
	rdfs:label "located on"^^xsd:string ;
	rdfs:comment "The molecule a this resource is located on."^^xsd:string ;
	rdfs:range :Molecule ;
	rdfs:domain :Nucleotide_Resource .

:member a owl:ObjectProperty ;
	rdfs:comment "One of several similar resources."^^xsd:string ;
	rdfs:domain :Cluster ;
	rdfs:range :Sequence .

:memberOf a owl:ObjectProperty ;
	rdfs:label "member of"^^xsd:string ;
	rdfs:range :Cluster ;
	rdfs:domain :Sequence ;
	owl:inverseOf :member .

:method a owl:ObjectProperty ;
	rdfs:comment "The experimental method that was used."^^xsd:string ;
	rdfs:range :Method ;
	rdfs:domain _:node183fq6oe8x36 .

_:node183fq6oe8x36 a owl:Class ;
	owl:unionOf _:node183fq6oe8x37 .

_:node183fq6oe8x37 rdf:first :Mass_Spectrometry_Annotation ;
	rdf:rest _:node183fq6oe8x38 .

_:node183fq6oe8x38 rdf:first :Structure_Resource ;
	rdf:rest rdf:nil .

:modification a owl:ObjectProperty ;
	rdfs:comment "A modification of a sequence."^^xsd:string ;
	rdfs:range :Alternative_Sequence_Annotation ;
	rdfs:domain :Modified_Sequence .

:name a owl:ObjectProperty ;
	rdfs:subPropertyOf rdfs:label .

:organism a owl:ObjectProperty ;
	rdfs:comment "The organism in which a protein occurs."^^xsd:string ;
	rdfs:range :Taxon ;
	rdfs:domain _:node183fq6oe8x39 .

_:node183fq6oe8x39 a owl:Class ;
	owl:unionOf _:node183fq6oe8x40 .

_:node183fq6oe8x40 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x41 .

_:node183fq6oe8x41 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:orientation a owl:ObjectProperty ;
	rdfs:range :Orientation ;
	rdfs:domain _:node183fq6oe8x42 .

_:node183fq6oe8x42 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x43 .

_:node183fq6oe8x43 rdf:first _:node183fq6oe8x44 .

_:node183fq6oe8x44 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x43 rdf:rest _:node183fq6oe8x45 .

_:node183fq6oe8x45 rdf:first _:node183fq6oe8x46 .

_:node183fq6oe8x46 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x45 rdf:rest _:node183fq6oe8x47 .

_:node183fq6oe8x47 rdf:first _:node183fq6oe8x48 .

_:node183fq6oe8x48 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x47 rdf:rest rdf:nil .

:part a owl:ObjectProperty ;
	rdfs:range :Part .

:partOf a owl:ObjectProperty ;
	rdfs:range :Subcellular_Location ;
	rdfs:domain :Subcellular_Location .

:participant a owl:ObjectProperty ;
	rdfs:comment "A protein that participates in a protein-protein interaction."^^xsd:string ;
	rdfs:domain :Interaction ;
	rdfs:range :Participant .

:range a owl:ObjectProperty ;
	rdfs:comment "A range of amino acids."^^xsd:string ;
	rdfs:range :Range ;
	rdfs:domain :Sequence_Annotation .

:rank a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:comment "The rank of a taxon."^^xsd:string ;
	rdfs:range :Rank ;
	rdfs:domain :Taxon .

:recommendedName a owl:ObjectProperty ;
	rdfs:comment "The name recommended by the UniProt consortium."^^xsd:string ;
	rdfs:range :Structured_Name ;
	rdfs:subPropertyOf :structuredName ;
	rdfs:domain _:node183fq6oe8x49 .

_:node183fq6oe8x49 a owl:Class ;
	owl:unionOf _:node183fq6oe8x50 .

_:node183fq6oe8x50 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x51 .

_:node183fq6oe8x51 rdf:first :Protein ;
	rdf:rest rdf:nil .

:relatedLocation a owl:ObjectProperty ;
	rdfs:range :Subcellular_Location ;
	rdfs:domain :Subcellular_Location .

:replacedBy a owl:ObjectProperty ;
	rdfs:label "replaced by"^^xsd:string ;
	rdfs:comment "A resource that replaces this resource."^^xsd:string ;
	owl:inverseOf :replaces ;
	rdfs:range _:node183fq6oe8x52 .

_:node183fq6oe8x52 a owl:Class ;
	owl:unionOf _:node183fq6oe8x53 .

_:node183fq6oe8x53 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x54 .

_:node183fq6oe8x54 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x55 .

_:node183fq6oe8x55 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:replacedBy rdfs:domain _:node183fq6oe8x56 .

_:node183fq6oe8x56 a owl:Class ;
	owl:unionOf _:node183fq6oe8x57 .

_:node183fq6oe8x57 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x58 .

_:node183fq6oe8x58 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x59 .

_:node183fq6oe8x59 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:replaces a owl:ObjectProperty ;
	rdfs:comment "A resource that is replaced by this resource."^^xsd:string ;
	rdfs:domain _:node183fq6oe8x60 .

_:node183fq6oe8x60 a owl:Class ;
	owl:unionOf _:node183fq6oe8x61 .

_:node183fq6oe8x61 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x62 .

_:node183fq6oe8x62 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x63 .

_:node183fq6oe8x63 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:replaces rdfs:range _:node183fq6oe8x64 .

_:node183fq6oe8x64 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x65 .

_:node183fq6oe8x65 rdf:first :Obsolete ;
	rdf:rest _:node183fq6oe8x66 .

_:node183fq6oe8x66 rdf:first _:node183fq6oe8x67 .

_:node183fq6oe8x67 a owl:Class ;
	owl:unionOf _:node183fq6oe8x68 .

_:node183fq6oe8x68 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x69 .

_:node183fq6oe8x69 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x70 .

_:node183fq6oe8x70 rdf:first :Taxon ;
	rdf:rest rdf:nil .

_:node183fq6oe8x66 rdf:rest rdf:nil .

:representativeFor a owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ;
	rdfs:range :Cluster ;
	rdfs:domain _:node183fq6oe8x71 .

_:node183fq6oe8x71 a owl:Class ;
	owl:unionOf _:node183fq6oe8x72 .

_:node183fq6oe8x72 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x73 .

_:node183fq6oe8x73 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:seedFor a owl:ObjectProperty ;
	rdfs:range :Cluster ;
	rdfs:domain :Sequence .

:sequence a owl:ObjectProperty ;
	rdfs:comment "An amino acid sequence."^^xsd:string ;
	rdfs:range :Sequence ;
	rdfs:domain _:node183fq6oe8x74 .

_:node183fq6oe8x74 a owl:Class ;
	owl:unionOf _:node183fq6oe8x75 .

_:node183fq6oe8x75 rdf:first :Annotation ;
	rdf:rest _:node183fq6oe8x76 .

_:node183fq6oe8x76 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x77 .

_:node183fq6oe8x77 rdf:first :Resource ;
	rdf:rest rdf:nil .

:sequenceFor a owl:ObjectProperty ;
	rdfs:label "sequence for"^^xsd:string ;
	rdfs:comment "A resource that describes this sequence."^^xsd:string ;
	rdfs:domain :Sequence ;
	owl:inverseOf :sequence ;
	rdfs:range _:node183fq6oe8x78 .

_:node183fq6oe8x78 a owl:Class ;
	owl:unionOf _:node183fq6oe8x79 .

_:node183fq6oe8x79 rdf:first :Annotation ;
	rdf:rest _:node183fq6oe8x80 .

_:node183fq6oe8x80 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x81 .

_:node183fq6oe8x81 rdf:first :Resource ;
	rdf:rest rdf:nil .

:source a owl:ObjectProperty ;
	rdfs:domain :Attribution .

:status a owl:ObjectProperty , owl:FunctionalProperty ;
	rdfs:comment "The reliability of a statement."^^xsd:string ;
	rdfs:range :Status .

:strain a owl:ObjectProperty ;
	rdfs:range :Strain ;
	rdfs:domain :Taxon .

:structuredName a owl:ObjectProperty ;
	rdfs:range :Structured_Name ;
	rdfs:domain _:node183fq6oe8x82 .

_:node183fq6oe8x82 a owl:Class ;
	owl:unionOf _:node183fq6oe8x83 .

_:node183fq6oe8x83 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x84 .

_:node183fq6oe8x84 rdf:first :Protein ;
	rdf:rest rdf:nil .

:submittedName a owl:ObjectProperty ;
	rdfs:comment "A name provided by the submitter of the underlying nucleotide sequence."^^xsd:string ;
	rdfs:range :Structured_Name ;
	rdfs:subPropertyOf :structuredName ;
	rdfs:domain _:node183fq6oe8x85 .

_:node183fq6oe8x85 a owl:Class ;
	owl:unionOf _:node183fq6oe8x86 .

_:node183fq6oe8x86 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x87 .

_:node183fq6oe8x87 rdf:first :Protein ;
	rdf:rest rdf:nil .

:topology a owl:ObjectProperty ;
	rdfs:range :Topology ;
	rdfs:domain _:node183fq6oe8x88 .

_:node183fq6oe8x88 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x89 .

_:node183fq6oe8x89 rdf:first _:node183fq6oe8x90 .

_:node183fq6oe8x90 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x89 rdf:rest _:node183fq6oe8x91 .

_:node183fq6oe8x91 rdf:first _:node183fq6oe8x92 .

_:node183fq6oe8x92 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x91 rdf:rest _:node183fq6oe8x93 .

_:node183fq6oe8x93 rdf:first _:node183fq6oe8x94 .

_:node183fq6oe8x94 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x93 rdf:rest rdf:nil .

:transcribedFrom a owl:ObjectProperty ;
	rdfs:domain :Transcript_Resource .

:translatedFrom a owl:ObjectProperty ;
	rdfs:domain :External_Sequence ;
	rdfs:range :Nucleotide_Resource .

:translatedTo a owl:ObjectProperty ;
	rdfs:domain :Transcript_Resource .

rdfs:label a owl:ObjectProperty , owl:AnnotationProperty .

skos:prefLabel a owl:ObjectProperty .

:abstract a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "True if the class does not have any direct instances."^^xsd:string ;
	rdfs:domain :Database ;
	rdfs:range xsd:boolean .

:activity a owl:DatatypeProperty ;
	rdfs:label "catalytic activity"^^xsd:string ;
	rdfs:comment "The description of a catalytic activity."^^xsd:string ;
	rdfs:domain :Enzyme ;
	rdfs:range xsd:string .

:alias a owl:DatatypeProperty ;
	rdfs:comment "An alternative name used in the flat text format."^^xsd:string ;
	rdfs:range xsd:string .

:allergenName a owl:DatatypeProperty ;
	rdfs:comment "See http://www.expasy.org/cgi-bin/lists?allergen.txt"^^xsd:string ;
	rdfs:subPropertyOf :structuredNameType .

:atypical a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "True if the protein is divergent in sequence or has mutated functional sites."^^xsd:string ;
	rdfs:domain :Family_Membership_Statement ;
	rdfs:range xsd:boolean .

:author a owl:DatatypeProperty ;
	rdfs:comment "The author of a publication."^^xsd:string ;
	rdfs:domain :Citation ;
	rdfs:range xsd:string .

:authorsIncomplete a owl:DatatypeProperty ;
	rdfs:domain :Citation ;
	rdfs:range xsd:boolean .

:base a owl:DatatypeProperty .

:begin a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The first position of a range."^^xsd:string ;
	rdfs:range xsd:int ;
	rdfs:domain _:node183fq6oe8x95 .

_:node183fq6oe8x95 a owl:Class ;
	owl:unionOf _:node183fq6oe8x96 .

_:node183fq6oe8x96 rdf:first :Range ;
	rdf:rest _:node183fq6oe8x97 .

_:node183fq6oe8x97 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:biotechName a owl:DatatypeProperty ;
	rdfs:comment "A name used in a biotechnological context."^^xsd:string ;
	rdfs:subPropertyOf :structuredNameType .

:cdAntigenName a owl:DatatypeProperty ;
	rdfs:comment "A name from the Human Cell Differentiation Molecules (HCDM) nomenclature."^^xsd:string ;
	rdfs:subPropertyOf :structuredNameType .

:certain a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "False if there is any uncertainty about a statement."^^xsd:string ;
	rdfs:range xsd:boolean ;
	rdfs:domain _:node183fq6oe8x98 .

_:node183fq6oe8x98 a owl:Class ;
	owl:unionOf _:node183fq6oe8x99 .

_:node183fq6oe8x99 rdf:first :Absorption_Annotation ;
	rdf:rest _:node183fq6oe8x100 .

_:node183fq6oe8x100 rdf:first :Domain_Assignment_Statement ;
	rdf:rest _:node183fq6oe8x101 .

_:node183fq6oe8x101 rdf:first :Endpoint_Statement ;
	rdf:rest rdf:nil .

:chain a owl:DatatypeProperty ;
	rdfs:comment "Maps a series of symbols representing chains of a protein to a range of amino acids."^^xsd:string ;
	rdfs:domain :Structure_Mapping_Statement ;
	rdfs:range xsd:string .

:checksum a owl:DatatypeProperty ;
	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." .

:cofactor a owl:DatatypeProperty ;
	rdfs:label "cofactor"^^xsd:string ;
	rdfs:comment "A cofactor required for a catalytic activity."^^xsd:string ;
	rdfs:domain :Enzyme ;
	rdfs:range xsd:string .

:commonName a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "common name"^^xsd:string ;
	rdfs:domain :Taxon ;
	rdfs:subPropertyOf :name ;
	rdfs:range xsd:string .

:complete a owl:DatatypeProperty ;
	rdfs:seeAlso "http://www.uniprot.org/faq/15"^^xsd:anyURI ;
	rdfs:domain :Taxon ;
	rdfs:range xsd:boolean .

:crc64Checksum a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Sequence ;
	rdfs:subPropertyOf :checksum ;
	rdfs:range xsd:token .

:created a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The date a resource was created."^^xsd:string ;
	rdfs:range xsd:date ;
	rdfs:domain _:node183fq6oe8x102 .

_:node183fq6oe8x102 a owl:Class ;
	owl:unionOf _:node183fq6oe8x103 .

_:node183fq6oe8x103 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x104 .

_:node183fq6oe8x104 rdf:first :Resource ;
	rdf:rest _:node183fq6oe8x105 .

_:node183fq6oe8x105 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:date a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain _:node183fq6oe8x106 .

_:node183fq6oe8x106 a owl:Class ;
	owl:unionOf _:node183fq6oe8x107 .

_:node183fq6oe8x107 rdf:first :Attribution ;
	rdf:rest _:node183fq6oe8x108 .

_:node183fq6oe8x108 rdf:first :Citation ;
	rdf:rest rdf:nil .

:domains a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The number of domains in a protein that correspond to a family. This is almost always 1, but may be 2 if  two identical domains are fused."^^xsd:string ;
	rdfs:domain :Family_Membership_Statement ;
	rdfs:range xsd:int .

:ecName a owl:DatatypeProperty ;
	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:subPropertyOf :structuredNameType .

:editor a owl:DatatypeProperty ;
	rdfs:comment "The editor of a publication."^^xsd:string ;
	rdfs:domain :Book_Citation ;
	rdfs:range xsd:string .

:end a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The last position of a range."^^xsd:string ;
	rdfs:range xsd:int ;
	rdfs:domain _:node183fq6oe8x109 .

_:node183fq6oe8x109 a owl:Class ;
	owl:unionOf _:node183fq6oe8x110 .

_:node183fq6oe8x110 rdf:first :Range ;
	rdf:rest _:node183fq6oe8x111 .

_:node183fq6oe8x111 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:experiments a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Interaction ;
	rdfs:range xsd:int .

:falseNegative a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "false negative"^^xsd:string ;
	rdfs:comment "True if a statement is true even though it was not predicted."^^xsd:string ;
	rdfs:domain :Domain_Assignment_Statement ;
	rdfs:range xsd:boolean .

:fragment a owl:DatatypeProperty ;
	rdfs:comment "Indicates if a sequence is complete or consists of one or more fragments."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/sequence_status"^^xsd:anyURI ;
	rdfs:domain :Simple_Sequence ;
	rdfs:range _:node183fq6oe8x112 .

_:node183fq6oe8x112 a owl:DataRange ;
	owl:oneOf _:node183fq6oe8x113 .

_:node183fq6oe8x113 a rdf:List ;
	rdf:first "multiple"^^xsd:string ;
	rdf:rest _:node183fq6oe8x114 .

_:node183fq6oe8x114 a rdf:List ;
	rdf:first "single"^^xsd:string ;
	rdf:rest rdf:nil .

:frameshift a owl:DatatypeProperty ;
	rdfs:comment "True if a sequence modification causes a frameshift."^^xsd:string ;
	rdfs:domain :RNA_Editing_Annotation ;
	rdfs:range xsd:boolean .

:fullName a owl:DatatypeProperty ;
	rdfs:comment "The full name."^^xsd:string ;
	rdfs:subPropertyOf :structuredNameType .

:fused a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "True if the rule on which the membership of a protein to a family is based does not cover the entire protein."^^xsd:string ;
	rdfs:domain :Family_Membership_Statement ;
	rdfs:range xsd:boolean .

:group a owl:DatatypeProperty ;
	rdfs:comment "The group or consortium that authored a publication."^^xsd:string ;
	rdfs:domain :Citation ;
	rdfs:subPropertyOf :author ;
	rdfs:range xsd:string .

:height a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:range xsd:int ;
	rdfs:domain foaf:Image .

:hits a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The number of hits found in a sequence."^^xsd:string ;
	rdfs:domain :Domain_Assignment_Statement ;
	rdfs:range xsd:int .

:identity a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The level of sequence identity in a cluster."^^xsd:string ;
	rdfs:domain :Cluster ;
	rdfs:range _:node183fq6oe8x115 .

_:node183fq6oe8x115 a owl:DataRange ;
	owl:oneOf _:node183fq6oe8x116 .

_:node183fq6oe8x116 a rdf:List ;
	rdf:first "0.5"^^xsd:float ;
	rdf:rest _:node183fq6oe8x117 .

_:node183fq6oe8x117 a rdf:List ;
	rdf:first "0.9"^^xsd:float ;
	rdf:rest _:node183fq6oe8x118 .

_:node183fq6oe8x118 a rdf:List ;
	rdf:first "1.0"^^xsd:float ;
	rdf:rest rdf:nil .

:implicit a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "True if existance of this resource can be inferred."^^xsd:string ;
	rdfs:domain :Database ;
	rdfs:range xsd:boolean .

:indexable a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:range xsd:boolean .

:institution a owl:DatatypeProperty ;
	rdfs:comment "The institution at which a thesis was written."^^xsd:string ;
	rdfs:domain :Thesis_Citation ;
	rdfs:range xsd:string .

:internationalNonproprietaryName a owl:DatatypeProperty ;
	rdfs:comment "The international nonproprietary name: A generic name for a pharmaceutical substance or active pharmaceutical ingredient that is globally recognized and is a public property."^^xsd:string ;
	rdfs:subPropertyOf :structuredNameType .

:length a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Sequence ;
	rdfs:range xsd:int .

:limit a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "True if the range does not extend beyond the specified endpoint."^^xsd:string ;
	rdfs:domain :Endpoint_Statement ;
	rdfs:range xsd:boolean .

:locator a owl:DatatypeProperty ;
	rdfs:domain :Citation ;
	rdfs:range xsd:string .

:locusName a owl:DatatypeProperty ;
	rdfs:label "locus name"^^xsd:string ;
	rdfs:domain :Gene ;
	rdfs:subPropertyOf :name ;
	rdfs:range xsd:string .

:manual a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Attribution ;
	rdfs:range xsd:boolean .

:mass a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The mass of a sequence in Daltons."^^xsd:string ;
	rdfs:domain :Simple_Sequence ;
	rdfs:range xsd:int .

:maximum a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "A maximum value."^^xsd:string ;
	rdfs:domain :Absorption_Annotation ;
	rdfs:range xsd:float .

:md5Checksum a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Sequence ;
	rdfs:subPropertyOf :checksum ;
	rdfs:range xsd:token .

:measuredActivity a owl:DatatypeProperty ;
	rdfs:label "measured activity"^^xsd:string ;
	rdfs:comment "The maximum velocity, Vmax."^^xsd:string ;
	rdfs:domain :Kinetics_Annotation ;
	rdfs:range xsd:string .

:measuredAffinity a owl:DatatypeProperty ;
	rdfs:label "measured affinity"^^xsd:string ;
	rdfs:comment "The Michaelis-Menten constant, Km."^^xsd:string ;
	rdfs:domain :Kinetics_Annotation ;
	rdfs:range xsd:string .

:measuredError a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "measured error"^^xsd:string ;
	rdfs:comment "The magnitude of the error of a value that was measured."^^xsd:string ;
	rdfs:domain :Mass_Spectrometry_Annotation ;
	rdfs:range xsd:float .

:measuredValue a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "measured value"^^xsd:string ;
	rdfs:comment "A value that was measured."^^xsd:string ;
	rdfs:domain :Mass_Spectrometry_Annotation ;
	rdfs:range xsd:float .

:mnemonic a owl:DatatypeProperty ;
	rdfs:seeAlso "http://www.uniprot.org/manual/entry_name"^^xsd:anyURI ;
	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:subPropertyOf :name ;
	rdfs:range xsd:string ;
	rdfs:domain _:node183fq6oe8x119 .

_:node183fq6oe8x119 a owl:Class ;
	owl:unionOf _:node183fq6oe8x120 .

_:node183fq6oe8x120 rdf:first :Cluster ;
	rdf:rest _:node183fq6oe8x121 .

_:node183fq6oe8x121 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x122 .

_:node183fq6oe8x122 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:modified a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The date a resource was last modified."^^xsd:string ;
	rdfs:range xsd:date ;
	rdfs:domain _:node183fq6oe8x123 .

_:node183fq6oe8x123 a owl:Class ;
	owl:unionOf _:node183fq6oe8x124 .

_:node183fq6oe8x124 rdf:first :Cluster ;
	rdf:rest _:node183fq6oe8x125 .

_:node183fq6oe8x125 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x126 .

_:node183fq6oe8x126 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:name a owl:DatatypeProperty ;
	rdfs:label "name"^^xsd:string ;
	owl:dataPropertyRange xsd:string ;
	owl:dataPropertyDomain _:node183fq6oe8x127 .

_:node183fq6oe8x127 a owl:Class ;
	owl:unionOf _:node183fq6oe8x128 .

_:node183fq6oe8x128 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x129 .

_:node183fq6oe8x129 rdf:first :Journal_Citation ;
	rdf:rest rdf:nil .

:negative a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Interaction ;
	rdfs:range xsd:boolean .

:obsolete a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "obsolete"^^xsd:string ;
	rdfs:comment "True if this resource has been replaced or deleted."^^xsd:string ;
	rdfs:range xsd:boolean ;
	rdfs:domain _:node183fq6oe8x130 .

_:node183fq6oe8x130 a owl:Class ;
	owl:unionOf _:node183fq6oe8x131 .

_:node183fq6oe8x131 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x132 .

_:node183fq6oe8x132 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:oldMnemonic a owl:DatatypeProperty ;
	rdfs:comment "A mnemonic that is no longer in use for this entry." ;
	rdfs:domain :Protein ;
	rdfs:subPropertyOf :name ;
	rdfs:range xsd:string .

:orfName a owl:DatatypeProperty ;
	rdfs:label "ORF name"^^xsd:string ;
	rdfs:domain :Gene ;
	rdfs:subPropertyOf :name ;
	rdfs:range xsd:string .

:otherName a owl:DatatypeProperty ;
	rdfs:label "other name"^^xsd:string ;
	rdfs:domain :Taxon ;
	rdfs:subPropertyOf :name ;
	rdfs:range xsd:string .

:pages a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The first and last page for a chapter or article."^^xsd:string ;
	rdfs:range xsd:string ;
	rdfs:domain _:node183fq6oe8x133 .

_:node183fq6oe8x133 a owl:Class ;
	owl:unionOf _:node183fq6oe8x134 .

_:node183fq6oe8x134 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x135 .

_:node183fq6oe8x135 rdf:first :Journal_Citation ;
	rdf:rest rdf:nil .

:partOfLineage a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "part of lineage"^^xsd:string ;
	rdfs:comment "True for taxa that can appear as part of an organism's lineage."^^xsd:string ;
	rdfs:domain :Taxon ;
	rdfs:range xsd:boolean .

:partial a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "True if the pattern or profile on which the domain assignment is based did not detect the sequence because the sequence is not complete and lacks the region on which the pattern or profile is based."^^xsd:string ;
	rdfs:domain :Domain_Assignment_Statement ;
	rdfs:range xsd:boolean .

:pattern a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "A URL pattern, used to generate links by substituting an identifier."^^xsd:string ;
	rdfs:domain :Database ;
	rdfs:range xsd:string .

:place a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The place where a publication was published. This usually includes a country name."^^xsd:string ;
	rdfs:range xsd:string ;
	rdfs:domain _:node183fq6oe8x136 .

_:node183fq6oe8x136 a owl:Class ;
	owl:unionOf _:node183fq6oe8x137 .

_:node183fq6oe8x137 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x138 .

_:node183fq6oe8x138 rdf:first :Thesis_Citation ;
	rdf:rest rdf:nil .

:position a owl:DatatypeProperty ;
	rdfs:comment "A position on a sequence."^^xsd:string ;
	rdfs:domain :RNA_Editing_Annotation ;
	rdfs:range xsd:int .

:precursor a owl:DatatypeProperty ;
	rdfs:domain :Simple_Sequence ;
	rdfs:range xsd:boolean .

:publisher a owl:DatatypeProperty ;
	rdfs:comment "The publisher of a book."^^xsd:string ;
	rdfs:domain :Book_Citation ;
	rdfs:range xsd:string .

:referenceProteome a owl:DatatypeProperty ;
	rdfs:seeAlso "http://www.uniprot.org/faq/47"^^xsd:anyURI ;
	rdfs:domain :Taxon ;
	rdfs:range xsd:boolean .

:resolution a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The resolution of an experiment, in Angstrom."^^xsd:string ;
	rdfs:domain :Structure_Resource ;
	rdfs:range xsd:float .

:reviewed a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "Indicates whether a resource has been reviewed by a curator."^^xsd:string ;
	rdfs:range xsd:boolean ;
	rdfs:domain _:node183fq6oe8x139 .

_:node183fq6oe8x139 a owl:Class ;
	owl:unionOf _:node183fq6oe8x140 .

_:node183fq6oe8x140 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x141 .

_:node183fq6oe8x141 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:scientificName a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:label "scientific name"^^xsd:string ;
	rdfs:domain :Taxon ;
	rdfs:subPropertyOf :name ;
	rdfs:range xsd:string .

:scope a owl:DatatypeProperty ;
	rdfs:comment "The extent of the work carried out by the authors of a publication."^^xsd:string ;
	rdfs:domain :Citation_Statement ;
	rdfs:range xsd:string .

:shortName a owl:DatatypeProperty ;
	rdfs:comment "An abbreviation of the full name or an acronym."^^xsd:string ;
	rdfs:subPropertyOf :structuredNameType .

:structuredNameType a owl:DatatypeProperty ;
	rdfs:seeAlso "http://www.uniprot.org/manual/protein_names"^^xsd:anyURI ;
	rdfs:comment "All names of the protein, from commonly used to obsolete, to used in the literature.." ;
	rdfs:domain :Structured_Name ;
	rdfs:range xsd:string .

:submittedTo a owl:DatatypeProperty ;
	rdfs:comment "The database a resource  was submitted to."^^xsd:string ;
	rdfs:domain :Submission_Citation .

:substitution a owl:DatatypeProperty ;
	rdfs:comment "A replacement sequence."^^xsd:string ;
	rdfs:range xsd:string ;
	rdfs:domain _:node183fq6oe8x142 .

_:node183fq6oe8x142 a owl:Class ;
	owl:unionOf _:node183fq6oe8x143 .

_:node183fq6oe8x143 rdf:first :Mutagenesis_Annotation ;
	rdf:rest _:node183fq6oe8x144 .

_:node183fq6oe8x144 rdf:first :Natural_Variant_Annotation ;
	rdf:rest _:node183fq6oe8x145 .

_:node183fq6oe8x145 rdf:first :Sequence_Conflict_Annotation ;
	rdf:rest rdf:nil .

:synonym a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:domain :Taxon ;
	rdfs:subPropertyOf :name ;
	rdfs:range xsd:string .

:title a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The title of a publication."^^xsd:string ;
	rdfs:domain :Citation ;
	rdfs:range xsd:string .

:version a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:range xsd:int ;
	rdfs:domain _:node183fq6oe8x146 .

_:node183fq6oe8x146 a owl:Class ;
	owl:unionOf _:node183fq6oe8x147 .

_:node183fq6oe8x147 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x148 .

_:node183fq6oe8x148 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:volume a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The volume a publication is part of."^^xsd:string ;
	rdfs:domain _:node183fq6oe8x149 .

_:node183fq6oe8x149 a owl:Class ;
	owl:unionOf _:node183fq6oe8x150 .

_:node183fq6oe8x150 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x151 .

_:node183fq6oe8x151 rdf:first :Journal_Citation ;
	rdf:rest rdf:nil .

:width a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:range xsd:int ;
	rdfs:domain foaf:Image .

:xeno a owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:seeAlso "http://www.uniprot.org/manual/binary_interactions"^^xsd:anyURI ;
	rdfs:domain :Interaction ;
	rdfs:range xsd:boolean .

:Absorption_Annotation a owl:Class ;
	rdfs:label "Absorption"^^xsd:string ;
	rdfs:subClassOf :Biophysicochemical_Annotation ;
	rdfs:comment "Indicates the wavelength in nm at which photoreactive proteins such as opsins and DNA photolyases show maximal absorption."^^xsd:string .

:Active_Site_Annotation a owl:Class ;
	rdfs:label "Active Site"^^xsd:string ;
	rdfs:subClassOf :Site_Annotation ;
	rdfs:comment "Amino acid(s) involved in the activity of an enzyme."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/act_site"^^xsd:anyURI .

:Allergen_Annotation a owl:Class ;
	rdfs:label "Allergen"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Information relevant to allergenic proteins."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/allergenic_properties"^^xsd:anyURI .

:Alternative_Initiation_Annotation a owl:Class ;
	rdfs:label "Alternative Initiation"^^xsd:string ;
	rdfs:subClassOf :Alternative_Products_Annotation .

:Alternative_Products_Annotation a owl:Class ;
	rdfs:label "Alternative Products"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the existence of related protein sequences produced by alternative splicing of the same gene or by the use of alternative initiation codons."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/alternative_products"^^xsd:anyURI .

:Alternative_Promoter_Usage_Annotation a owl:Class ;
	rdfs:label "Alternative Promoter Usage"^^xsd:string ;
	rdfs:subClassOf :Alternative_Products_Annotation .

:Alternative_Sequence_Annotation a owl:Class ;
	rdfs:label "Splice Variant"^^xsd:string ;
	rdfs:subClassOf :Natural_Variation_Annotation ;
	rdfs:comment "Description of sequence variants produced by alternative splicing."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/var_seq"^^xsd:anyURI .

:Alternative_Splicing_Annotation a owl:Class ;
	rdfs:label "Alternative Splicing"^^xsd:string ;
	rdfs:subClassOf :Alternative_Products_Annotation .

:Annotation a owl:Class ;
	rdfs:comment "Description of a resource on a specific topic."^^xsd:string .

:Attribution a owl:Class ;
	rdfs:comment "Entity used to attach evidence or provenance to a rdf statement via reification."@en .

:Beta_Strand_Annotation a owl:Class ;
	rdfs:label "Strand"^^xsd:string ;
	rdfs:subClassOf :Secondary_Structure_Annotation ;
	rdfs:comment "Beta strand regions within the experimentally determined protein structure"^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/strand"^^xsd:anyURI .

:Binding_Site_Annotation a owl:Class ;
	rdfs:label "Binding Site"^^xsd:string ;
	rdfs:subClassOf :Site_Annotation ;
	rdfs:comment "Binding site for any chemical group (co-enzyme, prosthetic group, etc.)."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/binding"^^xsd:anyURI .

:Biophysicochemical_Annotation a owl:Class ;
	rdfs:label "Biophysicochemical Property"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Biophysical and physicochemical data such as pH dependence, temperature dependence, kinetic parameters, redox potentials, and maximal absorption."^^xsd:string ;
	rdfs:seeAlso "http://purl.uniprot.org/core/biophysicochemical_properties"^^xsd:anyURI .

:Biotechnology_Annotation a owl:Class ;
	rdfs:label "Biotechnology"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the use of a specific protein in a biotechnological process."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/biotechnological_use"^^xsd:anyURI .

:Book_Citation a owl:Class ;
	rdfs:label "Book Citation"^^xsd:string ;
	rdfs:subClassOf :Published_Citation , _:node183fq6oe8x152 .

_:node183fq6oe8x152 a owl:Restriction ;
	owl:onProperty :name ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Book_Citation rdfs:comment "A chapter from a book."^^xsd:string .

:Calcium_Binding_Annotation a owl:Class ;
	rdfs:label "Calcium Binding"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a calcium-binding region."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/ca_bind"^^xsd:anyURI .

:Catalytic_Activity_Annotation a owl:Class ;
	rdfs:label "Catalytic Activity"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the reactions catalyzed by an enzyme."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/catalytic_activity"^^xsd:anyURI .

:Caution_Annotation a owl:Class ;
	rdfs:label "Caution"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Warning about possible errors and/or grounds for confusion."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/caution"^^xsd:anyURI .

:Cellular_Component a owl:Class ;
	rdfs:label "Cellular Component" ;
	rdfs:subClassOf :Subcellular_Location .

:Chain_Annotation a owl:Class ;
	rdfs:label "Chain"^^xsd:string ;
	rdfs:subClassOf :Molecule_Processing_Annotation ;
	rdfs:comment "Extent of a polypeptide chain in the mature protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/chain"^^xsd:anyURI .

:Citation a owl:Class ;
	rdfs:subClassOf _:node183fq6oe8x153 .

_:node183fq6oe8x153 a owl:Class ;
	owl:unionOf _:node183fq6oe8x154 .

_:node183fq6oe8x154 rdf:first _:node183fq6oe8x155 .

_:node183fq6oe8x155 a owl:Restriction ;
	owl:onProperty :date ;
	owl:someValuesFrom xsd:date .

_:node183fq6oe8x154 rdf:rest _:node183fq6oe8x156 .

_:node183fq6oe8x156 rdf:first _:node183fq6oe8x157 .

_:node183fq6oe8x157 a owl:Restriction ;
	owl:onProperty :date ;
	owl:someValuesFrom xsd:gYear .

_:node183fq6oe8x156 rdf:rest _:node183fq6oe8x158 .

_:node183fq6oe8x158 rdf:first _:node183fq6oe8x159 .

_:node183fq6oe8x159 a owl:Restriction ;
	owl:onProperty :date ;
	owl:someValuesFrom xsd:gYearMonth .

_:node183fq6oe8x158 rdf:rest rdf:nil .

:Citation owl:disjointWith :Protein , :Range , :Sequence ;
	rdfs:comment "Description of a publication from which data was obtained."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/references"^^xsd:anyURI .

:Citation_Statement a owl:Class ;
	rdfs:label "Citation Statement"^^xsd:string ;
	rdfs:subClassOf rdf:Statement , _:node183fq6oe8x160 .

_:node183fq6oe8x160 a owl:Restriction ;
	owl:onProperty :context ;
	owl:allValuesFrom _:node183fq6oe8x161 .

_:node183fq6oe8x161 a owl:Class ;
	owl:unionOf _:node183fq6oe8x162 .

_:node183fq6oe8x162 rdf:first :Strain ;
	rdf:rest _:node183fq6oe8x163 .

_:node183fq6oe8x163 rdf:first :Tissue ;
	rdf:rest _:node183fq6oe8x164 .

_:node183fq6oe8x164 rdf:first :Transposon ;
	rdf:rest rdf:nil .

:Citation_Statement rdfs:comment "The relationship between a resource and a citation."^^xsd:string .

:Cluster a owl:Class ;
	rdfs:subClassOf owl:Thing , _:node183fq6oe8x165 .

_:node183fq6oe8x165 a owl:Restriction ;
	owl:onProperty :member ;
	owl:allValuesFrom :Sequence .

:Cluster owl:disjointWith :Protein , :Sequence ;
	rdfs:comment "Cluster of proteins with similar sequences."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/uniref/"^^xsd:anyURI .

:Cofactor_Annotation a owl:Class ;
	rdfs:label "Cofactor"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of an enzyme cofactor."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/cofactor"^^xsd:anyURI .

:Coiled_Coil_Annotation a owl:Class ;
	rdfs:label "Coiled-Coil"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a coiled-coil region."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/coiled"^^xsd:anyURI .

:Compositional_Bias_Annotation a owl:Class ;
	rdfs:label "Compositionally Biased Region"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a compositionally biased region."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/compbias"^^xsd:anyURI .

:Concept a owl:Class ;
	rdfs:label "Concept"^^xsd:string ;
	rdfs:subClassOf owl:Class , _:node183fq6oe8x166 .

_:node183fq6oe8x166 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Concept .

:Concept rdfs:comment "A concept used to classify resources."^^xsd:string .

:Cross-link_Annotation a owl:Class ;
	rdfs:label "Crosslink"^^xsd:string ;
	rdfs:subClassOf :Modification_Annotation ;
	rdfs:comment "Posttranslationally formed amino acid bonds."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/crosslnk"^^xsd:anyURI .

:DNA a owl:Class ;
	rdfs:subClassOf :Molecule .

:Database a owl:Class ;
	rdfs:subClassOf owl:Class ;
	rdfs:comment "Metadata for a life science database."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/cross_references"^^xsd:anyURI .

:Developmental_Stage_Annotation a owl:Class ;
	rdfs:label "Developmental Stage"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the developmentally-specific expression of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/developmental_stage"^^xsd:anyURI .

:Disease_Annotation a owl:Class ;
	rdfs:label "Disease"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the diseases associated with a deficiency of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/involvement_in_disease"^^xsd:anyURI .

:Disruption_Phenotype_Annotation a owl:Class ;
	rdfs:label "Disruption Phenotype"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:seeAlso "http://www.uniprot.org/manual/disruption_phenotype"^^xsd:anyURI .

:Disulfide_Bond_Annotation a owl:Class ;
	rdfs:label "Disulfide Bond"^^xsd:string ;
	rdfs:subClassOf :Modification_Annotation ;
	rdfs:comment "Describes residues which are linked by an intra-chain disulfide bond. If the endpoints are identical, the disulfide bond is an interchain one."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/disulfid"^^xsd:anyURI .

:Domain_Annotation a owl:Class ;
	rdfs:label "Domain"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the domain structure of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/domain_cc"^^xsd:anyURI .

:Domain_Assignment_Statement a owl:Class ;
	rdfs:label "Domain Assignment Statement"^^xsd:string ;
	rdfs:subClassOf rdf:Statement ;
	rdfs:comment "The relationship between a protein and a protein domain."^^xsd:string .

:Domain_Extent_Annotation a owl:Class ;
	rdfs:label "Domain Extent"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a domain, which is defined as a specific combination of secondary structures organized into a characteristic three-dimensional structure or fold."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/domain"^^xsd:anyURI .

:Electronic_Citation a owl:Class ;
	rdfs:label "Electronic Citation"^^xsd:string ;
	rdfs:subClassOf :Published_Citation , _:node183fq6oe8x167 .

_:node183fq6oe8x167 a owl:Restriction ;
	owl:onProperty :name ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Electronic_Citation rdfs:comment "An electronic publication."^^xsd:string .

:Endpoint_Statement a owl:Class ;
	rdfs:label "Endpoint Statement"^^xsd:string ;
	rdfs:subClassOf rdf:Statement ;
	rdfs:comment "Metadata for an endpoint of a range on a sequence."^^xsd:string .

:Enzyme a owl:Class ;
	rdfs:label "Enzyme"^^xsd:string ;
	rdfs:subClassOf owl:Class , _:node183fq6oe8x168 .

_:node183fq6oe8x168 a owl:Restriction ;
	owl:onProperty :replacedBy ;
	owl:allValuesFrom :Enzyme .

:Enzyme rdfs:subClassOf _:node183fq6oe8x169 .

_:node183fq6oe8x169 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Enzyme .

:Enzyme rdfs:comment "A specific catalytic activity, defined by the Enzyme Commission of the Nomenclature Committee of the International Union of Biochemistry and Molecular Biology (IUBMB)."^^xsd:string ;
	rdfs:seeAlso "http://www.expasy.org/enzyme/"^^xsd:anyURI .

:Enzyme_Regulation_Annotation a owl:Class ;
	rdfs:label "Enzyme Regulation"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of an enzyme regulatory mechanism."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/enzyme_regulation"^^xsd:anyURI .

:Erroneous_Gene_Model_Prediction_Annotation a owl:Class ;
	rdfs:label "Erroneous Gene Model Prediction"^^xsd:string ;
	rdfs:subClassOf :Sequence_Caution_Annotation .

:Erroneous_Initiation_Annotation a owl:Class ;
	rdfs:label "Erroneous Initiation"^^xsd:string ;
	rdfs:subClassOf :Sequence_Caution_Annotation .

:Erroneous_Termination_Annotation a owl:Class ;
	rdfs:label "Erroneous Termination"^^xsd:string ;
	rdfs:subClassOf :Sequence_Caution_Annotation .

:Erroneous_Translation_Annotation a owl:Class ;
	rdfs:label "Erroneous Translation"^^xsd:string ;
	rdfs:subClassOf :Sequence_Caution_Annotation .

:Experimental_Information_Annotation a owl:Class ;
	rdfs:label "Experimental Information"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation .

:External_Sequence a owl:Class ;
	rdfs:label "External Sequence"^^xsd:string ;
	rdfs:subClassOf :Known_Sequence ;
	rdfs:comment "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."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/alternative_products"^^xsd:anyURI .

:Family_Membership_Statement a owl:Class ;
	rdfs:label "Family Membership Statement"^^xsd:string ;
	rdfs:subClassOf rdf:Statement ;
	rdfs:comment "The relationship between a protein and a protein family."^^xsd:string .

:Frameshift_Annotation a owl:Class ;
	rdfs:label "Frameshift"^^xsd:string ;
	rdfs:subClassOf :Sequence_Caution_Annotation .

:Function_Annotation a owl:Class ;
	rdfs:label "Function"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "General description of the functions of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/function"^^xsd:anyURI .

:Gene a owl:Class ;
	rdfs:subClassOf owl:Thing , skos:Concept , _:node183fq6oe8x170 .

_:node183fq6oe8x170 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:onClass :Gene ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:Genomic_DNA a owl:Class ;
	rdfs:label "Genomic DNA"^^xsd:string ;
	rdfs:subClassOf :DNA .

:Genomic_RNA a owl:Class ;
	rdfs:label "Genomic RNA"^^xsd:string ;
	rdfs:subClassOf :RNA .

:Glycosylation_Annotation a owl:Class ;
	rdfs:label "Glycosylation Site"^^xsd:string ;
	rdfs:subClassOf :Modification_Annotation ;
	rdfs:comment "Describes the occurrence of the attachment of a glycan (mono- or polysaccharide) to a residue of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/carbohyd"^^xsd:anyURI .

:Helix_Annotation a owl:Class ;
	rdfs:label "Helix"^^xsd:string ;
	rdfs:subClassOf :Secondary_Structure_Annotation ;
	rdfs:comment "Helical regions within the experimentally determined protein structure"^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/helix"^^xsd:anyURI .

:Induction_Annotation a owl:Class ;
	rdfs:label "Induction"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the compounds or conditions that stimulate the synthesis of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/induction"^^xsd:anyURI .

:Initiator_Methionine_Annotation a owl:Class ;
	rdfs:label "Initiator Methionine"^^xsd:string ;
	rdfs:subClassOf :Molecule_Processing_Annotation ;
	rdfs:comment "Indicates that the initiator methionine has been cleaved off and is not shown in the sequence."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/init_met"^^xsd:anyURI .

:Interaction a owl:Class ;
	rdfs:comment "Description of a protein-protein interaction."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/binary_interactions"^^xsd:anyURI .

:Intramembrane_Annotation a owl:Class ;
	rdfs:label "INTRAMEM"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a region located in a membrane without crossing it"^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/Intramembrane"^^xsd:anyURI .

:Journal_Citation a owl:Class ;
	rdfs:label "Journal Citation"^^xsd:string ;
	rdfs:subClassOf :Published_Citation , _:node183fq6oe8x171 .

_:node183fq6oe8x171 a owl:Restriction ;
	owl:onProperty :name ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Journal_Citation rdfs:comment "An article published in a journal."^^xsd:string .

:Kinetics_Annotation a owl:Class ;
	rdfs:label "Kinetics"^^xsd:string ;
	rdfs:subClassOf :Biophysicochemical_Annotation ;
	rdfs:comment "Mentions the Michaelis-Menten constant (KM) and maximal velocity (Vmax) of enzymes."^^xsd:string .

:Known_Sequence a owl:Class ;
	rdfs:label "Known Sequence"^^xsd:string ;
	rdfs:subClassOf :Sequence ;
	rdfs:seeAlso "http://www.uniprot.org/manual/sequences"^^xsd:anyURI .

:Lipidation_Annotation a owl:Class ;
	rdfs:label "Lipid Binding"^^xsd:string ;
	rdfs:subClassOf :Modification_Annotation ;
	rdfs:comment "Covalent binding of a lipid moiety."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/lipid"^^xsd:anyURI .

:MRNA a owl:Class ;
	rdfs:label "mRNA"^^xsd:string ;
	rdfs:subClassOf :RNA .

:Mass_Measurement_Method a owl:Class ;
	rdfs:label "Mass Measurement"^^xsd:string ;
	rdfs:subClassOf :Method ;
	rdfs:comment "An experimental method for measuring the mass of a molecule."^^xsd:string ;
	rdfs:seeAlso "iki:Mass_spectrometry"^^xsd:anyURI .

:Mass_Spectrometry_Annotation a owl:Class ;
	rdfs:label "Mass"^^xsd:string ;
	rdfs:subClassOf :Experimental_Information_Annotation , _:node183fq6oe8x172 .

_:node183fq6oe8x172 a owl:Restriction ;
	owl:onProperty :method ;
	owl:allValuesFrom :Mass_Measurement_Method .

:Mass_Spectrometry_Annotation rdfs:subClassOf _:node183fq6oe8x173 .

_:node183fq6oe8x173 a owl:Restriction ;
	owl:onProperty :method ;
	owl:maxCardinality "1"^^xsd:nonNegativeInteger .

:Mass_Spectrometry_Annotation rdfs:comment "Indicates the mass of a sequence determined by mass spectrometry."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/mass_spectrometry"^^xsd:anyURI .

:Metal_Binding_Annotation a owl:Class ;
	rdfs:label "Metal Ion Binding Site"^^xsd:string ;
	rdfs:subClassOf :Site_Annotation ;
	rdfs:comment "Binding site for a metal ion."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/metal"^^xsd:anyURI .

:Method a owl:Class ;
	rdfs:comment "An experimental method."^^xsd:string .

:Modification_Annotation a owl:Class ;
	rdfs:label "Modification"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation ;
	rdfs:comment "Describes amino acid modifications, post pre- and post-translational."^^xsd:string .

:Modified_Residue_Annotation a owl:Class ;
	rdfs:label "Modified Residue"^^xsd:string ;
	rdfs:subClassOf :Modification_Annotation ;
	rdfs:comment "Posttranslational modification of a residue."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/mod_res"^^xsd:anyURI .

:Modified_Sequence a owl:Class ;
	rdfs:label "Modified Sequence"^^xsd:string ;
	rdfs:subClassOf :Known_Sequence , _:node183fq6oe8x174 .

_:node183fq6oe8x174 a owl:Restriction ;
	owl:onProperty :basedOn ;
	owl:allValuesFrom :Simple_Sequence .

:Modified_Sequence rdfs:subClassOf _:node183fq6oe8x175 .

_:node183fq6oe8x175 a owl:Restriction ;
	owl:onProperty :modification ;
	owl:allValuesFrom :Alternative_Sequence_Annotation .

:Molecule a owl:Class ;
	rdfs:comment "A biological molecule."^^xsd:string .

:Molecule_Processing_Annotation a owl:Class ;
	rdfs:label "Molecule Processing"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation .

:Motif_Annotation a owl:Class ;
	rdfs:label "Motif"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Short (<=20 amino acids) sequence motif of biological interest."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/motif"^^xsd:anyURI .

:Mutagenesis_Annotation a owl:Class ;
	rdfs:label "Mutagenesis Site"^^xsd:string ;
	rdfs:subClassOf :Experimental_Information_Annotation ;
	rdfs:comment "Site which has been experimentally altered."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/mutagen"^^xsd:anyURI .

:NP_Binding_Annotation a owl:Class ;
	rdfs:label "Nucleotide Phosphate Binding"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a nucleotide phosphate-binding region."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/dna_bind"^^xsd:anyURI .

:Natural_Variant_Annotation a owl:Class ;
	rdfs:label "Sequence Variant"^^xsd:string ;
	rdfs:subClassOf :Natural_Variation_Annotation ;
	rdfs:comment "Authors report that sequence variants exist."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/variant"^^xsd:anyURI .

:Natural_Variation_Annotation a owl:Class ;
	rdfs:label "Natural Variation"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation .

:Non-adjacent_Residues_Annotation a owl:Class ;
	rdfs:label "Non-consecutive Residues"^^xsd:string ;
	rdfs:subClassOf :Experimental_Information_Annotation ;
	rdfs:comment "Indicates that two residues in a sequence are not consecutive and that there are a number of unsequenced residues between them."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/non_cons"^^xsd:anyURI .

:Non-standard_Residue_Annotation a owl:Class ;
	rdfs:label "Non standard residue"^^xsd:string ;
	rdfs:subClassOf :Modification_Annotation ;
	rdfs:comment "Describes the occurrence of a non standard residue in the sequence record."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/non_std"^^xsd:anyURI .

:Non-terminal_Residue_Annotation a owl:Class ;
	rdfs:label "Non-terminal Residue"^^xsd:string ;
	rdfs:subClassOf :Experimental_Information_Annotation ;
	rdfs:comment "The residue at an extremity of the sequence is not the terminal residue."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/non_ter"^^xsd:anyURI .

:NotObsolete a owl:Class ;
	owl:equivalentClass _:node183fq6oe8x176 .

_:node183fq6oe8x176 a owl:Restriction ;
	owl:onProperty :obsolete ;
	owl:hasValue "false"^^xsd:boolean .

:NotObsolete owl:disjointWith :Obsolete ;
	rdfs:comment "A class introduced to group all records that are currently in the database."^^xsd:string .

:NotObsoleteProtein a owl:Class ;
	rdfs:subClassOf :NotObsolete , :Protein , _:node183fq6oe8x177 .

_:node183fq6oe8x177 a owl:Restriction ;
	owl:onProperty :sequence ;
	owl:someValuesFrom :Simple_Sequence .

:NotObsoleteProtein rdfs:subClassOf _:node183fq6oe8x178 .

_:node183fq6oe8x178 a owl:Restriction ;
	owl:onProperty :existence ;
	owl:someValuesFrom :Protein_Existence .

:NotObsoleteProtein rdfs:subClassOf _:node183fq6oe8x179 .

_:node183fq6oe8x179 a owl:Restriction ;
	owl:onProperty :organism ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:NotObsoleteTaxon a owl:Class ;
	rdfs:subClassOf :NotObsolete , :Taxon , _:node183fq6oe8x180 .

_:node183fq6oe8x180 a owl:Restriction ;
	owl:onProperty :scientificName ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Nucleotide_Binding_Annotation a owl:Class ;
	rdfs:label "DNA Binding"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a DNA-binding region."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/np_bind"^^xsd:anyURI .

:Nucleotide_Mapping_Statement a owl:Class ;
	rdfs:label "Nucleotide Mapping Statement"^^xsd:string ;
	rdfs:subClassOf rdf:Statement ;
	rdfs:comment "The relationship between a protein and a nucleotide sequence."^^xsd:string .

:Nucleotide_Resource a owl:Class ;
	rdfs:label "Nucleotide Resource"^^xsd:string ;
	owl:equivalentClass _:node183fq6oe8x181 .

_:node183fq6oe8x181 a owl:Restriction ;
	owl:onProperty :locatedOn ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .

:Nucleotide_Resource rdfs:subClassOf :Resource ;
	rdfs:comment "A resource that descripes a nucleotide sequence."^^xsd:string .

:Observation_Citation a owl:Class ;
	rdfs:label "Observation Citation"^^xsd:string ;
	rdfs:subClassOf :Unpublished_Citation ;
	rdfs:comment "Citation of an unpublished result."^^xsd:string .

:Obsolete a owl:Class ;
	owl:equivalentClass _:node183fq6oe8x182 .

_:node183fq6oe8x182 a owl:Restriction ;
	owl:onProperty :obsolete ;
	owl:hasValue "true"^^xsd:boolean .

:Obsolete rdfs:comment "The class of all obsolete records in the database (i.e. records that where once published but are now removed)."^^xsd:string .

:ObsoleteProtein a owl:Class ;
	rdfs:subClassOf :Obsolete , :Protein ;
	rdfs:seeAlso "http://www.uniprot.org/faq/11"^^xsd:anyURI .

:ObsoleteTaxon a owl:Class ;
	rdfs:subClassOf :Obsolete , :Taxon ;
	rdfs:comment "Taxa are occasionally removed from the taxonomy database (particularly internal nodes, during a taxonomic revision) – these taxids are deleted, and are not reused."^^xsd:string ;
	rdfs:seeAlso "http://www.ncbi.nlm.nih.gov/books/NBK54428/"^^xsd:anyURI .

:Organelle a owl:Class ;
	rdfs:label "Organelle" .

:Orientation a owl:Class ;
	rdfs:label "Orientation" ;
	rdfs:subClassOf :Subcellular_Location .

:Other_DNA a owl:Class ;
	rdfs:label "Other DNA"^^xsd:string ;
	rdfs:subClassOf :DNA .

:Other_RNA a owl:Class ;
	rdfs:label "Other RNA"^^xsd:string ;
	rdfs:subClassOf :RNA .

:PH_Dependence_Annotation a owl:Class ;
	rdfs:label "pH Dependence"^^xsd:string ;
	rdfs:subClassOf :Biophysicochemical_Annotation ;
	rdfs:comment "Describes the optimum pH for enzyme activity and/or the variation of enzyme activity with pH variation."^^xsd:string .

:PTM_Annotation a owl:Class ;
	rdfs:label "PTM"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of a posttranslational modification."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/post-translational_modification"^^xsd:anyURI .

:Part a owl:Class ;
	rdfs:subClassOf owl:Thing ;
	rdfs:comment "Description of a part of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/protein_names"^^xsd:anyURI .

:Participant a owl:Class ;
	rdfs:comment "A participant in a protein-protein interaction."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/binary_interactions"^^xsd:anyURI .

:Patent_Citation a owl:Class ;
	rdfs:label "Patent Citation"^^xsd:string ;
	rdfs:subClassOf :Published_Citation ;
	rdfs:comment "A patent application."^^xsd:string .

:Pathway a owl:Class ;
	rdfs:subClassOf owl:Class ;
	rdfs:comment "A hierarchical discription of a metabolic pathway."^^xsd:string ;
	rdfs:seeAlso "http://www.grenoble.prabi.fr/obiwarehouse/unipathway"^^xsd:anyURI , "http://www.uniprot.org/manual/pathway"^^xsd:anyURI .

:Pathway_Annotation a owl:Class ;
	rdfs:label "Pathway"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the metabolic pathways with which a protein is associated."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/pathway"^^xsd:anyURI .

:Peptide_Annotation a owl:Class ;
	rdfs:label "Peptide"^^xsd:string ;
	rdfs:subClassOf :Molecule_Processing_Annotation ;
	rdfs:comment "Extent of a released active peptide."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/peptide"^^xsd:anyURI .

:Pharmaceutical_Annotation a owl:Class ;
	rdfs:label "Pharmaceutical"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the use of a protein as a pharmaceutical drug."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/pharmaceutical_use"^^xsd:anyURI .

:Polymorphism_Annotation a owl:Class ;
	rdfs:label "Polymorphism"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of polymorphisms."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/polymorphism"^^xsd:anyURI .

:Propeptide_Annotation a owl:Class ;
	rdfs:label "Propeptide"^^xsd:string ;
	rdfs:subClassOf :Molecule_Processing_Annotation ;
	rdfs:comment "Extent of a propeptide."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/propep"^^xsd:anyURI .

:Protein a owl:Class ;
	rdfs:label "Protein"^^xsd:string ;
	rdfs:subClassOf owl:Thing , _:node183fq6oe8x183 .

_:node183fq6oe8x183 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Protein .

:Protein rdfs:subClassOf _:node183fq6oe8x184 .

_:node183fq6oe8x184 a owl:Restriction ;
	owl:onProperty :replacedBy ;
	owl:allValuesFrom :Protein .

:Protein owl:disjointWith :Sequence ;
	rdfs:comment "Description of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/help/uniprotkb"^^xsd:anyURI .

:Protein_Existence a owl:Class ;
	owl:equivalentClass _:node183fq6oe8x185 .

_:node183fq6oe8x185 a owl:Class ;
	owl:oneOf _:node183fq6oe8x186 .

_:node183fq6oe8x186 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x187 .

_:node183fq6oe8x187 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x188 .

_:node183fq6oe8x188 rdf:first :Uncertain_Existence ;
	rdf:rest _:node183fq6oe8x189 .

_:node183fq6oe8x189 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest _:node183fq6oe8x190 .

_:node183fq6oe8x190 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

:Protein_Family a owl:Class ;
	rdfs:label "Protein Family"^^xsd:string ;
	rdfs:comment "Desription of a set of related proteins."^^xsd:string .

:Published_Citation a owl:Class ;
	rdfs:label "Published Citation"^^xsd:string ;
	rdfs:subClassOf :Citation ;
	owl:disjointWith :Unpublished_Citation ;
	rdfs:seeAlso "http://www.uniprot.org/manual/references"^^xsd:anyURI .

:RNA a owl:Class ;
	rdfs:subClassOf :Molecule .

:RNA_Editing_Annotation a owl:Class ;
	rdfs:label "RNA Editing"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of any type of RNA editing that leads to one or more amino acid changes."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/rna_editing"^^xsd:anyURI .

:Range a owl:Class ;
	owl:equivalentClass _:node183fq6oe8x191 .

_:node183fq6oe8x191 a owl:Class ;
	owl:unionOf _:node183fq6oe8x192 .

_:node183fq6oe8x192 rdf:first _:node183fq6oe8x193 .

_:node183fq6oe8x193 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x194 .

_:node183fq6oe8x194 rdf:first _:node183fq6oe8x195 .

_:node183fq6oe8x195 a owl:Restriction ;
	owl:onProperty :begin ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x194 rdf:rest _:node183fq6oe8x196 .

_:node183fq6oe8x196 rdf:first _:node183fq6oe8x197 .

_:node183fq6oe8x197 a owl:Restriction ;
	owl:onProperty :end ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x196 rdf:rest rdf:nil .

_:node183fq6oe8x192 rdf:rest _:node183fq6oe8x198 .

_:node183fq6oe8x198 rdf:first _:node183fq6oe8x199 .

_:node183fq6oe8x199 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x200 .

_:node183fq6oe8x200 rdf:first _:node183fq6oe8x201 .

_:node183fq6oe8x201 a owl:Restriction ;
	owl:onProperty :end ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x200 rdf:rest _:node183fq6oe8x202 .

_:node183fq6oe8x202 rdf:first _:node183fq6oe8x203 .

_:node183fq6oe8x203 a owl:Restriction ;
	owl:onProperty :begin ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x202 rdf:rest rdf:nil .

_:node183fq6oe8x198 rdf:rest rdf:nil .

:Range rdfs:comment "A range of amino acids on a protein  sequence."^^xsd:string .

:Rank a owl:Class ;
	rdfs:comment "A rank of a taxon."^^xsd:string .

:Redox_Potential_Annotation a owl:Class ;
	rdfs:label "Redox Potential"^^xsd:string ;
	rdfs:subClassOf :Biophysicochemical_Annotation ;
	rdfs:comment "Reports the value of the standard (midpoint) oxido-reduction potential(s) for electron transport proteins."^^xsd:string .

:Region_Annotation a owl:Class ;
	rdfs:label "Region"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation .

:Repeat_Annotation a owl:Class ;
	rdfs:label "Repeat"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of an internal sequence repetition."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/repeat"^^xsd:anyURI .

:Resource a owl:Class ;
	owl:equivalentClass _:node183fq6oe8x204 .

_:node183fq6oe8x204 a owl:Restriction ;
	owl:onProperty :database ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Resource rdfs:comment "A life science resource."^^xsd:string .

:Ribosomal_Frameshifting a owl:Class ;
	rdfs:label "Ribosomal Frameshifting"^^xsd:string ;
	rdfs:subClassOf :Alternative_Products_Annotation .

:Secondary_Structure_Annotation a owl:Class ;
	rdfs:label "Secondary Structure"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation ;
	rdfs:comment "Describes the secondary structure of proteins whose tertiary structure is known experimentally."^^xsd:string .

:Sequence a owl:Class ;
	rdfs:comment "An amino acid sequence."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/help/uniparc"^^xsd:anyURI , "http://www.uniprot.org/manual/sequences"^^xsd:anyURI .

:Sequence_Annotation a owl:Class ;
	rdfs:label "Sequence Annotation"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of a special region or site in a protein sequence."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/sequence_annotation"^^xsd:anyURI .

:Sequence_Caution_Annotation a owl:Class ;
	rdfs:label "Sequence Caution"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation ;
	rdfs:comment "Warning about possible errors related to the protein sequence"^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/sequence_caution"^^xsd:anyURI .

:Sequence_Conflict_Annotation a owl:Class ;
	rdfs:label "Sequence Conflict"^^xsd:string ;
	rdfs:subClassOf :Experimental_Information_Annotation ;
	rdfs:comment "Different sources report differing sequences."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/conflict"^^xsd:anyURI .

:Sequence_Uncertainty_Annotation a owl:Class ;
	rdfs:label "Unsure Residue"^^xsd:string ;
	rdfs:subClassOf :Experimental_Information_Annotation ;
	rdfs:comment "Used to describe region(s) of a sequence for which the authors are unsure about the sequence assignment."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/unsure"^^xsd:anyURI .

:Signal_Peptide_Annotation a owl:Class ;
	rdfs:label "Signal Peptide"^^xsd:string ;
	rdfs:subClassOf :Molecule_Processing_Annotation ;
	rdfs:comment "Extent of a signal sequence (prepeptide)."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/signal"^^xsd:anyURI .

:Similarity_Annotation a owl:Class ;
	rdfs:label "Similarity"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the similarities (sequence or structural) of a protein with other proteins."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/sequence_similarities"^^xsd:anyURI .

:Simple_Sequence a owl:Class ;
	rdfs:label "Simple Sequence"^^xsd:string ;
	rdfs:subClassOf :Known_Sequence .

:Site_Annotation a owl:Class ;
	rdfs:label "Site"^^xsd:string ;
	rdfs:subClassOf :Sequence_Annotation ;
	rdfs:comment "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."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/site"^^xsd:anyURI .

:Status a owl:Class ;
	rdfs:comment "Indicator for the reliability of a piece of information."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/non_experimental_qualifiers"^^xsd:anyURI .

:Strain a owl:Class ;
	rdfs:label "Strain"^^xsd:string ;
	rdfs:comment "A strain of a species."^^xsd:string .

:Structure_Determination_Method a owl:Class ;
	rdfs:label "Structure Determination"^^xsd:string ;
	rdfs:subClassOf :Method ;
	rdfs:comment "An experimental method for determining the 3D structure of a protein."^^xsd:string .

:Structure_Mapping_Statement a owl:Class ;
	rdfs:label "Structure Mapping Statement"^^xsd:string ;
	rdfs:subClassOf rdf:Statement ;
	rdfs:comment "The relationship between a protein and a 3D structure."^^xsd:string .

:Structure_Resource a owl:Class ;
	rdfs:label "Structure Resource"^^xsd:string ;
	owl:equivalentClass _:node183fq6oe8x205 .

_:node183fq6oe8x205 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x206 .

_:node183fq6oe8x206 rdf:first _:node183fq6oe8x207 .

_:node183fq6oe8x207 a owl:Restriction ;
	owl:onProperty :method ;
	owl:allValuesFrom :Structure_Determination_Method .

_:node183fq6oe8x206 rdf:rest _:node183fq6oe8x208 .

_:node183fq6oe8x208 rdf:first _:node183fq6oe8x209 .

_:node183fq6oe8x209 a owl:Restriction ;
	owl:onProperty :method ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x208 rdf:rest rdf:nil .

:Structure_Resource rdfs:subClassOf :Resource ;
	rdfs:comment "A resource that describes the 3D structure of a protein."^^xsd:string .

:Structured_Name a owl:Class ;
	rdfs:comment "A resource that holds a set of the known names for this protein together."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/protein_names"^^xsd:anyURI .

:Subcellular_Location a owl:Class ;
	rdfs:label "Subcellular Location" ;
	rdfs:subClassOf owl:Thing ;
	rdfs:seeAlso "http://www.uniprot.org/locations/"^^xsd:anyURI .

:Subcellular_Location_Annotation a owl:Class ;
	rdfs:label "Subcellular Location"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the subcellular location of the mature protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/subcellular_location"^^xsd:anyURI .

:Submission_Citation a owl:Class ;
	rdfs:label "Submission Citation"^^xsd:string ;
	rdfs:subClassOf :Published_Citation , _:node183fq6oe8x210 .

_:node183fq6oe8x210 a owl:Restriction ;
	owl:onProperty :submittedTo ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Submission_Citation rdfs:comment "Data that was submitted directly to a database."^^xsd:string .

:Subunit_Annotation a owl:Class ;
	rdfs:label "Subunit"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the quaternary structure of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/subunit_structure"^^xsd:anyURI .

:Taxon a owl:Class ;
	rdfs:subClassOf owl:Class , _:node183fq6oe8x211 .

_:node183fq6oe8x211 a owl:Restriction ;
	owl:onProperty :mnemonic ;
	owl:maxCardinality "1"^^xsd:nonNegativeInteger .

:Taxon rdfs:subClassOf _:node183fq6oe8x212 .

_:node183fq6oe8x212 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Taxon .

:Taxon rdfs:comment "An element of a taxonomy for classifying life forms."^^xsd:string ;
	rdfs:seeAlso "http://www.ncbi.nlm.nih.gov/books/NBK54428/"^^xsd:anyURI .

:Temperature_Dependence_Annotation a owl:Class ;
	rdfs:label "Temperature Dependence"^^xsd:string ;
	rdfs:subClassOf :Biophysicochemical_Annotation ;
	rdfs:comment "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."^^xsd:string .

:Thesis_Citation a owl:Class ;
	rdfs:label "Thesis Citation"^^xsd:string ;
	rdfs:subClassOf :Published_Citation , _:node183fq6oe8x213 .

_:node183fq6oe8x213 a owl:Restriction ;
	owl:onProperty :institution ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Thesis_Citation rdfs:comment "A Ph.D. thesis."^^xsd:string .

:Tissue a owl:Class ;
	rdfs:label "Tissue"^^xsd:string ;
	rdfs:comment "A tissue such as lung or heart."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/docs/tisslist"^^xsd:anyURI .

:Tissue_Specificity_Annotation a owl:Class ;
	rdfs:label "Tissue Specificity"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Description of the tissue specificity of a protein."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/tissue_specificity"^^xsd:anyURI .

:Topological_Domain_Annotation a owl:Class ;
	rdfs:label "Topological Domain"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "A topological domain."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/domain"^^xsd:anyURI .

:Topology a owl:Class ;
	rdfs:label "Topology" ;
	rdfs:subClassOf :Subcellular_Location .

:Toxic_Dose_Annotation a owl:Class ;
	rdfs:label "Toxic Dose"^^xsd:string ;
	rdfs:subClassOf :Annotation ;
	rdfs:comment "Information on the LD(50). LD stands for \"Lethal Dose\". 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."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/toxic_dose"^^xsd:anyURI .

:Transcribed_RNA a owl:Class ;
	rdfs:label "Transcribed RNA"^^xsd:string ;
	rdfs:subClassOf :RNA .

:Transcript_Resource a owl:Class ;
	rdfs:label "Transcript Resource" ;
	rdfs:subClassOf :Resource .

:Transit_Peptide_Annotation a owl:Class ;
	rdfs:label "Transit Peptide"^^xsd:string ;
	rdfs:subClassOf :Molecule_Processing_Annotation ;
	rdfs:comment "Extent of a transit peptide (mitochondrion, chloroplast, thylakoid, cyanelle or microbody)."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/transit"^^xsd:anyURI .

:Transmembrane_Annotation a owl:Class ;
	rdfs:label "Transmembrane"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a transmembrane region."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/transmem"^^xsd:anyURI .

:Transposon a owl:Class ;
	rdfs:label "Transposon"^^xsd:string ;
	rdfs:comment "A transposon"^^xsd:string .

:Turn_Annotation a owl:Class ;
	rdfs:label "Turn"^^xsd:string ;
	rdfs:subClassOf :Secondary_Structure_Annotation ;
	rdfs:comment "Turns within the experimentally determined protein structure."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/turn"^^xsd:anyURI .

:Unassigned_DNA a owl:Class ;
	rdfs:label "Unassigned DNA"^^xsd:string ;
	rdfs:subClassOf :DNA .

:Unassigned_RNA a owl:Class ;
	rdfs:label "Unassigned RNA"^^xsd:string ;
	rdfs:subClassOf :RNA .

:Unknown_Sequence a owl:Class ;
	rdfs:label "Unknown Sequence"^^xsd:string ;
	rdfs:subClassOf :Sequence .

:Unpublished_Citation a owl:Class ;
	rdfs:label "Unpublished Citation"^^xsd:string ;
	rdfs:subClassOf :Citation .

:Viral_cRNA a owl:Class ;
	rdfs:label "Viral cRNA"^^xsd:string ;
	rdfs:subClassOf :RNA ;
	rdfs:comment "Positive cRNA molecule that is made from from a single stranded genomic RNA."^^xsd:string .

:Zinc_Finger_Annotation a owl:Class ;
	rdfs:label "Zinc Finger"^^xsd:string ;
	rdfs:subClassOf :Region_Annotation ;
	rdfs:comment "Extent of a zinc finger region."^^xsd:string ;
	rdfs:seeAlso "http://www.uniprot.org/manual/zn_fing"^^xsd:anyURI .

rdf:Statement a owl:Class .

owl:Class a owl:Class .

owl:Thing a owl:Class .

skos:Concept a owl:Class .

foaf:Image a owl:Class .

:API a owl:Thing , :Mass_Measurement_Method ;
	rdfs:label "Atmospheric Pressure Ionization"^^xsd:string ;
	rdfs:comment "Mass measurement using Atmospheric Pressure Ionization" .

:Apicoplast a owl:Thing , :Organelle ;
	rdfs:label "Apicoplast"^^xsd:string .

:By_Similarity a owl:Thing , :Status ;
	rdfs:label "By Similarity"^^xsd:string .

:Chloroplast a owl:Thing , :Organelle ;
	rdfs:label "Chloroplast"^^xsd:string .

:Class a owl:Thing , :Rank ;
	rdfs:label "Taxonomy rank Class"^^xsd:string .

:Cyanelle a owl:Thing , :Organelle ;
	rdfs:label "Cyanelle"^^xsd:string .

:ESI a owl:Thing , :Mass_Measurement_Method ;
	rdfs:label "Electrospray Ionization"^^xsd:string ;
	rdfs:seeAlso "iki:Electrospray_ionization"^^xsd:anyURI .

:Electron_Microscopy a owl:Thing , :Structure_Determination_Method ;
	rdfs:label "Electron Microscopy"^^xsd:string ;
	rdfs:comment "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."^^xsd:string ;
	rdfs:seeAlso "iki:Electron_microscopy"^^xsd:anyURI .

:Evidence_at_Protein_Level_Existence a owl:Thing , :Protein_Existence ;
	rdfs:label "Evidence at protein level"^^xsd:string .

:Evidence_at_Transcript_Level_Existence a :Protein_Existence , owl:Thing ;
	rdfs:label "Evidence at transcript level"^^xsd:string ;
	rdfs:comment "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."^^xsd:string .

:Experimental a :Status , owl:Thing ;
	rdfs:label "Indicates that there is some experimental evidence that the given annotation could apply."^^xsd:string .

:FAB a owl:Thing , :Mass_Measurement_Method ;
	rdfs:label "Fast Atom Bombardment"^^xsd:string .

:Family a :Rank , owl:Thing ;
	rdfs:label "Taxonomy rank Family"^^xsd:string .

:Fiber_Diffraction a owl:Thing , :Structure_Determination_Method ;
	rdfs:label "Fiber Diffraction"^^xsd:string .

:Forma a owl:Thing , :Rank ;
	rdfs:label "Taxonomy rank Forma"^^xsd:string .

:Genus a :Rank , owl:Thing ;
	rdfs:label "Taxonomy rank Genus"^^xsd:string .

:Hydrogenosome a owl:Thing , :Organelle ;
	rdfs:label "Hydrogenosome"^^xsd:string .

:Inferred_from_Homology_Existence a owl:Thing , :Protein_Existence ;
	rdfs:label "Inferred from homology"^^xsd:string .

:Infraclass a :Rank , owl:Thing ;
	rdfs:label "Taxonomy rank Infraclass"^^xsd:string .

:Infraorder a :Rank , owl:Thing ;
	rdfs:label "Taxonomy rank Infraorder"^^xsd:string .

:Infrared_Spectroscopy a owl:Thing , :Structure_Determination_Method ;
	rdfs:label "Infrared Spectroscopy"^^xsd:string ;
	rdfs:comment "A type of spectroscopy that uses the Infrared portion of the electromagnetic spectrum."^^xsd:string ;
	rdfs:seeAlso "iki:Infrared_spectroscopy"^^xsd:anyURI .

:Kingdom a :Rank , owl:Thing ;
	rdfs:label "Taxonomy rank Kingdom"^^xsd:string .

:LSIMS a :Mass_Measurement_Method , owl:Thing ;
	rdfs:label "Liquid Secondary Ionization"^^xsd:string .

:MALDI a :Mass_Measurement_Method , owl:Thing ;
	rdfs:label "Matrix-Assisted Laser Desorption"^^xsd:string ;
	rdfs:seeAlso "iki:Matrix-assisted_laser_desorption_ionization"^^xsd:anyURI .

:Mitochondrion a owl:Thing , :Organelle ;
	rdfs:label "Mitochondion"^^xsd:string .

:NMR_Spectroscopy a :Structure_Determination_Method , owl:Thing ;
	rdfs:label "NMR Spectroscopy"^^xsd:string ;
	rdfs:seeAlso "iki:NMR"^^xsd:anyURI .

:Neutron_Diffraction a owl:Thing , :Structure_Determination_Method ;
	rdfs:label "Neutron Diffraction"^^xsd:string ;
	rdfs:seeAlso "iki:Neutron_diffraction"^^xsd:anyURI .

:Non-photosynthetic_plastid a owl:Thing , :Organelle ;
	rdfs:label "Non-photosyntethic plastid"^^xsd:string .

:Nucleomorph a :Organelle , owl:Thing ;
	rdfs:label "Nuleomorph"^^xsd:string .

:Order a :Rank , owl:Thing ;
	rdfs:label "Taxonomy rank Order"^^xsd:string .

:Organellar_chromatophore a :Organelle , owl:Thing ;
	rdfs:label "Organellar chromatophore"^^xsd:string .

:PD a owl:Thing , :Mass_Measurement_Method ;
	rdfs:label "Plasma Desorption"^^xsd:string ;
	rdfs:comment ""^^xsd:string .

:Parvorder a owl:Thing , :Rank ;
	rdfs:label "Taxonomy rank Parvorder"^^xsd:string .

:Phylum a :Rank , owl:Thing ;
	rdfs:label "Taxonomy rank Phylum"^^xsd:string .

:Plastid a owl:Thing , :Organelle ;
	rdfs:label "Plastid"^^xsd:string .

:Potential a owl:Thing , :Status ;
	rdfs:label "Potential" ;
	rdfs:comment "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"^^xsd:string .

:Predicted_Existence a owl:Thing , :Protein_Existence ;
	rdfs:label "Predicted"^^xsd:string ;
	rdfs:comment "This is used for proteins without evidence at protein, transcript, or homology levels."^^xsd:string .

:Prediction a owl:Thing , :Structure_Determination_Method ;
	rdfs:label "Prediction"^^xsd:string .

:Probable a :Status , owl:Thing ;
	rdfs:label "Probable"^^xsd:string ;
	rdfs:comment "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."^^xsd:string .

:SELDI a owl:Thing , :Mass_Measurement_Method ;
	rdfs:label "Surface Enhanced Laser Desorption Ionization"^^xsd:string .

:Species a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Species"^^xsd:string .

:Species_Group a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Species Group"^^xsd:string .

:Species_Subgroup a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Species Subgroup"^^xsd:string .

:Subclass a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Subclass"^^xsd:string .

:Subfamily a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Subfamily"^^xsd:string .

:Subgenus a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Subgenus"^^xsd:string .

:Subkingdom a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Subkingdom"^^xsd:string .

:Suborder a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Suborder"^^xsd:string .

:Subphylum a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Subphylum"^^xsd:string .

:Subspecies a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Subspecies"^^xsd:string .

:Subtribe a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Subtribe"^^xsd:string .

:Superclass a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Superclass"^^xsd:string .

:Superfamily a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Superfamily"^^xsd:string .

:Superkingdom a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Superkingdom"^^xsd:string .

:Superorder a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Superorder"^^xsd:string .

:Superphylum a owl:Thing , :Rank ;
	rdfs:label "Taxonomic rank Superphylum"^^xsd:string .

:Tribe a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Tribe"^^xsd:string .

:Uncertain_Existence a :Protein_Existence , owl:Thing ;
	rdfs:label "Uncertain"^^xsd:string .

:Varietas a :Rank , owl:Thing ;
	rdfs:label "Taxonomic rank Varietas"^^xsd:string .

:X-Ray_Crystallography a :Structure_Determination_Method , owl:Thing ;
	rdfs:label "X-Ray Crystallography"^^xsd:string ;
	rdfs:comment "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."^^xsd:string ;
	rdfs:seeAlso "iki:X-ray_crystallography"^^xsd:anyURI .

_:node183fq6oe8x214 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x215 .

_:node183fq6oe8x215 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x216 .

_:node183fq6oe8x216 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x217 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x218 .

_:node183fq6oe8x218 rdf:first :Uncertain_Existence ;
	rdf:rest _:node183fq6oe8x219 .

_:node183fq6oe8x219 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x220 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x221 .

_:node183fq6oe8x221 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x222 .

_:node183fq6oe8x222 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x223 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x224 .

_:node183fq6oe8x224 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x225 .

_:node183fq6oe8x225 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x226 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x227 .

_:node183fq6oe8x227 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x228 .

_:node183fq6oe8x228 rdf:first :Uncertain_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x229 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x230 .

_:node183fq6oe8x230 rdf:first :PD ;
	rdf:rest _:node183fq6oe8x231 .

_:node183fq6oe8x231 rdf:first :FAB ;
	rdf:rest _:node183fq6oe8x232 .

_:node183fq6oe8x232 rdf:first :LSIMS ;
	rdf:rest _:node183fq6oe8x233 .

_:node183fq6oe8x233 rdf:first :MALDI ;
	rdf:rest _:node183fq6oe8x234 .

_:node183fq6oe8x234 rdf:first :SELDI ;
	rdf:rest _:node183fq6oe8x235 .

_:node183fq6oe8x235 rdf:first :API ;
	rdf:rest _:node183fq6oe8x236 .

_:node183fq6oe8x236 rdf:first :ESI ;
	rdf:rest rdf:nil .

_:node183fq6oe8x237 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x238 .

_:node183fq6oe8x238 rdf:first :Fiber_Diffraction ;
	rdf:rest _:node183fq6oe8x239 .

_:node183fq6oe8x239 rdf:first :Prediction ;
	rdf:rest _:node183fq6oe8x240 .

_:node183fq6oe8x240 rdf:first :X-Ray_Crystallography ;
	rdf:rest _:node183fq6oe8x241 .

_:node183fq6oe8x241 rdf:first :Neutron_Diffraction ;
	rdf:rest _:node183fq6oe8x242 .

_:node183fq6oe8x242 rdf:first :Electron_Microscopy ;
	rdf:rest _:node183fq6oe8x243 .

_:node183fq6oe8x243 rdf:first :Infrared_Spectroscopy ;
	rdf:rest _:node183fq6oe8x244 .

_:node183fq6oe8x244 rdf:first :NMR_Spectroscopy ;
	rdf:rest rdf:nil .

_:node183fq6oe8x245 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x246 .

_:node183fq6oe8x246 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x247 .

_:node183fq6oe8x247 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x248 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x249 .

_:node183fq6oe8x249 rdf:first :Uncertain_Existence ;
	rdf:rest _:node183fq6oe8x250 .

_:node183fq6oe8x250 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x251 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x252 .

_:node183fq6oe8x252 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x253 .

_:node183fq6oe8x253 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x254 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x255 .

_:node183fq6oe8x255 rdf:first :By_Similarity ;
	rdf:rest _:node183fq6oe8x256 .

_:node183fq6oe8x256 rdf:first :Potential ;
	rdf:rest _:node183fq6oe8x257 .

_:node183fq6oe8x257 rdf:first :Probable ;
	rdf:rest _:node183fq6oe8x258 .

_:node183fq6oe8x258 rdf:first :Experimental ;
	rdf:rest rdf:nil .

_:node183fq6oe8x259 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x260 .

_:node183fq6oe8x260 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x261 .

_:node183fq6oe8x261 rdf:first :Uncertain_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x262 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x263 .

_:node183fq6oe8x263 rdf:first :Class ;
	rdf:rest _:node183fq6oe8x264 .

_:node183fq6oe8x264 rdf:first :Family ;
	rdf:rest _:node183fq6oe8x265 .

_:node183fq6oe8x265 rdf:first :Subkingdom ;
	rdf:rest _:node183fq6oe8x266 .

_:node183fq6oe8x266 rdf:first :Suborder ;
	rdf:rest _:node183fq6oe8x267 .

_:node183fq6oe8x267 rdf:first :Species ;
	rdf:rest _:node183fq6oe8x268 .

_:node183fq6oe8x268 rdf:first :Subgenus ;
	rdf:rest _:node183fq6oe8x269 .

_:node183fq6oe8x269 rdf:first :Tribe ;
	rdf:rest _:node183fq6oe8x270 .

_:node183fq6oe8x270 rdf:first :Subclass ;
	rdf:rest _:node183fq6oe8x271 .

_:node183fq6oe8x271 rdf:first :Genus ;
	rdf:rest _:node183fq6oe8x272 .

_:node183fq6oe8x272 rdf:first :Phylum ;
	rdf:rest _:node183fq6oe8x273 .

_:node183fq6oe8x273 rdf:first :Subtribe ;
	rdf:rest _:node183fq6oe8x274 .

_:node183fq6oe8x274 rdf:first :Superclass ;
	rdf:rest _:node183fq6oe8x275 .

_:node183fq6oe8x275 rdf:first :Superfamily ;
	rdf:rest _:node183fq6oe8x276 .

_:node183fq6oe8x276 rdf:first :Superorder ;
	rdf:rest _:node183fq6oe8x277 .

_:node183fq6oe8x277 rdf:first :Order ;
	rdf:rest _:node183fq6oe8x278 .

_:node183fq6oe8x278 rdf:first :Species_Subgroup ;
	rdf:rest _:node183fq6oe8x279 .

_:node183fq6oe8x279 rdf:first :Superkingdom ;
	rdf:rest _:node183fq6oe8x280 .

_:node183fq6oe8x280 rdf:first :Subspecies ;
	rdf:rest _:node183fq6oe8x281 .

_:node183fq6oe8x281 rdf:first :Kingdom ;
	rdf:rest _:node183fq6oe8x282 .

_:node183fq6oe8x282 rdf:first :Superphylum ;
	rdf:rest _:node183fq6oe8x283 .

_:node183fq6oe8x283 rdf:first :Subfamily ;
	rdf:rest _:node183fq6oe8x284 .

_:node183fq6oe8x284 rdf:first :Subphylum ;
	rdf:rest _:node183fq6oe8x285 .

_:node183fq6oe8x285 rdf:first :Forma ;
	rdf:rest _:node183fq6oe8x286 .

_:node183fq6oe8x286 rdf:first :Parvorder ;
	rdf:rest _:node183fq6oe8x287 .

_:node183fq6oe8x287 rdf:first :Varietas ;
	rdf:rest _:node183fq6oe8x288 .

_:node183fq6oe8x288 rdf:first :Species_Group ;
	rdf:rest rdf:nil .

_:node183fq6oe8x289 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x290 .

_:node183fq6oe8x290 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest _:node183fq6oe8x291 .

_:node183fq6oe8x291 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

:alternativeName rdfs:domain _:node183fq6oe8x292 .

_:node183fq6oe8x292 a owl:Class ;
	owl:unionOf _:node183fq6oe8x293 .

_:node183fq6oe8x293 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x294 .

_:node183fq6oe8x294 rdf:first :Protein ;
	rdf:rest rdf:nil .

:attribution rdfs:domain _:node183fq6oe8x295 .

_:node183fq6oe8x295 a owl:Class ;
	owl:unionOf _:node183fq6oe8x296 .

_:node183fq6oe8x296 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x297 .

_:node183fq6oe8x297 rdf:first rdf:Statement ;
	rdf:rest rdf:nil .

:cellularComponent rdfs:domain _:node183fq6oe8x298 .

_:node183fq6oe8x298 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x299 .

_:node183fq6oe8x299 rdf:first _:node183fq6oe8x300 .

_:node183fq6oe8x300 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x299 rdf:rest _:node183fq6oe8x301 .

_:node183fq6oe8x301 rdf:first _:node183fq6oe8x302 .

_:node183fq6oe8x302 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x301 rdf:rest _:node183fq6oe8x303 .

_:node183fq6oe8x303 rdf:first _:node183fq6oe8x304 .

_:node183fq6oe8x304 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x303 rdf:rest rdf:nil .

:citation rdfs:domain _:node183fq6oe8x305 .

_:node183fq6oe8x305 a owl:Class ;
	owl:unionOf _:node183fq6oe8x306 .

_:node183fq6oe8x306 rdf:first :Cellular_Component ;
	rdf:rest _:node183fq6oe8x307 .

_:node183fq6oe8x307 rdf:first :Database ;
	rdf:rest _:node183fq6oe8x308 .

_:node183fq6oe8x308 rdf:first :External_Sequence ;
	rdf:rest _:node183fq6oe8x309 .

_:node183fq6oe8x309 rdf:first :Nucleotide_Resource ;
	rdf:rest _:node183fq6oe8x310 .

_:node183fq6oe8x310 rdf:first :Orientation ;
	rdf:rest _:node183fq6oe8x311 .

_:node183fq6oe8x311 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x312 .

_:node183fq6oe8x312 rdf:first :Topology ;
	rdf:rest rdf:nil .

:conflictingSequence rdfs:domain _:node183fq6oe8x313 .

_:node183fq6oe8x313 a owl:Class ;
	owl:unionOf _:node183fq6oe8x314 .

_:node183fq6oe8x314 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x315 .

_:node183fq6oe8x315 rdf:first :Sequence_Caution_Annotation ;
	rdf:rest _:node183fq6oe8x316 .

_:node183fq6oe8x316 rdf:first :Sequence_Conflict_Annotation ;
	rdf:rest rdf:nil .

:enzyme rdfs:domain _:node183fq6oe8x317 .

_:node183fq6oe8x317 a owl:Class ;
	owl:unionOf _:node183fq6oe8x318 .

_:node183fq6oe8x318 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x319 .

_:node183fq6oe8x319 rdf:first :Protein ;
	rdf:rest rdf:nil .

:locatedIn rdfs:range _:node183fq6oe8x320 .

_:node183fq6oe8x320 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x321 .

_:node183fq6oe8x321 rdf:first _:node183fq6oe8x322 .

_:node183fq6oe8x322 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x321 rdf:rest _:node183fq6oe8x323 .

_:node183fq6oe8x323 rdf:first _:node183fq6oe8x324 .

_:node183fq6oe8x324 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x323 rdf:rest _:node183fq6oe8x325 .

_:node183fq6oe8x325 rdf:first _:node183fq6oe8x326 .

_:node183fq6oe8x326 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x325 rdf:rest rdf:nil .

:method rdfs:domain _:node183fq6oe8x327 .

_:node183fq6oe8x327 a owl:Class ;
	owl:unionOf _:node183fq6oe8x328 .

_:node183fq6oe8x328 rdf:first :Mass_Spectrometry_Annotation ;
	rdf:rest _:node183fq6oe8x329 .

_:node183fq6oe8x329 rdf:first :Structure_Resource ;
	rdf:rest rdf:nil .

:organism rdfs:domain _:node183fq6oe8x330 .

_:node183fq6oe8x330 a owl:Class ;
	owl:unionOf _:node183fq6oe8x331 .

_:node183fq6oe8x331 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x332 .

_:node183fq6oe8x332 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:orientation rdfs:domain _:node183fq6oe8x333 .

_:node183fq6oe8x333 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x334 .

_:node183fq6oe8x334 rdf:first _:node183fq6oe8x335 .

_:node183fq6oe8x335 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x334 rdf:rest _:node183fq6oe8x336 .

_:node183fq6oe8x336 rdf:first _:node183fq6oe8x337 .

_:node183fq6oe8x337 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x336 rdf:rest _:node183fq6oe8x338 .

_:node183fq6oe8x338 rdf:first _:node183fq6oe8x339 .

_:node183fq6oe8x339 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x338 rdf:rest rdf:nil .

:recommendedName rdfs:domain _:node183fq6oe8x340 .

_:node183fq6oe8x340 a owl:Class ;
	owl:unionOf _:node183fq6oe8x341 .

_:node183fq6oe8x341 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x342 .

_:node183fq6oe8x342 rdf:first :Protein ;
	rdf:rest rdf:nil .

:replacedBy rdfs:range _:node183fq6oe8x343 .

_:node183fq6oe8x343 a owl:Class ;
	owl:unionOf _:node183fq6oe8x344 .

_:node183fq6oe8x344 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x345 .

_:node183fq6oe8x345 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x346 .

_:node183fq6oe8x346 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:replacedBy rdfs:domain _:node183fq6oe8x347 .

_:node183fq6oe8x347 a owl:Class ;
	owl:unionOf _:node183fq6oe8x348 .

_:node183fq6oe8x348 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x349 .

_:node183fq6oe8x349 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x350 .

_:node183fq6oe8x350 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:replaces rdfs:domain _:node183fq6oe8x351 .

_:node183fq6oe8x351 a owl:Class ;
	owl:unionOf _:node183fq6oe8x352 .

_:node183fq6oe8x352 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x353 .

_:node183fq6oe8x353 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x354 .

_:node183fq6oe8x354 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:replaces rdfs:range _:node183fq6oe8x355 .

_:node183fq6oe8x355 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x356 .

_:node183fq6oe8x356 rdf:first :Obsolete ;
	rdf:rest _:node183fq6oe8x357 .

_:node183fq6oe8x357 rdf:first _:node183fq6oe8x358 .

_:node183fq6oe8x358 a owl:Class ;
	owl:unionOf _:node183fq6oe8x359 .

_:node183fq6oe8x359 rdf:first :Enzyme ;
	rdf:rest _:node183fq6oe8x360 .

_:node183fq6oe8x360 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x361 .

_:node183fq6oe8x361 rdf:first :Taxon ;
	rdf:rest rdf:nil .

_:node183fq6oe8x357 rdf:rest rdf:nil .

:representativeFor rdfs:domain _:node183fq6oe8x362 .

_:node183fq6oe8x362 a owl:Class ;
	owl:unionOf _:node183fq6oe8x363 .

_:node183fq6oe8x363 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x364 .

_:node183fq6oe8x364 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:sequence rdfs:domain _:node183fq6oe8x365 .

_:node183fq6oe8x365 a owl:Class ;
	owl:unionOf _:node183fq6oe8x366 .

_:node183fq6oe8x366 rdf:first :Annotation ;
	rdf:rest _:node183fq6oe8x367 .

_:node183fq6oe8x367 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x368 .

_:node183fq6oe8x368 rdf:first :Resource ;
	rdf:rest rdf:nil .

:sequenceFor rdfs:range _:node183fq6oe8x369 .

_:node183fq6oe8x369 a owl:Class ;
	owl:unionOf _:node183fq6oe8x370 .

_:node183fq6oe8x370 rdf:first :Annotation ;
	rdf:rest _:node183fq6oe8x371 .

_:node183fq6oe8x371 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x372 .

_:node183fq6oe8x372 rdf:first :Resource ;
	rdf:rest rdf:nil .

:structuredName rdfs:domain _:node183fq6oe8x373 .

_:node183fq6oe8x373 a owl:Class ;
	owl:unionOf _:node183fq6oe8x374 .

_:node183fq6oe8x374 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x375 .

_:node183fq6oe8x375 rdf:first :Protein ;
	rdf:rest rdf:nil .

:submittedName rdfs:domain _:node183fq6oe8x376 .

_:node183fq6oe8x376 a owl:Class ;
	owl:unionOf _:node183fq6oe8x377 .

_:node183fq6oe8x377 rdf:first :Part ;
	rdf:rest _:node183fq6oe8x378 .

_:node183fq6oe8x378 rdf:first :Protein ;
	rdf:rest rdf:nil .

:topology rdfs:domain _:node183fq6oe8x379 .

_:node183fq6oe8x379 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x380 .

_:node183fq6oe8x380 rdf:first _:node183fq6oe8x381 .

_:node183fq6oe8x381 a owl:Restriction ;
	owl:onProperty :cellularComponent ;
	owl:onClass :Cellular_Component ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x380 rdf:rest _:node183fq6oe8x382 .

_:node183fq6oe8x382 rdf:first _:node183fq6oe8x383 .

_:node183fq6oe8x383 a owl:Restriction ;
	owl:onProperty :orientation ;
	owl:onClass :Orientation ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x382 rdf:rest _:node183fq6oe8x384 .

_:node183fq6oe8x384 rdf:first _:node183fq6oe8x385 .

_:node183fq6oe8x385 a owl:Restriction ;
	owl:onProperty :topology ;
	owl:onClass :Topology ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x384 rdf:rest rdf:nil .

:begin rdfs:domain _:node183fq6oe8x386 .

_:node183fq6oe8x386 a owl:Class ;
	owl:unionOf _:node183fq6oe8x387 .

_:node183fq6oe8x387 rdf:first :Range ;
	rdf:rest _:node183fq6oe8x388 .

_:node183fq6oe8x388 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:certain rdfs:domain _:node183fq6oe8x389 .

_:node183fq6oe8x389 a owl:Class ;
	owl:unionOf _:node183fq6oe8x390 .

_:node183fq6oe8x390 rdf:first :Absorption_Annotation ;
	rdf:rest _:node183fq6oe8x391 .

_:node183fq6oe8x391 rdf:first :Domain_Assignment_Statement ;
	rdf:rest _:node183fq6oe8x392 .

_:node183fq6oe8x392 rdf:first :Endpoint_Statement ;
	rdf:rest rdf:nil .

:created rdfs:domain _:node183fq6oe8x393 .

_:node183fq6oe8x393 a owl:Class ;
	owl:unionOf _:node183fq6oe8x394 .

_:node183fq6oe8x394 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x395 .

_:node183fq6oe8x395 rdf:first :Resource ;
	rdf:rest _:node183fq6oe8x396 .

_:node183fq6oe8x396 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:date rdfs:domain _:node183fq6oe8x397 .

_:node183fq6oe8x397 a owl:Class ;
	owl:unionOf _:node183fq6oe8x398 .

_:node183fq6oe8x398 rdf:first :Attribution ;
	rdf:rest _:node183fq6oe8x399 .

_:node183fq6oe8x399 rdf:first :Citation ;
	rdf:rest rdf:nil .

:end rdfs:domain _:node183fq6oe8x400 .

_:node183fq6oe8x400 a owl:Class ;
	owl:unionOf _:node183fq6oe8x401 .

_:node183fq6oe8x401 rdf:first :Range ;
	rdf:rest _:node183fq6oe8x402 .

_:node183fq6oe8x402 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:fragment rdfs:range _:node183fq6oe8x403 .

_:node183fq6oe8x403 a owl:DataRange ;
	owl:oneOf _:node183fq6oe8x404 .

_:node183fq6oe8x404 a rdf:List ;
	rdf:first "multiple"^^xsd:string ;
	rdf:rest _:node183fq6oe8x405 .

_:node183fq6oe8x405 a rdf:List ;
	rdf:first "single"^^xsd:string ;
	rdf:rest rdf:nil .

:identity rdfs:range _:node183fq6oe8x406 .

_:node183fq6oe8x406 a owl:DataRange ;
	owl:oneOf _:node183fq6oe8x407 .

_:node183fq6oe8x407 a rdf:List ;
	rdf:first "0.5"^^xsd:float ;
	rdf:rest _:node183fq6oe8x408 .

_:node183fq6oe8x408 a rdf:List ;
	rdf:first "0.9"^^xsd:float ;
	rdf:rest _:node183fq6oe8x409 .

_:node183fq6oe8x409 a rdf:List ;
	rdf:first "1.0"^^xsd:float ;
	rdf:rest rdf:nil .

:mnemonic rdfs:domain _:node183fq6oe8x410 .

_:node183fq6oe8x410 a owl:Class ;
	owl:unionOf _:node183fq6oe8x411 .

_:node183fq6oe8x411 rdf:first :Cluster ;
	rdf:rest _:node183fq6oe8x412 .

_:node183fq6oe8x412 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x413 .

_:node183fq6oe8x413 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:modified rdfs:domain _:node183fq6oe8x414 .

_:node183fq6oe8x414 a owl:Class ;
	owl:unionOf _:node183fq6oe8x415 .

_:node183fq6oe8x415 rdf:first :Cluster ;
	rdf:rest _:node183fq6oe8x416 .

_:node183fq6oe8x416 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x417 .

_:node183fq6oe8x417 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:name owl:dataPropertyDomain _:node183fq6oe8x418 .

_:node183fq6oe8x418 a owl:Class ;
	owl:unionOf _:node183fq6oe8x419 .

_:node183fq6oe8x419 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x420 .

_:node183fq6oe8x420 rdf:first :Journal_Citation ;
	rdf:rest rdf:nil .

:obsolete rdfs:domain _:node183fq6oe8x421 .

_:node183fq6oe8x421 a owl:Class ;
	owl:unionOf _:node183fq6oe8x422 .

_:node183fq6oe8x422 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x423 .

_:node183fq6oe8x423 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:pages rdfs:domain _:node183fq6oe8x424 .

_:node183fq6oe8x424 a owl:Class ;
	owl:unionOf _:node183fq6oe8x425 .

_:node183fq6oe8x425 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x426 .

_:node183fq6oe8x426 rdf:first :Journal_Citation ;
	rdf:rest rdf:nil .

:place rdfs:domain _:node183fq6oe8x427 .

_:node183fq6oe8x427 a owl:Class ;
	owl:unionOf _:node183fq6oe8x428 .

_:node183fq6oe8x428 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x429 .

_:node183fq6oe8x429 rdf:first :Thesis_Citation ;
	rdf:rest rdf:nil .

:reviewed rdfs:domain _:node183fq6oe8x430 .

_:node183fq6oe8x430 a owl:Class ;
	owl:unionOf _:node183fq6oe8x431 .

_:node183fq6oe8x431 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x432 .

_:node183fq6oe8x432 rdf:first :Taxon ;
	rdf:rest rdf:nil .

:substitution rdfs:domain _:node183fq6oe8x433 .

_:node183fq6oe8x433 a owl:Class ;
	owl:unionOf _:node183fq6oe8x434 .

_:node183fq6oe8x434 rdf:first :Mutagenesis_Annotation ;
	rdf:rest _:node183fq6oe8x435 .

_:node183fq6oe8x435 rdf:first :Natural_Variant_Annotation ;
	rdf:rest _:node183fq6oe8x436 .

_:node183fq6oe8x436 rdf:first :Sequence_Conflict_Annotation ;
	rdf:rest rdf:nil .

:version rdfs:domain _:node183fq6oe8x437 .

_:node183fq6oe8x437 a owl:Class ;
	owl:unionOf _:node183fq6oe8x438 .

_:node183fq6oe8x438 rdf:first :Protein ;
	rdf:rest _:node183fq6oe8x439 .

_:node183fq6oe8x439 rdf:first :Sequence ;
	rdf:rest rdf:nil .

:volume rdfs:domain _:node183fq6oe8x440 .

_:node183fq6oe8x440 a owl:Class ;
	owl:unionOf _:node183fq6oe8x441 .

_:node183fq6oe8x441 rdf:first :Book_Citation ;
	rdf:rest _:node183fq6oe8x442 .

_:node183fq6oe8x442 rdf:first :Journal_Citation ;
	rdf:rest rdf:nil .

:Book_Citation rdfs:subClassOf _:node183fq6oe8x443 .

_:node183fq6oe8x443 a owl:Restriction ;
	owl:onProperty :name ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Citation rdfs:subClassOf _:node183fq6oe8x444 .

_:node183fq6oe8x444 a owl:Class ;
	owl:unionOf _:node183fq6oe8x445 .

_:node183fq6oe8x445 rdf:first _:node183fq6oe8x446 .

_:node183fq6oe8x446 a owl:Restriction ;
	owl:onProperty :date ;
	owl:someValuesFrom xsd:date .

_:node183fq6oe8x445 rdf:rest _:node183fq6oe8x447 .

_:node183fq6oe8x447 rdf:first _:node183fq6oe8x448 .

_:node183fq6oe8x448 a owl:Restriction ;
	owl:onProperty :date ;
	owl:someValuesFrom xsd:gYear .

_:node183fq6oe8x447 rdf:rest _:node183fq6oe8x449 .

_:node183fq6oe8x449 rdf:first _:node183fq6oe8x450 .

_:node183fq6oe8x450 a owl:Restriction ;
	owl:onProperty :date ;
	owl:someValuesFrom xsd:gYearMonth .

_:node183fq6oe8x449 rdf:rest rdf:nil .

:Citation_Statement rdfs:subClassOf _:node183fq6oe8x451 .

_:node183fq6oe8x451 a owl:Restriction ;
	owl:onProperty :context ;
	owl:allValuesFrom _:node183fq6oe8x452 .

_:node183fq6oe8x452 a owl:Class ;
	owl:unionOf _:node183fq6oe8x453 .

_:node183fq6oe8x453 rdf:first :Strain ;
	rdf:rest _:node183fq6oe8x454 .

_:node183fq6oe8x454 rdf:first :Tissue ;
	rdf:rest _:node183fq6oe8x455 .

_:node183fq6oe8x455 rdf:first :Transposon ;
	rdf:rest rdf:nil .

:Cluster rdfs:subClassOf _:node183fq6oe8x456 .

_:node183fq6oe8x456 a owl:Restriction ;
	owl:onProperty :member ;
	owl:allValuesFrom :Sequence .

:Concept rdfs:subClassOf _:node183fq6oe8x457 .

_:node183fq6oe8x457 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Concept .

:Electronic_Citation rdfs:subClassOf _:node183fq6oe8x458 .

_:node183fq6oe8x458 a owl:Restriction ;
	owl:onProperty :name ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Enzyme rdfs:subClassOf _:node183fq6oe8x459 .

_:node183fq6oe8x459 a owl:Restriction ;
	owl:onProperty :replacedBy ;
	owl:allValuesFrom :Enzyme .

:Enzyme rdfs:subClassOf _:node183fq6oe8x460 .

_:node183fq6oe8x460 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Enzyme .

:Gene rdfs:subClassOf _:node183fq6oe8x461 .

_:node183fq6oe8x461 a owl:Restriction ;
	owl:onProperty skos:prefLabel ;
	owl:onClass :Gene ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger .

:Journal_Citation rdfs:subClassOf _:node183fq6oe8x462 .

_:node183fq6oe8x462 a owl:Restriction ;
	owl:onProperty :name ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Mass_Spectrometry_Annotation rdfs:subClassOf _:node183fq6oe8x463 .

_:node183fq6oe8x463 a owl:Restriction ;
	owl:onProperty :method ;
	owl:allValuesFrom :Mass_Measurement_Method .

:Mass_Spectrometry_Annotation rdfs:subClassOf _:node183fq6oe8x464 .

_:node183fq6oe8x464 a owl:Restriction ;
	owl:onProperty :method ;
	owl:maxCardinality "1"^^xsd:nonNegativeInteger .

:Modified_Sequence rdfs:subClassOf _:node183fq6oe8x465 .

_:node183fq6oe8x465 a owl:Restriction ;
	owl:onProperty :basedOn ;
	owl:allValuesFrom :Simple_Sequence .

:Modified_Sequence rdfs:subClassOf _:node183fq6oe8x466 .

_:node183fq6oe8x466 a owl:Restriction ;
	owl:onProperty :modification ;
	owl:allValuesFrom :Alternative_Sequence_Annotation .

:NotObsolete owl:equivalentClass _:node183fq6oe8x467 .

_:node183fq6oe8x467 a owl:Restriction ;
	owl:onProperty :obsolete ;
	owl:hasValue "false"^^xsd:boolean .

:NotObsoleteProtein rdfs:subClassOf _:node183fq6oe8x468 .

_:node183fq6oe8x468 a owl:Restriction ;
	owl:onProperty :sequence ;
	owl:someValuesFrom :Simple_Sequence .

:NotObsoleteProtein rdfs:subClassOf _:node183fq6oe8x469 .

_:node183fq6oe8x469 a owl:Restriction ;
	owl:onProperty :existence ;
	owl:someValuesFrom :Protein_Existence .

:NotObsoleteProtein rdfs:subClassOf _:node183fq6oe8x470 .

_:node183fq6oe8x470 a owl:Restriction ;
	owl:onProperty :organism ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:NotObsoleteTaxon rdfs:subClassOf _:node183fq6oe8x471 .

_:node183fq6oe8x471 a owl:Restriction ;
	owl:onProperty :scientificName ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Nucleotide_Resource owl:equivalentClass _:node183fq6oe8x472 .

_:node183fq6oe8x472 a owl:Restriction ;
	owl:onProperty :locatedOn ;
	owl:minCardinality "1"^^xsd:nonNegativeInteger .

:Obsolete owl:equivalentClass _:node183fq6oe8x473 .

_:node183fq6oe8x473 a owl:Restriction ;
	owl:onProperty :obsolete ;
	owl:hasValue "true"^^xsd:boolean .

:Protein rdfs:subClassOf _:node183fq6oe8x474 .

_:node183fq6oe8x474 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Protein .

:Protein rdfs:subClassOf _:node183fq6oe8x475 .

_:node183fq6oe8x475 a owl:Restriction ;
	owl:onProperty :replacedBy ;
	owl:allValuesFrom :Protein .

:Protein_Existence owl:equivalentClass _:node183fq6oe8x476 .

_:node183fq6oe8x476 a owl:Class ;
	owl:oneOf _:node183fq6oe8x477 .

_:node183fq6oe8x477 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x478 .

_:node183fq6oe8x478 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x479 .

_:node183fq6oe8x479 rdf:first :Uncertain_Existence ;
	rdf:rest _:node183fq6oe8x480 .

_:node183fq6oe8x480 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest _:node183fq6oe8x481 .

_:node183fq6oe8x481 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

:Range owl:equivalentClass _:node183fq6oe8x482 .

_:node183fq6oe8x482 a owl:Class ;
	owl:unionOf _:node183fq6oe8x483 .

_:node183fq6oe8x483 rdf:first _:node183fq6oe8x484 .

_:node183fq6oe8x484 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x485 .

_:node183fq6oe8x485 rdf:first _:node183fq6oe8x486 .

_:node183fq6oe8x486 a owl:Restriction ;
	owl:onProperty :begin ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x485 rdf:rest _:node183fq6oe8x487 .

_:node183fq6oe8x487 rdf:first _:node183fq6oe8x488 .

_:node183fq6oe8x488 a owl:Restriction ;
	owl:onProperty :end ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x487 rdf:rest rdf:nil .

_:node183fq6oe8x483 rdf:rest _:node183fq6oe8x489 .

_:node183fq6oe8x489 rdf:first _:node183fq6oe8x490 .

_:node183fq6oe8x490 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x491 .

_:node183fq6oe8x491 rdf:first _:node183fq6oe8x492 .

_:node183fq6oe8x492 a owl:Restriction ;
	owl:onProperty :end ;
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x491 rdf:rest _:node183fq6oe8x493 .

_:node183fq6oe8x493 rdf:first _:node183fq6oe8x494 .

_:node183fq6oe8x494 a owl:Restriction ;
	owl:onProperty :begin ;
	owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
	owl:onDataRange xsd:int .

_:node183fq6oe8x493 rdf:rest rdf:nil .

_:node183fq6oe8x489 rdf:rest rdf:nil .

:Resource owl:equivalentClass _:node183fq6oe8x495 .

_:node183fq6oe8x495 a owl:Restriction ;
	owl:onProperty :database ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Structure_Resource owl:equivalentClass _:node183fq6oe8x496 .

_:node183fq6oe8x496 a owl:Class ;
	owl:intersectionOf _:node183fq6oe8x497 .

_:node183fq6oe8x497 rdf:first _:node183fq6oe8x498 .

_:node183fq6oe8x498 a owl:Restriction ;
	owl:onProperty :method ;
	owl:allValuesFrom :Structure_Determination_Method .

_:node183fq6oe8x497 rdf:rest _:node183fq6oe8x499 .

_:node183fq6oe8x499 rdf:first _:node183fq6oe8x500 .

_:node183fq6oe8x500 a owl:Restriction ;
	owl:onProperty :method ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x499 rdf:rest rdf:nil .

:Submission_Citation rdfs:subClassOf _:node183fq6oe8x501 .

_:node183fq6oe8x501 a owl:Restriction ;
	owl:onProperty :submittedTo ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

:Taxon rdfs:subClassOf _:node183fq6oe8x502 .

_:node183fq6oe8x502 a owl:Restriction ;
	owl:onProperty :mnemonic ;
	owl:maxCardinality "1"^^xsd:nonNegativeInteger .

:Taxon rdfs:subClassOf _:node183fq6oe8x503 .

_:node183fq6oe8x503 a owl:Restriction ;
	owl:onProperty :replaces ;
	owl:allValuesFrom :Taxon .

:Thesis_Citation rdfs:subClassOf _:node183fq6oe8x504 .

_:node183fq6oe8x504 a owl:Restriction ;
	owl:onProperty :institution ;
	owl:cardinality "1"^^xsd:nonNegativeInteger .

_:node183fq6oe8x505 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x506 .

_:node183fq6oe8x506 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x507 .

_:node183fq6oe8x507 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x508 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x509 .

_:node183fq6oe8x509 rdf:first :Uncertain_Existence ;
	rdf:rest _:node183fq6oe8x510 .

_:node183fq6oe8x510 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x511 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x512 .

_:node183fq6oe8x512 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x513 .

_:node183fq6oe8x513 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x514 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x515 .

_:node183fq6oe8x515 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x516 .

_:node183fq6oe8x516 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x517 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x518 .

_:node183fq6oe8x518 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x519 .

_:node183fq6oe8x519 rdf:first :Uncertain_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x520 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x521 .

_:node183fq6oe8x521 rdf:first :PD ;
	rdf:rest _:node183fq6oe8x522 .

_:node183fq6oe8x522 rdf:first :FAB ;
	rdf:rest _:node183fq6oe8x523 .

_:node183fq6oe8x523 rdf:first :LSIMS ;
	rdf:rest _:node183fq6oe8x524 .

_:node183fq6oe8x524 rdf:first :MALDI ;
	rdf:rest _:node183fq6oe8x525 .

_:node183fq6oe8x525 rdf:first :SELDI ;
	rdf:rest _:node183fq6oe8x526 .

_:node183fq6oe8x526 rdf:first :API ;
	rdf:rest _:node183fq6oe8x527 .

_:node183fq6oe8x527 rdf:first :ESI ;
	rdf:rest rdf:nil .

_:node183fq6oe8x528 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x529 .

_:node183fq6oe8x529 rdf:first :Fiber_Diffraction ;
	rdf:rest _:node183fq6oe8x530 .

_:node183fq6oe8x530 rdf:first :Prediction ;
	rdf:rest _:node183fq6oe8x531 .

_:node183fq6oe8x531 rdf:first :X-Ray_Crystallography ;
	rdf:rest _:node183fq6oe8x532 .

_:node183fq6oe8x532 rdf:first :Neutron_Diffraction ;
	rdf:rest _:node183fq6oe8x533 .

_:node183fq6oe8x533 rdf:first :Electron_Microscopy ;
	rdf:rest _:node183fq6oe8x534 .

_:node183fq6oe8x534 rdf:first :Infrared_Spectroscopy ;
	rdf:rest _:node183fq6oe8x535 .

_:node183fq6oe8x535 rdf:first :NMR_Spectroscopy ;
	rdf:rest rdf:nil .

_:node183fq6oe8x536 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x537 .

_:node183fq6oe8x537 rdf:first :Evidence_at_Transcript_Level_Existence ;
	rdf:rest _:node183fq6oe8x538 .

_:node183fq6oe8x538 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x539 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x540 .

_:node183fq6oe8x540 rdf:first :Uncertain_Existence ;
	rdf:rest _:node183fq6oe8x541 .

_:node183fq6oe8x541 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x542 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x543 .

_:node183fq6oe8x543 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x544 .

_:node183fq6oe8x544 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x545 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x546 .

_:node183fq6oe8x546 rdf:first :By_Similarity ;
	rdf:rest _:node183fq6oe8x547 .

_:node183fq6oe8x547 rdf:first :Potential ;
	rdf:rest _:node183fq6oe8x548 .

_:node183fq6oe8x548 rdf:first :Probable ;
	rdf:rest _:node183fq6oe8x549 .

_:node183fq6oe8x549 rdf:first :Experimental ;
	rdf:rest rdf:nil .

_:node183fq6oe8x550 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x551 .

_:node183fq6oe8x551 rdf:first :Inferred_from_Homology_Existence ;
	rdf:rest _:node183fq6oe8x552 .

_:node183fq6oe8x552 rdf:first :Uncertain_Existence ;
	rdf:rest rdf:nil .

_:node183fq6oe8x553 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x554 .

_:node183fq6oe8x554 rdf:first :Class ;
	rdf:rest _:node183fq6oe8x555 .

_:node183fq6oe8x555 rdf:first :Family ;
	rdf:rest _:node183fq6oe8x556 .

_:node183fq6oe8x556 rdf:first :Subkingdom ;
	rdf:rest _:node183fq6oe8x557 .

_:node183fq6oe8x557 rdf:first :Suborder ;
	rdf:rest _:node183fq6oe8x558 .

_:node183fq6oe8x558 rdf:first :Species ;
	rdf:rest _:node183fq6oe8x559 .

_:node183fq6oe8x559 rdf:first :Subgenus ;
	rdf:rest _:node183fq6oe8x560 .

_:node183fq6oe8x560 rdf:first :Tribe ;
	rdf:rest _:node183fq6oe8x561 .

_:node183fq6oe8x561 rdf:first :Subclass ;
	rdf:rest _:node183fq6oe8x562 .

_:node183fq6oe8x562 rdf:first :Genus ;
	rdf:rest _:node183fq6oe8x563 .

_:node183fq6oe8x563 rdf:first :Phylum ;
	rdf:rest _:node183fq6oe8x564 .

_:node183fq6oe8x564 rdf:first :Subtribe ;
	rdf:rest _:node183fq6oe8x565 .

_:node183fq6oe8x565 rdf:first :Superclass ;
	rdf:rest _:node183fq6oe8x566 .

_:node183fq6oe8x566 rdf:first :Superfamily ;
	rdf:rest _:node183fq6oe8x567 .

_:node183fq6oe8x567 rdf:first :Superorder ;
	rdf:rest _:node183fq6oe8x568 .

_:node183fq6oe8x568 rdf:first :Order ;
	rdf:rest _:node183fq6oe8x569 .

_:node183fq6oe8x569 rdf:first :Species_Subgroup ;
	rdf:rest _:node183fq6oe8x570 .

_:node183fq6oe8x570 rdf:first :Superkingdom ;
	rdf:rest _:node183fq6oe8x571 .

_:node183fq6oe8x571 rdf:first :Subspecies ;
	rdf:rest _:node183fq6oe8x572 .

_:node183fq6oe8x572 rdf:first :Kingdom ;
	rdf:rest _:node183fq6oe8x573 .

_:node183fq6oe8x573 rdf:first :Superphylum ;
	rdf:rest _:node183fq6oe8x574 .

_:node183fq6oe8x574 rdf:first :Subfamily ;
	rdf:rest _:node183fq6oe8x575 .

_:node183fq6oe8x575 rdf:first :Subphylum ;
	rdf:rest _:node183fq6oe8x576 .

_:node183fq6oe8x576 rdf:first :Forma ;
	rdf:rest _:node183fq6oe8x577 .

_:node183fq6oe8x577 rdf:first :Parvorder ;
	rdf:rest _:node183fq6oe8x578 .

_:node183fq6oe8x578 rdf:first :Varietas ;
	rdf:rest _:node183fq6oe8x579 .

_:node183fq6oe8x579 rdf:first :Species_Group ;
	rdf:rest rdf:nil .

_:node183fq6oe8x580 a owl:AllDifferent ;
	owl:distinctMembers _:node183fq6oe8x581 .

_:node183fq6oe8x581 rdf:first :Evidence_at_Protein_Level_Existence ;
	rdf:rest _:node183fq6oe8x582 .

_:node183fq6oe8x582 rdf:first :Predicted_Existence ;
	rdf:rest rdf:nil .
