@prefix kth: <http://w3id.org/knot/thesaurus/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

kth:
  rdfs:label "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  skos:prefLabel "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  a skos:ConceptScheme .

kth:comp_viz
  skos:prefLabel "computer vision"@it, "computer vision"@en ;
  a skos:Concept ;
  skos:narrower kth:ocr .

kth:ocr
  skos:altLabel "OCR"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh2010007127>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept41> ;
  dc:source "Weik, Martin H. 2000. “Optical Character Recognition.” In Computer Science and Communications Dictionary, 1160–1160. Boston, MA: Springer US. ———. 2023c. “Optical Character Recognition.” Wikipedia, The Free Encyclopedia. June 16, 2023. https://en.wikipedia.org/w/index.php?title=Optical_character_recognition&oldid=1160427284."@en ;
  skos:definition "Optical Character Recognition is an interdisciplinary field concerned with the mechanical or electronic translation of digital images of written or printed text into machine-encoded text."@en, "Optical Character Recognition è un campo interdisciplinare che si occupa della traduzione meccanica o elettronica di immagini digitali di testi scritti o stampati in testi codificati da macchine."@it ;
  skos:broader kth:comp_viz ;
  skos:prefLabel "optical character recognition"@it, "optical character recognition"@en ;
  a skos:Concept ;
  skos:inScheme kth: .

kth:comp_inf_sciences
  skos:prefLabel "scienze informatiche"@it, "computer & information sciences"@en ;
  a skos:Collection ;
  skos:member kth:ocr .

