@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-GJJLPWT0-8>
  skos:prefLabel "corpus"@fr, "corpus"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-ZPH791BV-R> .

<http://data.loterre.fr/ark:/67375/8LP-ZPH791BV-R>
  skos:hiddenLabel "Corpus d'apprentissage"@fr, "Training corpus"@en ;
  skos:example "Le corpus d'apprentissage comprend 190 comptes rendus contre 120 dans le corpus de test. (Zweigenbaum & Tannier, 2013)"@fr, "There seems to be a correlation between corpus size and tagging accuracy; the larger the training corpus the higher the achieved tagging accuracy is. (Hafsteinsson & Ingason, 2021)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-GJJLPWT0-8> ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "training corpus"@en, "corpus d'apprentissage"@fr ;
  dc:modified "2024-05-13T08:47:33"^^xsd:dateTime .

