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

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

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

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

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

omtd:EvaluationOfMachineTranslationAndTranslationTools
  skos:altLabel "Evaluation of MT"@en, "Evaluation of MT Systems"@en, "MT Evaluation"@en ;
  a omtd:Operation, skos:Concept, owl:NamedIndividual ;
  rdfs:comment "The task/process of assessing the quality performance of machine translation tools"@en ;
  skos:broader omtd:Evaluation ;
  rdfs:label "Evaluation of Machine Translation and translation tools"@en ;
  skos:inScheme omtd:OperationScheme ;
  skos:prefLabel "Evaluation of Machine Translation and translation tools"@en ;
  skos:definition "The growing number of MT systems on the market that span a wide range of quality levels has motivated activities towards evaluation standards from national and international organisations. Evaluation of MT systems depends strongly on whether such a system is used for information dissemination, assimilation, or in a conversational context, the types of texts to be translated, whether there is a well-defined and limited application domain and many more factors."@en-gb, "The growing number of MT systems on the market that span a wide range of quality levels has motivated activities towards evaluation standards from national and international organizations. Evaluation of MT systems depends strongly on whether such a system is used for information dissemination, assimilation, or in a conversational context, the types of texts to be translated, whether there is a well-defined and limited application domain and many more factors."@en .

