@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:continent	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:continent	dct:modified	"2013-10-04" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:continent	rdfs:label	"Continent"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names."@en ;
	dct:description	"Examples: \"Africa\", \"Antarctica\", \"Asia\", \"Europe\", \"North America\", \"Oceania\", \"South America\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:continent	dct:hasVersion	ns4:continent-2009-04-24 ;
	dct:replaces	dwc:Continent-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:continent	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .