@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:relatedResourceID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:relatedResourceID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2009-04-24" ;
	rdfs:label	"Related Resource ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for a related resource (the object, rather than the subject of the relationship)."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:relatedResourceID	dct:hasVersion	ns4:relatedResourceID-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:relatedResourceID	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID" ;
	ns5:organizedInClass	dwc:ResourceRelationship ;
	ns5:status	"recommended" .