@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:institutionID	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:institutionID	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:institutionID	rdfs:label	"Institution ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the institution having custody of the object(s) or information referred to in the record."@en ;
	dct:description	"For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: \"http://biocol.org/urn:lsid:biocol.org:col:34777\", \"http://grbio.org/cool/km06-gtbn\"."@en ;
	dct:issued	"2009-09-11" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:institutionID	dct:hasVersion	ns4:institutionID-2009-09-11 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:institutionID	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/SourceInstitutionID" ;
	ns5:organizedInClass	dwc:all ;
	ns5:status	"recommended" .