@prefix ins: <http://data.loterre.fr/ark:/67375/INS> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ins:-V3ZF94MV-C
  skos:definition "Un neurone, ou une cellule nerveuse, est une cellule excitable constituant l'unité fonctionnelle de la base du système nerveux."@fr, "A neuron or nerve cell is an electrically excitable cell that communicates with other cells via specialized connections called synapses."@en ;
  a skos:Concept ;
  skos:inScheme ins: ;
  skos:broader ins:-N2MC1GV1-G ;
  skos:prefLabel "neurone"@fr, "neuron"@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Neuron> .

ins: a skos:ConceptScheme .
ins:-N2MC1GV1-G
  skos:prefLabel "cellule"@fr, "cell"@en ;
  a skos:Concept ;
  skos:narrower ins:-V3ZF94MV-C .

