@prefix : <http://rdf.geospecies.org/ont/geospecies#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix gs_void: <http://rdf.geospecies.org/ont/void#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix property: <http://dbpedia.org/property/> .
@prefix ontology: <http://www.geonames.org/ontology#> .
@prefix voaf: <http://labs.mondeca.com/vocab/voaf#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
@prefix observationMethod: <http://rdf.geospecies.org/methods/observationMethod#> .
@prefix txn: <http://lod.taxonconcept.org/ontology/txn.owl#> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix seo: <http://www.taxonconcept.org/ont/se_v01/seo.owl#> .
@prefix lov: <http://labs.mondeca.com/dataset/lov/lov#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://rdf.geospecies.org/ont/geospecies.owl> a owl:Ontology ;
	dc:date "2012-10-02" ;
	dc:title "GeoSpecies Ontology" ;
	dc:creator "Peter J. DeVries" ;
	rdfs:comment "This is an early version of the new ontology. Use it as a vocabulary, since is still under development. The demonstration SPARQL queries will work without the ontology loaded into your triple store." ;
	rdfs:seeAlso <http://lod.geospecies.org/ontology/doc/index.html> , <http://lod.geospecies.org/ontology/void.rdf> , <http://labs.mondeca.com/dataset/lov/lov.rdf> , <http://lod.taxonconcept.org/ontology/txn.owl> ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

dc:creator a owl:AnnotationProperty .

rdfs:seeAlso a owl:AnnotationProperty .

owl:versionInfo a owl:AnnotationProperty .

rdfs:isDefinedBy a owl:AnnotationProperty .

dc:identifier a owl:AnnotationProperty .

dc:date a owl:AnnotationProperty .

doap:homepage a owl:AnnotationProperty .

rdfs:label a owl:AnnotationProperty .

dc:description a owl:AnnotationProperty .

rdfs:comment a owl:AnnotationProperty .

dc:title a owl:AnnotationProperty .

property:hasPhotoCollection a owl:ObjectProperty ;
	rdfs:label "hasPhotoCollection" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :PhotoCollection ;
	rdfs:domain owl:Thing .

terms:references a owl:ObjectProperty .

:habitatHasSpeciesAssociation a owl:ObjectProperty ;
	rdfs:label "hasSpeciesAssociation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Habitat_Classification .

:hasBBCHabitatAssociation a owl:ObjectProperty ;
	rdfs:label "hasBBCHabitatPreference" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :BBC_Habitat_Classification ;
	rdfs:domain :SpeciesConcept ;
	rdfs:subPropertyOf :speciesHasHabitatAssociation .

:hasBBC_Ecozone a owl:ObjectProperty ;
	rdfs:label "hasBBC_Ecozone" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :BBC_Ecozone ;
	rdfs:domain :Location .

:hasBBC_Habitat a owl:ObjectProperty ;
	rdfs:label "hasBBC_Habitat" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :BBC_Habitat_Classification ;
	rdfs:domain :Location .

:hasBio2RDFtaxon a owl:ObjectProperty ;
	rdfs:label "hasBio2RDFtaxon" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasBioLibPage a owl:ObjectProperty ;
	rdfs:label "hasBioLibPage" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :BioLibPage ;
	rdfs:domain :TaxonConcept .

:hasBugGuidePage a owl:ObjectProperty ;
	rdfs:label "hasBugGuidePage" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :BugGuidePage ;
	rdfs:domain :TaxonConcept .

:hasCoL_LSID a owl:ObjectProperty ;
	rdfs:label "hasCoL_LSID" ;
	dc:description "Catalog of Life LSID" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :CoL_LSID ;
	rdfs:domain :TaxonConcept .

:hasCollector a owl:ObjectProperty ;
	rdfs:label "hasCollector" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Observation ;
	rdfs:range foaf:Person .

:hasContinent a owl:ObjectProperty ;
	rdfs:label "hasContinent" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Continent ;
	rdfs:domain :Location , :Observation .

:hasCountry a owl:ObjectProperty ;
	rdfs:label "hasCountry" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Country ;
	rdfs:domain :Location , :Observation .

:hasCounty a owl:ObjectProperty ;
	rdfs:label "hasCounty" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :County ;
	rdfs:domain :Location , :Observation .

:hasDBpediaResource a owl:ObjectProperty ;
	rdfs:label "hasDBpediaResource" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :DBpediaResource ;
	rdfs:domain :TaxonConcept .

:hasEOLPage a owl:ObjectProperty ;
	rdfs:label "hasEOLPage" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :EoLPage .

:hasExpectationOf a owl:ObjectProperty ;
	rdfs:label "hasExpectationOf" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasFamilyInfoContributor a owl:ObjectProperty ;
	rdfs:label "hasFamilyInfoContributor" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :FamilyConcept ;
	rdfs:range foaf:Person .

:hasFreebaseResource a owl:ObjectProperty ;
	rdfs:label "FreebaseResource" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasGBIFPage a owl:ObjectProperty ;
	rdfs:label "hasGBIFPage" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :GBIFPage .

:hasGeoSpeciesConcept a owl:ObjectProperty ;
	rdfs:label "hasGeoSpeciesConcept" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :TaxonConcept ;
	rdfs:subPropertyOf :hasTaxonConcept .

:hasGeodeticDatum a owl:ObjectProperty ;
	rdfs:label "hasGeodeticDatum" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :GeodeticDatum ;
	rdfs:domain :Location , :Observation .

:hasHumanCollector a owl:ObjectProperty ;
	rdfs:label "hasHumanCollector" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Observation ;
	rdfs:range foaf:Person .

:hasHumanIdentifier a owl:ObjectProperty ;
	rdfs:label "hasHumanIdentifier" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range foaf:Person .

:hasITISPage a owl:ObjectProperty ;
	rdfs:label "hasITISPage" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :ITISPage .

:hasLocality a owl:ObjectProperty ;
	rdfs:label "hasLocality" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Locality .

:hasLocation a owl:ObjectProperty ;
	rdfs:label "hasLocation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Location .

:hasLowExpectationOf a owl:ObjectProperty ;
	rdfs:label "hasLowExpectationOf" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :SpeciesConcept ;
	rdfs:domain ontology:Feature .

:hasLowUSDA_ExpectationOf a owl:ObjectProperty ;
	rdfs:label "hasLowUSDA_ExpectationOf" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :SpeciesConcept ;
	rdfs:subPropertyOf :hasLowExpectationOf ;
	rdfs:domain ontology:Feature .

:hasNoUSDA_ExpectationOf a owl:ObjectProperty ;
	rdfs:label "hasNoUSDA_ExpectationOf" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :SpeciesConcept ;
	rdfs:subPropertyOf :hasLowExpectationOf ;
	rdfs:domain ontology:Feature .

:hasNomenclaturalCode a owl:ObjectProperty ;
	rdfs:label "hasNomenclaturalCode" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :NomenclaturalCode ;
	rdfs:domain owl:Thing .

:hasObservation a owl:ObjectProperty ;
	rdfs:label "hasObservation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Observation ;
	rdfs:domain owl:Thing .

:hasObservationMethod a owl:ObjectProperty ;
	rdfs:label "hasObservationMethod" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :ObservationMethod ;
	rdfs:domain owl:Thing .

:hasObservationOf a owl:ObjectProperty ;
	rdfs:label "hasObservationOf" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain ontology:Feature .

:hasOccurrenceStatus a owl:ObjectProperty ;
	rdfs:label "hasOccurrenceStatus" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :OccurrenceStatus ;
	rdfs:domain owl:Thing .

:hasOmernik_3_Ecozone a owl:ObjectProperty ;
	rdfs:label "hasOmernik_3_Ecozone" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Location ;
	rdfs:range :Omernik_Level_III_Ecoregion_Classification .

:hasOmernik_4_Ecozone a owl:ObjectProperty ;
	rdfs:label "hasOmernik_4_Ecozone" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Location ;
	rdfs:range :Omernik_Level_IV_Ecoregion_Classification .

:hasProject a owl:ObjectProperty ;
	rdfs:label "hasProject" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Project ;
	rdfs:domain owl:Thing .

:hasSex a owl:ObjectProperty ;
	rdfs:label "hasSex" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Sex .

:hasSpecies a owl:ObjectProperty ;
	rdfs:label "hasSpecies" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :SpeciesConcept .

:hasStateProvince a owl:ObjectProperty ;
	rdfs:label "hasStateProv" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Location ;
	rdfs:range :State .

:hasTDWG_Concept a owl:ObjectProperty ;
	rdfs:label "hasTDWG_Concept" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:subPropertyOf :hasTaxonConcept .

:hasTaxonConcept a owl:ObjectProperty ;
	rdfs:label "hasTaxonConcept" ;
	rdfs:subPropertyOf terms:references ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasTaxonomicStatus a owl:ObjectProperty ;
	rdfs:label "hasTaxonomicStatus" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :TaxonomicStatus ;
	rdfs:domain owl:Thing .

:hasTypeStatus a owl:ObjectProperty ;
	rdfs:label "hasTypeStatus" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :TypeStatus ;
	rdfs:domain owl:Thing .

:hasUSDA_ExpectationOf a owl:ObjectProperty ;
	rdfs:label "hasUSDA_ExpectationOf" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:subPropertyOf :hasExpectationOf .

:hasUUID a owl:ObjectProperty ;
	rdfs:label "hasUUID" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :UUID .

:hasUbio_LSID a owl:ObjectProperty ;
	rdfs:label "hasUbio_LSID" ;
	dc:description "uBio NameBankID" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept ;
	rdfs:range :Ubio_LSID .

:hasUnknownExpectationOf a owl:ObjectProperty ;
	rdfs:label "hasUnknownExpectationOf" ;
	dc:description "It is unknown if the taxon is expected in feature or not." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :SpeciesConcept ;
	rdfs:domain ontology:Feature .

:hasWI_Herbarium_Habitat a owl:ObjectProperty ;
	rdfs:label "hasWI_Herbarium_Habitat" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Location ;
	rdfs:range :Wisconsin_Herbarium_Habitat_Classification .

:hasWikipediaArticle a owl:ObjectProperty ;
	rdfs:label "hasWikipediaArticle" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept ;
	rdfs:range :WikipediaArticle ;
	rdfs:domain ontology:Feature , foaf:Person .

:hasWikispeciesArticle a owl:ObjectProperty ;
	rdfs:label "hasWikispeciesArticle" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept ;
	rdfs:range :WikispeciesArticle .

:hasWisconsinHerbariumHabitatAssociation a owl:ObjectProperty ;
	rdfs:label "hasWisconsinHerbariumHabitatAssociation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:range :Wisconsin_Herbarium_Habitat_Classification ;
	rdfs:subPropertyOf :speciesHasHabitatAssociation .

:hasWisconsinHerbariumHabitatPreference a owl:ObjectProperty ;
	rdfs:label "hasWisconsinHerbariumHabitatPreference" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:range :Wisconsin_Herbarium_Habitat_Classification .

:hasWisconsinHerbariumSpeciesAssociation a owl:ObjectProperty ;
	rdfs:label "hasWisconsinHerbariumSpeciesAssociation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :SpeciesConcept ;
	rdfs:domain :Wisconsin_Herbarium_Habitat_Classification ;
	rdfs:subPropertyOf :habitatHasSpeciesAssociation .

:has_USDA_Growth_Habit a owl:ObjectProperty ;
	rdfs:label "has_USDA_Growth_Habit" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:range :USDA_Growth_Habit .

:has_USDA_Native_Status a owl:ObjectProperty ;
	rdfs:label "has_USDA_Native_Status" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:range :USDA_Native_Status .

:inClass a owl:ObjectProperty ;
	rdfs:label "inClass" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :ClassConcept ;
	rdfs:domain :FamilyConcept , :OrderConcept , :SpeciesConcept .

