@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:dialogueModelling
  skos:definition "the task/process of building models of dialogues to be used in dialogue systems"@en, "η διαδικασία της κατασκευής διαλογικών μοντέλων με στόχο τη χρήση τους σε διαλογικά συστήματα"@el ;
  skos:note "A Dialogue model is a system that simulates the behavior of dialogue participants. This includes formal models that instantiate linguistic theories of dialogue interaction and statistical models of dialogue behaviors."@en, "Ένα διαλογικό μοντέλο είναι ένα σύστημα προσομοίωσης της συμπεριφοράς των συνομιλιτών ενός διαλόγου. Αυτό περιλαμβάνει επίσημα μοντέλα που αναπαριστούν γλωσσολογικές θεωρίες της διάδρασης μέσω διαλόγων και στατιστικά μοντέλα διαλογικής συμπεριφοράς"@el ;
  skos:exactMatch omtd:DialogueModelling ;
  skos:prefLabel "μοντελοποίηση διαλόγου"@el, "dialogue modelling"@en ;
  skos:broader clarin_el:languageModelling ;
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:altLabel "dialog modeling"@en-US .

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

clarin_el:languageModelling
  skos:prefLabel "language modelling"@en, "γλωσσική μοντελοποίηση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:dialogueModelling .

