@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:InformationExtraction
  rdfs:label "Information Extraction"@en ;
  skos:prefLabel "Information Extraction"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:RecognizingTextualEntailment .

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 ;
  skos:prefLabel "Knowledge Discovery"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:RecognizingTextualEntailment .

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

omtd:TextProcessingCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Text Processing Collection"@en ;
  skos:member omtd:RecognizingTextualEntailment .

omtd:RecognizingTextualEntailment
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:KnowledgeDiscovery, omtd:InformationExtraction ;
  rdfs:label "Recognising Textual Entailment"@en-gb, "Recognizing Textual Entailment"@en ;
  rdfs:comment "A task/process that intends to recognize for two text fragments whether the meaning of one text is entailed in that of the other, i.e. whether the truth of one text fragment follows from that of the other fragment"@en, "A task/process that intends to recognise for two text fragments whether the meaning of one text is entailed in that of the other, i.e. whether the truth of one text fragment follows from that of the other fragment"@en-gb ;
  skos:inScheme omtd:OperationScheme ;
  skos:prefLabel "Recognising Textual Entailment"@en-gb, "Recognizing Textual Entailment"@en .

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

