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

clarin_el:languageTechnology
  skos:broader clarin_el:operation ;
  dc:source "https://www.ceid.upatras.gr/el/node/21406" ;
  skos:altLabel "HLT"@en, "human language technology"@en, "ΓΤ"@el, "LT"@en ;
  a skos:Concept ;
  skos:exactMatch omtd:LanguageTechnology ;
  skos:definition "scientific domain that studies methods of how computer programs or electronic devices can analyze, produce, modify or respond to human texts and speech"@en ;
  skos:note "Language technology, often called human language technology, studies methods of how computer programs or electronic devices can analyze, produce, modify or respond to human texts and speech. It consists of natural language processing and computational linguistics on the one hand, and speech technology on the other."@en ;
  skos:prefLabel "γλωσσική τεχνολογία"@el, "language technology"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

clarin_el:operation
  skos:prefLabel "operation"@en, "λειτουργία"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:languageTechnology .

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

