@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:scientificNameID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:scientificNameID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2009-08-24" ;
	rdfs:label	"Scientific Name ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the nomenclatural (not taxonomic) details of a scientific name."@en ;
	dct:description	"Example: \"urn:lsid:ipni.org:names:37829-1:1.3\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:scientificNameID	dct:hasVersion	ns4:scientificNameID-2009-08-24 ;
	dct:replaces	dwc:TaxonNameID-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:scientificNameID	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .