@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix taxrefstatus:	<http://taxref.mnhn.fr/lod/status/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
taxrefstatus:LegalStatusCollection	rdf:type	skos:Collection .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
taxrefstatus:LegalStatusCollection	rdfs:label	"Collection of types of legal statuses"@en .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefstatus:LegalStatusCollection	rdfs:isDefinedBy	taxref:taxref-ld ;
	skos:member	taxrefstatus:EuropeanDirective ,
		taxrefstatus:InternationalConvention ,
		taxrefstatus:Protection ,
		taxrefstatus:Regulation .