@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:Nectarivore	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Nectarivore	rdfs:label	"Nectarivore"@en ;
	skos:prefLabel	"Nectarivore"@en ,
		"Nectarivore"@fr .
@prefix wd:	<http://www.wikidata.org/entity/> .
ns1:Nectarivore	skos:exactMatch	wd:Q120880 .
@prefix ns5:	<http://purl.obolibrary.org/obo/> .
ns1:Nectarivore	skos:exactMatch	ns5:ECOCORE_00000140 ;
	skos:definition	"An herbivore that primarily consumes nectar"@en ,
		"Un herbivore qui consomme principalement du nectar de plantes"@fr .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
ns1:Nectarivore	skos:inScheme	taxref:taxref-ld .