@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:ner
  a skos:Concept ;
  skos:broader kth:nlp ;
  skos:definition "Named Entity Recognition is a type of Information Extraction technique used to automatically identify, segment, and label named entities mentioned in unstructured text into pre-defined categories such as person names, organizations, locations, medical codes, time expressions, quantities, monetary values, percentages, etc."@en, "Named Entity Recognition è un tipo di tecnica di estrazione dell'informazione utilizzata per identificare, segmentare ed etichettare automaticamente le entità nominate citate in un testo non strutturato in categorie predefinite come nomi di persone, organizzazioni, località, codici medici, espressioni temporali, quantità, valori monetari, percentuali, ecc."@it ;
  skos:inScheme kth: ;
  skos:altLabel "NER"@en ;
  skos:prefLabel "named entity recognition"@it, "named entity recognition"@en ;
  dc:source "Humbel, Marco, Julianne Nyhan, Andreas Vlachidis, Kim Sloan, and Alexandra Ortolja-Baird. 2021. “Named-Entity Recognition for Early Modern Textual Documents: A Review of Capabilities and Challenges with Strategies for the Future.” The Journal of Documentation; Devoted to the Recording, Organization and Dissemination of Specialized Knowledge 77 (6): 1223–47. https://doi.org/10.1108/jd-02-2021-0032. Wikipedia contributors. 2023a. “Named-Entity Recognition.” Wikipedia, The Free Encyclopedia. May 23, 2023. https://en.wikipedia.org/w/index.php?title=Named-entity_recognition&oldid=1156643335."@en ;
  skos:closeMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept48.05>, <https://cso.kmi.open.ac.uk/topics/named_entity_recognition> .

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:nlp
  skos:prefLabel "natural language processing"@it, "natural language processing"@en ;
  a skos:Concept ;
  skos:narrower kth:ner .

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