:inFamily a owl:ObjectProperty ;
	rdfs:label "inFamily" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :FamilyConcept ;
	rdfs:domain :SpeciesConcept .

:inKingdom a owl:ObjectProperty ;
	rdfs:label "inKingdom" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :ClassConcept , :FamilyConcept ;
	rdfs:range :KingdomConcept ;
	rdfs:domain :OrderConcept , :PhylumConcept , :SpeciesConcept .

:inOrder a owl:ObjectProperty ;
	rdfs:label "inOrder" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :FamilyConcept ;
	rdfs:range :OrderConcept ;
	rdfs:domain :SpeciesConcept .

:inPhylum a owl:ObjectProperty ;
	rdfs:label "inPhylum" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :ClassConcept , :FamilyConcept , :OrderConcept ;
	rdfs:range :PhylumConcept ;
	rdfs:domain :SpeciesConcept .

:isBugGuidePageOf a owl:ObjectProperty ;
	rdfs:label "isBugGuidePageOf" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :BugGuidePage .

:isExpectedIn a owl:ObjectProperty ;
	rdfs:label "isExpectedIn" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:isNotUSDA_ExpectedIn a owl:ObjectProperty ;
	rdfs:label "isNotUSDA_ExpectedIn" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:subPropertyOf :isUnexpectedIn ;
	rdfs:range ontology:Feature .

:isUSDA_ExpectedIn a owl:ObjectProperty ;
	rdfs:label "isUSDA_ExpectedIn" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:subPropertyOf :isExpectedIn .

:isUSDA_UnexpectedIn a owl:ObjectProperty ;
	rdfs:label "isUSDA_UnexpectedIn" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:subPropertyOf :isUnexpectedIn .

:isUnexpectedIn a owl:ObjectProperty ;
	rdfs:label "isUnexpectedIn" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:range ontology:Feature .

:isUnknownAboutIn a owl:ObjectProperty ;
	rdfs:label "isUnknownIn" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:range ontology:Feature .

:speciesHasHabitatAssociation a owl:ObjectProperty ;
	rdfs:label "hasHabitatAssociation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:range :Habitat_Classification ;
	rdfs:domain :SpeciesConcept .

:wasObservedIn a owl:ObjectProperty ;
	rdfs:label "wasObservedIn" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept ;
	rdfs:range ontology:Feature .

doap:homepage a owl:ObjectProperty ;
	rdfs:label "homepage" .

:hasBBC_EcozoneName a owl:DatatypeProperty ;
	rdfs:label "hasBBC_EcozoneName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Location .

:hasBasionymName a owl:DatatypeProperty ;
	rdfs:label "hasBasionymName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasBioLib a owl:DatatypeProperty ;
	rdfs:label "hasBioLib" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasCanonicalName a owl:DatatypeProperty ;
	rdfs:label "hasCanonicalName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasClassName a owl:DatatypeProperty ;
	rdfs:label "hasClassName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasCollectionCode a owl:DatatypeProperty ;
	rdfs:label "hasCollectionCode" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :Observation .

:hasCommonName a owl:DatatypeProperty ;
	rdfs:label "hasCommonName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	owl:equivalentProperty :hasVernacularName .

:hasContinentName a owl:DatatypeProperty ;
	rdfs:label "hasContinentName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasCountryCode a owl:DatatypeProperty ;
	rdfs:label "hasCountryCode" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasCountryName a owl:DatatypeProperty ;
	rdfs:label "hasCountryName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasCountyName a owl:DatatypeProperty ;
	rdfs:label "hasCountyName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasEndDate a owl:DatatypeProperty ;
	rdfs:label "hasEndDate" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasEndDayOfYear a owl:DatatypeProperty ;
	rdfs:label "hasEndDayOfYear" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasFamilyName a owl:DatatypeProperty ;
	rdfs:label "hasFamilyName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasGBIF a owl:DatatypeProperty ;
	rdfs:label "hasGBIF" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasGNI a owl:DatatypeProperty ;
	rdfs:label "hasGNI" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasGenusName a owl:DatatypeProperty ;
	rdfs:label "hasGenusName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasHumanCollectorName a owl:DatatypeProperty ;
	rdfs:label "hasHumanCollector" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:subPropertyOf foaf:name .

:hasHumanIdentifierName a owl:DatatypeProperty ;
	rdfs:label "hasHumanIdentifierName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:subPropertyOf foaf:name .

:hasITIS a owl:DatatypeProperty ;
	rdfs:label "hasITIS" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasInfraspecificEpithet a owl:DatatypeProperty ;
	rdfs:label "hasInfraspecificEpithet" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasKingdomName a owl:DatatypeProperty ;
	rdfs:label "hasKingdomName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasLocalityName a owl:DatatypeProperty ;
	rdfs:label "hasLocalityName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasLocalityText a owl:DatatypeProperty ;
	rdfs:label "hasLocalityText" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasLocationName a owl:DatatypeProperty ;
	rdfs:label "hasLocationName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasLocationText a owl:DatatypeProperty ;
	rdfs:label "hasLocationName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasNCBITaxonID a owl:DatatypeProperty ;
	rdfs:label "hasNCBITaxonID" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasNomenclaturalCodeString a owl:DatatypeProperty ;
	rdfs:label "hasNomenclaturalCodeString" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasOrderName a owl:DatatypeProperty ;
	rdfs:label "hasOrderName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasPhylumName a owl:DatatypeProperty ;
	rdfs:label "hasPhylumName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasScientificName a owl:DatatypeProperty ;
	rdfs:label "hasScientificName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasScientificNameAuthorship a owl:DatatypeProperty ;
	rdfs:label "hasScientificNameAuthorship" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasScientificNameRank a owl:DatatypeProperty ;
	rdfs:label "hasScientificNameRank" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasSpecificEpithet a owl:DatatypeProperty ;
	rdfs:label "hasSpecificEpithet" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasStartDate a owl:DatatypeProperty ;
	rdfs:label "hasStartDate" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasStartDayOfYear a owl:DatatypeProperty ;
	rdfs:label "hasStartDayOfYear" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasStateProvName a owl:DatatypeProperty ;
	rdfs:label "hasStateProvName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasStateProvinceName a owl:DatatypeProperty ;
	rdfs:label "hasStateProvinceName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:hasSubfamilyName a owl:DatatypeProperty ;
	rdfs:label "hasSubfamilyName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasSubgenusName a owl:DatatypeProperty ;
	rdfs:label "hasSubgenusName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :SpeciesConcept .

:hasTreeBaseID a owl:DatatypeProperty ;
	rdfs:label "hasTreeBaseID" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

:hasVernacularName a owl:DatatypeProperty ;
	rdfs:label "hasVernacularName" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> ;
	rdfs:domain :TaxonConcept .

skos:prefLabel a owl:DatatypeProperty .

foaf:name a owl:DatatypeProperty .

txn:Location a owl:Class ;
	rdfs:label "L2" .

txn:Occurrence a owl:Class ;
	rdfs:label "Oc" ;
	owl:equivalentClass :Observation .

txn:Sex a owl:Class ;
	rdfs:label "S" ;
	owl:equivalentClass :Sex .

txn:SpeciesIndividual a owl:Class ;
	rdfs:label "SpeciesIndividual" ;
	owl:equivalentClass :IndividualOrganism .

txn:TaxonConcept a owl:Class ;
	rdfs:label "Txn" ;
	owl:equivalentClass :TaxonConcept ;
	rdfs:subClassOf owl:Thing .

event:Event a owl:Class .

terms:Location a owl:Class .

bibo:Webpage a owl:Class ;
	rdfs:label "Webpage" ;
	rdfs:subClassOf foaf:Document .

bibo:Website a owl:Class ;
	rdfs:label "http://purl.org/ontology/bibo/Website" ;
	rdfs:subClassOf foaf:Document .

observationMethod:ArthropodCollectionMethods a owl:Class ;
	rdfs:subClassOf :ObservationMethod ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

observationMethod:Human_Observation a owl:Class ;
	rdfs:subClassOf :ObservationMethod ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

