@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:authoringSupport
  skos:prefLabel "authoring support"@en, "λογισμικό υποστήριξης συγγραφής"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:l2WritingSupport .

clarin_el:l2WritingSupport
  dc:source "Νάκου Ε., & Δημάκος Ι. (2020). Η επίδραση της μητρικής στην δεύτερη γλώσσα στη συγγραφή γραπτών κειμένων. Πανελλήνιο Συνέδριο Επιστημών Εκπαίδευσης, 8, 792–798. https://doi.org/10.12681/edusc.2723" ;
  skos:exactMatch omtd:L2WritingSupport ;
  skos:altLabel "L2 writing assistant"@en ;
  skos:prefLabel "L2 writing support"@en, "υποστήριξη συγγραφής γραπτών κειμένων στη δεύτερη γλώσσα"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:authoringSupport ;
  a skos:Concept .

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

