@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-PPTR6LGT-6>
  skos:prefLabel "modèle d'apprentissage automatique"@fr, "machine learning model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-XHFQLBTK-J> .

<http://data.loterre.fr/ark:/67375/8LP-XHFQLBTK-J>
  skos:exactMatch ltk:-K0HJZQLF-3, <https://www.wikidata.org/wiki/Q831366> ;
  skos:prefLabel "decision tree"@en, "arbre de décision"@fr ;
  skos:hiddenLabel "Arbre de décision"@fr, "Decision tree"@en ;
  skos:altLabel "arbre décisionnel"@fr, "decisional tree"@en ;
  skos:definition "Modèle d'apprentissage supervisé composé d'un ensemble de conditions et de feuilles organisées de manière hiérarchique. ( <a href=\"https://developers.google.com/machine-learning/glossary?hl=en#d\">https://developers.google.com/machine-learning/glossary?hl=en#d</a>)"@fr, "A supervised learning model composed of a set of conditions and leaves organized hierarchically. ( <a href=\"https://developers.google.com/machine-learning/glossary?hl=en#d\">https://developers.google.com/machine-learning/glossary?hl=en#d</a>)"@en ;
  dc:modified "2024-05-03T07:51:54"^^xsd:dateTime ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-L33JN8VT-W> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PPTR6LGT-6>, <http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9> ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9>
  skos:prefLabel "algorithme de classification"@fr, "classification algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-XHFQLBTK-J> .

<http://data.loterre.fr/ark:/67375/8LP-L33JN8VT-W>
  skos:prefLabel "random forest"@en, "forêt aléatoire"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-XHFQLBTK-J> .

