@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:TextAndDataMining
  rdfs:label "Text and Data Mining"@en ;
  skos:prefLabel "Text and Data Mining"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

skos:Concept a owl:Class .
omtd:InformationRetrieval
  skos:definition "Information Retrieval is the process of locating information that fits a user's information need, which is usually expressed as a search query. The fit of the retrieved information with the information need is referred to as \"\"relevance\"\". The information can be retrieved from databases (data retrieval) or from document collections (document retrieval), where documents can either be text documents or other media (audio, video, semi-structured data, multimedia). Success in information retrieval is generally defined by retrieving as much relevant information as possible (measured by \"\"recall\"\") while minimising the irrelevant information retrieved (measured by \"\"precision\"\"). The most widely used information retrieval systems today are Internet search engines."@en ;
  rdfs:label "Information Retrieval"@en ;
  skos:narrower omtd:SemanticSearch, omtd:MultimediaRetrieval, omtd:CrossLingualSearch, omtd:InformationFiltering, omtd:ExploratorySearch, omtd:TerminologySearch, omtd:MultilingualInformationRetrieval ;
  skos:broader omtd:TextAndDataMining ;
  a skos:Concept, omtd:Operation, owl:NamedIndividual ;
  rdfs:comment "The activity of obtaining information resources relevant to an information need from a collection of information resources; searches can be based on full-text or other content-based indexing"@en ;
  skos:prefLabel "Information Retrieval"@en ;
  skos:inScheme omtd:OperationScheme .

omtd:MultilingualInformationRetrieval
  rdfs:label "Multilingual Information Retrieval"@en ;
  skos:prefLabel "Multilingual Information Retrieval"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:InformationRetrieval .

omtd:TerminologySearch
  rdfs:label "Terminology search"@en ;
  skos:prefLabel "Terminology search"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:InformationRetrieval .

omtd:InformationFiltering
  rdfs:label "Information filtering"@en ;
  skos:prefLabel "Information filtering"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:InformationRetrieval .

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

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

omtd:ExploratorySearch
  rdfs:label "Exploratory search"@en ;
  skos:prefLabel "Exploratory search"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:InformationRetrieval .

omtd:SemanticSearch
  rdfs:label "Semantic search"@en ;
  skos:prefLabel "Semantic search"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:InformationRetrieval .

omtd:MultimediaRetrieval
  rdfs:label "Multimedia Retrieval"@en ;
  skos:prefLabel "Multimedia Retrieval"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:InformationRetrieval .

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

omtd:CrossLingualSearch
  rdfs:label "Cross-language Information Retrieval"@en ;
  skos:prefLabel "Cross-language Information Retrieval"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:InformationRetrieval .

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

