@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:annotationOfSpeakerTurns
  skos:exactMatch omtd:AnnotationOfSpeakerTurns ;
  skos:definition "the task/process of marking locations in speech where there is a change of speakers"@en, "η διαδικασία σήμανσης των σημείων μιας συνομιλίας όπου παρατηρείται αλλαγή των συνομιλητών"@el ;
  skos:prefLabel "annotation of speaker turns"@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:annotationOfSpeakerTurns .

