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

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

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_inf_sciences
  skos:prefLabel "scienze informatiche"@it, "computer & information sciences"@en ;
  dc:source "“Classificazione Degli Ambiti Disciplinari.” n.d. Gov.It. Accessed June 20, 2023. https://schema.gov.it/lodview/controlled-vocabulary/classifications-for-culture/subject-disciplines."@it ;
  skos:inScheme kth: ;
  skos:definition "This group comprises concepts that relate to the academic fields of computer and information sciences, understood as the use of technology to problem-solve as well as to design, produce, and use information systems for innovation. In the context of this thesaurus, this collection refers in particular to sub fields within those two larger and related academic disciplines."@en, "Questo gruppo comprende concetti che si riferiscono ai campi accademici delle scienze informatiche e dell'informazione, intese come l'uso della tecnologia per risolvere problemi e per progettare, produrre e utilizzare sistemi informativi per l'innovazione. Nel contesto di questo thesaurus, questa raccolta si riferisce in particolare ai sottocampi all'interno di queste due discipline accademiche più ampie e correlate."@it ;
  skos:member kth:comp_viz, kth:ner, kth:data_viz, kth:ocr, kth:nlp ;
  a skos:Collection .

kth:data_viz
  skos:prefLabel "visualizzazione dei dati"@it, "data visualization"@en ;
  a skos:Concept .

kth:ner
  skos:prefLabel "named entity recognition"@it, "named entity recognition"@en ;
  a skos:Concept .

kth:nlp
  skos:prefLabel "natural language processing"@it, "natural language processing"@en ;
  a skos:Concept .

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

