@prefix lexmeta: <http://w3id.org/meta-share/lexmeta/> .
@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#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .

lexmeta:translationInformation
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:topConceptOf lexmeta:MicrostructureFeatureScheme ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24029> ;
  a owl:NamedIndividual, lexmeta:MicrostructureFeature, skos:Concept ;
  rdfs:comment "A type of content included in a language resource relevant to the translation procedure"@en ;
  rdfs:label "información de equivalentes de traducción"@es, "translation information"@en ;
  skos:prefLabel "translation information"@en, "información de equivalentes de traducción"@es ;
  skos:narrower lexmeta:translationEquivalent ;
  skos:exactMatch ms:TranslationType .

skos:Concept a owl:Class .
lexmeta:translationEquivalent
  rdfs:label "jafnheiti"@is, "atitikmuo"@lt, "traduzione equivalente"@it, "equivalente"@es, "vertaalequivalent"@nl, "itzulpen-baliokide"@eu, "translation equivalent"@en, "ekwiwalent"@pl, "ækvivalent"@da, "μεταφραστικό ισοδύναμο"@el, "echivalent"@ro, "tõlkevaste"@et, "equivalent"@ca, "преводни еквивалент"@sr ;
  skos:broader lexmeta:translationInformation ;
  skos:prefLabel "ækvivalent"@da, "echivalent"@ro, "equivalent"@ca, "itzulpen-baliokide"@eu, "преводни еквивалент"@sr, "tõlkevaste"@et, "translation equivalent"@en, "vertaalequivalent"@nl, "ekwiwalent"@pl, "atitikmuo"@lt, "traduzione equivalente"@it, "jafnheiti"@is, "equivalente"@es, "μεταφραστικό ισοδύναμο"@el ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual .

lexmeta:MicrostructureFeatureScheme
  rdfs:label "Microstructure Feature Taxonomy"@en ;
  skos:prefLabel "Microstructure Feature Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept lexmeta:translationInformation .

skos:inScheme rdfs:label "skos:inScheme"@en .
lexmeta:MicrostructureFeature
  rdfs:label "Microstructure feature"@en ;
  a owl:Class .

ms:TranslationType skos:exactMatch lexmeta:translationInformation .
