@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-TMDXHVTH-K>
  skos:prefLabel "benchmark"@fr, "benchmark"@en ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-J3BFP58J-3> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-H24TSF40-W>
  skos:prefLabel "method of artificial intelligence"@en, "méthode de l'intelligence artificielle"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-J3BFP58J-3> .

<http://data.loterre.fr/ark:/67375/23L-J3BFP58J-3>
  skos:exactMatch <https://www.wikidata.org/wiki/Q816754> ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-TMDXHVTH-K> ;
  skos:prefLabel "benchmarking"@en, "benchmarking"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-H24TSF40-W> ;
  dc:modified "2025-09-08T08:21:46"^^xsd:dateTime ;
  skos:definition "a collection of reference problems shared by the scientific community, enabling the performance of the proposed algorithms to be compared (Source: adapted and translated from  <a href=\"https://ia.gdria.fr/Glossaire/benchmark/\">https://ia.gdria.fr/Glossaire/benchmark/</a> )"@en, "collection de problèmes de référence partagés par la communauté scientifique qui permet de comparer les performances des algorithmes proposés (Source : adapté de  <a href=\"https://ia.gdria.fr/Glossaire/benchmark/\">https://ia.gdria.fr/Glossaire/benchmark/</a> )"@fr ;
  skos:altLabel "test de performance"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  a skos:Concept .

