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

mdl: a skos:ConceptScheme .
mdl:-W5VJBSDL-1
  skos:prefLabel "géométrie"@fr, "geometry"@en ;
  a skos:Concept ;
  skos:narrower mdl:-W2CLBSTV-R .

mdl:-W2CLBSTV-R
  skos:prefLabel "Delaunay triangulation"@en, "triangulation de Delaunay"@fr ;
  skos:inScheme mdl: ;
  skos:hiddenLabel "Triangulation Delaunay"@fr, "triangulations de Delaunay"@fr ;
  skos:broader mdl:-W5VJBSDL-1 ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Delaunay_triangulation>, <https://fr.wikipedia.org/wiki/Triangulation_de_Delaunay> ;
  a skos:Concept ;
  skos:definition "En mathématiques et plus particulièrement en géométrie algorithmique, la triangulation de Delaunay d'un ensemble P de points du plan est une triangulation DT(P) telle qu'aucun point de P n'est à l'intérieur du cercle circonscrit d'un des triangles de DT(P). Les triangulations de Delaunay maximisent le plus petit angle de l'ensemble des angles des triangles, évitant ainsi les triangles \"allongés\". Cette triangulation a été inventée par le mathématicien russe Boris Delaunay, dans un article publié en 1924. (Wikipedia, L'Encylopédie Libre, <a href=\"https://fr.wikipedia.org/wiki/Triangulation_de_Delaunay\" target=\"_blank\">https://fr.wikipedia.org/wiki/Triangulation_de_Delaunay</a>)"@fr, "In mathematics and computational geometry, a Delaunay triangulation (also known as a Delone triangulation) for a given set P of discrete points in a general position is a triangulation DT(P) such that no point in P is inside the circumcircle of any triangle in DT(P). Delaunay triangulations maximize the minimum of all the angles of the triangles in the triangulation; they tend to avoid sliver triangles. The triangulation is named after Boris Delaunay for his work on this topic from 1934. (Wikipedia, The Free Encyclopedia, <a href=\"https://en.wikipedia.org/wiki/Delaunay_triangulation\" target=\"_blank\">https://en.wikipedia.org/wiki/Delaunay_triangulation</a>)"@en .

