@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/23L-T9JSPKC8-T>
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  dc:modified "2025-09-08T08:05:16"^^xsd:dateTime ;
  skos:definition "recherche arborescente pour les jeux à deux joueurs qui permet de prévoir l’évaluation de la situation plusieurs coups à l’avance. Cette méthode est par exemple à la base des programmes jouant aux échecs. (Source :  <a href=\"https://ia.gdria.fr/Glossaire/minimax/\">https://ia.gdria.fr/Glossaire/minimax/</a> )"@fr, "tree search for two-player games, which predicts the evaluation of the situation several moves in advance. This method is the basis of computer chess programs, for example. (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/minimax/\">https://ia.gdria.fr/Glossaire/minimax/</a>)."@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Minimax>, <https://www.wikidata.org/wiki/Q751319> ;
  skos:prefLabel "MiniMax"@en, "MiniMax"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-NZTHC8DH-B> ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-QJ59M09L-K> .

<http://data.loterre.fr/ark:/67375/23L-NZTHC8DH-B>
  skos:prefLabel "algorithme de recherche"@fr, "search algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-T9JSPKC8-T> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-QJ59M09L-K>
  skos:prefLabel "élagage alpha-bêta"@fr, "alpha-beta pruning"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-T9JSPKC8-T> .

