@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix taxrefhab:	<http://taxref.mnhn.fr/lod/habitat/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
taxrefhab:HabitatCollection	rdf:type	skos:Collection .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
taxrefhab:HabitatCollection	rdfs:label	"Collection of habitat concepts"@en .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefhab:HabitatCollection	rdfs:isDefinedBy	taxref:taxref-ld ;
	skos:member	taxrefhab:Terrestrial ,
		taxrefhab:BrackishWater ,
		taxrefhab:FreshWater ,
		taxrefhab:Marine .