@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:multimodalIntegration
  skos:altLabel "multisensory integration"@en, "modality integration"@en ;
  skos:note "Multimodal fusion combines the output of speech understanding, gestures and mimic recognition (if available) to an uniform representation of the user intention."@en ;
  skos:broader clarin_el:operationWithMultimediaInputOrOutput ;
  skos:prefLabel "multimodal integration"@en, "πολυτροπική ενσωμάτωση"@el ;
  skos:exactMatch omtd:MultimodalIntegration ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept ;
  skos:definition "the study of how information from the different sensory modalities, such as sight, sound, touch, smell, self-motion and taste, may be integrated by the nervous system"@en .

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

