@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-T48BKJNW-4>
  skos:prefLabel "traduction automatique statistique"@fr, "statistical machine translation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-VMGTQ1GH-0> .

<http://data.loterre.fr/ark:/67375/8LP-VMGTQ1GH-0>
  a skos:Concept ;
  skos:altLabel "TA au niveau des caractères"@fr, "character-level MT"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-04-29T14:19:18"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-T48BKJNW-4> ;
  skos:hiddenLabel "Character-level machine translation"@en, "Traduction automatique au niveau des caractères"@fr ;
  skos:prefLabel "character-level machine translation"@en, "traduction automatique au niveau des caractères"@fr .

