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

omtd:LexiconExtractionFromLexica
  rdfs:label "Lexicon extraction from lexica"@en ;
  skos:prefLabel "Lexicon extraction from lexica"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

omtd:SupportOperation
  rdfs:label "Support operation"@en ;
  skos:prefLabel "Support operation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:SupportOperationForKnowledgeResources .

omtd:LexiconViewing
  rdfs:label "Lexicon viewing"@en ;
  skos:prefLabel "Lexicon viewing"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

skos:Concept a owl:Class .
omtd:LexiconFormatConversion
  rdfs:label "Lexicon format conversion"@en ;
  skos:prefLabel "Lexicon format conversion"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

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

omtd:LexiconCreation
  rdfs:label "Lexicon creation"@en ;
  skos:prefLabel "Lexicon creation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

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

omtd:BilingualLexiconInduction
  rdfs:label "Bilingual lexicon induction"@en ;
  skos:prefLabel "Bilingual lexicon induction"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

omtd:SupportOperationCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Support operation Collection"@en ;
  skos:member omtd:SupportOperationForKnowledgeResources .

omtd:LexiconAccess
  rdfs:label "Lexicon access"@en ;
  skos:prefLabel "Lexicon access"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

omtd:LexiconAcquisitionFromCorpora
  rdfs:label "Lexicon acquisition from corpora"@en ;
  skos:prefLabel "Lexicon acquisition from corpora"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

omtd:LexiconVisualization
  rdfs:label "Lexicon visualization"@en, "Lexicon visualisation"@en-gb ;
  skos:prefLabel "Lexicon visualization"@en, "Lexicon visualisation"@en-gb ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

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

omtd:SupportOperationForKnowledgeResources
  skos:narrower omtd:LexiconVisualization, omtd:LexiconCreation, omtd:LexiconAccess, omtd:BilingualLexiconInduction, omtd:LexiconFormatConversion, omtd:LexiconViewing, omtd:LexiconExtractionFromLexica, omtd:LexiconMerging, omtd:LexiconAcquisitionFromCorpora, omtd:LexiconEnhancement ;
  skos:broader omtd:SupportOperation ;
  a skos:Concept, omtd:Operation, owl:NamedIndividual ;
  rdfs:comment "Any operation that intends to support the creation, curation or use of knowledge resource"@en ;
  rdfs:label "Support operation for knowledge resources"@en ;
  skos:prefLabel "Support operation for knowledge resources"@en ;
  skos:inScheme omtd:OperationScheme .

omtd:LexiconMerging
  rdfs:label "Lexicon merging"@en ;
  skos:prefLabel "Lexicon merging"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SupportOperationForKnowledgeResources .

