@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

omtd:TranslationTechnologiesCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Translation Technologies Collection"@en ;
  skos:member omtd:ComputerAidedTranslation .

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

omtd:ComputerAidedTranslation
  skos:altLabel "MAHT"@en, "Computer-assisted translation"@en, "Machine-aided human translation"@en, "CAT"@en ;
  rdfs:comment "A form of translation performed by a human translator with the aid of software programmes"@en ;
  skos:definition "Techniques that help to increase the productivity of human translators via suitable computational infrastructure, including translation memories, terminology management, partial machine translation, online lexicons, or other techniques that automate parts of the translator's work, such as speech recognition or accelerated typing techniques applied to human translations."@en ;
  a skos:Concept, owl:NamedIndividual, omtd:Operation ;
  rdfs:label "Computer-aided translation"@en ;
  skos:broader omtd:MachineTranslation ;
  skos:inScheme omtd:OperationScheme ;
  skos:prefLabel "Computer-aided translation"@en .

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

