@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 dc: <http://purl.org/dc/terms/> .

clarin_el:informationExtraction
  skos:prefLabel "information extraction"@en, "εξαγωγή πληροφορίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:keywordExtraction .

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

clarin_el:keywordExtraction
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:prefLabel "keyword extraction"@en, "εξαγωγή λέξης-κλειδιού"@el ;
  skos:definition "the task/process of identifying keywords (words deemed indicative of the topic/subject) in a text/corpus"@en, "η διαδικασία αναγνώρισης λέξεων-κλειδιών (λέξεων που θεωρούνται ενδεικτικές για το θέμα) σε ένα κείμενο/σώμα κειμένων"@el ;
  skos:exactMatch omtd:KeywordExtraction ;
  dc:source "Goutsos, D., & Fragkaki, G. (2015). Εισαγωγή στη γλωσσολογία σωμάτων κειμένων [Undergraduate textbook]. Kallipos, Open Academic Editions. http://hdl.handle.net/11419/1932" ;
  skos:altLabel "αναζήτηση λέξης-κλειδιού"@el, "keyword search"@en, "εντοπισμός λέξης-κλειδιού"@el, "εξαγωγή φράσης-κλειδιού"@el, "KWS"@en, "key phrase extraction"@en, "keyword spotting"@en ;
  skos:broader clarin_el:informationExtraction .

