@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-CRMR9QX2-T>
  skos:prefLabel "traduction automatique neuronale"@fr, "neural machine translation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-MNPTZ528-T> .

<http://data.loterre.fr/ark:/67375/8LP-MNPTZ528-T>
  skos:definition "An advanced approach to machine translation that utilizes a Transformer neural network and which is characterized by its attention-based architecture."@en, "Modèle de traduction automatique qui utilise des réseaux de neurones pour traduire des phrases ou des textes d'une langue à une autre."@fr ;
  dc:modified "2024-10-23T12:51:40"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CRMR9QX2-T> ;
  skos:prefLabel "transformer-based neural machine translation"@en, "traduction automatique neuronale à base de transformer"@fr .