observationMethod:Photographed a owl:Class ;
	rdfs:subClassOf :ObservationMethod ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBCPage a owl:Class ;
	rdfs:label "BBCPage" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone a owl:Class ;
	rdfs:label "BBC_Ecozone" ;
	rdfs:subClassOf :Ecozone ;
	dc:description "From BBC Nature Project: \"Ecozones are a method of dividing up the Earth's surface. Each ecozone is a large area that contains a number of habitats, which are linked by the evolutionary history of the animals and plants within them. For instance one ecozone is Australasia, because its marsupials evolved in isolation to mammals in the rest of the world.\"" ;
	rdfs:isDefinedBy "http://www.bbc.co.uk/nature/ecozones"^^xsd:anyURI , <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat a owl:Class ;
	rdfs:label "BBC_Freshwater_Habitats" ;
	rdfs:subClassOf :BBC_Habitat_Classification ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Habitat_Classification a owl:Class ;
	rdfs:label "BBC_Habitat_Classification" ;
	rdfs:subClassOf :Habitat_Classification ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat a owl:Class ;
	rdfs:label "BBC_Marine_Habitats" ;
	rdfs:subClassOf :BBC_Habitat_Classification ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat a owl:Class ;
	rdfs:label "BBC_Terrestrial_Habitats" ;
	rdfs:subClassOf :BBC_Habitat_Classification ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord a owl:Class ;
	rdfs:label "BasisOfRecord" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Bio2RDFtaxon a owl:Class ;
	rdfs:label "Bio2RDFtaxon" ;
	rdfs:subClassOf foaf:Document ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BioLibPage a owl:Class ;
	rdfs:label "BBCPage" , "BioLibPage" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BugGuidePage a owl:Class ;
	rdfs:label "BugGuidePage" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:ClassConcept a owl:Class ;
	rdfs:label "ClassConcept" ;
	rdfs:subClassOf :TaxonConcept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:CoL_LSID a owl:Class ;
	rdfs:label "CoL_LSID" ;
	rdfs:subClassOf :LSID ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Continent a owl:Class ;
	rdfs:label "Continent" ;
	rdfs:subClassOf ontology:Feature ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Country a owl:Class ;
	rdfs:label "Country" ;
	rdfs:subClassOf ontology:Feature ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:County a owl:Class ;
	rdfs:label "County" ;
	rdfs:subClassOf ontology:Feature ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:DBpediaResource a owl:Class ;
	rdfs:label "DBpediaResource" ;
	rdfs:subClassOf foaf:Document ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:DarwinPoint a owl:Class ;
	rdfs:label "DarwinPoint" ;
	rdfs:subClassOf owl:Thing ;
	rdfs:comment "A Darwin Point is an occurrence location that meets the DarwinCore specifications for longitude, latitude, datum, extent, etc as described in \"Guide to Best Practices for Georeferencing\""^^rdf:XMLLiteral ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Ecozone a owl:Class ;
	rdfs:label "Ecozone" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:EoLPage a owl:Class ;
	rdfs:label "EoLPage" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:FamilyConcept a owl:Class ;
	rdfs:label "FamilyConcept" ;
	rdfs:subClassOf :TaxonConcept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:FreebaseGUID a owl:Class ;
	rdfs:label "FreebaseGUID" ;
	rdfs:subClassOf foaf:Document ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GBIFPage a owl:Class ;
	rdfs:label "GBIFPage" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GeoSpeciesPage a owl:Class ;
	rdfs:label "GeoSpeciesPage" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GeoSpeciesScheme a owl:Class ;
	rdfs:label "GeoSpeciesScheme" ;
	rdfs:subClassOf skos:ConceptScheme ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GeodeticDatum a owl:Class ;
	rdfs:label "GeodeticDatum" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Habitat_Classification a owl:Class ;
	rdfs:label "Habitat" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:ITISPage a owl:Class ;
	rdfs:label "ITISPage" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:IUCN_Habitat_Classification a owl:Class ;
	rdfs:label "HabitatIUCN" ;
	rdfs:subClassOf :Habitat_Classification ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:IndividualOrganism a owl:Class ;
	rdfs:label "IndividualOrganism" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:KingdomConcept a owl:Class ;
	rdfs:label "KingdomConcept" ;
	rdfs:subClassOf :TaxonConcept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:LSID a owl:Class ;
	rdfs:label "LSID" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:LifeForm a owl:Class ;
	rdfs:label "LifeForm" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:LifeStage a owl:Class ;
	rdfs:label "LifeStage" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Locality a owl:Class ;
	rdfs:label "Locality" ;
	rdfs:subClassOf ontology:Feature ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Location a owl:Class ;
	rdfs:label "Location" ;
	rdfs:subClassOf terms:Location ;
	rdfs:comment "A location, would be a subclass of geonames feature, but it will not always have a geonames feature id" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Nativeness a owl:Class ;
	rdfs:label "Nativeness" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode a owl:Class ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Observation a owl:Class ;
	rdfs:label "Observation" ;
	rdfs:subClassOf event:Event ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:ObservationMethod a owl:Class ;
	rdfs:label "ObservationMethod" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OccurrenceStatus a owl:Class ;
	rdfs:label "OccurrenceStatus" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_Ecoregion_Classification a owl:Class ;
	rdfs:label "Omernik Ecoregion Classification" ;
	rdfs:subClassOf :Ecozone ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_Level_III_Ecoregion_Classification a owl:Class ;
	rdfs:label "Omernik_Level_Three_Classification" ;
	rdfs:subClassOf :Omernik_Ecoregion_Classification ;
	dc:description """The ecoregions shown here have been derived from Omernik (1987) and from refinements of Omernik's framework that have been made for other projects. These ongoing or recently completed projects, conducted in collaboration with the U.S. EPA regional offices, state resource management agencies, and with other federal agencies, involve refining ecoregions, defining subregions, and locating sets of reference sites. Designed to serve as a spatial framework for environmental resource management, ecoregions denote areas within which ecosystems (and the type, quality, and quantity of environmental resources) are generally similar. The most immediate needs are to develop regional biological criteria and water quality standards and to set management goals for nonpoint source pollution. 

The approach used to compile this map is based on the premise that ecological regions can be identified through the analysis of the patterns and the composition of biotic and abiotic phenomena that affect or reflect differences in ecosystem quality and integrity (Wiken 1986; Omernik 1987, 1995). These phenomena include geology, physiography, vegetation, climate, soils, land use, wildlife, and hydrology. The relative importance of each characteristic varies from one ecological region to another regardless of the hierarchical level. Because of possible confusion with other meanings of terms for different levels of ecological regions, a Roman numeral classification scheme has been adopted for this effort. Level I is the coarsest level, dividing North America into 15 ecological regions, whereas at Level II the continent is subdivided into 52 classes (CEC 1997). Level III is the hierarchical level shown on this map. For portions of the United States the ecoregions have been further subdivided to Level IV. The applications of the ecoregions are explained in Gallant et al. (1989) and in reports and publications from the state and regional projects. 

For additional information, contact James M. Omernik, U.S. EPA National Health and Environmental Effects Laboratory (NHEERL), 200 SW 35th Street, Corvallis, OR 97333 (phone: 541-754-4458 and email: omernik.james@epa.gov).""" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_Level_IV_Ecoregion_Classification a owl:Class ;
	rdfs:label "Omernik_Level_Four_Classification" ;
	rdfs:subClassOf :Omernik_Ecoregion_Classification ;
	dc:description "Ecoregions denote areas of general similarity in ecosystems and in the type, quality, and quantity of environmental resources. The level IV state projects depict revisions and subdivisions of ecoregions, that were compiled at a relatively small scale (Omernik 1987). Compilation of the level IV maps, performed at the larger 1:250,000 scale, has been a part of collaborative projects between United States Environmental Protection Agency, National Health and Environmental Effects Laboratory (NHEERL)--Corvallis, OR, the U.S. Forest Service, Natural Resources Conservation Service, and a variety of other state and federal resource agencies. The ecoregions and subregions are designed to serve as a spatial framework for environmental resource management. The most immediate needs by the states are for developing regional biological criteria and water resource standards, and for setting management goals for nonpoint-source pollution. Explanation of the methods used to delineate the ecoregions are given in Omernik (1995), Griffith et al. (1994), and Gallant et al. (1989). This series of maps has been produced as part of a regional interagency collaborative project aimed at obtaining consensus between the EPA, the NRCS, and the USFS regarding alignments of ecological regions." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OpenCycConcept a owl:Class ;
	rdfs:label "OpenCycConcept" ;
	rdfs:subClassOf foaf:Document ;
	dc:description "A OpenCyc resource" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OrderConcept a owl:Class ;
	rdfs:label "OrderConcept" ;
	rdfs:subClassOf :TaxonConcept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:PhotoCollection a owl:Class ;
	rdfs:label "PhotoCollection" ;
	rdfs:subClassOf foaf:Document ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:PhylumConcept a owl:Class ;
	rdfs:label "PhylumConcept" ;
	rdfs:subClassOf :TaxonConcept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Project a owl:Class ;
	rdfs:label "Project" ;
	owl:equivalentClass foaf:Project ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Sex a owl:Class ;
	rdfs:label "Sex" ;
	rdfs:subClassOf owl:Thing ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:SpeciesConcept a owl:Class ;
	rdfs:label "SpeciesConcept" ;
	rdfs:subClassOf :TaxonConcept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:State a owl:Class ;
	rdfs:label "State" ;
	rdfs:subClassOf ontology:Feature ;
	rdfs:comment "State or Province" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonConcept a owl:Class ;
	rdfs:label "TaxonConcept" ;
	rdfs:subClassOf owl:Thing ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank a owl:Class ;
	rdfs:label "TaxonRank" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus a owl:Class ;
	rdfs:label "taxonomicStatus" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:ThreatStatusIUCN a owl:Class ;
	rdfs:label "ThreatStatusIUCN" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus a owl:Class ;
	rdfs:label "TypeStatus" ;
	rdfs:subClassOf skos:Concept ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit a owl:Class ;
	rdfs:label "USDA_Growth_Habit" ;
	rdfs:subClassOf :USDA_Plant_Characteristics ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Jurisdiction_Code a owl:Class ;
	rdfs:label "Native Jurisdiction Code" ;
	rdfs:subClassOf :USDA_Plant_Characteristics ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status a owl:Class ;
	rdfs:label "USDA_Native_Status" ;
	rdfs:subClassOf :USDA_Plant_Characteristics ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Plant_Characteristics a owl:Class ;
	rdfs:label "USDA_Plants_Characteristics" ;
	rdfs:subClassOf skos:Concept ;
	dc:description """From USDA Plants Project: \"We have Characteristics for about 2000 conservation plant species and 500 additional cultivars. (A cultivar is a variety, strain, or race that has originated and persisted under cultivation or was specifically developed for cultivation; cultivar is the cultivated plant equivalent of botanical variety.) Mostly we have species (not cultivar) data since conservation plants are primarily native plants without named cultivars. We also have this species data for most of the plants that have cultivar data, and the data ranges for a species generally encompass the ranges for its cultivar(s). In a few cases we have cultivar data only.

These data have been gathered from the scientific literature, gray literature, agency documents, and the knowledge of plant specialists. Characteristics data values are best viewed as approximations since they are primarily based on field observations and estimates from the literature, not precise measurements or experiments. Characteristics for the many conservation plant species native to the U.S. were typically provided by experts familiar with the species in its natural setting. Most values given apply to plants nationwide. Many values are relative to other species since absolute figures are not available\"""" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:UUID a owl:Class ;
	rdfs:label "UUID" ;
	rdfs:subClassOf owl:Thing ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Ubio_LSID a owl:Class ;
	rdfs:label "Ubio_LSID" ;
	rdfs:subClassOf :LSID ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:UniprotTaxon a owl:Class ;
	rdfs:label "UniprotTaxon" ;
	rdfs:subClassOf foaf:Document ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:WikipediaArticle a owl:Class ;
	rdfs:label "WikipediaArticle" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:WikispeciesArticle a owl:Class ;
	rdfs:label "WikispeciesArticle" ;
	rdfs:subClassOf bibo:Webpage ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Habitat_Classification a owl:Class ;
	rdfs:label "Wisconsin Herbarium Habitat Classification" ;
	rdfs:subClassOf :Habitat_Classification ;
	dc:description """C.E. Umbanhowar, Jr.'s revised \"Vegetation of Wisconsin Habitats\" as originally defined by J.T. Curtis (Wisconsin Plant Ecology Laboratory Data (PEL))

The descriptions under each major habitat type were written by Eric J. Epstein, Emmet J. Judziewicz, and Elizabeth Spencer of the Natural Heritage Inventory (NHI), Bureau of Endangered Resources, Wisconsin Department of Natural Resources for the forthcoming Habitat Database of Endangered, Theatened, and Special Concern Vascular Plants, and must be considered tentative.  They were condensed and summarized for the Curtis-Umbanhowar classification by Judziewicz.  Not all NHI type as currently recognized are included in the preliminary classification below."""^^xsd:anyURI ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Natural_Heritage_Inventory_Habitat_Classification a owl:Class ;
	rdfs:label "Wisconsin_Natural_Heritage_Inventory Habitat_Classification" ;
	rdfs:subClassOf :Habitat_Classification ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

ontology:Feature a owl:Class ;
	rdfs:label "Feature" ;
	rdfs:subClassOf owl:Thing ;
	rdfs:comment "An entity that has a geonames feature id"^^rdf:XMLLiteral .

owl:Thing a owl:Class .

skos:Concept a owl:Class .

skos:ConceptScheme a owl:Class .

foaf:Document a owl:Class .

foaf:Person a owl:Class .

foaf:Project a owl:Class ;
	rdfs:label "Project2" .

