<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY cc "http://creativecommons.org/ns#" >
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY oboe-core "http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#" >
    <!ENTITY oboe-biology "http://ecoinformatics.org/oboe/oboe.1.0/oboe-biology.owl#" >
]>


<rdf:RDF xmlns="http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#"
     xml:base="http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1#"
     xmlns:oboe-biology="http://ecoinformatics.org/oboe/oboe.1.0/oboe-biology.owl#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
     xmlns:oboe-core="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:cc="http://creativecommons.org/ns#">
    <owl:Ontology rdf:about="http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl">
        <rdfs:label>OBOE Taxa</rdfs:label>
        <rdfs:comment>This ontology contains taxonomic terms that are common across OBOE extensions.  It is not comprehensive, but rather the beginnings of a general taxonomic ontology.</rdfs:comment>
        <rdfs:comment>Copyright (c) 2006-2011 The Regents of the University of California.  All rights reserved. This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.</rdfs:comment>
        <owl:versionInfo>Version 1.0</owl:versionInfo>
        <owl:imports rdf:resource="http://ecoinformatics.org/oboe/oboe.1.0/oboe-biology.owl"/>
        <owl:imports rdf:resource="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl"/>
    </owl:Ontology>
    


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

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


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

    


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

    


    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#Fish -->

    <owl:Class rdf:about="http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#Fish">
        <rdfs:subClassOf rdf:resource="&oboe-biology;Organism"/>
        <dc:description xml:lang="en">Aquatic vertebrates that have gills throughout life and limbs, if any, in the shape of fins. This includes vertebrates of the Actinopterygii class (bony fishes), the Chondrichthyes class (sharks, rays), Acanthodii (spiny sharks) and certain taxa in the Sacopterygii class limited to the lobe-finned fishes, including the Osteolepiformes superorder, Onychodontida order, Dipnoi subclass, and the Coelacanthiformes order.</dc:description>
        <rdfs:comment xml:lang="en">The definition of &#39;Fish&#39; comes from &#39;Fishes of the World, 4th Edition&#39; by Joseph S. Nelson, ISBN 0471250317.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#Taxon -->

    <owl:Class rdf:about="http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#Taxon">
        <rdfs:label xml:lang="en">Taxon</rdfs:label>
        <owl:equivalentClass rdf:resource="http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#TaxonConcept"/>
        <rdfs:subClassOf rdf:resource="&oboe-core;Entity"/>
        <dc:description xml:lang="en">A taxon is a unit of biodiversity (Hyam and Kennedy,2006) e.g. species, genus, family, etc</dc:description>
        <rdfs:seeAlso rdf:resource="http://code.google.com/p/darwin-sw/wiki/ClassTaxon"/>
    </owl:Class>
    


    <!-- http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#TaxonConcept -->

    <owl:Class rdf:about="http://ecoinformatics.org/oboe/oboe.1.0/oboe-taxa.owl#TaxonConcept">
        <rdfs:label xml:lang="en">Taxon Concept</rdfs:label>
        <rdfs:subClassOf rdf:resource="&oboe-core;Entity"/>
        <rdfs:seeAlso rdf:resource="http://code.google.com/p/darwin-sw/wiki/ClassTaxon"/>
        <oboe-core:similarConceptAsClass rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
    </owl:Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->