@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix taxrefprop:	<http://taxref.mnhn.fr/lod/property/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
taxrefprop:hasBiologicalStage	rdf:type	owl:ObjectProperty .
@prefix ns3:	<http://www.wikidata.org/prop/direct/> .
taxrefprop:hasBiologicalStage	owl:equivalentProperty	ns3:P4774 .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
taxrefprop:hasBiologicalStage	rdfs:label	"has biological stage"@en .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefprop:hasBiologicalStage	rdfs:isDefinedBy	taxref:taxref-ld .
@prefix dct:	<http://purl.org/dc/terms/> .
taxrefprop:hasBiologicalStage	dct:description	"Gives the biological stage of a biologic individual (member of a taxon class)"@en .