@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 .

omtd:ImageUnderstanding
  a omtd:Operation, skos:Concept, owl:NamedIndividual ;
  skos:broader omtd:OperationWithMultimediaInputOrOutput, omtd:TextAndDataMining ;
  rdfs:comment "Advanced image processing in which artificial-intelligence techniques are used to interpret images by locating, characterizing, and recognizing objects and other features in the scene. [from https://www.encyclopedia.com/computing/dictionaries-thesauruses-pictures-and-press-releases/image-understanding]"@en, "Advanced image processing in which artificial-intelligence techniques are used to interpret images by locating, characterising, and recognising objects and other features in the scene. [from https://www.encyclopedia.com/computing/dictionaries-thesauruses-pictures-and-press-releases/image-understanding]"@en-gb ;
  skos:prefLabel "Image Understanding"@en ;
  skos:inScheme omtd:OperationScheme ;
  rdfs:label "Image Understanding"@en .

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

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

omtd:OperationWithMultimediaInputOrOutput
  rdfs:label "Operation with multimedia input or output"@en ;
  skos:prefLabel "Operation with multimedia input or output"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

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

omtd:ImageVideoProcessingCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Image / Video Processing Collection"@en ;
  skos:member omtd:ImageUnderstanding .

