@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/380789>	rdf:type	bibo:Document .
@prefix schema:	<http://schema.org/> .
<http://taxref.mnhn.fr/lod/bib/380789>	rdf:type	schema:CreativeWork .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://taxref.mnhn.fr/lod/bib/380789>	rdfs:label	"Prevot (1972)" .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
<http://taxref.mnhn.fr/lod/bib/380789>	rdfs:isDefinedBy	taxref:taxref-ld .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
<http://taxref.mnhn.fr/lod/bib/380789>	schema:datePublished	"1972"^^xsd:gYear .
@prefix dct:	<http://purl.org/dc/terms/> .
<http://taxref.mnhn.fr/lod/bib/380789>	dct:title	"Prevot (1972)" ;
	dct:issued	"1972"^^xsd:gYear ;
	dct:bibliographicCitation	"Prevot, G. 1972. Contribution \u00E0 l'\u00E9tude des Microphallidae Travassos, 1920 (Trematoda). Cycle evolutif de <em>Megalophallus carcini </em>Prevot et Deblock, 1970. Parasite du goeland (<em>Larus argentatus</em>). <em>Bulletin de la Soci\u00E9t\u00E9 Zoologique de France</em>, 97(2): 157-163." .