@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-L862ZP36-B>
  skos:altLabel "classifcation multi-étiquettes"@fr, "multilabel classification"@en ;
  skos:hiddenLabel "Multi-label classification"@en, "Classification multi-label"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-W1V6LT8V-5> ;
  skos:definition "A classification task where multiple labels can potentially be predicted for a given instance."@en, "Variante du problème de classification où plusieurs étiquettes de classe non exclusives peuvent être attribuées à chaque instance. (Data Franca)"@fr ;
  dc:modified "2024-05-02T13:12:24"^^xsd:dateTime ;
  skos:prefLabel "classification multi-label"@fr, "multi-label classification"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q3553958> .

<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-L862ZP36-B> .

