@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
<http://taxref.mnhn.fr/lod/bib/1121>	rdf:type	bibo:Document .
@prefix schema:	<http://schema.org/> .
<http://taxref.mnhn.fr/lod/bib/1121>	rdf:type	schema:CreativeWork .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://taxref.mnhn.fr/lod/bib/1121>	rdfs:label	"Luquet (1986)" .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
<http://taxref.mnhn.fr/lod/bib/1121>	rdfs:isDefinedBy	taxref:taxref-ld .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
<http://taxref.mnhn.fr/lod/bib/1121>	schema:datePublished	"1986"^^xsd:gYear .
@prefix dct:	<http://purl.org/dc/terms/> .
<http://taxref.mnhn.fr/lod/bib/1121>	dct:title	"Luquet (1986)" ;
	dct:issued	"1986"^^xsd:gYear ;
	dct:bibliographicCitation	"Luquet, G.C. 1986. Les noms vernaculaires fran\u00E7ais des Rhopaloc\u00E8res d'Europe. <i>Alexanor</i>, 14(7) suppl\u00E9ment p.1-49." .