@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://taxref.mnhn.fr/lod/specificity/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:Mandatory	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Mandatory	rdfs:label	"Mandatory"@en ;
	skos:prefLabel	"Obligatoire"@fr ,
		"Mandatory"@en ;
	skos:definition	"The interaction is mandatory for the survival of the individual"@en ,
		"L'interaction est obligatoire \u00E0 la survie de l'individu"@fr .
@prefix ns4:	<http://purl.obolibrary.org/obo/> .
ns1:Mandatory	skos:relatedMatch	ns4:NCIT_C25652 .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
ns1:Mandatory	skos:inScheme	taxref:taxref-ld .