<http://lod.geospecies.org/> a owl:Thing , owl:NamedIndividual ;
	rdfs:label "http://lod.geospecies.org/" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Afrotropics a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Afrotropics" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Antarctica a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Antarctica" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Australasia a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Australasia" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Indo-Malay a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Indo-Malay" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Nearctic a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Nearctic" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Neotropical a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Neotropical" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Oceania a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Oceania" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Ecozone_Palaearctic a owl:Thing , :BBC_Ecozone , owl:NamedIndividual ;
	rdfs:label "Palaearctic" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat_Brackish_water a owl:Thing , :BBC_Freshwater_Habitat , owl:NamedIndividual ;
	rdfs:label "Brackish water" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat_Lakes_and_ponds a owl:Thing , :BBC_Freshwater_Habitat , owl:NamedIndividual ;
	rdfs:label "Lakes and ponds" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat_Marsh a owl:Thing , :BBC_Freshwater_Habitat , owl:NamedIndividual ;
	rdfs:label "Marsh" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat_Rivers_and_streams a owl:Thing , :BBC_Freshwater_Habitat , owl:NamedIndividual ;
	rdfs:label "Rivers and streams" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat_Swamp a owl:Thing , :BBC_Freshwater_Habitat , owl:NamedIndividual ;
	rdfs:label "Swamp" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat_Temporary_pools a owl:Thing , :BBC_Freshwater_Habitat , owl:NamedIndividual ;
	rdfs:label "Temporary pools" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Freshwater_Habitat_Wetlands a owl:Thing , :BBC_Freshwater_Habitat , owl:NamedIndividual ;
	rdfs:label "Wetlands" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat_Deep_ocean a owl:Thing , :BBC_Marine_Habitat , owl:NamedIndividual ;
	rdfs:label "Deep ocean" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat_Estuaries a owl:Thing , :BBC_Marine_Habitat , owl:NamedIndividual ;
	rdfs:label "Estuaries" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat_Hydrothermal_vents a owl:Thing , :BBC_Marine_Habitat , owl:NamedIndividual ;
	rdfs:label "Hydrothermal vents" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat_Open_ocean a owl:Thing , :BBC_Marine_Habitat , owl:NamedIndividual ;
	rdfs:label "Open ocean" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat_Reefs a owl:Thing , :BBC_Marine_Habitat , owl:NamedIndividual ;
	rdfs:label "Reefs" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat_Sea_bed a owl:Thing , :BBC_Marine_Habitat , owl:NamedIndividual ;
	rdfs:label "Sea bed" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Marine_Habitat_Shallow_seas a owl:Thing , :BBC_Marine_Habitat , owl:NamedIndividual ;
	rdfs:label "Shallow seas" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Broadleaf_forest a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Broadleaf forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Coastal a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Coastal" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Coniferous_forest a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Coniferous forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Desert a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Desert" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Flooded_grassland a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Flooded grassland" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Mangroves a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Mangroves" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Mediterranean_forest a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Mediterranean forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Mountain_grassland a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Mountain grassland" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Polar a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Polar" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Rainforest a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Rainforest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Taiga a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Taiga" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Temperate_grassland a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Temperate grassland" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Tropical_coniferous_forest a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Tropical coniferous forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Tropical_dry_forest a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Tropical dry forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BBC_Terrestrial_Habitat_Tropical_grassland a owl:Thing , :BBC_Terrestrial_Habitat , owl:NamedIndividual ;
	rdfs:label "Tropical grassland" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_FossilSpecimen a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_FossilSpecimen" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_HumanObservation a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_HumanObservation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_LivingSpecimen a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_LivingSpecimen" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_MachineObservation a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_MachineObservation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_MovingImage a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_MovingImage" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_NomenclaturalChecklist a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_NomenclaturalChecklist" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_PreservedSpecimen a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "basisOfRecord_PreservedSpecimen" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_Sound a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_Sound" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:BasisOfRecord_StillImage a owl:Thing , :BasisOfRecord , owl:NamedIndividual ;
	rdfs:label "BasisOfRecord_StillImage" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GeoSpecies_Knowledge_Base_Project a owl:Thing , :Project , owl:NamedIndividual ;
	rdfs:label "GeoSpecies_Knowledge_Base_Project" ;
	rdfs:seeAlso "http://people.geospecies.org/projects/GeoSpecies_Knowledge_Base/index.rdf"^^xsd:anyURI ;
	doap:homepage <http://lod.geospecies.org/> ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GeodeticDatum_NAD27 a owl:Thing , :GeodeticDatum , owl:NamedIndividual ;
	rdfs:label "GeodeticDatum_NAD27" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GeodeticDatum_NAD83 a owl:Thing , :GeodeticDatum , owl:NamedIndividual ;
	rdfs:label "GeodeticDatum_NAD83" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:GeodeticDatum_WGS84 a owl:Thing , :GeodeticDatum , owl:NamedIndividual ;
	rdfs:label "GeodeticDatum_WGS84" ;
	rdfs:comment "The Geodetic Datum WGS84" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Above_Ground_Sticky_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Above_Ground_Sticky_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Aerial_Collection_Net a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Aerial_Collection_Net" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Barrier_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Barrier_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Berlese_Sample a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Berlese_Sample" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_CO2_Suction_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_CO2_Suction_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Cantharidin_Baited_Jar_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Cantharidin_Baited_Jar_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Chicken_Mash_Baited_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Chicken_Mash_Baited_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Flight_Intercept_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Flight_Intercept_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Ground_Based_Sticky_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Ground_Based_Sticky_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Hand_Collected a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Hand_Collected" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Hand_Collected_and_Released a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Hand_Collected_and_Released" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Human_Bite_Collection a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Human_Bite_Collection" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Human_Observation a owl:Thing , observationMethod:Human_Observation , owl:NamedIndividual ;
	rdfs:label "Method_Human_Observation" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Light_and_CO2_Suction_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Light_and_CO2_Suction_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Malaise_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Malaise_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Photographed a owl:Thing , observationMethod:Photographed , owl:NamedIndividual ;
	rdfs:label "Method_Photographed" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Pitfall_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Pitfall_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Sweep_Net a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Sweep_Net" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_UV_Light_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_UV_Light_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Vacuum_Collector a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Vacuum_Collector" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Method_Visible_Light_Trap a owl:Thing , observationMethod:ArthropodCollectionMethods , owl:NamedIndividual ;
	rdfs:label "Method_Visible_Light_Trap" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode_BioCode a owl:Thing , :NomenclaturalCode , owl:NamedIndividual ;
	skos:prefLabel "BioCode" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode_ICBN a owl:Thing , :NomenclaturalCode , owl:NamedIndividual ;
	rdfs:label "International Code of Botanical Nomenclature" ;
	skos:prefLabel "NomenclaturalCode_ICBN" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode_ICNB a owl:Thing , :NomenclaturalCode , owl:NamedIndividual ;
	owl:versionInfo "International Code of Nomenclature of Bacteria" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode_ICNCP a owl:Thing , :NomenclaturalCode , owl:NamedIndividual ;
	rdfs:label "International Code of Cultivated Plants" ;
	skos:prefLabel "NomenclaturalCode_ICNCP" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode_ICTV a owl:Thing , :NomenclaturalCode , owl:NamedIndividual ;
	rdfs:label "International Committee on Taxonomy of Viruses" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode_ICVCN a owl:Thing , :NomenclaturalCode , owl:NamedIndividual ;
	rdfs:label "NomenclaturalCode_ICVCN" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:NomenclaturalCode_ICZN a owl:Thing , :NomenclaturalCode , owl:NamedIndividual ;
	rdfs:label "International Code of Zoological Nomenclature" ;
	skos:prefLabel "NomenclaturalCode_ICZN" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OccurrenceStatus_absent a owl:Thing , :OccurrenceStatus , owl:NamedIndividual ;
	rdfs:label "OccurrenceStatus_absent" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OccurrenceStatus_common a owl:Thing , :OccurrenceStatus , owl:NamedIndividual ;
	rdfs:label "OccurrenceStatus_common" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OccurrenceStatus_doubtful a owl:Thing , :OccurrenceStatus , owl:NamedIndividual ;
	rdfs:label "OccurrenceStatus_doubtful" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OccurrenceStatus_irregular a owl:Thing , :OccurrenceStatus , owl:NamedIndividual ;
	rdfs:label "OccurrenceStatus_irregular" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OccurrenceStatus_present a owl:Thing , :OccurrenceStatus , owl:NamedIndividual ;
	rdfs:label "OccurrenceStatus_present" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:OccurrenceStatus_rare a owl:Thing , :OccurrenceStatus , owl:NamedIndividual ;
	rdfs:label "OccurrenceStatus_rare" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_3_47_Western_Corn_Belt_Plains a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_III_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_3_Western Corn Belt Plains" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_3_50_Northern_Lakes_and_Forests a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_III_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Northern Lakes and Forests" ;
	dc:identifier "50" ;
	dc:description """The Northern Lakes and Forests (50) is an ecoregion of relatively nutrient poor glacial soils, coniferous and northern hardwoods forests, undulating till plains, morainal hills, broad lacustrine basins, and areas of extensive sandy outwash plains. Soils are formed primarily from sandy and loamy glacial drift material and generally lack the arability of those in adjacent ecoregions to the south. Ecoregion 50 also has lower annual temperatures and a frost-free period that is
considerably shorter than other ecoregions in Wisconsin. These conditions generally hinder agriculture; therefore, woodland and forest are the predominant land use/land cover. The numerous lakes that dot the landscape are clearer, at a lower trophic state (mostly oligotrophic to mesotrophic with few eutrophic lakes), and less productive than those in ecoregions to the south. Streams of ecoregion 50 are mostly perennial, originating in lakes and wetlands; however, stream density is relatively low compared to ecoregions to the south. The Northern Lakes and Forests region is the only ecoregion in Wisconsin where acid sensitive lakes are found. Portions of the southern boundary of ecoregion 50 roughly correspond to the southernmost extent of lakes with alkalinity values less than 400 meq/l (Omernik and Griffith 1986).""" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_3_51_North_Central_Hardwood_Forests a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_III_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_3_North_Central_Hardwood_Forests" ;
	dc:identifier "51" ;
	dc:description "The North Central Hardwoods Forests (51) ecoregion is transitional between the predominantly forested Northern Lakes and Forests (50) and the agricultural ecoregions to the south. Nearly level to rolling till plains, lacustrine basins, outwash plains, and rolling to hilly moraines comprise the physiography of this region. The land use/land cover in this ecoregion consists of a mosaic of forests, wetlands and lakes, cropland agriculture, pasture, and dairy operations. The growing season is generally longer and warmer than that of ecoregion 50 to the north, and the soils are more arable and fertile, contributing to the greater agricultural component of the land use. Lake densities are generally lower here than in the Northern Lakes and Forests, and lake trophic states tend to be higher, with higher percentages in eutrophic and hypereutrophic classes. Stream density is highly variable, with some areas having virtually no streams--in wetland and kettle terrain--to others with high densities of perennial streams." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_3_52_Driftless_Area a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_III_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_3_Driftless_Area" ;
	dc:identifier "53" ;
	dc:description "The hilly uplands of the Driftless Area (52) ecoregion easily distinguish it from surrounding ecoregions. Much of the area consists of a deeply dissected loess-capped plateau. Also called the Paleozoic Plateau because there is evidence of glacial drift in this region, the glacial deposits have done little to affect the landscape compared to the subduing influences in adjacent ecoregions. Livestock and dairy farming are major land uses and have had a major impact on stream quality. In contrast to the adjacent glaciated ecoregions, the Driftless Area has few lakes, most of which are reservoirs with generally high trophic states, and a stream density and flow that is generally greater than regions to the east." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_3_53_Southeastern_Wisconsin_Till_Plains a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_III_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_3_Southeastern_Wisconsin_Till_Plains" ;
	dc:identifier "53" ;
	dc:description "The Southeastern Wisconsin Till Plains (53) ecoregion supports a mosaic of vegetation types and represents a transition between the hardwood forests and oak savannas of the ecoregions to the west and the tall-grass prairies of the Central Corn Belt Plains (54) to the south. Similar to the Corn Belt Plains (54) ecoregion, land use in the Southeastern Wisconsin Till Plains (53) is mostly cropland, but the crops historically have been largely forage and feed grains to support dairy operations, rather than corn and soybeans for cash crops. The ecoregion has a higher plant hardiness value than ecoregions to the north and west, a different mosaic of soils than western ecoregions, and flatter topography. There are fewer lakes here than in ecoregions to the north, but considerably more than in the western Driftless Area (52) and the southern Central Corn Belt Plains (47). The region also has a relatively high diversity of aquatic species." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_3_54_Central_Corn_Belt_Plains a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_3_Central Corn Belt Plains" ;
	dc:identifier "54" ;
	dc:description "Prairie communities were native to the glaciated Central Corn Belt Plains, and they were a stark contrast to the hardwood forests that grew on the drift plains of ecoregions to the east. Beginning in the nineteenth century, the natural vegetation was gradually replaced by agriculture. Farms are now extensive on the dark, fertile soils of the Central Corn Belt Plains 54, producing corn and soybeans, cattle, sheep, poultry, and especially hogs. However, livestock operations are not as dominant as in the drier Western Corn Belt Plains to the west. Agriculture has affected stream chemistry, turbidity, and habitat. The extent of the Central Corn Belt Plains (54) ecoregion in Wisconsin is contained in a small area in the southeastern portion of the state. Land use of the ecoregion continues to change, from exclusively agriculture to a pattern with an increasing amount of urban and industrial land." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_47g_Prairie_Pothole_Region_ a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Prairie Pothole Region" ;
	dc:identifier "47g" ;
	dc:description "The Prairie Pothole Region (47g) is characterized by smooth to undulating topography, productive prairie soils, and loess- and till-capped dolomite bedrock. The potential natural vegetation (PNV) is predominantly tall grass prairie with a gradual transition eastward to more mixed hardwoods, distinguishing 47g from the greater concentration of mixed hardwoods of both 51a to the north and 51b to the east, and the mixed prairie and oak savanna of 52b to the south." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_50a_Lake_Superior_Clay_Plain a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Lake Superior Clay Plain" ;
	dc:identifier "50a" ;
	dc:description "The Lake Superior Clay Plain (50a) is a flat to undulating lake plain and outwash lowland. The soils of 50a are generally calcareous red clays with organic deposits in swampy areas. A dearth of lakes, along with a somewhat milder climate and longer growing season due to the climate amelioration by Lake Superior, differentiates 50a from surrounding ecoregions. Land use in 50a is predominantly woodland with some limited agriculture of hay, small grains, and apples on Bayfield Peninsula, distinguishing 50a from most other level IV ecoregions in Northern Lakes and Forests (50) where the land use/land cover is predominantly forest and woodland. Ecoregion 50a has a PNV of boreal forest (although somewhat different than boreal forests to the north), unlike the pine barrens and pine forests of 50c, the mosaic of pine and birch in 50b, and the northern mesic forest of 50e." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

