@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-G006D599-R>
  skos:prefLabel "measure"@en, "mesure"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KQS941Q7-H> .

<http://data.loterre.fr/ark:/67375/8LP-KQS941Q7-H>
  skos:altLabel "BP"@en, "pénalité de concision"@fr, "word penalty"@fr ;
  skos:prefLabel "brevity penalty"@en, "pénalité de longueur"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  skos:hiddenLabel "Pénalité de longueur"@fr, "Brevity penalty"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "[Function] introduced to compensate for the possibility of proposing highprecision hypothesis translations which are too short. (Callison-Burch et al. \"Re-evaluating the Role of BLEU in Machine Translation Research\" (April 2006). 11th Conference of the European Chapter of the Association for Computational Linguistics. Available at  <a href=\"https://aclanthology.org/E06-1032/\">https://aclanthology.org/E06-1032/</a> (Accessed on 10 Oct 2024))"@en, "Fonction caractéristique utilisée pour calibrer la longueur d'une phrase cible. ( <a href=\"https://dumas.ccsd.cnrs.fr/dumas-00631003/document\">https://dumas.ccsd.cnrs.fr/dumas-00631003/document</a>)"@fr ;
  dc:modified "2024-10-10T09:23:15"^^xsd:dateTime ;
  a skos:Concept .

