@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/TaxonConcept#> .
@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:TaxonConcept .
@prefix ns4:	<http://rs.tdwg.org/ontology/voc/> .
ns1:accordingTo	rdfs:isDefinedBy	ns4:TaxonConcept ;
	rdfs:comment	"Information about the authorship of this concept which uses the Name in their\n         sense (i.e. secundum, sensu). Could be an institution or collection or team of individuals.\n         Equivalent to TCS /DataSet/TaxonConcepts/TaxonConcept/AccordingTo/AccordingToDetailed " .