@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:annotationOfDocumentStructure
  skos:exactMatch omtd:AnnotationOfDocumentStructure ;
  skos:definition "the task/process of annotating the internal structure of a document (e.g. book chapters, sections in a journal article, title, preface, images/figures etc.)"@en, "η διαδικασία επισημείωσης της εσωτερικής δομής ενός εγγράφου (π.χ. κεφάλαια βιβλίου, άρθρα εφημερίδας, τίτλος, εισαγωγικό σημείωμα, εικόνες/σχήματα κτλ.)"@el ;
  skos:altLabel "tagging of document structure"@en ;
  skos:prefLabel "annotation of document structure"@en, "δομική επισημείωση εγγράφου"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:structuralAnnotation ;
  a skos:Concept .

clarin_el:structuralAnnotation
  skos:prefLabel "structural annotation"@en, "δομική επισημείωση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:annotationOfDocumentStructure .

