@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-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-MZLBVRTW-N> .

<http://data.loterre.fr/ark:/67375/8LP-MZLBVRTW-N>
  skos:hiddenLabel "Interlingua-based machine translation"@en, "Traduction automatique par interlangue"@fr ;
  skos:definition "Interlingual machine translation is an approach that uses an intermediate representation, or interlingua, that captures the meaning of the source text in a language-independent way. This intermediate representation is then used to generate the corresponding target text in the target language. (Hutchins, Machine Translation: a concise history, 2003)"@en, "Type de traduction automatique qui implique la création d'une représentation sémantique ou conceptuelle de la phrase source, indépendamment de sa langue, suivie de la génération d'une phrase cible à partir de cette représentation sémantique ou conceptuelle."@fr ;
  a skos:Concept ;
  dc:modified "2024-04-29T14:06:24"^^xsd:dateTime ;
  skos:prefLabel "interlingua-based machine translation"@en, "traduction automatique par interlangue"@fr ;
  skos:altLabel "traduction par interlingua; traduction par pivot"@fr, "interlingual machine translation"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R460DKDB-H> .

