@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/> .

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

clarin_el:trainingOfMachineLearningModels
  ns0:IAO_0000119 "adapted from http://docs.aws.amazon.com/machine-learning/latest/dg/training-ml-models.html" ;
  skos:exactMatch omtd:TrainingOfMachineLearningModels ;
  skos:definition "the task/process of creating Machine Learning (ML) models by providing a ML algorithm with training data that help the algorithm discover patterns in data, and construct the appropriate models using these discoveries"@en ;
  skos:prefLabel "training of machine learning models"@en, "εκπαίδευση μοντέλων μηχανικής μάθησης"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:languageModelling ;
  a skos:Concept .

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

