@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: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:faceDetection .

clarin_el:faceDetection
  skos:exactMatch omtd:FaceDetection ;
  skos:definition "the task/process of recognizing that a person appears on a digital image or a video frame from a video source and possibly marking the contours around it"@en, "η διαδικασία της αναγνώρισης ενός προσώπου που εμφανίζεται σε μια ψηφιακή είκονα ή πλάνο από μία πηγή βίντεο και της επισημείωσης των περιγραμμάτων γύρω από αυτό"@el ;
  skos:prefLabel "face detection"@en, "ανίχνευση προσώπου"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:operationWithMultimediaInputOrOutput ;
  a skos:Concept .

