@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/86641>	rdf:type	bibo:Document .
@prefix schema:	<http://schema.org/> .
<http://taxref.mnhn.fr/lod/bib/86641>	rdf:type	schema:CreativeWork .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://taxref.mnhn.fr/lod/bib/86641>	rdfs:label	"DORIS (2012)" .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
<http://taxref.mnhn.fr/lod/bib/86641>	rdfs:isDefinedBy	taxref:taxref-ld .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
<http://taxref.mnhn.fr/lod/bib/86641>	schema:datePublished	"2012"^^xsd:gYear .
@prefix dct:	<http://purl.org/dc/terms/> .
<http://taxref.mnhn.fr/lod/bib/86641>	dct:title	"DORIS (2012)" .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://taxref.mnhn.fr/lod/bib/86641>	foaf:page	<http://doris.ffessm.fr/> ;
	dct:issued	"2012"^^xsd:gYear ;
	dct:bibliographicCitation	"DORIS, 2012. Donn\u00E9es d'Observations pour la Reconnaissance et l'Identification de la faune et de la flore Subaquatiques (DORIS). F\u00E9d\u00E9ration fran\u00E7aise d'\u00E9tudes et de Sports Sous-Marins (FFESSM). http://doris.ffessm.fr/, version 3 (2012). Consult\u00E9 en ao\u00FBt 2014." ;
	schema:sameAs	<http://doris.ffessm.fr/> .