@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-RH1Q1QGV-K>
  skos:prefLabel "algorithme génétique"@fr, "genetic algorithm"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-QDJV9RK8-S> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-K9PG3BSX-P>
  skos:prefLabel "optimization algorithm"@en, "algorithme d'optimisation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-QDJV9RK8-S> .

<http://data.loterre.fr/ark:/67375/23L-QDJV9RK8-S>
  dc:modified "2025-06-18T12:35:38"^^xsd:dateTime ;
  skos:definition "type d'algorithme d’optimisation mimant les processus d’évolution naturelle des espèces (par exemple, les algorithmes génétiques) (Source :  <a href=\"https://ia.gdria.fr/Glossaire/algorithme-evolutionnaire/\">https://ia.gdria.fr/Glossaire/algorithme-evolutionnaire/</a> )"@fr, "optimisation algorithms that mimic the natural evolutionary processes of species (e.g. genetic algorithms) (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/algorithme-evolutionnaire/\">https://ia.gdria.fr/Glossaire/algorithme-evolutionnaire/</a> )"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Algorithme_%C3%A9volutionniste>, <https://www.wikidata.org/wiki/Q14489129>, <https://en.wikipedia.org/wiki/Evolutionary_algorithm> ;
  skos:altLabel "AE"@fr, "algorithme évolutionniste"@fr, "algorithme évolutif"@fr ;
  skos:prefLabel "algorithme évolutionnaire"@fr, "evolutionary algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-RH1Q1QGV-K> ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-K9PG3BSX-P> .

