@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:highestBiostratigraphicZone	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:highestBiostratigraphicZone	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:highestBiostratigraphicZone	rdfs:label	"Highest Biostratigraphic Zone"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected."@en ;
	dct:issued	"2009-04-24" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:highestBiostratigraphicZone	dct:hasVersion	ns4:highestBiostratigraphicZone-2009-04-24 ;
	dct:replaces	dwc:HighestBiostratigraphicZone-2005-07-03 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:highestBiostratigraphicZone	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:GeologicalContext ;
	ns5:status	"recommended" .