@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix taxrefstatus:	<http://taxref.mnhn.fr/lod/status/> .
taxrefstatus:BioGeographicalStatus	rdfs:label	"Biogeographical status of a taxon in a geographical area, according to a bibliographic source"@en .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefstatus:BioGeographicalStatus	rdfs:isDefinedBy	taxref:taxref-ld ;
	rdfs:comment	"The biogeographical status of a taxon with the geographical area where this status applies and the bibliographic source that assigned this status to that taxon"@en ;
	rdfs:subClassOf	taxrefstatus:TaxonStatus .