@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:temporalExpressionsLabelling
  skos:prefLabel "temporal expressions labelling"@en, "επισήμανση χρονικών εκφράσεων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:annotationOfDates .

clarin_el:annotationOfDates
  skos:altLabel "date recognition"@en, "ανίχνευση ημερομηνιών"@el, "labeling of dates"@en-US, "date detection"@en, "αναγνώριση ημερομηνιών"@el, "labelling of dates"@en, "tagging of dates"@en ;
  skos:broader clarin_el:temporalExpressionsLabelling ;
  skos:prefLabel "επισημείωση ημερομηνιών"@el, "annotation of dates"@en ;
  skos:definition "η διαδικασία επισημείωσης ημερομηνιών σε ένα κείμενο"@el, "the task/process of marking dates in a text"@en ;
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:exactMatch omtd:AnnotationOfDates .

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

