@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:Principal	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Principal	rdfs:label	"Principal"@en ;
	skos:prefLabel	"Principal"@en ,
		"Principale"@fr ;
	skos:definition	"Une interaction principale n'est pas obligatoire, elle peut \u00EAtre remplac\u00E9e par une autre interaction occasionelle avec une autre esp\u00E8ce"@fr ,
		"A principal interaction is not mandatory, it can be remplaced by an optional interaction with another species" .
@prefix ns4:	<http://purl.obolibrary.org/obo/> .
ns1:Principal	skos:relatedMatch	ns4:NCIT_C25628 .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
ns1:Principal	skos:inScheme	taxref:taxref-ld .