@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:humanComputerInteraction
  skos:prefLabel "επικοινωνία ανθρώπου-μηχανής"@el, "human computer interaction"@en ;
  a skos:Concept ;
  skos:altLabel "HCI"@en, "human machine interaction"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:definition "a multi-disciplinary research area focusing on the design and use of computer technology deployed in interfaces between humans and computers"@en ;
  skos:broader clarin_el:operationWithMultimediaInputOrOutput ;
  dc:source "Γεωργούλη , Α. (χ.χ.). “Τεχνητή Νοημοσύνη” – Μια εισαγωγική προσέγγιση. Ανάκτηση από openbook.gr: https://www.openbook.gr/techniti-noimosyni/" ;
  skos:narrower clarin_el:avatarSynthesis, clarin_el:conversationalSystemsBuilding ;
  skos:exactMatch omtd:HumanComputerInteraction .

clarin_el:avatarSynthesis
  skos:prefLabel "avatar synthesis"@en, "σύνθεση άβαταρ"@el ;
  a skos:Concept ;
  skos:broader clarin_el:humanComputerInteraction .

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

clarin_el:conversationalSystemsBuilding
  skos:prefLabel "conversational systems building"@en, "κατασκευή διαλογικών συστημάτων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:humanComputerInteraction .

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

