@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-F90QHC03-G>
  skos:prefLabel "image classification"@en, "classification d'images"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LFV02ZJ6-J> ;
  skos:hiddenLabel "Image classification"@en, "Classification d'images"@fr ;
  skos:example "Once the image encoder and the respective image and text projection layers are trained the resulting joint embedding can be used to perform image classification via nearest neighbour retrieval. (Xie, Palayew, Toma, Bader & Wang, 2024)"@en, "Image classification is one of the most classical tasks in few-shot learning research. (Ding, Chen, Cui, Wang, Zheng, Liu & Xie, 2023)"@en ;
  dc:modified "2024-06-05T07:24:28"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-LFV02ZJ6-J>
  skos:prefLabel "traitement du signal"@fr, "signal processing"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-F90QHC03-G> .

