@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:textCategorization
  a skos:Concept ;
  skos:definition "the task/process of assigning documents into classes or categories"@en ;
  skos:altLabel "text categorisation"@en-GB, "ταξινόμηση κειμένου"@el, "document classification"@en, "document categorization"@en, "text classification"@en, "document categorisation"@en-GB ;
  skos:prefLabel "κατηγοριοποίηση κειμένου"@el, "text categorization"@en ;
  skos:broader clarin_el:knowledgeDiscovery, clarin_el:informationExtraction ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:exactMatch omtd:TextCategorization .

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

clarin_el:knowledgeDiscovery
  skos:prefLabel "knowledge discovery"@en, "ανακάλυψη γνώσης"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:textCategorization .

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

