@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:associatedSequences	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:associatedSequences	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:associatedSequences	rdfs:label	"Associated Sequences"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence."@en ;
	dct:description	"The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"http://www.ncbi.nlm.nih.gov/nuccore/U34853.1\", \"http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093\"."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:associatedSequences	dct:hasVersion	ns4:associatedSequences-2014-10-23 ;
	dct:replaces	dwc:associatedSequences-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:associatedSequences	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:associatedSequences	ns5:decision	ns6:Decision-2014-10-30_16 ;
	ns5:organizedInClass	dwc:Occurrence ;
	ns5:status	"recommended" .