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

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:MultimediaRetrieval .

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

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

omtd:MultimediaRetrieval
  rdfs:label "Multimedia Retrieval"@en ;
  skos:altLabel "MMIR"@en, "MR"@en, "Multimedia Mining"@en, "Multimedia Information Retrieval"@en ;
  a skos:Concept, owl:NamedIndividual, omtd:Operation ;
  skos:broader omtd:InformationRetrieval ;
  skos:prefLabel "Multimedia Retrieval"@en ;
  rdfs:comment "The research on multimedia retrieval focuses on the development of tools and techniques to support the easy access to information in digital archives. It exploits the synergy that exists between language & speech technology, image processing and database technology. The results can be used in innovative applications that support various content management tasks, e.g. automatic indexing of large text collections and disclosure of audiovisual archives, search technology and filtering of dynamic information streams. (taken from: http://parlevink.cs.utwente.nl/?page=onderwerp&onderwerpID=2"@en, "The activity of obtaining multimedia information resources relevant to an information need from a collection of multimedia information resources"@en ;
  skos:inScheme omtd:OperationScheme .

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

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

