@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:statusValue	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
taxrefprop:statusValue	rdfs:label	"status value"@en .
@prefix taxrefstatus:	<http://taxref.mnhn.fr/lod/status/> .
taxrefprop:statusValue	rdfs:domain	taxrefstatus:TaxonStatus .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefprop:statusValue	rdfs:isDefinedBy	taxref:taxref-ld .
@prefix dct:	<http://purl.org/dc/terms/> .
taxrefprop:statusValue	dct:description	"Relates a taxon status with the actual status value"@en .