@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:MachineTranslation .

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

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

omtd:MachineTranslation
  a skos:Concept, omtd:Operation, owl:NamedIndividual ;
  skos:altLabel "Automated Translation"@en, "MT"@en, "Automatic Translation"@en, "Computer Translation"@en ;
  skos:definition "Machine Translation (MT) is the fully automatic translation from one human language into another one. Machine translation has been worked on since the 1950s. There are a number of commercial products available and in daily use, but there are still open research problems. Tranfer-based MT has a set of transfer rules for each language pair, so that n*(n-1) rule sets are necessary for MT between n languages. In contract, interlingua-based MT uses a language-independent representation into which all source languages are analysed and from which all target languages is generated. Most practically usable MT systems are tranfser-based. Recently, there have been interestinv developments in statistical MT algorithms which are trained on parallel corpora of translated texts, and are very useful for constructing MT systems for new language pairs."@en ;
  skos:prefLabel "Machine Translation"@en ;
  skos:inScheme omtd:OperationScheme ;
  rdfs:label "Machine Translation"@en ;
  rdfs:comment "The automatic translation of a text from one language into another performed by software without human involvement"@en ;
  skos:broader omtd:Translation .

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

omtd:Translation
  rdfs:label "Translation"@en ;
  skos:prefLabel "Translation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:MachineTranslationSupport skos:broader omtd:MachineTranslation .
