@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:reproductiveCondition	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:reproductiveCondition	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:reproductiveCondition	rdfs:label	"Reproductive Condition"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary."@en ;
	dct:description	"Examples\" \"non-reproductive\", \"pregnant\", \"in bloom\", \"fruit-bearing\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:reproductiveCondition	dct:hasVersion	ns4:reproductiveCondition-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:reproductiveCondition	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:Occurrence ;
	ns5:status	"recommended" .