<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns:owl="http://www.w3.org/2002/07/owl#"
   
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:protege-dc="http://protege.stanford.edu/plugins/owl/dc/protege-dc.owl#"
   xmlns:core="http://www.w3.org/2004/02/skos/core#"
   xmlns:skos="http://www.w3.org/2004/02/skos/core/owl-dl/skos-core-owl-dl.owl#"
   
   xmlns:obo_annot="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#"
   
   xmlns="http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#"
   xml:base="http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl">
   
   <!-- IMPORTANT NOTE: re: explicit NAMESPACE declarations
      
      1) It's good practice to declare the default namespace (xmlns=""), as it provides an explicit context for any element reference in this
      OWL file that isn't given an explicit namespace prefix.
      
      2) Note the default namespace (xmlns="") is NOT the same as the BASE namespace (xml:base), which is the base for forming URIs to 
      any entities defined within this OWL file and can be considered the base URL for this ontology.  They are often the same, 
      but there is no requirement they be the same.  In other words, if you were to set the default to the OWL spec 
      (e.g., xmlsns="http://www.w3.org/2002/07/owl#"), then all elements named without a prefix will be assumed to come from 
      the OWL spec and not assumed to be defined in this document. Only when the default (xmlns="") and the base (xml:base="") are 
      identical, will it be assumed elements without a prefix must defined in the body of this file.
      
      3) If you don't NEED to use a namespace in your OWL file, DO NOT create it, as its likely to just create compatibility problems
      that will vary depending on the tool you use. It MAY be OK to creat namespace declaration to anticipate those namespaces used 
      by other ontologies included via owl:imports.       
   -->
   
  <owl:Ontology rdf:about="">
     <dc:title xml:lang="en">BIRNLex_annotation_properties</dc:title>
     <dc:creator> xml:lang="en"The BIRN Ontology Task Force</dc:creator>
     <obo_annot:createdDate>2006-09-26</obo_annot:createdDate>
     <obo_annot:modifiedDate>2008-03-21</obo_annot:modifiedDate>
     <owl:versionInfo>1.3.1</owl:versionInfo>

     <rdfs:comment xml:lang="en">These are OWL Annotation Properties created by the BIRN OTF for the purposes of better managing the curation of the BIRNLex ontology.</rdfs:comment>
     <core:changeNote xml:lang="en"> v1.2 (2007-03-20): Changed all Class identifiers to rdf:ID properties.  Some had previously been rdf:about properties.  Since Protege-OWL automatically sets new class identifiers to rdf:ID, I'm changing these across the files, to help make it more deterministic when parsing the RDF/XML.</core:changeNote>
     <core:changeNote xml:lang="en">Processed file with XSLT to remove the explicit DataTypeProperty declarations (v1.2.2)</core:changeNote>
     <core:changeNote xml:lang="en">Have 'cleansed' the file to be OWL-DL (v1.2.2).</core:changeNote>
     <core:changeNote xml:lang="en">Now using a specific set of AnnotationProperties that link to specific Enumeration classes to specify annotations from a fixed list of values - e.g., ExternalSource, DefinitionSource.  This is the second iteration of this mechanism (first was put in v1.2.2).  This second version follows a patter recommended by Alan Ruttenberg which avoids using ObjectProperties as the Manchester design pattern for Value Partitions recommends, and instead sticks to AnnotationProperties only.  Note this version of OBO_annotation_properties uses the same EnumerationClasses from v1.2.2, and still includes the related ObjectProperties, so as to be able to support XSLT-based translation of the BIRNLex files that used the v1.2.2 pattern.  The next version of this file will eliminate the ObjectProperties and will rename the equivalent AnnotationProperties to remove the trailing '2' put in there to provide a unique name.</core:changeNote>
     <core:changeNote xml:lang="en">v1.3.0 (2007-08-03) - Changed many things, but primarily: (1) removed rdf:datatype xsd:string specs for all AnnotationProperties, since they are now all untyped and should assume STRING as a the default; (2) added the typing of AnnotationProperties using annotationType which should aid in algorithmically processing; (3) added ReferenceURLTemplate to linked IDs to aid in algorithmically constructing URLs from IDs.  The reference URL template provides a URL template that includes a specification of how to combine it with the associated ID to build a putative URL for an external resource - putative in the sense that there is no guarantee the external curating authority will maintain this URL template; however, with these paired fields - ID and URL template template - it should be possible to update the template, when the authority changes their URL template - an updated that would then be algorithmicaly percollated to the use of that field across BIRNLex.</core:changeNote>
     <core:changeNote xml:lang="en">v1.3.1 (2007-11-30) - Removed some UTF8 characters that dont translate well to other encodings (e.g., curly double quotes 0xE2809C).</core:changeNote>
     <core:changeNote xml:lang="en"> (2008-03-13) - finally added Template URLs for GO ID.</core:changeNote>
     <core:changeNote xml:lang="en"> (2008-03-21) - finally added ID property and Template URLs for ChEBI and PubChem CIDs.</core:changeNote>
     
     <owl:imports rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl"/>
    <!--
      <owl:imports>
         <owl:Ontology rdf:about="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl"/>
      </owl:imports>
      -->
  </owl:Ontology>
           
  <!-- Pellet v1.5.0 recommended including these declarations to help meet OWL-DL species requirements -->
   <!--
  <rdf:Description rdf:about="http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
  -->
           
  <!-- This class is used by all BIRNLex modules as the template of all retired or obsoleted classes and, as such, all BIRNLex retired or obsoleted classes are derived from this class. -->
  <owl:Class rdf:about="#_birnlex_retired_class">
     <rdfs:label>_birnlex_retired_class</rdfs:label>
     <core:prefLabel>_birnlex_retired_class</core:prefLabel>
     <obo_annot:createdDate>2007-06-06</obo_annot:createdDate>
     <obo_annot:modifiedDate>2007-06-06</obo_annot:modifiedDate>
     <hasBirnlexCurator>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#Bill_Bug</hasBirnlexCurator>
     <birnlexDefinition>These are classes for which the represented entities are now described using a different class.  A class is deprecated if it's semantic meaning required alteration or its entity is now represented directly in an imported foundational ontology.  Such obseleted classes are removed from the core subsumptive hierarchy and retired to this root branch of the tree for this ontology.  Deprecated classes maintain their original identifiers, so as to provide support for previous applications making use of the class prior to its being deprecated.</birnlexDefinition>
  </owl:Class>
   
   <owl:Class rdf:about="#_birnlex_limbo_class">
      <rdfs:label>_birnlex_limbo_class</rdfs:label>
      <core:prefLabel>_birnlex_limbo_class</core:prefLabel>
      <obo_annot:createdDate>2007-03-05</obo_annot:createdDate>
      <obo_annot:modifiedDate>2007-03-05</obo_annot:modifiedDate>
      <hasBirnlexCurator>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#Bill_Bug</hasBirnlexCurator>
      <core:definition>class in limbo since major refactoring of foundational community ontologies (e.g., BFO, OBI, SKOS). (BB:2007-03-05).</core:definition>
   </owl:Class>
   
  <!--  CurationStatus Enumerated Class Instances used for Class Annotation -->
  
  <owl:Class rdf:about="#CurationStatus">
      <owl:equivalentClass>
         <owl:Class>
            <owl:oneOf rdf:parseType="Collection">
               <CurationStatus rdf:about="#uncurated">
                  <core:definition xml:lang="en">indicates a class has been created by curators but has received minimal review.</core:definition>
               </CurationStatus>
               <CurationStatus rdf:about="#curation_complete">
                  <core:definition xml:lang="en">indicates a class has been fully vetted by the curation authorities and to the best of their ability determined to be ready for use.</core:definition>
               </CurationStatus>
               <CurationStatus rdf:about="#raw_import">
                  <core:definition xml:lang="en">a class derived directly via import of an entity form an existing knowledge resource.  Terms labeled as such has yet to receive any additional curation.  As they do, their status is likely to change, though the link back to the original entity in the external resource is maintained.</core:definition>
               </CurationStatus>
               <CurationStatus rdf:about="#definition_incomplete">
                  <core:definition xml:lang="en">the curators recognize the definition of the class remains incomplete in someway.  Many definitions are dervied from external sources (a fact tracked via an additional annotation property) and require considerable amending before they fully comply with the OBO Foundry Aristotelean genera/differentia &amp; non-circular specification.</core:definition>
               </CurationStatus>
               <CurationStatus rdf:about="#graph_position_temporary">
                  <core:definition xml:lang="en">indicates the class may not be in its final preferred location within the ontology graph.  This label can be particularly useful during early ontology creation, as for certain entities, it may not be obvious where precisely a given class should reside until a sufficiently large portion of the graph has been settled.</core:definition>
               </CurationStatus>
               <CurationStatus rdf:about="#pending_final_vetting">
                  <core:definition xml:lang="en">indicates the term is likely ready for promotion to "curation_complete" status, and only requires a final review by the curators responsible.  A class may also be demoted to this status when a formerly "complete" class has been determined to require amendments.  In accordance with the emerging best practices, such a term will be moved to an obsolete branch of the ontology, when the new replacement class has been fully vetted and marked as such.</core:definition>
               </CurationStatus>
            </owl:oneOf>
         </owl:Class>
      </owl:equivalentClass>
     <core:scopeNote xml:lang="en">The current range of values for this property are: (1) raw_import :== a class derived directly via import of an entity form an existing knowledge resource.  Terms labeled as such has yet to receive any additional curation.  As they do, their status is likely to change, though the link back to the original entity in the external resource is maintained; (2) definition_incomplete :== the curators recognize the definition of the class remains incomplete in someway.  Many definitions are dervied from external sources (a fact tracked via an additional annotation property) and require considerable amending before they fully comply with the OBO Foundry Aristotelean genera/differentia &amp; non-circular specification; (3) graph_position_temporary :== indicates the class may not be in its final preferred location within the ontology graph.  This label can be particularly useful during early ontology creation, as for certain entities, it may not be obvious where precisely a given class should reside until a sufficiently large portion of the graph has been settled; (4) uncurated :== indicates a class has been created by curators but has received minimal review; (5) pending_final_vetting :== indicates the term is likely ready for promotion to "curation_complete" status, and only requires a final review by the curators responsible.  A class may also be demoted to this status when a formerly "complete" class has been determined to require amendments.  In accordance with the emerging best practices, such a term will be moved to an obsolete branch of the ontology, when the new replacement class has been fully vetted and marked as such; (6) curation_complete :== indicates a class has been fully vetted by the curation authorities and to the best of their ability determined to be ready for use.</core:scopeNote>
     <core:definition xml:lang="en">This provides specific info on the level of curation a given class has received and is specifically design to promote automated reporting on the status of classes in an ontology.  It is likely some classes will require more than one instance of this property to fully describe their status.   Is a type of skos_editorial_note.</core:definition>
      <rdfs:subClassOf rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#EnumerationClass"/>
   </owl:Class>
  <owl:AllDifferent>
      <owl:distinctMembers rdf:parseType="Collection">
         <CurationStatus rdf:about="#uncurated"/>
         <CurationStatus rdf:about="#curation_complete"/>
         <CurationStatus rdf:about="#raw_import"/>
         <CurationStatus rdf:about="#definition_incomplete"/>
         <CurationStatus rdf:about="#graph_position_temporary"/>
         <CurationStatus rdf:about="#pending_final_vetting"/>
      </owl:distinctMembers>
  </owl:AllDifferent>
  
  <owl:AnnotationProperty rdf:ID="hasCurationStatus">
      <obo_annot:annotationPropertyDomain>owl:Class</obo_annot:annotationPropertyDomain>
     <obo_annot:annotationPropertyRange>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#CurationStatus</obo_annot:annotationPropertyRange>
      <obo_annot:hasValidationMethod>sparql_verify_annotation_domain_and_range</obo_annot:hasValidationMethod>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#editorialNote</obo_annot:annotationType>
  </owl:AnnotationProperty>
  
  <!--  AbbrevSource Enumerated Class Instances used for Class Annotation -->
  
  <owl:Class rdf:about="#BirnlexAbbrevSource">
     <rdfs:subClassOf rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#EnumerationClass"/>
     <owl:equivalentClass>
         <owl:Class>
            <owl:oneOf rdf:parseType="Collection">
               <BirnlexAbbrevSource rdf:about="#NeuroNames_abbrevSource"/>
               <BirnlexAbbrevSource rdf:about="#Paxinos-Franklin-mouse-2001_abbrevSource"/>
               <BirnlexAbbrevSource rdf:about="#Paxinos-Watson-rat-1998_abbrevSource"/>
               <BirnlexAbbrevSource rdf:about="#Swanson-rat-1992_abbrevSource"/>
               <BirnlexAbbrevSource rdf:about="#Swanson-rat-1998_abbrevSource"/>
               <BirnlexAbbrevSource rdf:about="#Swanson-rat-2004_abbrevSource"/>
               <BirnlexAbbrevSource rdf:about="#Hof-et-al-mouse-2000_abbrevSource"/>
               <BirnlexAbbrevSource rdf:about="#SumsDB_abbrevSource"/>
            </owl:oneOf>
         </owl:Class>
      </owl:equivalentClass>
  </owl:Class>
  <owl:AllDifferent>
      <owl:distinctMembers rdf:parseType="Collection">
         <BirnlexAbbrevSource rdf:about="#NeuroNames_abbrevSource"/>
         <BirnlexAbbrevSource rdf:about="#Paxinos-Franklin-mouse-2001_abbrevSource"/>
         <BirnlexAbbrevSource rdf:about="#Paxinos-Watson-rat-1998_abbrevSource"/>
         <BirnlexAbbrevSource rdf:about="#Swanson-rat-1992_abbrevSource"/>
         <BirnlexAbbrevSource rdf:about="#Swanson-rat-1998_abbrevSource"/>
         <BirnlexAbbrevSource rdf:about="#Swanson-rat-2004_abbrevSource"/>
         <BirnlexAbbrevSource rdf:about="#Hof-et-al-mouse-2000_abbrevSource"/>
         <BirnlexAbbrevSource rdf:about="#SumsDB_abbrevSource"/>
      </owl:distinctMembers>
  </owl:AllDifferent>
   
   
  <!--  BirnlexExternalSource Enumerated Class Instances used for Class Annotation -->
  
  <owl:Class rdf:about="#BirnlexExternalSource">
     <rdfs:subClassOf rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#EnumerationClass"/>
     <core:definition xml:lang="en">It indicates the external knowledge resource from which this class's definition derived.</core:definition>
     <owl:equivalentClass>
         <owl:Class>
            <owl:oneOf rdf:parseType="Collection">
               <BirnlexExternalSource rdf:about="#BAMS">
                  <dc:source>http://brancusi.usc.edu/bkms/</dc:source>
                  <dc:publisher>Brain Architecture Center, University of Southern California, CA, USA</dc:publisher>
                  <dc:title>Brain Architecture Management System</dc:title>
               </BirnlexExternalSource>
               <BirnlexExternalSource rdf:about="#EMAP">
                  <dc:source>http://genex.hgu.mrc.ac.uk/</dc:source>
                  <dc:publisher>MRC Human Genetics Unit, Western General Hospital, Edinburgh, UK</dc:publisher>
                  <dc:title>Edinburgh Mouse Atlas Project</dc:title>
               </BirnlexExternalSource>
               <BirnlexExternalSource rdf:about="#BONFIRE">
                  <dc:publisher>The Biomedical Informatics Research Network (BIRN), NCRR, NIH</dc:publisher>
                  <dc:title>The BIRN BONFIRE terminology server</dc:title>
               </BirnlexExternalSource>
               <BirnlexExternalSource rdf:about="#BrainMap.org">
                  <dc:source>http://www.brainmap.org/</dc:source>
                  <dc:title>The BrainMap Project</dc:title>
                  <dc:publisher>Research Imaging Center, University of Texas Health Science Center, San Antonio, TX, USA</dc:publisher>
               </BirnlexExternalSource>
               <BirnlexExternalSource rdf:about="#Hof-et-al-mouse-2001"/>
               <BirnlexExternalSource rdf:about="#JAX-mouse-stock"/>
               <BirnlexExternalSource rdf:about="#MGI"/>
               <BirnlexExternalSource rdf:about="#IMSR"/>
               <BirnlexExternalSource rdf:about="#NeuroNames">
                  <dc:title>The NeuroNames Ontologies</dc:title>
                  <dc:source>http://braininfo.rprc.washington.edu/nnont.html</dc:source>
                  <dc:publisher>The BrainInfo Project, Washington National Primate Research Center, University of Washington, Seattle, WA, USA</dc:publisher>
               </BirnlexExternalSource>
               <BirnlexExternalSource rdf:about="#Paxinos-Franklin-mouse-2001"/>
               <BirnlexExternalSource rdf:about="#PsychInfo_Thesaurus"/>
               <BirnlexExternalSource rdf:about="#SAO"/>
               <BirnlexExternalSource rdf:about="#TacFarms"/>
               <BirnlexExternalSource rdf:about="#ATCC"/>
               <BirnlexExternalSource rdf:about="#SumsDB"/>
            </owl:oneOf>
         </owl:Class>
      </owl:equivalentClass>
   </owl:Class>
  <owl:AllDifferent>
      <owl:distinctMembers rdf:parseType="Collection">
         <BirnlexExternalSource rdf:about="#BAMS"/>
         <BirnlexExternalSource rdf:about="#EMAP"/>
         <BirnlexExternalSource rdf:about="#BONFIRE"/>
         <BirnlexExternalSource rdf:about="#BrainMap.org"/>
         <BirnlexExternalSource rdf:about="#Hof-et-al-mouse-2001"/>
         <BirnlexExternalSource rdf:about="#JAX-mouse-stock"/>
         <BirnlexExternalSource rdf:about="#MGI"/>
         <BirnlexExternalSource rdf:about="#IMSR"/>
         <BirnlexExternalSource rdf:about="#NeuroNames"/>
         <BirnlexExternalSource rdf:about="#Paxinos-Franklin-mouse-2001"/>
         <BirnlexExternalSource rdf:about="#PsychInfo_Thesaurus"/>
         <BirnlexExternalSource rdf:about="#SAO"/>
         <BirnlexExternalSource rdf:about="#TacFarms"/>
         <BirnlexExternalSource rdf:about="#ATCC"/>
         <BirnlexExternalSource rdf:about="#SumsDB"/>
      </owl:distinctMembers>
  </owl:AllDifferent>
  
  <!--  BirnlexDefinitionSource Enumerated Class Instances used for Class Annotation -->
  <owl:Class rdf:about="#BirnlexDefinitionSource">
     <rdfs:subClassOf rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#EnumerationClass"/>
     <core:definition xml:lang="en">It indicates the external knowledge resource from which this class's definition derived.</core:definition>
      <owl:equivalentClass>
         <owl:Class>
            <owl:oneOf rdf:parseType="Collection">
               <BirnlexDefinitionSource rdf:about="#BAMS_defSource"/>
               <BirnlexDefinitionSource rdf:about="#BrainMap.org_defSource"/>
               <BirnlexDefinitionSource rdf:about="#IMSR_Glossary_defSource"/>
               <BirnlexDefinitionSource rdf:about="#MGI_defSource"/>
               <BirnlexDefinitionSource rdf:about="#NeuroNames_defSource"/>
               <BirnlexDefinitionSource rdf:about="#The_Sylvius_Project_defSource"/>
               <BirnlexDefinitionSource rdf:about="#ATCC_defSource"/>
               <BirnlexDefinitionSource rdf:about="#ChEBI_defSource"/>
            </owl:oneOf>
         </owl:Class>
      </owl:equivalentClass>
   </owl:Class>
  <owl:AllDifferent>
      <owl:distinctMembers rdf:parseType="Collection">
         <BirnlexDefinitionSource rdf:about="#BAMS_defSource"/>
         <BirnlexDefinitionSource rdf:about="#BrainMap.org_defSource"/>
         <BirnlexDefinitionSource rdf:about="#IMSR_Glossary_defSource"/>
         <BirnlexDefinitionSource rdf:about="#MGI_defSource"/>
         <BirnlexDefinitionSource rdf:about="#NeuroNames_defSource"/>
         <BirnlexDefinitionSource rdf:about="#The_Sylvius_Project_defSource"/>
       	<BirnlexDefinitionSource rdf:about="#ATCC_defSource"/>
         <BirnlexDefinitionSource rdf:about="#ChEBI_defSource"/>
      </owl:distinctMembers>
  </owl:AllDifferent>

   <!--  BirnlexCurator Enumerated Class Instances used for Class Annotation -->
  <owl:Class rdf:about="#BirnlexCurator">
      <rdfs:subClassOf rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#EnumerationClass"/>
     <core:definition xml:lang="en">This property defines the BIRNLex ontology curators who've contributed to the definition of a class.  More than one instance of this property is valid.  In the case of multiple curators, the individual curator name may also be associated with the definition, if that person was primarily responsible for it.</core:definition>
      <owl:equivalentClass>
         <owl:Class>
            <owl:oneOf rdf:parseType="Collection">
               <BirnlexCurator rdf:about="#BIRN_OTF"/>
               <BirnlexCurator rdf:about="#Carol_Bean"/>
               <BirnlexCurator rdf:about="#Bill_Bug"/>
               <BirnlexCurator rdf:about="#Christine_Fennema-Notestine"/>
               <BirnlexCurator rdf:about="#Jeff_Grethe"/>
               <BirnlexCurator rdf:about="#Amarnath_Gupta"/>
               <BirnlexCurator rdf:about="#David_Kennedy"/>
               <BirnlexCurator rdf:about="#Maryann_Martone"/>
               <BirnlexCurator rdf:about="#Jessica_Turner"/>
               <BirnlexCurator rdf:about="#Jyl_Boline"/>
               <BirnlexCurator rdf:about="#Karen_Crawford"/>
               <BirnlexCurator rdf:about="#Angie_Laird"/>
               <BirnlexCurator rdf:about="#Allan_MacKenzie-Graham"/>
               <BirnlexCurator rdf:about="#Brett_Peterson"/>
               <BirnlexCurator rdf:about="#Rob_Williams"/>
               <BirnlexCurator rdf:about="#Michele_Diaz"/>
               <BirnlexCurator rdf:about="#Karl_Helmer"/>
            </owl:oneOf>
         </owl:Class>
      </owl:equivalentClass>
   </owl:Class>
  <owl:AllDifferent>
      <owl:distinctMembers rdf:parseType="Collection">
         <BirnlexCurator rdf:about="#BIRN_OTF"/>
         <BirnlexCurator rdf:about="#Carol_Bean"/>
         <BirnlexCurator rdf:about="#Bill_Bug"/>
         <BirnlexCurator rdf:about="#Christine_Fennema-Notestine"/>
         <BirnlexCurator rdf:about="#Jeff_Grethe"/>
         <BirnlexCurator rdf:about="#Amarnath_Gupta"/>
         <BirnlexCurator rdf:about="#David_Kennedy"/>
         <BirnlexCurator rdf:about="#Maryann_Martone"/>
         <BirnlexCurator rdf:about="#Jessica_Turner"/>
         <BirnlexCurator rdf:about="#Jyl_Boline"/>
         <BirnlexCurator rdf:about="#Karen_Crawford"/>
         <BirnlexCurator rdf:about="#Angie_Laird"/>
         <BirnlexCurator rdf:about="#Allan_MacKenzie-Graham"/>
         <BirnlexCurator rdf:about="#Brett_Peterson"/>
         <BirnlexCurator rdf:about="#Rob_Williams"/>
         <BirnlexCurator rdf:about="#Michele_Diaz"/>
         <BirnlexCurator rdf:about="#Karl_Helmer"/>
      </owl:distinctMembers>
  </owl:AllDifferent>

  <owl:AnnotationProperty rdf:ID="hasBirnlexCurator">
      <obo_annot:annotationPropertyDomain>owl:Class</obo_annot:annotationPropertyDomain>
     <obo_annot:annotationPropertyRange>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#BirnlexCurator</obo_annot:annotationPropertyRange>
      <obo_annot:hasValidationMethod>sparql_verify_annotation_domain_and_range</obo_annot:hasValidationMethod>
  </owl:AnnotationProperty>
  
  <!--  KnownApplicationUses Enumerated Class Instances used for Class Annotation -->
  
  <owl:Class rdf:about="#KnownApplicationUses">
      <rdfs:subClassOf rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#EnumerationClass"/>
     <core:definition xml:lang="en">A application where the class entity is known to currently be in use by annotators and users searching those annotations.  Multiple instances of this property can be used to identify more than one current application.</core:definition>
     <core:scopeNote xml:lang="en">This property is merely informative and not assumed to be an exhaustive list.  Rather, it is just an list of examples known to the BIRNLex curators at the time the term was last modified.</core:scopeNote>
      <owl:equivalentClass>
         <owl:Class>
            <owl:oneOf rdf:parseType="Collection">
               <KnownApplicationUses rdf:about="#ABA_app"/>
               <KnownApplicationUses rdf:about="#BAMS_app"/>
               <KnownApplicationUses rdf:about="#BrainInfo.org_app"/>
               <KnownApplicationUses rdf:about="#BrainMaps.org_app"/>
               <KnownApplicationUses rdf:about="#BrainMap.org_app"/>
               <KnownApplicationUses rdf:about="#CoCoMac_app"/>
               <KnownApplicationUses rdf:about="#Franklin-Paxinos-mouse-2001_app"/>
               <KnownApplicationUses rdf:about="#FreeSurfer_app"/>
               <KnownApplicationUses rdf:about="#GENSAT_app"/>
               <KnownApplicationUses rdf:about="#IATR_app"/>
               <KnownApplicationUses rdf:about="#MBAT_app"/>
               <KnownApplicationUses rdf:about="#SenseLab_app"/>
            </owl:oneOf>
         </owl:Class>
      </owl:equivalentClass>
   </owl:Class>
  <owl:AllDifferent>
      <owl:distinctMembers rdf:parseType="Collection">
         <KnownApplicationUses rdf:about="#ABA_app"/>
         <KnownApplicationUses rdf:about="#BAMS_app"/>
         <KnownApplicationUses rdf:about="#BrainInfo.org_app"/>
         <KnownApplicationUses rdf:about="#BrainMaps.org_app"/>
         <KnownApplicationUses rdf:about="#BrainMap.org_app"/>
         <KnownApplicationUses rdf:about="#CoCoMac_app"/>
         <KnownApplicationUses rdf:about="#Franklin-Paxinos-mouse-2001_app"/>
         <KnownApplicationUses rdf:about="#FreeSurfer_app"/>
         <KnownApplicationUses rdf:about="#GENSAT_app"/>
         <KnownApplicationUses rdf:about="#IATR_app"/>
         <KnownApplicationUses rdf:about="#MBAT_app"/>
         <KnownApplicationUses rdf:about="#SenseLab_app"/>
      </owl:distinctMembers>
  </owl:AllDifferent>

  <owl:AnnotationProperty rdf:ID="hasKnownApplicationUses">
      <obo_annot:annotationPropertyDomain>owl:Class</obo_annot:annotationPropertyDomain>
     <obo_annot:annotationPropertyRange>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#KnownApplicationUses</obo_annot:annotationPropertyRange>
      <obo_annot:hasValidationMethod>sparql_verify_annotation_domain_and_range</obo_annot:hasValidationMethod>
  </owl:AnnotationProperty>
  
  <!--  ReferenceURLTemplate Enumerated Class Instances used to construct a citing source URL reference for a Class from the unique source ID -->
  
  <owl:Class rdf:about="#ReferenceURLTemplate">
      <owl:equivalentClass>
         <owl:Class>
            <owl:oneOf rdf:parseType="Collection">
               <ReferenceURLTemplate rdf:about="#ncbiTaxURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for a taxonomic category in NCBI Taxonomy</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&amp;id=$$ID$$</httpQueryUrlTemplate>
                  <webServiceUrlTemplate>http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=taxonomy&amp;id=$$ID$$</webServiceUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#ncbiTaxID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#gbifURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for a taxonomic category in Global Biodiversity Information Facility taxonomic ,knowledgebase</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://data.gbif.org/species/$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#gbifID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#gbifTaxonKeyURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for a taxonomy key in Global Biodiversity Information Facility taxonomic ,knowledgebase</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://www.europe.gbif.net/portal/ecat_browser.jsp?taxonKey=$$ID$$&amp;countryKey=0&amp;resourceKey=0</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#gbifTaxonKeyID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#itisURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for a taxonomic category in the North American Integrated Taxonomic Information System (ITIS) taxonomic ,knowledgebase</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&amp;search_value=$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#itisID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#jaxMiceURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for a mouse strain tracked in the Jackson Laboratory Mouse database</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://jaxmice.jax.org/strain/$$ID$$.html</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#jaxMiceID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#tacMiceURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for a mouse strain tracked in the Taconic Farms Mouse database</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://www.taconic.com/wmspage.cfm?parm1=$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#tacMiceID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#emapMouseStageDataURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for the data associated with a Theiler mouse prenatal development stage as given by the EMAP Project,</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://genex.hgu.mrc.ac.uk/Databases/Anatomy/XML/$$ID$$.xml</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#emapMouseStageDataID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#emapMouseStageDiagramURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for the diagram associated with a Theiler mouse prenatal development stage as given by the EMAP Project.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://genex.hgu.mrc.ac.uk/Databases/Anatomy/Diagrams/$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#emapMouseStageDiagramID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#neuronamesURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for the main page in the BrainInfo.org portal for a NeuroNames neuroanatomical structure.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://braininfo.rprc.washington.edu/Scripts/hiercentraldirectory.aspx?ID=$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#neuronamesID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#bamsURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for the main page in the Brain Architecture Management portal for a BAMS-defined neuroanatomical structure.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://brancusi.usc.edu/bkms/brain/show-braing2.php?aidi=$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#bamsID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#atccURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for a resource page at the American Type Culture Collection catalog.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://www.atcc.org/common/catalog/numSearch/numResults.cfm?atccNum=$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/BIRNLex_annotation_properties.owl#atccID</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#meshURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for an NLM MeSH Browser page for a given MeSH heading.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://www.nlm.nih.gov/cgi/mesh/2008/MB_cgi?field=uid&amp;term=$$ID$$</httpQueryUrlTemplate>
                  <webServiceUrlTemplate>http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=mesh&amp;id=$$ID$$</webServiceUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#MeshUid</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#goURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for an AmiGO Browser page for a given Gene Ontology term.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://amigo.geneontology.org/cgi-bin/amigo/go.cgi?view=details&amp;query=$$ID$$</httpQueryUrlTemplate>
                  <webServiceUrlTemplate>http://amigo.geneontology.org/cgi-bin/amigo/go.cgi?format=xml&amp;query=$$ID$$</webServiceUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#GOid</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#chebiURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for an Ontology Lookup Service Browser page for a given ChEBI term.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://www.ebi.ac.uk/ontology-lookup/?termId=CHEBI%3A$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#ChEBIid</urlTemplateLinkedID>
               </ReferenceURLTemplate>
               <ReferenceURLTemplate rdf:about="#pubchemCicURLTemplate">
                  <obo_annot:usageNote xml:lang="en">The URL reference template for an PubChem Browser page for a given PubChem CID term.</obo_annot:usageNote>
                  <httpQueryUrlTemplate>http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=$$ID$$</httpQueryUrlTemplate>
                  <urlTemplateLinkedID>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#ChEBIid</urlTemplateLinkedID>
               </ReferenceURLTemplate>
            </owl:oneOf>
         </owl:Class>
      </owl:equivalentClass>
     
     
     <obo_annot:usageNote xml:lang="en">The URL reference template is given exactly as posted in the form of a HTTP query, with the unique ID represented with the symbol '$$ID$$'</obo_annot:usageNote>
     <obo_annot:usageNote xml:lang="en">Note that each instance of ReferenceURLTemplate will be named using the template name of the matching ID AnnotationProperty.  For example, the ReferenceURLTemplate ncbiTaxURLTemplate is linked to the ncbiTaxID AnnotationProperty, whose value can be combined algorithmically with this URL template to construct a working URL to the specific class reference.  This is a far from perfect solution to some of the limitations of imposed on the use of AnnotationProperties - in particular, the inability to explicitly link one annotation property to another (e.g., explicitly relating ncbiTaxID ncbiTaxURLTemplate as applied to a specific owl:Class).  However, this mechanism should suffice for now.  It will not only support more complete automatic processing of this critical information, but can also be algorithmically translated to whatever better mechanims may become available in future versions of OWL.</obo_annot:usageNote>
      <rdfs:subClassOf rdf:resource="http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#EnumerationClass"/>
   </owl:Class>
  <owl:AllDifferent>
      <owl:distinctMembers rdf:parseType="Collection">
         <ReferenceURLTemplate rdf:about="#ncbiTaxURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#gbifURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#gbifTaxonKeyURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#itisURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#jaxMiceURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#emapMouseStageDataURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#emapMouseStageDiagramURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#neuronamesURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#bamsURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#atccURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#meshURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#goURLTemplate"/>
         <ReferenceURLTemplate rdf:about="#chebiURLTemplate"/>
      </owl:distinctMembers>
  </owl:AllDifferent>
  
  <owl:AnnotationProperty rdf:ID="hasReferenceURLTemplate">
      <obo_annot:annotationPropertyDomain>owl:Class</obo_annot:annotationPropertyDomain>
      <obo_annot:annotationPropertyRange>ReferenceURLTemplate</obo_annot:annotationPropertyRange>
      <obo_annot:hasValidationMethod>sparql_verify_annotation_domain_and_range</obo_annot:hasValidationMethod>
     <obo_annot:usageNote xml:lang="en">A Class can be assigned more than one ReferenceURLTemplate assigned via distince hasReferenceURLTemplate properties</obo_annot:usageNote>
      <obo_annot:annotationType>http://purl.org/dc/elements/1.1/relation</obo_annot:annotationType>
  </owl:AnnotationProperty>
  
  <!--  regular DatatypeProperty AnnotationProperties used for Class Annotation -->
  
   <owl:AnnotationProperty rdf:ID="PubChemCID">
      <core:definition xml:lang="en">The ID from the NIH/NLM/NCBI PubChem chemical taxonomy corresponding to this class.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="ChEBIid">
      <core:definition xml:lang="en">The ID from the Chemical Entities of Biological Interest (ChEBI) chemical taxonomy corresponding to this class.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="neuronamesID">
      <core:definition xml:lang="en">The ID from the NeuroNames neuroanatomical thesaurus corresponding to this class.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="neuroNamesAncillaryTerm">
      <core:definition xml:lang="en">"(NeuroNames) defines the brain in terms of about 550 primary structures to which all other structures, names, and synonyms are related.  (It) provides standard English and Latin names for more than 850 unique structures including the primary structures, superstructures and related superficial features and shows hierarchical relations of each structure to its superstructures and substructures.  NeuroNames also defines more than 1500 other neuroanatomical entities in terms of structures in the Hierarchy. The structure you name may not be part of the Brain Hierarchy. For example, it may represent a different way of subdividing the brain or it may exist only at the embryonic stage of brain development. Such items are referred to as 'ancillary structures' (http://braininfo.rprc.washington.edu/indexabout.html).</core:definition>
      <core:definition xml:lang="en"> This class was derived from a NeuroNames ancillary term, indicated the NeuroNames developers were unable to fit it into the core NN hierarchy.</core:definition>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="animalModel">
      <core:definition xml:lang="en">An organism providing a model system which mimics certain aspects of a particular human clinical syndrome or disease.</core:definition>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="bamsID">
     <core:definition xml:lang="en">The "aidi" ID from the Brain Architecture Management System (BAMS) corresponding to this class.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
  </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="birnlexPendingDifferentiaNote">
      <core:example xml:lang="en">"Basal nucleus of Meynert" is used for labeling the Basal nucleus in humans.  In a human specific neuroanatomical ontology layer, basal nucleus will receive the prefered lable "Basal nucleus of Meynert".</core:example>
      <core:definition xml:lang="en">This is a note describing a pending class sub-genera.</core:definition>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#scopeNote</obo_annot:annotationType>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#pendingActionNote</obo_annot:annotationType>
  </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="putativeClassExtension">
      <core:definition xml:lang="en">This is a note describing possible class sub-genera.</core:definition>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#scopeNote</obo_annot:annotationType>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#pendingActionNote</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="birnlexDefinition">
      <core:definition xml:lang="en">This is a type of OBO_definition that includes additional requirements specified by the BIRN OTF (additional requirements pending as of 2006-10-02).</core:definition>
     <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#oboDefinition</obo_annot:annotationType>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="bonfireID">
      <core:definition xml:lang="en">This ID is derived from the BIRN BONFIRE vocubulary management system</core:definition>
     <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
  </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="isReplacedByClass">
      <core:definition xml:lang="en">This annotation property is used to link the new classes that now are used to represent the entities formerly represented by an obsoleted class.  The value of this property will simply be the ontology ID for the replacement class(es).</core:definition>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#historyNote</obo_annot:annotationType>
      <obo_annot:annotationType>http://purl.org/dc/elements/1.1/identifier</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="imsrStandardStrainName">
      <core:definition xml:lang="en">This annotation property contains the approved strain name for an inbred mouse or rat as given by the International Mouse Strain Repository (IMSR).</core:definition>
      <obo_annot:annotationType>http://purl.org/dc/elements/1.1/identifier</obo_annot:annotationType>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#altLabel</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="hasFormerParentClass">
     <core:definition xml:lang="en">This annotation property is used to link back to the original parent class for an obsoleted term.  The value of this property will simply be the ontology ID for the parent class.  An obsoleted asserted class should have one and only one former parent class.</core:definition>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#historyNote</obo_annot:annotationType>
      <obo_annot:annotationType>http://purl.org/dc/elements/1.1/identifier</obo_annot:annotationType>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="hasFormerChildClass">
     <core:definition xml:lang="en">This annotation property is used to link back to an original child class for an obsoleted term.  The value of this property will simply be the ontology ID for the child class.  An obsoleted class can have greater than one former children..</core:definition>
     <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#historyNote</obo_annot:annotationType>
     <obo_annot:annotationType>http://purl.org/dc/elements/1.1/identifier</obo_annot:annotationType>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="birnlexComment">
      <core:editorialNote xml:lang="en">Is there a use for a BIRN-specific comment independent of rdfs:comment?</core:editorialNote>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#editorialNote</obo_annot:annotationType>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="birnlexRetiredDefinition">
      <core:definition xml:lang="en">A former definition for a class.  It is kept for the purposes of interpreting annotations made when this definition was in effect and to monitor the evolution of class definitions.  Given this requirement, a "retiredDate" is added to the definition on the date of retirement.</core:definition>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#definition</obo_annot:annotationType>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="ncbiTaxGenbankCommonName">
     <core:definition xml:lang="en">The "genbank common name" was introduced to provide a mechanism by which, when there is more than one common name associated with a particular node in the taxonomy, one of them could be designated to be the common name that should be used by default in the GenBank flat- files and other applications that are trying to find a common name to use for display (or other) purposes. This is not intended to confer any special status or blessing on this particular common name over any of the other common names that might be associated with the same node, and we have developed mechanisms to override this choice for a common name on a case-by-case basis if another name is more appropriate or desirable for a particular sequence entry. Each node may have at most one "genbank common name" (NCBI doc on NCBI Taxonomy, 2003).</core:definition>
      <obo_annot:usageNote xml:lang="en">The common taxonomic name assigned by NCBI Taxonomy and applied to GENBANK sequence records.</obo_annot:usageNote>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#altLabel</obo_annot:annotationType>
  </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="ncbiTaxBlastName">
      <core:definition xml:lang="en">The "BLAST names" are a specially designated set of common names selected from the Taxonomy database. These were chosen to provide a pool of familiar names for large groups of organisms (such as "insects", "mammals", "fungi", and others) so that any particular species (which may not have an informative common name of its own) could inherit a meaningful collective common name from the Taxonomy database. This was originally developed for BLAST, because a list of BLAST results will typically include entries from many species identified by Latin binomials, which may not be familiar to all users. BLAST names may be nested; for example, "eukaryotes", "animals", "chordates", "mammals", and "primates" are all flagged as "blast names". 
         Blast names are now used in several other applications, for example the Tax BLAST displays, the Summary view in Entrez Taxonomy, and in the Summary display of the Common Tree
         format (NCBI doc on NCBI Taxonomy, 2003).</core:definition>
      <obo_annot:usageNote xml:lang="en">The taxonomic name used in BLAST homology analysis given in NCBI Taxonomy</obo_annot:usageNote>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#altLabel</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="ncbiInPartName">
      <core:definition xml:lang="en">The "in-part" nametype is included for retrieval terms that have a broader range of application than the taxon or taxa at which they appear. For example, we list reptiles and Reptilia as in-part nametypes at our nodes Testudines (the turtles), Lepidosauria (the lizards and snakes), and Crocodylidae (the crocodilians).
         (NCBI doc on NCBI Taxonomy, 2003).</core:definition>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#scopeNote</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="ncbiIncludesName">
      <core:definition xml:lang="en">The "includes" nametype is the opposite of the in-part nametype and is included for retrieval terms that have a narrower scope of application than the taxon at which they appear. For example, we could list "reptiles" as an "includes" nametype for the Amniota (or at any higher node in the lineage) (NCBI doc on NCBI Taxonomy, 2003).</core:definition>
      <obo_annot:annotationType>http://www.w3.org/2004/02/skos/core#scopeNote</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="itisID">
      <core:definition xml:lang="en">The unique ID for this taxonomic category in the North American Integrated Taxonomic Information System (ITIS) taxonomic ,knowledgebase</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="gbifID">
      <core:definition xml:lang="en">The unique ID for this taxonomic category in Global Biodiversity Information Facility taxonomic ,knowledgebase</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="gbifTaxonKeyID">
      <core:definition xml:lang="en">The unique ID for this taxonomy key in Global Biodiversity Information Facility taxonomic ,knowledgebase</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="ncbiTaxID">
      <core:definition xml:lang="en">The unique ID for this taxonomic category in the NCBI Taxonomy database</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="ncbiTaxScientificName">
      <core:definition xml:lang="en">The preferred label for this taxonomic category in the NCBI Taxonomy database</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#synonym</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="jaxMiceID">
      <core:definition xml:lang="en">The unique ID for a mouse strain distributed by and tracked in the Jackson Laboratory Mouse database.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="tacMiceID">
      <core:definition xml:lang="en">The unique ID for a mouse strain distributed by and tracked in the Taconic Farms Mouse database.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="atccID">
      <core:definition xml:lang="en">The unique ID for a biological material - typically a cell line - from the American Type Culture Collection database.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="emapMouseStageDataID">
      <core:definition xml:lang="en">The unique ID for a Theiler mouse prenatal development stage as given by the EMAP Project.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="emapMouseStageDiagramID">
      <core:definition xml:lang="en">The unique ID type linked to a partiular URL Template.  An instance of this ID type can be combined algorithmically with a URL template ('$$ID$$') placeholder literal is replaced by an ID value to create a URL that links to the curated info associated with that ID.</core:definition>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="urlTemplateLinkedID">
      <core:definition xml:lang="en">This is a template for constructing an HTTP-based dynamic query using an associated source ID.</core:definition>
      <obo_annot:usageNote xml:lang="en">This URL constructed this way will typically return a well-formed HTML page for viewing in a web browser, so long as the curating authority doesn't changed their HTTP Query template.</obo_annot:usageNote>
      <obo_annot:annotationType>http://purl.org/nbirn/birnlex/ontology/annotation/OBO_annotation_properties.owl#externalSourceId</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="httpQueryUrlTemplate">
      <core:definition xml:lang="en">This is a template for constructing an HTTP-based dynamic query using an associated source ID.</core:definition>
      <obo_annot:usageNote xml:lang="en">This URL will typically return a well-formed HTML page for viewing in a web browser, so long as the curating authority doesn't changed their HTTP Query template.</obo_annot:usageNote>
      <obo_annot:annotationType>http://purl.org/dc/elements/1.1/relation</obo_annot:annotationType>
   </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:ID="webServiceUrlTemplate">
     <core:definition xml:lang="en">This is the HTTP or WSDL URL with which a query can be constructed to return a data fragment describing the associated source ID.</core:definition>
     <obo_annot:usageNote xml:lang="en">This is merely information and is designed to be associated with an ExternalSource, when a service is available to access related resource information using an External ID tracked in the ontology.</obo_annot:usageNote>
     <obo_annot:annotationType>http://purl.org/dc/elements/1.1/relation</obo_annot:annotationType>
  </owl:AnnotationProperty>
</rdf:RDF>
        <!-- Created with Protege (with OWL Plugin 3.3, Build 399)  http://protege.stanford.edu -->
        <!--Modified using birnlex-owl-cleanse-v1.00.xsl (2007-08-04T01:55:55.435-04:00)-->
    