@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:lrtInfrastructure
  skos:prefLabel "language resources and technology infrastructure concept"@en, "έννοια για υποδομές γλωσσικών πόρων και γλωσσικής τεχνολογίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:crawling .

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

clarin_el:dataCollection
  skos:prefLabel "data collection"@en, "συλλογή δεδομένων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:crawling .

<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:crawling
  skos:altLabel "ανίχνευση και προσπέλαση ιστού"@el, "διάσχιση"@el, "crawling"@en, "web crawling and spidering"@en ;
  skos:definition "the use of bots that crawl the web (crawlers) in order to spot content that matches user-set criteria and download them to create large datasets"@en, "η χρήση μποτ που ανιχνεύουν το διαδίκτυο για τον εντοπισμό περιεχομένου που συμπίπτει με τα ορισμένα από τους χρήστες κριτήρια και η καταφόρτωσή του για τη δημιουργία μεγάλων βάσεων δεδομένων"@el ;
  ns0:IAO_0000119 "https://iguru.gr/einai-web-crawler/" ;
  skos:exactMatch omtd:Crawling ;
  skos:prefLabel "διάσχιση ιστού"@el, "web crawling"@en ;
  skos:broader clarin_el:lrtInfrastructure, clarin_el:dataCollection ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept .

