@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:hasName	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:hasName	rdfs:label	"Has Name" ;
	rdfs:domain	ns1:TaxonConcept .
@prefix ns4:	<http://rs.tdwg.org/ontology/voc/> .
ns1:hasName	rdfs:isDefinedBy	ns4:TaxonConcept ;
	rdfs:comment	"The TaxonName for this concept. Equivalent to TCS\n         /DataSet/TaxonConcepts/TaxonConcept/Name " .