<http://rdf.geospecies.org/ont/geospecies#Omernik_4_51a_St._Croix_Pitted_Stagnation_Moraines> a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_51a_St. Croix Pitted Stagnation Moraines" ;
	dc:identifier "51a" ;
	dc:description "The St. Croix Pitted Stagnation Moraines (51a) is a region of ground and stagnation moraines with broad irregular areas of hummocky topography. Soils are silty and loamy, with sandy loamy till commonly underlain by a substratum of acid sand and gravel glacial outwash. There are more lakes in 51a than in ecoregions to the east and south, and lake trophic states, although generally higher than in the region to the north, are lower than in the bordering ecoregion to the southeast. Land use in this region is a mix of agriculture and woodland, in contrast to the mostly woodland and forest land cover of ecoregions to the north and the greater amounts of agriculture in ecoregions to the southeast. The PNV of 51a includes aspen/birch/pine forests, oak-maple forests, and sugar-maple/birch/pine forests, representing a transition from the pines of 50b to the tall grass prairie and oak forests of 47g." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_51b_Central_Wisconsin_Undulating_Till_Plain a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Central_Wisconsin_Undulating_Till_Plain" ;
	dc:identifier "51b" ;
	dc:description "The Central Wisconsin Undulating Till Plain (51b) ecoregion has a greater percentage of agricultural land use than adjacent ecoregion 51a. The land cover mosaic of woodland and agriculture includes large areas of cropland that produce silage corn, oats, barley, and some apples. Ecoregion 51b has fewer lakes, with higher trophic states, than adjacent level IV ecoregions in ecoregion 51. The undulating to rolling irregular plains of sandy loam till and outwash sands also distinguish this ecoregion from the stagnation moraines of ecoregion 51a to the west and the lacustrine sand plains of ecoregion 51c to the south. This ecoregion has areas in the far east that are underlain with igneous metamorphic rock outcrops, and areas in the west and southwest that are underlain by sandstone and shale. Outcrops of sandstone comprise roughly 70% of the total area of the ecoregion. The region supports a transitional PNV mosaic of oak, hemlock/sugar maple/yellow birch, and white pine/red pine forests in the north, and more sugar maple/basswood/ oak forests to the south." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_51c_Glacial_Lake_Wisconsin_Sand_Plain a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Glacial_Lake_Wisconsin_Sand_Plain" ;
	dc:identifier "51c" ;
	dc:description "Compared to adjacent ecoregions, the Glacial Lake Wisconsin Sand Plain (51c) is an area of low relief. The droughty outwash, lacustrine and slope wash sands, sand buttes, and stream bottom and wetland soils support a PNV of jack pine/scrub-oak forests and barrens, along with sedge meadows and conifer swamps, which characterize this flat sandy lake plain. This PNV is in contrast to the predominantly white and black oak vegetation of ecoregion 51d. The region is also distinguished by its more extensive wetlands and a lack of natural lakes. Most of the existing lakes have been constructed for use in cranberry production. Land use in this region consists of woodland and agriculture, with crops including cranberries, strawberries, and potatoes." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_51d_Central_Sand_Ridges a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Central_Sand_Ridges" ;
	dc:identifier "51d" ;
	dc:description "The Central Sand Ridges (51d) ecoregion has the highest density of lakes with the lowest trophic states of all level IV ecoregions in the North Central Hardwood Forests (51). Pitted glacial outwash with extensive eskers and drumlins, ice contact deposits, rolling ground moraines, and steep end moraines distinguish this region from the flat lake plain of adjacent ecoregion 51c. The dry, sandy, and loamy till soils of the region support a PNV of oak savanna (white oak, black oak, and bur oak) with areas of sedge meadows, unlike the wetland vegetation and pine or oak barrens of ecoregion 51c and the mosaic of hemlock/beech/maple forests and mixed conifers of ecoregion 51e to the north." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_51e_Upper_Wolf_River_Stagnation_Moraine a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_51e_Upper Wolf River Stagnation Moraine" ;
	dc:identifier "51e" ;
	dc:description "The Upper Wolf River Stagnation Moraine (51e) ecoregion is characterized by the hummocky ground and end moraines and pitted outwash, in contrast to the level till plains of ecoregion 51f to the east and the irregular till plain of ecoregion 51b to the west. This region supports a PNV mosaic of hemlock/beech/sugar-maple, wetland vegetation, and mixed conifers, as compared to the predominantly oak forests of 51d to the south. Land use in 51e is mixed agriculture/woodland with a larger area of extensive forest than adjacent level IV ecoregions in the North Central Hardwoods Forests (51). This is due to land use practices within the Menominee Indian Reservation; more forest cover is still intact, and agricultural practices are less significant. The lake trophic state in 51e is generally higher than in 51d to the south." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_51f_Green_Bay_Till_and_Lacustrine_Plain a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_51f_Green Bay Till and Lacustrine Plain" ;
	dc:identifier "51f" ;
	dc:description "Green Bay Till and Lacustrine Plain (51f) is a transitional ecoregion characterized by wetlands, a mix of outwash and loamy recessional moraines, with many areas of outwash plains in the northwest, lake plains and ground moraines in the south, and ground moraines throughout the rest of the region. The PNV of the region represents a shift from the predominantly northern hardwoods and conifer swamps along the lake shore to the maple/basswood/oak forests and oak savanna to the south. The red sandy, loamy soils of this ecoregion are similar to some southern areas in the northern Wisconsin/Michigan Pine Barrens (50k); however, due to the generally milder climate (because of proximity to Lake Michigan), the growing season is more favorable and much of the area has been cleared of natural vegetation and replaced by agriculture." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_51g_Door_Peninsula a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Door_Peninsula" ;
	dc:identifier "51g" ;
	dc:description "The Door Peninsula (51g) ecoregion is a lakeshore region with ground moraines. The longer growing season and shallow, fertile, calcareous loamy till soils of this ecoregion support a mixed woodland/agriculture land use. Orchard and fruit crops, such as apples and cherries, are common. The bedrock geology of 51g is shallower than other ecoregions in 51 and consists primarily of Silurian dolomite bedrock. In recent years, this region has become popular for tourism." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_52a_Savanna_Section a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Savanna Section" ;
	dc:identifier "52a" ;
	dc:description "Topography in the Savanna Section (52a) of the Driftless Area is different than the rest of the level III ecoregion because of its characteristic broad, relatively level ridge tops and narrow steep sided valley bottoms. Elsewhere in the dissected Driftless Area, the landform mosaic comprises relatively broad, flat valley bottoms with steep sharper crested ridges or a pattern of nearly equal amounts of flatter areas in the valley bottoms and interfluves. The soils are well drained silty loess over residuum, dolostone, limestone, or sandstone. Land use patterns in the Driftless Area also follow spatial differences in slope; hence, 52a is predominantly agriculture on the uplands and some mixed woodland/agriculture in lowland areas. The PNV of the region is a mosaic of oak forests and savannas, large prairie grassland areas, and some sugar maple/basswood/oak forests. The region is also known for past lead and zinc mining." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_52b_Coulee_Section a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Paleozoic_Plateau_Coulee_Section" ;
	dc:identifier "52b" ;
	dc:description "Dissected slopes and open hills with most of the gentle slope on the lowland characterize the Coulee Section (52b) ecoregion. Soils are well drained silty loess over residuum, limestone, sandstone or shale, with soils over quartzite in the Baraboo Hills area. Land use in the region is predominantly mixed agriculture/woodland, with most of the griculture occurring on the lowlands and more level hilltops. The PNV of ecoregion 52b is a mosaic of oak forests and prairie, with larger areas of sugar maple/basswood/oak forests than in 52a." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_53a_Rock_River_Drift_Plain a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_53a_Rock River Drift Plain" ;
	dc:identifier "53a" ;
	dc:description "The Rock River Drift Plain (53a) ecoregion has a greater stream density and fewer lakes than in ecoregions to the north and east. Glaciation of this region is older, late Pliocene-early Pleistocene, than in surrounding ecoregions. The drift mantle is thin and deeply weathered, with leached soils developed from a silt-loam cap of loess over glacial drift. Steeper topography and broad outwash plains with loamy and sandy soils also characterize this region." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_53b_Kettle_Moraines a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Kettle_Moraines" ;
	dc:identifier "53b" ;
	dc:description "The Kettle Moraines (53b) ecoregion contains a higher concentration of lakes with lower trophic states than in the rest of the Southeastern Wisconsin Till Plains (53). The soils are clayey to the east, especially along the Lake Michigan shore, and more sandy to the west, but generally less clayey than the soils in ecoregion 53d to the north. The region also contains extensive ground and end moraines and pitted outwash with belts of hilly moraines. It generally has greater relief than ecoregion 53d to the northeast." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_53c_Southeastern_Wisconsin_Savannah_and_Till_Plain a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Southeastern_Wisconsin_Savannah_and_Till_Plain" ;
	dc:identifier "53c" ;
	dc:description "The till plains of the Southeastern Wisconsin Savanna and Till Plain (53c) ecoregion support a mix of agriculture (cropland and dairy operations) and woodland. Crops include forage crops to support the dairy operations and a wide range of truck and specialty crops. Most of the original vegetation has been cleared, with forested areas remaining only on steeper end moraines and poorly drained depressions. Irregular till plains, end moraines, kettles, and drumlins are common, and wetlands are found throughout the region, especially along end morainal ridges. PNV of this region is transitional with a mosaic of sugar maple, basswood, oak to the east, and an increasing amount of white, black, and bur oak, oak savanna, prairie, and sedge meadows toward the west." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_53d_Lake_Michigan_Lacustrine_Clay_Plain a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_53d_Lake Michigan Lacustrine Clay Plain" ;
	dc:identifier "53d" ;
	dc:description "The Lake Michigan Lacustrine Clay Plain (53d) ecoregion is characterized by red calcareous clay soil, lacustrine and till deposits, and a flat plain. The topography is flatter than ecoregions to the south, and there are fewer lakes, but the lakes have generally higher trophic states than in adjacent level IV ecoregions in 50 and 51. Soils are generally silty and loamy over calcareous loamy till, with muck and loamy lacustrine soils in low-lying areas. Ecoregion 53d has prime farmland with a longer growing season and more fertile soils than surrounding ecoregions. Agriculture has a different mix of crops, with more fruits and vegetables, than that of ecoregion 53c. The PNV of this region is beech/sugar maple/basswood/red and white oak forests with a greater concentration of beech than other ecoregions in 53." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Omernik_4_54e_Chiwaukee_Prairie_Region a owl:Thing , :Omernik_Ecoregion_Classification , :Omernik_Level_IV_Ecoregion_Classification , owl:NamedIndividual ;
	rdfs:label "Omernik_4_Chiwaukee Prairie Region" ;
	dc:identifier "54e" ;
	dc:description "The Chiwaukee Prairie Region (54e) is characterized by intensive agriculture, prairie soils, loess capped loamy till, and lacustrine deposits. The soils of ecoregion 54e are fertile and generally more productive than those of ecoregion 53 to the north and west. The PNV of the Chiwaukee Prairie Region is predominantly tall-grass prairie, in contrast to the southern mesic forest and oak savanna of the adjacent region to the north and west. Most of the natural prairie vegetation of ecoregion 54e has been replaced with cropland or urban and industrial land cover." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Sex_female a owl:Thing , :Sex , owl:NamedIndividual ;
	rdfs:label "female" ;
	dc:description "Female (♀) is the sex of an organism, or a part of an organism, which produces mobile ova (egg cells)." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Sex_hermaphrodite a owl:Thing , :Sex , owl:NamedIndividual ;
	rdfs:label "hermaphrodite" ;
	dc:description "one organism having both male and female sexual characteristics and organs; at birth an unambiguous assignment of male or female cannot be made" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Sex_male a owl:Thing , :Sex , owl:NamedIndividual ;
	rdfs:label "male" ;
	dc:description "Male (♂) refers to the sex of an organism, or part of an organism, which produces small mobile gametes, called spermatozoa." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Sex_undetermined a owl:Thing , :Sex , owl:NamedIndividual ;
	rdfs:label "Sex Undetermined" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Sex_unknowable a owl:Thing , :Sex , owl:NamedIndividual ;
	rdfs:label "Sex Unknowable" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_class a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "class" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_cultivar a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_cultivar" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_cultivarGroup a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_cultivarGroup" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_domain a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "domain" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_family a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_family" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_form a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_form" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_genus a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_genus" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_infraorder a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_infraorder" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_kingdom a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "kingdom" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_order a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_order" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_phylum a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "phylum" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_section a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_section" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_species a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_species" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_speciesAggregate a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_speciesAggregate" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subclass a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "subclass" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subfamily a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subfamily" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subform a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subform" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subgenus a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subgenus" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subkingdom a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "subkingdom" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_suborder a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_suborder" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subphylum a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "subphylum" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subsection a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subsection" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subspecies a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subspecies" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subspecificAggregate a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subspecificAggregate" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subtribe a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subtribe" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_subvariety a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_subvariety" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_superclass a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "superclass" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_superfamily a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_superfamily" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_superorder a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_superorder" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_tribe a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_tribe" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonRank_variety a owl:Thing , :TaxonRank , owl:NamedIndividual ;
	rdfs:label "TaxonRank_variety" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_accepted a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	rdfs:label "Accepted" ;
	dc:description "The status of a taxon according to the taxonomic judgement of a cited authority" ;
	skos:prefLabel "taxonomicStatus_valid" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_heterotypicSynonym a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	rdfs:label "Heterotypic Synonym" ;
	dc:description "Subjective synonym based on different type(s)" ;
	skos:prefLabel "taxonomicStatus_heterotypic_synonym" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_homotypicSynonym a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	rdfs:label "Homotypic Synonym" ;
	dc:description "Objective synonym based on the same type(s)" ;
	skos:prefLabel "taxonomicStatus_homotypic_synonym" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_invalid a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	skos:prefLabel "taxonomicStatus_invalid" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_misapplied a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	rdfs:label "Misapplied" ;
	dc:description "misapplied name" ;
	skos:prefLabel "taxonomicStatus_misapplied_name" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_proParteSynonym a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	rdfs:label "Proparte Synonym" ;
	dc:description "Some specimens of the original type series have been assigned to a new type" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_synonym a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	rdfs:label "Synonym" ;
	dc:description "if unclear whether hetero- or homotypic. May be qualified by the nomenclatural status of the name" ;
	skos:prefLabel "taxonomicStatus_synonym" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_unaccepted a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	rdfs:label "Unaccepted" ;
	dc:description "unaccepted name, invalid, invalid name" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TaxonomicStatus_unverified a owl:Thing , :TaxonomicStatus , owl:NamedIndividual ;
	skos:prefLabel "taxonomicStatus_unverified" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_hapantotype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_hapantotype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_holotype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_holotype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_lectotype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_lectotype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_neotype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_neotype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_paralectotype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_paralectotype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_paratype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_paratype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_syntype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_syntype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:TypeStatus_varitype a owl:Thing , :TypeStatus , owl:NamedIndividual ;
	rdfs:label "TypeStatus_varitype" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Forb_Herb a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Forb_Herb" ;
	rdfs:comment "Applies to vascular plants only. Federal Geographic Data Committee (FGDC) definition includes graminoids, forbs, and ferns." ;
	dc:identifier "FB" ;
	dc:description "Vascular plant without significant woody tissue above or at the ground. Forbs and herbs may be annual, biennial, or perennial but always lack significant thickening by secondary woody growth and have perennating buds borne at or below the ground surface. In PLANTS, graminoids are excluded but ferns, horsetails, lycopods, and whisk-ferns are included." ;
	rdfs:isDefinedBy "http://plants.usda.gov/growth_habits_def.html"^^xsd:anyURI , <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Graminoid a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Graminoid" ;
	rdfs:comment "Applies to vascular plants only. An herb in the FGDC classification." ;
	dc:identifier "GR" ;
	dc:description "Grass or grass-like plant, including grasses (Poaceae), sedges (Cyperaceae), rushes (Juncaceae), arrow-grasses (Juncaginaceae), and quillworts (Isoetes)." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Liana a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Liana" ;
	rdfs:comment "Applies to vascular plants only. In PLANTS, mutually exclusive with VI (Vine). A shrub in the FGDC classification." ;
	dc:description "Climbing plant found in tropical forests with long, woody rope-like stems of anomalous anatomical structure." ;
	dc:identifier "LI" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Lichenous a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Lichenous" ;
	rdfs:comment "Applies to lichens only, which are not true plants." ;
	dc:identifier "LC" ;
	dc:description "Organism generally recognized as a single \"plant\" that consists of a fungus and an alga or cyanobacterium living in symbiotic association. Often attached to solid objects such as rocks or living or dead wood rather than soil." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Nonvascular a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Nonvascular" ;
	rdfs:comment "Applies to non-vascular plants only; in PLANTS system this is groups HN (Hornworts), LV (Liverworts), and MS (Mosses)." ;
	dc:identifier "NP" ;
	dc:description "Nonvascular, terrestrial green plant, including mosses, hornworts, and liverworts. Always herbaceous, often attached to solid objects such as rocks or living or dead wood rather than soil." ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Shrub a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Shrub" ;
	rdfs:comment "Applies to vascular plants only." ;
	dc:description "Perennial, multi-stemmed woody plant that is usually less than 4 to 5 meters (13 to 16 feet) in height. Shrubs typically have several stems arising from or near the ground, but may be taller than 5 meters or single-stemmed under certain environmental conditions." ;
	dc:identifier "SH" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Subshrub a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Subshrub" ;
	rdfs:comment "Applies to vascular plants only. A dwarf-shrub in the FGDC classification." ;
	dc:description "Low-growing shrub usually under 0.5 m (1.5 feet) tall, never exceeding 1 meter (3 feet) tall at maturity." ;
	dc:identifier "SS" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Tree a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Tree" ;
	rdfs:comment "Applies to vascular plants only." ;
	dc:description "Perennial, woody plant with a single stem (trunk), normally greater than 4 to 5 meters (13 to 16 feet) in height; under certain environmental conditions, some tree species may develop a multi-stemmed or short growth form (less than 4 meters or 13 feet in height)." ;
	dc:identifier "TR" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Unknown a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Unknown" ;
	dc:description "Growth form is unknown." ;
	dc:identifier "UN" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Growth_Habit_Vine a owl:Thing , :USDA_Growth_Habit , owl:NamedIndividual ;
	rdfs:label "USDA_Growth_Habit_Vine" ;
	rdfs:comment "Applies to vascular plants only. In PLANTS, mutually exclusive with LI (Liana). FGDC classification considers woody vines to be shrubs and herbaceous vines to be herbs." ;
	dc:description "Twining/climbing plant with relatively long stems, can be woody or herbaceous" ;
	dc:identifier "VI" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Introduced_Garden_persistent a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Introduced_Garden_persistent" ;
	dc:description "Garden persistent - persists around gardens and old habitations, not naturalized" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Introduced_Introduced a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Introduced_Introduced" ;
	dc:description "ntroduced" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Introduced_Probably_Garden_persistent a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Introduced_Probably_Garden_persistent" ;
	dc:description "Probably Garden persistent - persists around gardens and old habitations, not naturalized" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Introduced_Probably_Introduced a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Introduced_Probably_Introduced" ;
	dc:description "Probably Introduced" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Introduced_Probably_Native_and_Introduced a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Introduced_Probably_Native_and_Introduced" ;
	dc:description "Probably Native and Introduced - some infra-taxa are probably native and others are introduced" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Introduced_Probably_a_Waif a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Introduced_Probably_a_Waif" ;
	dc:description "Probably a Waif - an ephemeral introduction, not persistently naturalized" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Introduced_Waif a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Introduced_Waif" ;
	dc:description "Waif - an ephemeral introduction, not persistently naturalized" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Native_Native a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Native_Native" ;
	dc:description "Native" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Native_Native_and_Introduced a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Native_Native_and_Introduced" ;
	dc:description "Native and Introduced - some infra-taxa are native and others are introduced" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Native_Native_and_Probably_Introduced a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Native_Native_and_Probably_Introduced" ;
	dc:description "Native and Probably Introduced - some infra-taxa are native and others are probably introduced" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:USDA_Native_Status_Native_Probably_Native a owl:Thing , :USDA_Native_Status , owl:NamedIndividual ;
	rdfs:label "USDA_Native_Status_Native_Probably_Native" ;
	dc:description "Probably Native" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Beech_Forest a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Beech_Forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Bog_and_Fen a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Bog" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Boreal_Forest a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Boreal_Forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Bracken_Grassland a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Bracken_Grassland" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Cliff a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Cliff" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Emergent_Aquatic a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Emergent_Aquatic" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Northern_Lowland_Forest a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Northern_Lowland_Forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Northern_Upland_Forest a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Northern_Upland_Forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Pine_Barrens a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Pine_Barrens" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Prairie a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Prairie" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Sand_Barrens a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Sand_Barrens" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Sand_Dunes a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Sand_Dunes" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Savanna a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Savanna" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Sedge_Meadow a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Sedge_Meadow" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Shrub_Carr a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Shrub_Carr" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Southern_Lowland_Forest a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Southern_Lowland_Forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:Wisconsin_Herbarium_Southern_Upland_Forest a owl:Thing , :Wisconsin_Herbarium_Habitat_Classification , owl:NamedIndividual ;
	rdfs:label "Wisconsin_Herbarium_Southern_Upland_Forest" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:World_Pyrochroidae_Database a owl:Thing , :Project , owl:NamedIndividual ;
	rdfs:label "World Pyrochroidae Database" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:nativeness_introduced a owl:Thing , :Nativeness , owl:NamedIndividual ;
	rdfs:label "Introduced" ;
	dc:description "The organism arrived in the region via an anthropogenic mechanism or mechanisms" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:nativeness_invasive a owl:Thing , :Nativeness , owl:NamedIndividual ;
	rdfs:label "Invasive" ;
	dc:description "The organism is having a deleterious impact on another organism, multiple organisms or the ecosystem as a whole" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:nativeness_managed a owl:Thing , :Nativeness , owl:NamedIndividual ;
	rdfs:label "Managed" ;
	dc:description "The organism maintains its presence through intentional cultivation or husbandry" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:nativeness_native a owl:Thing , :Nativeness , owl:NamedIndividual ;
	rdfs:label "Native" ;
	dc:description "The organism either evolved in this region or arrived by non-anthropogenic means" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

