@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/> .
@prefix ns0: <http://purl.obolibrary.org/obo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

clarin_el:supportOperation
  skos:prefLabel "support operation"@en, "λειτουργία υποστήριξης"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:handwritingRecognition .

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

clarin_el:handwritingRecognition
  skos:exactMatch omtd:HandwritingRecognition ;
  skos:definition "the ability of a computer to receive and interpret intelligible handwritten input from sources such as paper documents, photographs, touch-screens and other devices"@en, "η ικανότητα ενός υπολογιστή να λαμβάνει και να ερμηνεύει χειρόγραφα αντιληπτά δεδομένα εισόδου από πηγές όπως χαρτί, έγγραφα, φωτογραφίες, οθόνες αφής και άλλες συσκευές"@el ;
  skos:broader clarin_el:supportOperation, clarin_el:operationWithMultimediaInputOrOutput ;
  a skos:Concept ;
  ns0:IAO_0000119 "Wikipedia" ;
  skos:prefLabel "handwriting recognition"@en, "αναγνώριση χειρογράφου"@el ;
  skos:altLabel "HWR"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

ns0:IAO_0000119
  rdfs:comment "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
  rdfs:label "πηγή ορισμού"@el, "definition source"@en .

clarin_el:operationWithMultimediaInputOrOutput
  skos:prefLabel "operation with multimedia input or output"@en, "λειτουργία με είσοδο ή έξοδο πολυμέσων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:handwritingRecognition .

