@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:computerAidedTranslation
  skos:definition "a form of translation performed by a human translator with the aid of software programmes"@en, "μορφή μετάφρασης που πραγματοποιείται από άνθρωπο μεταφραστή με τη βοήθεια λογισμικού"@el ;
  skos:note "Τεχνικές που συμβάλλουν στην αύξηση παραγωγικότητας των ανθρώπων μεταφραστών μέσα από κατάλληλες υπολογιστικές υποδομές, συμπεριλαμβανομένων και μεταφραστικών μνημών, διαχείριση ορολογίας, μερική μηχανική μετάφραση, διαδικτυακά λεξικά, ή άλλες τεχνικές που αυτοματοποιούν μέρος του έργου ενός μεταφραστή, όπως η αναγνώριση ομιλίας ή τεχνικές ενισχυμένης πληκτρολόγισης οι οποίες εφαρμόζονται στις ανθρώπινες μεταφράσεις."@el, "Techniques that help to increase the productivity of human translators via suitable computational infrastructure, including translation memories, terminology management, partial machine translation, online lexicons, or other techniques that automate parts of the translator's work, such as speech recognition or accelerated typing techniques applied to human translations."@en ;
  skos:altLabel "CAT"@en, "computer-assisted translation"@en, "machine-aided human translation"@en, "MAHT"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:machineTranslation ;
  skos:exactMatch omtd:ComputerAidedTranslation ;
  skos:prefLabel "υπολογιστικά υποβοηθούμενη μετάφραση"@el, "computer-aided translation"@en ;
  a skos:Concept .

clarin_el:lrtInfrastructureScheme
  skos:prefLabel "Λεξικό CLARIN:EL"@el, "CLARIN:EL Dictionary"@en ;
  a skos:ConceptScheme .

clarin_el:machineTranslation
  skos:prefLabel "machine translation"@en, "μηχανική μετάφραση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:computerAidedTranslation .

