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

lexmeta:translationInformation
  rdfs:label "translation information"@en, "información de equivalentes de traducción"@es ;
  skos:prefLabel "translation information"@en, "información de equivalentes de traducción"@es ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:translationEquivalent .

skos:Concept a owl:Class .
lexmeta:translationEquivalent
  rdfs:comment "the translation (in the target language) of a lexical unit (in the source language) of a bilingual dictionary, a word or phrase in one language which corresponds in meaning to a word or phrase in another language; also called equivalent."@en, "1 a lexical unit (word or phrase) used as a synonymous definition for another entry word, also called defining equivalent, synonymous equivalent (e.g. gimcrack – a showy object of little use or value: GEWGAW) 2 the translation (in the target language) of a lexical unit (in the source language) of a bilingual dictionary, also called translation equivalent (e.g. dog = le/un chien)."@en ;
  skos:broader lexmeta:translationInformation ;
  skos:prefLabel "traduzione equivalente"@it, "translation equivalent"@en, "echivalent"@ro, "ækvivalent"@da, "equivalent"@ca, "jafnheiti"@is, "equivalente"@es, "tõlkevaste"@et, "itzulpen-baliokide"@eu, "vertaalequivalent"@nl, "преводни еквивалент"@sr, "μεταφραστικό ισοδύναμο"@el, "ekwiwalent"@pl, "atitikmuo"@lt ;
  rdfs:label "μεταφραστικό ισοδύναμο"@el, "echivalent"@ro, "itzulpen-baliokide"@eu, "ækvivalent"@da, "traduzione equivalente"@it, "ekwiwalent"@pl, "translation equivalent"@en, "atitikmuo"@lt, "tõlkevaste"@et, "jafnheiti"@is, "vertaalequivalent"@nl, "equivalente"@es, "преводни еквивалент"@sr, "equivalent"@ca ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual ;
  skos:altLabel "equivalent"@en, "oversættelsesækvivalent"@da, "equivalent de traducció"@ca, "ekvivalentas"@lt, "ekwiwalent tłumaczeniowy"@pl, "vaste"@et, "echivalent de traducere"@ro, "odpowiednik"@pl, "equivalente de traducción"@es, "corrispettivo"@it ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14438> ;
  skos:exactMatch ms:translationEquivalent ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

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

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

ms:translationEquivalent skos:exactMatch lexmeta:translationEquivalent .
