@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:ner
  skos:prefLabel "named entity recognition"@it, "named entity recognition"@en ;
  a skos:Concept ;
  skos:broader kth:nlp .

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:nlp .

kth:nlp
  skos:definition "Natural Language Processing is an interdisciplinary field concerned with interaction between computer systems and human languages, such as how to enable computer programs to understand the content of textual documents in order to process (analysis, enrichment, transformation) them."@en, "Natural Language Processing è un campo interdisciplinare che si occupa dell'interazione tra i sistemi informatici e i linguaggi umani, ad esempio come consentire ai programmi informatici di comprendere il contenuto dei documenti testuali per elaborarli (analisi, arricchimento, trasformazione)."@it ;
  skos:prefLabel "natural language processing"@it, "natural language processing"@en ;
  skos:topConceptOf kth: ;
  skos:narrower kth:ner ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh88002425>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept48> ;
  skos:altLabel "NLP"@en ;
  a skos:Concept ;
  skos:inScheme kth: ;
  dc:source "“About: Natural Language Processing.” n.d. DBpedia. Accessed June 20, 2023. https://dbpedia.org/page/Natural_language_processing."@en .

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

