@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:rankString	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:rankString	rdfs:label	"Rank String" ;
	rdfs:domain	ns1:TaxonConcept .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:rankString	rdfs:range	xsd:string .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/> .
ns1:rankString	rdfs:isDefinedBy	ns5:TaxonConcept ;
	rdfs:comment	"*Deprecated* The taxonomic rank of this concept as a string. A string\n         representation of the rank of this concept. It is highly recommended that the rank property\n         be used along with this one unless the correct rank is not available in the rank\n         vocabulary. No direct equivalent in TCS but is string version of\n         /DataSet/TaxonConcepts/TaxonConcept/Rank. Requested by data suppliers. After discussions\n         between a number of parties this property is considered to be deprecated. The rank of a\n         TaxonConcept should be indicated by including a TaxonName of the appropriate rank in the\n         hasName property even if the name object is empty apart from the rank. " .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:rankString	dc:relation	ns1:rank .