@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:namePublishedIn	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:namePublishedIn	rdfs:subPropertyOf	dct:bibliographicCitation ;
	dct:modified	"2009-09-21" ;
	rdfs:label	"Name Published In"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode."@en ;
	dct:description	"Examples: \"Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388\", \"Forel, Auguste, Diagnosies provisoires de quelques esp\u00E8ces nouvelles de fourmis de Madagascar, r\u00E9colt\u00E9es par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:namePublishedIn	dct:hasVersion	ns4:namePublishedIn-2009-09-21 ;
	dct:replaces	dwc:namePublishedIn-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:namePublishedIn	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .