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

<http://data.loterre.fr/ark:/67375/8LP-SB3B3PCH-C>
  skos:definition "Approche de traduction automatique basée sur un dictionnaire qui fait correspondre chaque mot de la langue source à son équivalent dans la langue cible. ( <a href=\"https://archive-ouverte.unige.ch//unige:155797\">https://archive-ouverte.unige.ch//unige:155797</a>)"@fr, "Word-by-word translation approach with simple grammatical adjustments, designed for a specific source and target language pair and the translation unit of which is usually a word. (wikipedia.org)"@en ;
  dc:modified "2024-04-29T14:02:21"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R460DKDB-H> ;
  skos:prefLabel "direct machine translation"@en, "traduction automatique directe"@fr .

