@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:authoringSupport
  skos:prefLabel "authoring support"@en, "λογισμικό υποστήριξης συγγραφής"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:spellChecking .

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

clarin_el:spellChecking
  a skos:Concept ;
  skos:prefLabel "spell checking"@en, "ορθογραφικός έλεγχος"@el ;
  skos:broader clarin_el:authoringSupport ;
  skos:altLabel "ορθογραφική διόρθωση"@el, "spelling correction"@en ;
  skos:definition "the task/process of checking the accuracy of spelling of a word (and usually correcting it) according to the accepted form"@en ;
  skos:exactMatch omtd:SpellChecking ;
  skos:note "Techniques for the identification of spelling or typing errors in textual documents, which may be applied interactively during the creation of the document, or off-line for existing documents. Spelling correction is an extension in which for each assumed error one or several hypothetical corrections are suggested."@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

