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

clarin_el:naturalLanguageGeneration
  skos:prefLabel "natural language generation"@en, "παραγωγή φυσικής γλώσσας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:lexicalSubstitution .

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

<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:paraphrasing
  skos:prefLabel "paraphrasing"@en, "παράφραση"@el ;
  a skos:Concept .

clarin_el:lexicalSubstitution
  skos:definition "the task of identifying a substitute for a word in the context of a clause"@en, "η διαδικασία αντικατάστασης μία λέξης με μία άλλη στο πλαίσιο ενός συγκεκριμένου συγκείμενου/πρότασης"@el ;
  skos:exactMatch omtd:LexicalSubstitution ;
  skos:broader clarin_el:naturalLanguageGeneration ;
  skos:prefLabel "γλωσσική υποκατάσταση"@el, "lexical substitution"@en ;
  skos:related clarin_el:paraphrasing ;
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  ns0:IAO_0000119 "Wikipedia" .

clarin_el:lexicalSimplification skos:related clarin_el:lexicalSubstitution .
