@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
@prefix schema:	<http://schema.org/> .
taxref:oliviergargominy	rdf:type	schema:Person .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
taxref:oliviergargominy	foaf:name	"Olivier GARGOMINY" ;
	schema:name	"Olivier GARGOMINY" .
@prefix ns4:	<https://www.researchgate.net/profile/> .
taxref:oliviergargominy	schema:sameAs	ns4:Gargominy_Olivier .
@prefix ns5:	<https://mnhn.academia.edu/> .
taxref:oliviergargominy	schema:sameAs	ns5:GargominyOlivier .