:nativeness_naturalised a owl:Thing , :Nativeness , owl:NamedIndividual ;
	rdfs:label "Naturalised" ;
	dc:description "The organism reproduces naturally and forms part of the local ecology" ;
	rdfs:isDefinedBy <http://rdf.geospecies.org/ont/geospecies.owl> .

_:node17s8si48hx1 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx2 .

_:node17s8si48hx2 rdf:first :NomenclaturalCode_BioCode ;
	rdf:rest _:node17s8si48hx3 .

_:node17s8si48hx3 rdf:first :NomenclaturalCode_ICBN ;
	rdf:rest _:node17s8si48hx4 .

_:node17s8si48hx4 rdf:first :NomenclaturalCode_ICNB ;
	rdf:rest _:node17s8si48hx5 .

_:node17s8si48hx5 rdf:first :NomenclaturalCode_ICNCP ;
	rdf:rest _:node17s8si48hx6 .

_:node17s8si48hx6 rdf:first :NomenclaturalCode_ICTV ;
	rdf:rest _:node17s8si48hx7 .

_:node17s8si48hx7 rdf:first :NomenclaturalCode_ICZN ;
	rdf:rest rdf:nil .

_:node17s8si48hx8 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx9 .

_:node17s8si48hx9 rdf:first :TaxonomicStatus_accepted ;
	rdf:rest _:node17s8si48hx10 .

