@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:transcription
  skos:altLabel "speech transcription"@en, "μετατροπή ομιλίας σε κείμενο"@el, "speech-to-text conversion"@en, "μεταγραφή ομιλίας"@el ;
  skos:exactMatch omtd:Transcription ;
  skos:broader clarin_el:speechRecognition ;
  skos:prefLabel "transcription"@en, "μεταγραφή"@el ;
  skos:narrower clarin_el:phoneticTranscription, clarin_el:orthographicTranscription ;
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

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

clarin_el:phoneticTranscription
  skos:prefLabel "phonetic transcription"@en, "φωνητική μεταγραφή"@el ;
  a skos:Concept ;
  skos:broader clarin_el:transcription .

clarin_el:orthographicTranscription
  skos:prefLabel "orthographic transcription"@en, "ορθογραφική μεταγραφή"@el ;
  a skos:Concept ;
  skos:broader clarin_el:transcription .

clarin_el:speechRecognition
  skos:prefLabel "speech recognition"@en, "αναγνώριση ομιλίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:transcription .

