@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:lrtInfrastructureScheme
  skos:prefLabel "Λεξικό CLARIN:EL"@el, "CLARIN:EL Dictionary"@en ;
  a skos:ConceptScheme .

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

clarin_el:prosodicInformationProcessing
  skos:exactMatch omtd:ProsodicInformationProcessing ;
  skos:note "Prosody can be defined as a feature of speech which extends over more than one segment and is often synonymous with 'suprasegmentals'. Prosodic features include fundamental frequency (F0),relative duration and intensity, and spectral quality. They determine the rhythm and intonation of utterances."@en ;
  skos:altLabel "prosody information processing"@en ;
  skos:prefLabel "prosodic information processing"@en, "επεξεργασία προσωδιακής πληροφορίας"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:operationWithMultimediaInputOrOutput, clarin_el:informationExtraction ;
  a skos:Concept .

clarin_el:operationWithMultimediaInputOrOutput
  skos:prefLabel "operation with multimedia input or output"@en, "λειτουργία με είσοδο ή έξοδο πολυμέσων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:prosodicInformationProcessing .

