@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://purl.obolibrary.org/obo/> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

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

<http://purl.obolibrary.org/obo/IAO_0000119>
  rdfs:comment "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
  rdfs:label "πηγή ορισμού"@el, "definition source"@en .

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

clarin_el:fakeNewsDetection
  ns0:IAO_0000119 "adapted from Wikipedia" ;
  a skos:Concept ;
  skos:altLabel "fake news evaluation"@en, "fake news assessment"@en ;
  skos:definition "η διαδικασία ανίχνευσης του εάν μία συγκεκριμένη είδηση είναι ψευδής (π.χ. μία είδηση κίτρινης δημοσιογραφίας ή προπαγάνδα που έχει ως σκοπό την παραπληροφόρηση ή εξαπάτηση και διαδίδεται μέσω των παραδοσιακών μέσων ενημέρωσης ή των μέσων κοινωνικής δικτύωσης)"@el, "the process of detecting whether a certain news item is fake (i.e. a type of news items of yellow journalism or propaganda that consists of deliberate disinformation or hoaxes spread via traditional news media or online social media)"@en ;
  skos:prefLabel "ανίχνευση ψευδών ειδήσεων"@el, "fake news detection"@en ;
  skos:exactMatch omtd:FakeNewsDetection ;
  skos:broader clarin_el:informationExtraction ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

