@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:relationshipAccordingTo	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:relationshipAccordingTo	rdfs:subPropertyOf	dwc:accordingTo .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:relationshipAccordingTo	dct:modified	"2009-04-24" ;
	rdfs:label	"Relationship According To"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The source (person, organization, publication, reference) establishing the relationship between the two resources."@en ;
	dct:description	"Example: \"Julie Woodruff\""@en ;
	dct:issued	"2009-04-24" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:relationshipAccordingTo	dct:hasVersion	ns4:relationshipAccordingTo-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:relationshipAccordingTo	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:ResourceRelationship ;
	ns5:status	"recommended" .