@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:specificEpithet	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:specificEpithet	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:specificEpithet	rdfs:label	"Specific Epithet"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The name of the first or species epithet of the scientificName."@en ;
	dct:description	"Examples: \"concolor\", \"gottschei\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:specificEpithet	dct:hasVersion	ns4:specificEpithet-2009-04-24 ;
	dct:replaces	dwc:SpecificEpithet-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:specificEpithet	ns5:abcdEquivalence	"{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet}" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .