@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:namePublishedInYear	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:namePublishedInYear	dct:modified	"2011-10-16" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:namePublishedInYear	rdfs:label	"Name Published In Year"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The four-digit year in which the scientificName was published."@en ;
	dct:description	"Examples: \"1915\", \"2008\""@en ;
	dct:issued	"2011-10-16" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:namePublishedInYear	dct:hasVersion	ns4:namePublishedInYear-2011-10-16 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:namePublishedInYear	ns5:abcdEquivalence	"not in ABCD" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:namePublishedInYear	ns5:decision	ns6:Decision-2011-10-16_8 ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .