@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
taxref:Organisms_in_polype_stage	rdf:type	owl:Restriction .
@prefix taxrefprop:	<http://taxref.mnhn.fr/lod/property/> .
taxref:Organisms_in_polype_stage	owl:onProperty	taxrefprop:hasBiologicalStage .
@prefix ns4:	<http://taxref.mnhn.fr/lod/biologicalStage/> .
taxref:Organisms_in_polype_stage	owl:hasValue	ns4:Polyp .