@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-Q251XS0S-C> .

<http://data.loterre.fr/ark:/67375/8LP-Q251XS0S-C>
  skos:example "The interesting uses of WCE include: pointing out the words that need to be corrected by the post-editor telling readers about the reliability of a specific portion and selecting the best segments among options from multiple translation systems for combination. (Luong, Besacier & Lecouteux, 2014)"@en, "The results suggest that our real WCE system slightly (but significantly) improves the baseline while the oracle one extremely boosts it; and better WCE leads to better MT quality. (Luong, Besacier & Lecouteux, 2014)"@en ;
  dc:modified "2025-02-12T13:50:09"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  skos:prefLabel "MCM"@fr, "WCE"@en ;
  skos:altLabel "mesure de confiance au niveau des mots"@fr .

