@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:frequencyCount
  skos:exactMatch omtd:FrequencyCount ;
  skos:definition "the task of counting frequencies of entities (e.g. words, strings, sentences, specific tags, etc.)"@en, "η διαδικασία της καταμέτρησης των συχνοτήτων οντοτήτων (π.χ. λέξεων, συμβολοσειρών, προτάσεων, συγκεκριμένων ετικετών κτλ.)"@el ;
  skos:altLabel "computation of frequencies"@en ;
  skos:prefLabel "frequency count"@en, "μέτρηση συχνότητας"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:featureExtraction ;
  a skos:Concept .

clarin_el:featureExtraction
  skos:prefLabel "feature extraction"@en, "εξαγωγή χαρακτηριστικών"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:frequencyCount .

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

