@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/TaxonRank#> .
ns1:Candidate	rdf:type	ns1:TaxonRankTerm .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Candidate	rdfs:label	"cand." .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:Candidate	dc:title	"cand." .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:Candidate	ns4:definition	" Candidatus' rank is proposed in bacteriology for putative taxa, which could not yet be studied sufficiently to warrant the creation of a name with a known rank. (Murray, R.G.E.\n         & Schleifer, K.H.: Taxonomic notes: a proposal for recording the properties of putative taxa of procaryotes. Int. J. Syst. Bacteriol., 1994, 44, 174-176). " .