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

kth:comp_viz
  skos:definition "Computer vision is an interdisciplinary field concerned with how to extract information from digital images and videos using computers. The field covers a range of specific problems such object detection, tracking, indexing, and restoration among others."@en, "La computer vision è un campo interdisciplinare che si occupa di come estrarre informazioni da immagini e video digitali utilizzando i computer. Il campo copre una serie di problemi specifici come il rilevamento di oggetti, il tracciamento, l'indicizzazione e il restauro, tra gli altri."@it ;
  skos:topConceptOf kth: ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85029549>, <https://cso.kmi.open.ac.uk/topics/computer_vision> ;
  dc:source "“About: Computer Vision.” n.d. DBpedia. Accessed June 20, 2023. https://dbpedia.org/page/Computer_vision."@en ;
  a skos:Concept ;
  skos:prefLabel "computer vision"@it, "computer vision"@en ;
  skos:inScheme kth: ;
  skos:narrower kth:ocr ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept41> .

kth:ocr
  skos:prefLabel "optical character recognition"@it, "optical character recognition"@en ;
  a skos:Concept ;
  skos:broader kth:comp_viz .

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

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

