@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/> .

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

clarin_el:frameSemanticParsing
  skos:exactMatch omtd:FrameSemanticParsing ;
  skos:definition "the task/process of recognising and labelling in a text predicate argument structures and the semantic roles of the constituents, in accordance to the frame semantics theory"@en, "η διαδικασία αναγνώρισης και επισημείωσης σε ένα κείμενο δομών ορισμάτων και των σημασιολογικών ρόλων των συστατικών τους στοιχείων, σύμφωνα με την σημασιολογική θεωρία πλαισίου"@el ;
  skos:prefLabel "frame-semantic parsing"@en, "σημασιολογική ανάλυση πλαισίου"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:parsing, clarin_el:semanticAnnotation ;
  a skos:Concept .

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

clarin_el:semanticAnnotation
  skos:prefLabel "semantic annotation"@en, "σημασιολογική επισημείωση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:frameSemanticParsing .

