@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix taxrefbgs:	<http://taxref.mnhn.fr/lod/bioGeoStatus/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
taxrefbgs:E	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
taxrefbgs:E	rdfs:label	"endemic"@en ,
		"end\u00E9mique"@fr .
@prefix ns4:	<http://rs.tdwg.org/ontology/voc/SPMInfoItems#> .
taxrefbgs:E	skos:exactMatch	ns4:Endemic ;
	skos:definition	"Taxon naturellement restreint \u00E0 la zone g\u00E9ographique consid\u00E9r\u00E9e."@fr .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefbgs:E	skos:inScheme	taxref:taxref-ld .