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

omtd:TranslationTechnologiesCollection
  skos:member omtd:CrossLingualSearch ;
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Translation Technologies Collection"@en .

skos:Concept a owl:Class .
omtd:InformationRetrieval
  rdfs:label "Information Retrieval"@en ;
  skos:prefLabel "Information Retrieval"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:CrossLingualSearch .

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

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

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

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

omtd:CrossLingualSearch
  skos:prefLabel "Cross-language Information Retrieval"@en ;
  skos:altLabel "Cross-lingual information retrieval"@en, "Translingual information retrieval"@en, "CLIR"@en, "Cross-lingual search"@en ;
  skos:related omtd:MultilingualInformationRetrieval ;
  rdfs:label "Cross-language Information Retrieval"@en ;
  skos:broader omtd:InformationRetrieval ;
  skos:definition "Cross-language information retrieval means using queries in one language to search for documents in a different language. Multilingual information retrieval is a broader term, which includes the case where queries in different languages are used, but only for searching documents in the same language."@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:inScheme omtd:OperationScheme ;
  rdfs:comment "The ability of a system to retrieve relevant documents in various languages in response to a user query that is formulated in only one language"@en .

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

