@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:materialSampleID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:materialSampleID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2013-09-26" ;
	rdfs:label	"Material Sample ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique."@en ;
	dct:issued	"2013-03-28" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:materialSampleID	dct:hasVersion	ns4:materialSampleID-2013-05-25 .
@prefix ns5:	<http://gensc.org/ns/mixs/> .
dwc:materialSampleID	dct:replaces	ns5:source_mat_id-2011-01-26 .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:materialSampleID	ns6:abcdEquivalence	"not in ABCD" .
@prefix ns7:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:materialSampleID	ns6:decision	ns7:Decision-2013-10-09_13 ;
	ns6:organizedInClass	dwc:MaterialSample ;
	ns6:status	"recommended" .