@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/TaxonRank#> .
ns1:SpeciesAggregate	rdf:type	ns1:TaxonRankTerm .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:SpeciesAggregate	rdfs:label	"aggr." .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:SpeciesAggregate	dc:title	"aggr." .
@prefix ns4:	<http://rs.tdwg.org/ontology/Base#> .
ns1:SpeciesAggregate	ns4:definition	" A loosely defined group of species. Zoology: \"Aggregate - a group of species, other than a subgenus, within a genus. An aggregate may be denoted by a group name\n         interpolated in parentheses.\" -- The Berlin/MoreTax model notes: \"[these] aren't taxonomic ranks but cirumscriptions because on the one hand they are necessary for the\n         concatenation of the fullname and on the other hand they are necessary for distinguishing the aggregate or species group from the microspecies.\" Compare subspecific aggregate for a\n         group of subspecies within a species! " .