@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

omtd:InformationExtraction
  rdfs:label "Information Extraction"@en ;
  skos:prefLabel "Information Extraction"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

skos:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:Operation
  rdfs:label "Operation"@en ;
  a owl:Class .

omtd:EntityMentionRecognition skos:related omtd:NamedEntityRecognition .
omtd:NamedEntityRecognition
  skos:prefLabel "Named Entity Recognition"@en ;
  skos:broader omtd:InformationExtraction ;
  skos:altLabel "NER"@en, "NERC"@en, "Entity Recognition"@en, "Entity Identification"@en, "Entity extraction"@en ;
  skos:narrower omtd:NamedEntityDisambiguation ;
  rdfs:comment "A subtask of information extraction that seeks to locate and classify named entities in text into pre-defined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages, etc."@en, "A subtask of information extraction that seeks to locate and classify named entities in text into pre-defined categories such as the names of persons, organisations, locations, expressions of times, quantities, monetary values, percentages, etc."@en-gb ;
  a owl:NamedIndividual, skos:Concept, omtd:Operation ;
  skos:editorialNote "can also be annotation"@en ;
  skos:inScheme omtd:OperationScheme ;
  rdfs:label "Named Entity Recognition"@en ;
  skos:definition "Named entity (NE) recognition is a form of information extraction in which the major task is to identify and classify from NL text every word or sequence of words as being a person-name, organization, location, date, time, monetary value, percentage expression. NE recognition has a high impact for a number of applications, like e.g., InterNet search engines, text data mining or answer extraction."@en, "Named entity (NE) recognition is a form of information extraction in which the major task is to identify and classify from NL text every word or sequence of words as being a person-name, organisation, location, date, time, monetary value, percentage expression. NE recognition has a high impact for a number of applications, like e.g., InterNet search engines, text data mining or answer extraction."@en-gb .

omtd:NamedEntityDisambiguation
  rdfs:label "Named Entity Disambiguation"@en ;
  skos:prefLabel "Named Entity Disambiguation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:NamedEntityRecognition .

omtd:TextProcessingCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Text Processing Collection"@en ;
  skos:member omtd:NamedEntityRecognition .

omtd:OperationScheme
  rdfs:label "Operation Taxonomy"@en ;
  skos:prefLabel "Operation Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

