@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:extractionOfDomainSpecificInformation
  skos:prefLabel "εξαγωγή πληροφορίας ειδικού σκοπού"@el, "extraction of domain-specific information"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:informationExtraction ;
  skos:narrower clarin_el:extractionOfFundingInformation ;
  skos:definition "extraction of information that pertains to specific domains/disciplines; it can be used combined with \"Annotation type\" to specify the type of information extracted"@en, "εξαγωγή πληροφορίας που αφορά συγκεκριμένα πεδία/ειδικότητες, και που μπορεί να χρησιμοποιηθεί σε συνδυασμό με το είδος επισημείωσης για να συγκεκριμενοποιήσει το είδος της πληροφορίας που εξάγεται"@el ;
  dc:source "https://www.cs.uoi.gr/~pitoura/courses/ap/ap16/slides/ch1.pdf" ;
  a skos:Concept ;
  skos:exactMatch omtd:ExtractionOfDomainSpecificInformation .

clarin_el:extractionOfFundingInformation
  skos:prefLabel "extraction of funding information"@en, "εξαγωγή στοιχείων χρηματοδότησης"@el ;
  a skos:Concept ;
  skos:broader clarin_el:extractionOfDomainSpecificInformation .

clarin_el:informationExtraction
  skos:prefLabel "information extraction"@en, "εξαγωγή πληροφορίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:extractionOfDomainSpecificInformation .

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

