@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-CKLHJSNP-1>
  a skos:Concept ;
  skos:definition "Approche de la traduction automatique qui repose sur l'utilisation de règles pour transférer les connaissances linguistiques d'une langue source à une langue cible."@fr, "Machine translation approach that involves transferring knowledge from a source language to a target language through an intermediate language. The source text is first translated into an intermediary language, and then this intermediate representation is used to generate the final target language translation."@en ;
  dc:modified "2024-04-29T14:01:53"^^xsd:dateTime ;
  skos:prefLabel "transfer-based machine translation"@en, "traduction automatique basée sur le transfert"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R460DKDB-H> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q6961922> ;
  skos:example "The effects of the rules applied in the Hindi to Bengali transfer based Machine Translation (MT) system are evaluated and analysed. (Chatterji, Sarkar & Basu, 2012)"@en .

<http://data.loterre.fr/ark:/67375/8LP-R460DKDB-H>
  skos:prefLabel "rule-based machine translation"@en, "traduction automatique à base de règles"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-CKLHJSNP-1> .