_:node17s8si48hx10 rdf:first :TaxonomicStatus_heterotypicSynonym ;
	rdf:rest _:node17s8si48hx11 .

_:node17s8si48hx11 rdf:first :TaxonomicStatus_homotypicSynonym ;
	rdf:rest _:node17s8si48hx12 .

_:node17s8si48hx12 rdf:first :TaxonomicStatus_invalid ;
	rdf:rest _:node17s8si48hx13 .

_:node17s8si48hx13 rdf:first :TaxonomicStatus_misapplied ;
	rdf:rest _:node17s8si48hx14 .

_:node17s8si48hx14 rdf:first :TaxonomicStatus_proParteSynonym ;
	rdf:rest _:node17s8si48hx15 .

_:node17s8si48hx15 rdf:first :TaxonomicStatus_synonym ;
	rdf:rest _:node17s8si48hx16 .

_:node17s8si48hx16 rdf:first :TaxonomicStatus_unaccepted ;
	rdf:rest _:node17s8si48hx17 .

_:node17s8si48hx17 rdf:first :TaxonomicStatus_unverified ;
	rdf:rest rdf:nil .

_:node17s8si48hx18 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx19 .

_:node17s8si48hx19 rdf:first :Omernik_4_47g_Prairie_Pothole_Region_ ;
	rdf:rest _:node17s8si48hx20 .

_:node17s8si48hx20 rdf:first :Omernik_4_50a_Lake_Superior_Clay_Plain ;
	rdf:rest _:node17s8si48hx21 .

_:node17s8si48hx21 rdf:first <http://rdf.geospecies.org/ont/geospecies#Omernik_4_51a_St._Croix_Pitted_Stagnation_Moraines> ;
	rdf:rest _:node17s8si48hx22 .

_:node17s8si48hx22 rdf:first :Omernik_4_51b_Central_Wisconsin_Undulating_Till_Plain ;
	rdf:rest _:node17s8si48hx23 .

_:node17s8si48hx23 rdf:first :Omernik_4_51c_Glacial_Lake_Wisconsin_Sand_Plain ;
	rdf:rest _:node17s8si48hx24 .

_:node17s8si48hx24 rdf:first :Omernik_4_51d_Central_Sand_Ridges ;
	rdf:rest _:node17s8si48hx25 .

_:node17s8si48hx25 rdf:first :Omernik_4_51e_Upper_Wolf_River_Stagnation_Moraine ;
	rdf:rest _:node17s8si48hx26 .

_:node17s8si48hx26 rdf:first :Omernik_4_51f_Green_Bay_Till_and_Lacustrine_Plain ;
	rdf:rest _:node17s8si48hx27 .

_:node17s8si48hx27 rdf:first :Omernik_4_51g_Door_Peninsula ;
	rdf:rest _:node17s8si48hx28 .

_:node17s8si48hx28 rdf:first :Omernik_4_52a_Savanna_Section ;
	rdf:rest _:node17s8si48hx29 .

_:node17s8si48hx29 rdf:first :Omernik_4_52b_Coulee_Section ;
	rdf:rest _:node17s8si48hx30 .

_:node17s8si48hx30 rdf:first :Omernik_4_53a_Rock_River_Drift_Plain ;
	rdf:rest _:node17s8si48hx31 .

_:node17s8si48hx31 rdf:first :Omernik_4_53b_Kettle_Moraines ;
	rdf:rest _:node17s8si48hx32 .

_:node17s8si48hx32 rdf:first :Omernik_4_53c_Southeastern_Wisconsin_Savannah_and_Till_Plain ;
	rdf:rest _:node17s8si48hx33 .

_:node17s8si48hx33 rdf:first :Omernik_4_53d_Lake_Michigan_Lacustrine_Clay_Plain ;
	rdf:rest _:node17s8si48hx34 .

_:node17s8si48hx34 rdf:first :Omernik_4_54e_Chiwaukee_Prairie_Region ;
	rdf:rest rdf:nil .

_:node17s8si48hx35 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx36 .

_:node17s8si48hx36 rdf:first :Wisconsin_Herbarium_Beech_Forest ;
	rdf:rest _:node17s8si48hx37 .

_:node17s8si48hx37 rdf:first :Wisconsin_Herbarium_Bog_and_Fen ;
	rdf:rest _:node17s8si48hx38 .

_:node17s8si48hx38 rdf:first :Wisconsin_Herbarium_Boreal_Forest ;
	rdf:rest _:node17s8si48hx39 .

_:node17s8si48hx39 rdf:first :Wisconsin_Herbarium_Bracken_Grassland ;
	rdf:rest _:node17s8si48hx40 .

_:node17s8si48hx40 rdf:first :Wisconsin_Herbarium_Cliff ;
	rdf:rest _:node17s8si48hx41 .

_:node17s8si48hx41 rdf:first :Wisconsin_Herbarium_Emergent_Aquatic ;
	rdf:rest _:node17s8si48hx42 .

_:node17s8si48hx42 rdf:first :Wisconsin_Herbarium_Northern_Lowland_Forest ;
	rdf:rest _:node17s8si48hx43 .

_:node17s8si48hx43 rdf:first :Wisconsin_Herbarium_Northern_Upland_Forest ;
	rdf:rest _:node17s8si48hx44 .

_:node17s8si48hx44 rdf:first :Wisconsin_Herbarium_Pine_Barrens ;
	rdf:rest _:node17s8si48hx45 .

_:node17s8si48hx45 rdf:first :Wisconsin_Herbarium_Prairie ;
	rdf:rest _:node17s8si48hx46 .

_:node17s8si48hx46 rdf:first :Wisconsin_Herbarium_Sand_Barrens ;
	rdf:rest _:node17s8si48hx47 .

_:node17s8si48hx47 rdf:first :Wisconsin_Herbarium_Sand_Dunes ;
	rdf:rest _:node17s8si48hx48 .

_:node17s8si48hx48 rdf:first :Wisconsin_Herbarium_Savanna ;
	rdf:rest _:node17s8si48hx49 .

_:node17s8si48hx49 rdf:first :Wisconsin_Herbarium_Sedge_Meadow ;
	rdf:rest _:node17s8si48hx50 .

_:node17s8si48hx50 rdf:first :Wisconsin_Herbarium_Shrub_Carr ;
	rdf:rest _:node17s8si48hx51 .

_:node17s8si48hx51 rdf:first :Wisconsin_Herbarium_Southern_Lowland_Forest ;
	rdf:rest _:node17s8si48hx52 .

_:node17s8si48hx52 rdf:first :Wisconsin_Herbarium_Southern_Upland_Forest ;
	rdf:rest rdf:nil .

_:node17s8si48hx53 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx54 .

_:node17s8si48hx54 rdf:first :USDA_Native_Status_Introduced_Garden_persistent ;
	rdf:rest _:node17s8si48hx55 .

_:node17s8si48hx55 rdf:first :USDA_Native_Status_Introduced_Introduced ;
	rdf:rest _:node17s8si48hx56 .

_:node17s8si48hx56 rdf:first :USDA_Native_Status_Introduced_Probably_Garden_persistent ;
	rdf:rest _:node17s8si48hx57 .

_:node17s8si48hx57 rdf:first :USDA_Native_Status_Introduced_Probably_Introduced ;
	rdf:rest _:node17s8si48hx58 .

_:node17s8si48hx58 rdf:first :USDA_Native_Status_Introduced_Probably_Native_and_Introduced ;
	rdf:rest _:node17s8si48hx59 .

_:node17s8si48hx59 rdf:first :USDA_Native_Status_Introduced_Probably_a_Waif ;
	rdf:rest _:node17s8si48hx60 .

_:node17s8si48hx60 rdf:first :USDA_Native_Status_Introduced_Waif ;
	rdf:rest _:node17s8si48hx61 .

_:node17s8si48hx61 rdf:first :USDA_Native_Status_Native_Native ;
	rdf:rest _:node17s8si48hx62 .

_:node17s8si48hx62 rdf:first :USDA_Native_Status_Native_Native_and_Introduced ;
	rdf:rest _:node17s8si48hx63 .

_:node17s8si48hx63 rdf:first :USDA_Native_Status_Native_Native_and_Probably_Introduced ;
	rdf:rest _:node17s8si48hx64 .

_:node17s8si48hx64 rdf:first :USDA_Native_Status_Native_Probably_Native ;
	rdf:rest rdf:nil .

_:node17s8si48hx65 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx66 .

_:node17s8si48hx66 rdf:first :Sex_female ;
	rdf:rest _:node17s8si48hx67 .

_:node17s8si48hx67 rdf:first :Sex_hermaphrodite ;
	rdf:rest _:node17s8si48hx68 .

_:node17s8si48hx68 rdf:first :Sex_male ;
	rdf:rest _:node17s8si48hx69 .

_:node17s8si48hx69 rdf:first :Sex_undetermined ;
	rdf:rest _:node17s8si48hx70 .

_:node17s8si48hx70 rdf:first :Sex_unknowable ;
	rdf:rest rdf:nil .

_:node17s8si48hx71 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx72 .

_:node17s8si48hx72 rdf:first :nativeness_introduced ;
	rdf:rest _:node17s8si48hx73 .

_:node17s8si48hx73 rdf:first :nativeness_invasive ;
	rdf:rest _:node17s8si48hx74 .

_:node17s8si48hx74 rdf:first :nativeness_managed ;
	rdf:rest _:node17s8si48hx75 .

_:node17s8si48hx75 rdf:first :nativeness_native ;
	rdf:rest _:node17s8si48hx76 .

_:node17s8si48hx76 rdf:first :nativeness_naturalised ;
	rdf:rest rdf:nil .

_:node17s8si48hx77 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx78 .

_:node17s8si48hx78 rdf:first :Omernik_3_47_Western_Corn_Belt_Plains ;
	rdf:rest _:node17s8si48hx79 .

_:node17s8si48hx79 rdf:first :Omernik_3_50_Northern_Lakes_and_Forests ;
	rdf:rest _:node17s8si48hx80 .

_:node17s8si48hx80 rdf:first :Omernik_3_51_North_Central_Hardwood_Forests ;
	rdf:rest _:node17s8si48hx81 .

_:node17s8si48hx81 rdf:first :Omernik_3_52_Driftless_Area ;
	rdf:rest _:node17s8si48hx82 .

_:node17s8si48hx82 rdf:first :Omernik_3_53_Southeastern_Wisconsin_Till_Plains ;
	rdf:rest _:node17s8si48hx83 .

