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

clarin_el:supportOperation
  skos:prefLabel "support operation"@en, "λειτουργία υποστήριξης"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:dataCollection .

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

clarin_el:dataCollection
  skos:narrower clarin_el:crawling ;
  skos:prefLabel "συλλογή δεδομένων"@el, "data collection"@en ;
  skos:definition "η διαδικασία συλλογής και καταμέτρησης πληροφορίας μέσω στοχευμένων μεταβλητών με έναν καθιερωμένο συστηματικό τρόπο που στη συνέχεια δίνει τη δυνατότητα σε κάποιον να απαντήσει σχετικά ερωτήματα και να αξιολογίσει τα αποτελέσματα"@el, "the process of gathering and measuring information on targeted variables in an established systematic fashion, which then enables one to answer relevant questions and evaluate outcomes"@en ;
  a skos:Concept ;
  ns0:IAO_0000119 "https://en.wikipedia.org/wiki/Data_collection" ;
  skos:exactMatch omtd:DataCollection ;
  skos:broader clarin_el:supportOperation ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

ns0: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:crawling
  skos:prefLabel "web crawling"@en, "διάσχιση ιστού"@el ;
  a skos:Concept ;
  skos:broader clarin_el:dataCollection .

