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

clarin_el:naturalLanguageProcessing
  dc:source "portal" ;
  skos:altLabel "NLP"@en, "ΕΦΓ"@el ;
  skos:prefLabel "natural language processing"@en, "επεξεργασία φυσικής γλώσσας"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:lrtInfrastructure ;
  a skos:Concept .

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

clarin_el:lrtInfrastructure
  skos:prefLabel "language resources and technology infrastructure concept"@en, "έννοια για υποδομές γλωσσικών πόρων και γλωσσικής τεχνολογίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:naturalLanguageProcessing .

