@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/Interaction#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:accordingTo	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:accordingTo	rdfs:label	"accordingTo" ;
	rdfs:domain	ns1:TaxonOccurrenceInteraction .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:accordingTo	rdfs:range	ns4:Actor .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/> .
ns1:accordingTo	rdfs:isDefinedBy	ns5:TaxonOccurrenceInteraction ;
	rdfs:comment	"Information about the authorship of this interaction which uses the interaction. Could be an institution or collection or team of individuals. " .