@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:verbatimTaxonRank	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:verbatimTaxonRank	dct:modified	"2009-09-21" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:verbatimTaxonRank	rdfs:label	"Verbatim Taxon Rank"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The taxonomic rank of the most specific name in the scientificName as it appears in the original record."@en ;
	dct:description	"Examples: \"Agamospecies\", \"sub-lesus\", \"prole\", \"apomict\", \"nothogrex\", \"sp.\", \"subsp.\", \"var.\""@en ;
	dct:issued	"2009-07-06" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:verbatimTaxonRank	dct:hasVersion	ns4:verbatimTaxonRank-2009-09-21 ;
	dct:replaces	dwc:verbatimScientificNameRank-2009-07-06 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:verbatimTaxonRank	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .