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

clarin_el:parsing
  skos:prefLabel "parsing"@en, "ανάλυση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:dependencyParsing .

clarin_el:dependencyParsing
  skos:prefLabel "dependency parsing"@en, "συντακτική ανάλυση εξαρτήσεων"@el ;
  a skos:Concept ;
  skos:exactMatch omtd:DependencyParsing ;
  ns0:IAO_0000119 "adapted from https://nlp.stanford.edu/software/nndep.shtml" ;
  skos:broader clarin_el:parsing ;
  dc:source "https://www.di.uoa.gr/sites/default/files/documents/grad/M908-YPOLOGISTIKH_GLVSSOLOGIA_NLP_DIAXEIRISH_GLWSSIKWN_PORWN.pdf" ;
  skos:definition "η διαδικασία αναγνώρισης και επισημείωσης της γραμματικής δομής μιας πρότασης, καθορίζοντας τη σχέση μεταξύ των λέξεων-κεφαλών και των υπολοίπων λέξεων που τροποποιούν αυτές τις λέξεις-κεφαλές"@el, "the task/process of identifying and marking the grammatical structure of a sentence, establishing relationships between head words and words that modify those heads"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

clarin_el:dependencyConversion skos:related clarin_el:dependencyParsing .
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 .

