@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://taxref.mnhn.fr/lod/trophicLevel/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:Palynivore	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Palynivore	rdfs:label	"Palynivore"@en ;
	skos:prefLabel	"Palynivore"@fr ,
		"Palynivore"@en .
@prefix ns4:	<http://purl.obolibrary.org/obo/> .
ns1:Palynivore	skos:exactMatch	ns4:ECOCORE_00000137 ;
	skos:definition	"Un herbivore qui consomme principalement du pollen"@fr ,
		"An herbivore that primarily consumes pollen"@en .
@prefix wd:	<http://www.wikidata.org/entity/> .
ns1:Palynivore	skos:relatedMatch	wd:Q3805698 .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
ns1:Palynivore	skos:inScheme	taxref:taxref-ld .