@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:Chunking
  rdfs:label "Chunking"@en ;
  skos:prefLabel "Chunking"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:Parsing .

omtd:FrameSemanticParsing
  rdfs:label "Frame-semantic parsing"@en ;
  skos:prefLabel "Frame-semantic parsing"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:Parsing .

omtd:Parsing
  rdfs:comment "The task/process of recognizing and marking the syntactic structure of a text or text segment"@en, "The task/process of recognising and marking the syntactic structure of a text or text segment"@en-gb ;
  a omtd:Operation, owl:NamedIndividual, skos:Concept ;
  skos:narrower omtd:DependencyParsing, omtd:DeepParsing, omtd:Chunking, omtd:ConstituencyParsing, omtd:FrameSemanticParsing ;
  skos:inScheme omtd:OperationScheme ;
  skos:altLabel "Syntactic annotation"@en, "Syntactic parsing"@en, "Syntactic processing"@en, "Syntactic analysis"@en ;
  skos:broader omtd:TextAnnotation, omtd:LinguisticAnalysis ;
  rdfs:label "Parsing"@en ;
  skos:prefLabel "Parsing"@en ;
  skos:definition "Parsing (=syntactic analysis) of natural language utterances is still an active reasearch topic due to the inherent difficulties that make the problem much harder than e.g. parsing of programming languages. These difficulties include lexical and structural ambiguity of natural language utterances, complexities introduced by expressive grammar formalisms, the need to cope with illformed input or with deficiencies of the linguistic descriptions."@en .

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

omtd:DeepParsing
  rdfs:label "Deep parsing"@en ;
  skos:prefLabel "Deep parsing"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:Parsing .

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

omtd:DependencyParsing
  rdfs:label "Dependency parsing"@en ;
  skos:prefLabel "Dependency parsing"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:Parsing .

omtd:LinguisticAnalysis
  rdfs:label "Linguistic analysis"@en ;
  skos:prefLabel "Linguistic analysis"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:Parsing .

omtd:ConstituencyParsing
  rdfs:label "Constituency parsing"@en ;
  skos:prefLabel "Constituency parsing"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:Parsing .

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

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

omtd:TextAnnotation
  rdfs:label "Text annotation"@en ;
  skos:prefLabel "Text annotation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:Parsing .

