@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:relationshipRemarks	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:relationshipRemarks	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:relationshipRemarks	rdfs:label	"Relationship Remarks"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"Comments or notes about the relationship between the two resources."@en ;
	dct:description	"Examples: \"mother and offspring collected from the same nest\", \"pollinator captured in the act\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:relationshipRemarks	dct:hasVersion	ns4:relationshipRemarks-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:relationshipRemarks	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments" ;
	ns5:organizedInClass	dwc:ResourceRelationship ;
	ns5:status	"recommended" .