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

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-W1V6LT8V-5>
  skos:prefLabel "classification"@fr, "classification"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-S3MC2Z3W-D> .

<http://data.loterre.fr/ark:/67375/8LP-S3MC2Z3W-D>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-W1V6LT8V-5> ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch sn8:-TJL0V7DT-W ;
  skos:prefLabel "classification supervisée"@fr, "supervised classification"@en ;
  skos:hiddenLabel "Supervised classification"@en, "Classification supervisée"@fr ;
  dc:modified "2024-05-02T13:11:48"^^xsd:dateTime ;
  skos:example "Pour apprendre les six étiquettes proposées, trois algorithmes de classification supervisée ont été utilisés : (Eshkol-Taravella & Kang, 2019)"@fr ;
  skos:definition "Problem of identifying to which of a set of categories a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known. (Wikidata)"@en, "Attribution d'une classe ou catégorie à chaque objet à classer, en se basant sur des données statistiques. (Data Franca)"@fr .

