@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:audioSegmentation
  skos:exactMatch omtd:AudioSegmentation ;
  skos:definition "the task/process of partitioning audio stream into homogeneous segments and classifying them into speech and non-speech segments"@en, "η διαδικασία τεμαχισμού ηχητικών δεδομένων σε ομοιογενή αποσπάσματα και η κατηγοριοποίησή τους σε αποσμάσματα ομιλίας και αποσπάσματα χωρίς ομιλία"@el ;
  skos:altLabel "τεμαχισμός ηχητικών δεδομένων"@el ;
  skos:prefLabel "audio segmentation"@en, "κατάτμηση ηχητικών δεδομένων"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:speechAnnotation ;
  a skos:Concept .

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

clarin_el:speechAnnotation
  skos:prefLabel "speech annotation"@en, "επισημείωση ομιλίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:audioSegmentation .

