@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#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:imageSegmentation
  dc:source "Μαρκόπουλος, Γ. (2015). Ορολογία Υπολογιστικής Γλωσσολογίας. Δελτίο Επιστημονικής Ορολογίας και Νεολογισμών 13. Διαθέσιμο σε: https://www.academia.edu/38285457/%CE%9F%CF%81%CE%BF%CE%BB%CE%BF%CE%B3%CE%AF%CE%B1_%CE%A5%CF%80%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CF%84%CE%B9%CE%BA%CE%AE%CF%82_%CE%93%CE%BB%CF%89%CF%83%CF%83%CE%BF%CE%BB%CE%BF%CE%B3%CE%AF%CE%B1%CF%82_Computational_Linguistics_Terminology_" ;
  skos:exactMatch omtd:ImageSegmentation ;
  skos:altLabel "τεμαχισμός εικόνας"@el ;
  skos:prefLabel "image segmentation"@en, "κατάτμηση εικόνας"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:operationWithMultimediaInputOrOutput ;
  a skos:Concept .

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

clarin_el:operationWithMultimediaInputOrOutput
  skos:prefLabel "operation with multimedia input or output"@en, "λειτουργία με είσοδο ή έξοδο πολυμέσων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:imageSegmentation .

