@prefix thesaurusinrae: <http://opendata.inrae.fr/thesaurusINRAE/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

thesaurusinrae:mt_90
  skos:prefLabel "MAT mathématiques et statistiques"@fr, "MAT mathematics and statistics"@en ;
  a skos:ConceptScheme .

thesaurusinrae:thesaurusINRAE
  skos:prefLabel "Thésaurus INRAE"@fr, "INRAE thesaurus"@en ;
  a <http://www.w3.org/ns/adms#Asset>, owl:Ontology, skos:ConceptScheme .

thesaurusinrae:c_17156
  skos:altLabel "semi-supervised learning"@en, "weak supervision"@en, "classification semi-supervisée"@fr, "classification semi dirigée"@fr, "classification semi supervisée"@fr ;
  dc:modified "2024-01-29T07:57:40"^^xsd:dateTime ;
  skos:broader thesaurusinrae:c_14916 ;
  skos:inScheme thesaurusinrae:mt_90, thesaurusinrae:thesaurusINRAE ;
  skos:prefLabel "semi-supervised classification"@en, "classification semi-dirigée"@fr ;
  a skos:Concept .

thesaurusinrae:c_14916
  skos:prefLabel "classification method"@en, "méthode de classification"@fr ;
  a skos:Concept ;
  skos:narrower thesaurusinrae:c_17156 .

