@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://purl.obolibrary.org/obo/> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

clarin_el:speechUnderstanding
  skos:prefLabel "speech understanding"@en, "κατανόηση ομιλίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:naturalLanguageUnderstanding .

clarin_el:naturalLanguageUnderstanding
  skos:prefLabel "natural language understanding"@en, "κατανόηση φυσικής γλώσσας"@el ;
  skos:broader clarin_el:operation ;
  skos:narrower clarin_el:spokenLanguageUnderstanding, clarin_el:speechUnderstanding ;
  ns0:IAO_0000119 "adapted from https://www.gartner.com/it-glossary/nlu-natural-language-understanding" ;
  skos:definition "the comprehension by computers of the structure and meaning of human languages, allowing users to interact with the computer using natural sentences"@en ;
  skos:altLabel "machine understanding"@en, "language understanding"@en, "LU"@en, "natural language understanding"@en, "NLU"@en ;
  skos:exactMatch omtd:NaturalLanguageUnderstanding ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept .

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

ns0:IAO_0000119
  rdfs:comment "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
  rdfs:label "πηγή ορισμού"@el, "definition source"@en .

clarin_el:operation
  skos:prefLabel "operation"@en, "λειτουργία"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:naturalLanguageUnderstanding .

clarin_el:spokenLanguageUnderstanding
  skos:prefLabel "spoken language understanding"@en, "κατανόηση προφορικού λόγου"@el ;
  a skos:Concept ;
  skos:broader clarin_el:naturalLanguageUnderstanding .

