@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:subgenus	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:subgenus	dct:modified	"2009-08-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:subgenus	rdfs:label	"Subgenus"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion."@en ;
	dct:description	"Examples: \"Strobus (Pinus)\", \"Puma (Puma)\" \"Loligo (Amerigo)\", \"Hieracium subgen. Pilosella\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:subgenus	dct:hasVersion	ns4:subgenus-2009-08-24 ;
	dct:replaces	dwc:subgenus-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:subgenus	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .