@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:ResourceRelationship	rdf:type	rdfs:Class .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:ResourceRelationship	dct:modified	"2014-10-23" ;
	rdfs:label	"Resource Relationship"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another."@en ;
	dct:description	"Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:ResourceRelationship	dct:hasVersion	ns4:ResourceRelationship-2014-10-23 ;
	dct:replaces	dwc:ResourceRelationship-2009-01-21 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:ResourceRelationship	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Associations" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:ResourceRelationship	ns5:decision	ns6:Decision-2014-10-26_15 ;
	ns5:status	"recommended" .