@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 omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:Parsing .

omtd:FrameSemanticParsing
  rdfs:label "Frame-semantic parsing"@en ;
  skos:prefLabel "Frame-semantic parsing"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, 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 ;
  skos:narrower omtd:DependencyParsing, omtd:DeepParsing, omtd:Chunking, omtd:ConstituencyParsing, omtd:FrameSemanticParsing ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:altLabel "Syntactic annotation"@en, "Syntactic parsing"@en, "Syntactic processing"@en, "Syntactic analysis"@en ;
  skos:broader omtd:TextAnnotation ;
  rdfs:label "Parsing"@en ;
  skos:prefLabel "Parsing"@en ;
  skos:inScheme omtd:ModelFunctionScheme ;
  skos:scopeNote "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 .
omtd:DeepParsing
  rdfs:label "Deep parsing"@en ;
  skos:prefLabel "Deep parsing"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:Parsing .

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

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

omtd:ModelFunction
  rdfs:label "Model function"@en ;
  a owl:Class .

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

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

omtd:ModelFunctionScheme
  rdfs:label "Model Function Taxonomy"@en ;
  skos:prefLabel "Model Function Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

