@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:latestPeriodOrHighestSystem	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:latestPeriodOrHighestSystem	dct:modified	"2009-07-06" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:latestPeriodOrHighestSystem	rdfs:label	"Latest Period Or Highest System"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected."@en ;
	dct:description	"Examples: \"Neogene\", \"Tertiary\", \"Quaternary\""@en ;
	dct:issued	"2009-04-24" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:latestPeriodOrHighestSystem	dct:hasVersion	ns4:latestPeriodOrHighestSystem-2009-04-24 ;
	dct:replaces	dwc:LatestPeriodOrHighestSystem-2005-07-03 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:latestPeriodOrHighestSystem	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:GeologicalContext ;
	ns5:status	"recommended" .