@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:multimediaAnnotation
  skos:altLabel "multimedia labeling"@en-US, "multimedia labelling"@en, "multimedia tagging"@en ;
  skos:exactMatch omtd:MultimediaAnnotation ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:annotation, clarin_el:operationWithMultimediaInputOrOutput ;
  a skos:Concept ;
  skos:prefLabel "multimedia annotation"@en, "επισημείωση πολυμέσων"@el .

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:multimediaAnnotation .

clarin_el:annotation
  skos:prefLabel "annotation"@en, "επισημείωση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:multimediaAnnotation .