_:node17s8si48hx83 rdf:first :Omernik_3_54_Central_Corn_Belt_Plains ;
	rdf:rest rdf:nil .

_:node17s8si48hx84 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx85 .

_:node17s8si48hx85 rdf:first :NomenclaturalCode_BioCode ;
	rdf:rest _:node17s8si48hx86 .

_:node17s8si48hx86 rdf:first :NomenclaturalCode_ICBN ;
	rdf:rest _:node17s8si48hx87 .

_:node17s8si48hx87 rdf:first :NomenclaturalCode_ICNB ;
	rdf:rest _:node17s8si48hx88 .

_:node17s8si48hx88 rdf:first :NomenclaturalCode_ICNCP ;
	rdf:rest _:node17s8si48hx89 .

_:node17s8si48hx89 rdf:first :NomenclaturalCode_ICTV ;
	rdf:rest _:node17s8si48hx90 .

_:node17s8si48hx90 rdf:first :NomenclaturalCode_ICZN ;
	rdf:rest rdf:nil .

_:node17s8si48hx91 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx92 .

_:node17s8si48hx92 rdf:first :TaxonomicStatus_accepted ;
	rdf:rest _:node17s8si48hx93 .

_:node17s8si48hx93 rdf:first :TaxonomicStatus_heterotypicSynonym ;
	rdf:rest _:node17s8si48hx94 .

_:node17s8si48hx94 rdf:first :TaxonomicStatus_homotypicSynonym ;
	rdf:rest _:node17s8si48hx95 .

_:node17s8si48hx95 rdf:first :TaxonomicStatus_invalid ;
	rdf:rest _:node17s8si48hx96 .

_:node17s8si48hx96 rdf:first :TaxonomicStatus_misapplied ;
	rdf:rest _:node17s8si48hx97 .

_:node17s8si48hx97 rdf:first :TaxonomicStatus_proParteSynonym ;
	rdf:rest _:node17s8si48hx98 .

_:node17s8si48hx98 rdf:first :TaxonomicStatus_synonym ;
	rdf:rest _:node17s8si48hx99 .

_:node17s8si48hx99 rdf:first :TaxonomicStatus_unaccepted ;
	rdf:rest _:node17s8si48hx100 .

_:node17s8si48hx100 rdf:first :TaxonomicStatus_unverified ;
	rdf:rest rdf:nil .

_:node17s8si48hx101 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx102 .

_:node17s8si48hx102 rdf:first :Omernik_4_47g_Prairie_Pothole_Region_ ;
	rdf:rest _:node17s8si48hx103 .

_:node17s8si48hx103 rdf:first :Omernik_4_50a_Lake_Superior_Clay_Plain ;
	rdf:rest _:node17s8si48hx104 .

_:node17s8si48hx104 rdf:first <http://rdf.geospecies.org/ont/geospecies#Omernik_4_51a_St._Croix_Pitted_Stagnation_Moraines> ;
	rdf:rest _:node17s8si48hx105 .

_:node17s8si48hx105 rdf:first :Omernik_4_51b_Central_Wisconsin_Undulating_Till_Plain ;
	rdf:rest _:node17s8si48hx106 .

_:node17s8si48hx106 rdf:first :Omernik_4_51c_Glacial_Lake_Wisconsin_Sand_Plain ;
	rdf:rest _:node17s8si48hx107 .

_:node17s8si48hx107 rdf:first :Omernik_4_51d_Central_Sand_Ridges ;
	rdf:rest _:node17s8si48hx108 .

_:node17s8si48hx108 rdf:first :Omernik_4_51e_Upper_Wolf_River_Stagnation_Moraine ;
	rdf:rest _:node17s8si48hx109 .

_:node17s8si48hx109 rdf:first :Omernik_4_51f_Green_Bay_Till_and_Lacustrine_Plain ;
	rdf:rest _:node17s8si48hx110 .

_:node17s8si48hx110 rdf:first :Omernik_4_51g_Door_Peninsula ;
	rdf:rest _:node17s8si48hx111 .

_:node17s8si48hx111 rdf:first :Omernik_4_52a_Savanna_Section ;
	rdf:rest _:node17s8si48hx112 .

_:node17s8si48hx112 rdf:first :Omernik_4_52b_Coulee_Section ;
	rdf:rest _:node17s8si48hx113 .

_:node17s8si48hx113 rdf:first :Omernik_4_53a_Rock_River_Drift_Plain ;
	rdf:rest _:node17s8si48hx114 .

_:node17s8si48hx114 rdf:first :Omernik_4_53b_Kettle_Moraines ;
	rdf:rest _:node17s8si48hx115 .

_:node17s8si48hx115 rdf:first :Omernik_4_53c_Southeastern_Wisconsin_Savannah_and_Till_Plain ;
	rdf:rest _:node17s8si48hx116 .

_:node17s8si48hx116 rdf:first :Omernik_4_53d_Lake_Michigan_Lacustrine_Clay_Plain ;
	rdf:rest _:node17s8si48hx117 .

_:node17s8si48hx117 rdf:first :Omernik_4_54e_Chiwaukee_Prairie_Region ;
	rdf:rest rdf:nil .

_:node17s8si48hx118 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx119 .

_:node17s8si48hx119 rdf:first :Wisconsin_Herbarium_Beech_Forest ;
	rdf:rest _:node17s8si48hx120 .

_:node17s8si48hx120 rdf:first :Wisconsin_Herbarium_Bog_and_Fen ;
	rdf:rest _:node17s8si48hx121 .

_:node17s8si48hx121 rdf:first :Wisconsin_Herbarium_Boreal_Forest ;
	rdf:rest _:node17s8si48hx122 .

_:node17s8si48hx122 rdf:first :Wisconsin_Herbarium_Bracken_Grassland ;
	rdf:rest _:node17s8si48hx123 .

_:node17s8si48hx123 rdf:first :Wisconsin_Herbarium_Cliff ;
	rdf:rest _:node17s8si48hx124 .

_:node17s8si48hx124 rdf:first :Wisconsin_Herbarium_Emergent_Aquatic ;
	rdf:rest _:node17s8si48hx125 .

_:node17s8si48hx125 rdf:first :Wisconsin_Herbarium_Northern_Lowland_Forest ;
	rdf:rest _:node17s8si48hx126 .

_:node17s8si48hx126 rdf:first :Wisconsin_Herbarium_Northern_Upland_Forest ;
	rdf:rest _:node17s8si48hx127 .

_:node17s8si48hx127 rdf:first :Wisconsin_Herbarium_Pine_Barrens ;
	rdf:rest _:node17s8si48hx128 .

_:node17s8si48hx128 rdf:first :Wisconsin_Herbarium_Prairie ;
	rdf:rest _:node17s8si48hx129 .

_:node17s8si48hx129 rdf:first :Wisconsin_Herbarium_Sand_Barrens ;
	rdf:rest _:node17s8si48hx130 .

_:node17s8si48hx130 rdf:first :Wisconsin_Herbarium_Sand_Dunes ;
	rdf:rest _:node17s8si48hx131 .

_:node17s8si48hx131 rdf:first :Wisconsin_Herbarium_Savanna ;
	rdf:rest _:node17s8si48hx132 .

_:node17s8si48hx132 rdf:first :Wisconsin_Herbarium_Sedge_Meadow ;
	rdf:rest _:node17s8si48hx133 .

_:node17s8si48hx133 rdf:first :Wisconsin_Herbarium_Shrub_Carr ;
	rdf:rest _:node17s8si48hx134 .

_:node17s8si48hx134 rdf:first :Wisconsin_Herbarium_Southern_Lowland_Forest ;
	rdf:rest _:node17s8si48hx135 .

_:node17s8si48hx135 rdf:first :Wisconsin_Herbarium_Southern_Upland_Forest ;
	rdf:rest rdf:nil .

_:node17s8si48hx136 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx137 .

_:node17s8si48hx137 rdf:first :USDA_Native_Status_Introduced_Garden_persistent ;
	rdf:rest _:node17s8si48hx138 .

_:node17s8si48hx138 rdf:first :USDA_Native_Status_Introduced_Introduced ;
	rdf:rest _:node17s8si48hx139 .

_:node17s8si48hx139 rdf:first :USDA_Native_Status_Introduced_Probably_Garden_persistent ;
	rdf:rest _:node17s8si48hx140 .

_:node17s8si48hx140 rdf:first :USDA_Native_Status_Introduced_Probably_Introduced ;
	rdf:rest _:node17s8si48hx141 .

_:node17s8si48hx141 rdf:first :USDA_Native_Status_Introduced_Probably_Native_and_Introduced ;
	rdf:rest _:node17s8si48hx142 .

_:node17s8si48hx142 rdf:first :USDA_Native_Status_Introduced_Probably_a_Waif ;
	rdf:rest _:node17s8si48hx143 .

_:node17s8si48hx143 rdf:first :USDA_Native_Status_Introduced_Waif ;
	rdf:rest _:node17s8si48hx144 .

_:node17s8si48hx144 rdf:first :USDA_Native_Status_Native_Native ;
	rdf:rest _:node17s8si48hx145 .

_:node17s8si48hx145 rdf:first :USDA_Native_Status_Native_Native_and_Introduced ;
	rdf:rest _:node17s8si48hx146 .

_:node17s8si48hx146 rdf:first :USDA_Native_Status_Native_Native_and_Probably_Introduced ;
	rdf:rest _:node17s8si48hx147 .

_:node17s8si48hx147 rdf:first :USDA_Native_Status_Native_Probably_Native ;
	rdf:rest rdf:nil .

_:node17s8si48hx148 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx149 .

_:node17s8si48hx149 rdf:first :Sex_female ;
	rdf:rest _:node17s8si48hx150 .

_:node17s8si48hx150 rdf:first :Sex_hermaphrodite ;
	rdf:rest _:node17s8si48hx151 .

_:node17s8si48hx151 rdf:first :Sex_male ;
	rdf:rest _:node17s8si48hx152 .

_:node17s8si48hx152 rdf:first :Sex_undetermined ;
	rdf:rest _:node17s8si48hx153 .

_:node17s8si48hx153 rdf:first :Sex_unknowable ;
	rdf:rest rdf:nil .

_:node17s8si48hx154 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx155 .

_:node17s8si48hx155 rdf:first :nativeness_introduced ;
	rdf:rest _:node17s8si48hx156 .

_:node17s8si48hx156 rdf:first :nativeness_invasive ;
	rdf:rest _:node17s8si48hx157 .

_:node17s8si48hx157 rdf:first :nativeness_managed ;
	rdf:rest _:node17s8si48hx158 .

_:node17s8si48hx158 rdf:first :nativeness_native ;
	rdf:rest _:node17s8si48hx159 .

_:node17s8si48hx159 rdf:first :nativeness_naturalised ;
	rdf:rest rdf:nil .

_:node17s8si48hx160 a owl:AllDifferent ;
	owl:distinctMembers _:node17s8si48hx161 .

_:node17s8si48hx161 rdf:first :Omernik_3_47_Western_Corn_Belt_Plains ;
	rdf:rest _:node17s8si48hx162 .

_:node17s8si48hx162 rdf:first :Omernik_3_50_Northern_Lakes_and_Forests ;
	rdf:rest _:node17s8si48hx163 .

_:node17s8si48hx163 rdf:first :Omernik_3_51_North_Central_Hardwood_Forests ;
	rdf:rest _:node17s8si48hx164 .

_:node17s8si48hx164 rdf:first :Omernik_3_52_Driftless_Area ;
	rdf:rest _:node17s8si48hx165 .

_:node17s8si48hx165 rdf:first :Omernik_3_53_Southeastern_Wisconsin_Till_Plains ;
	rdf:rest _:node17s8si48hx166 .

_:node17s8si48hx166 rdf:first :Omernik_3_54_Central_Corn_Belt_Plains ;
	rdf:rest rdf:nil .
