@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:QuestionAnswering
  rdfs:label "Question Answering"@en ;
  skos:prefLabel "Question Answering"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:KnowledgeDiscovery .

omtd:TextAndDataMining
  rdfs:label "Text and Data Mining"@en ;
  skos:prefLabel "Text and Data Mining"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:KnowledgeDiscovery .

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

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

omtd:KnowledgeDiscovery
  rdfs:label "Knowledge Discovery"@en ;
  a skos:Concept, omtd:Operation, owl:NamedIndividual ;
  skos:definition "Generally, knowledge discovery / data mining is the process of analyzing data from different perspectives and summarizing it into useful information - information that can be used to increase revenue, cuts costs, or both. Data mining software is one of a number of analytical tools for analyzing data. It allows users to analyze data from many different dimensions or angles, categorize it, and summarize the relationships identified. Technically, data mining is the process of finding correlations or patterns among dozens of fields in large relational databases."@en, "Generally, knowledge discovery / data mining is the process of analyzing data from different perspectives and summarising it into useful information - information that can be used to increase revenue, cuts costs, or both. Data mining software is one of a number of analytical tools for analysing data. It allows users to analyse data from many different dimensions or angles, categorise it, and summarise the relationships identified. Technically, data mining is the process of finding correlations or patterns among dozens of fields in large relational databases."@en-gb ;
  skos:prefLabel "Knowledge Discovery"@en ;
  skos:altLabel "KD"@en, "Knowledge Discovery in Databases"@en, "KDD"@en ;
  skos:narrower omtd:QuestionAnswering, omtd:RecognizingTextualEntailment ;
  rdfs:comment "The task/process of automatically searching large volumes of data for patterns that can be considered knowledge about the data"@en ;
  skos:inScheme omtd:OperationScheme ;
  skos:broader omtd:TextAndDataMining .

omtd:WordSenseInduction skos:broader omtd:KnowledgeDiscovery .
omtd:InformationExtractionAndInformationRetrievalCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Information Extraction and Information Retrieval Collection"@en ;
  skos:member omtd:KnowledgeDiscovery .

omtd:RecognizingTextualEntailment
  rdfs:label "Recognizing Textual Entailment"@en, "Recognising Textual Entailment"@en-gb ;
  skos:prefLabel "Recognizing Textual Entailment"@en, "Recognising Textual Entailment"@en-gb ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:KnowledgeDiscovery .

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

omtd:TextCategorization skos:broader omtd:KnowledgeDiscovery .
