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

lexmeta:coocurrent
  skos:prefLabel "co-occorrente"@it, "concorrent"@ca, "koosesinev üksus"@et, "agerkide"@eu, "forekommende samtidig"@da, "coocurrent"@en, "coocurrente"@es, "dažnai kartu vartojamas"@lt, "kookurrent"@de ;
  rdfs:label "dažnai kartu vartojamas"@lt, "coocurrente"@es, "agerkide"@eu, "concorrent"@ca, "koosesinev üksus"@et, "coocurrent"@en, "co-occorrente"@it, "kookurrent"@de, "forekommende samtidig"@da ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:broader lexmeta:wordCombination ;
  skos:altLabel "gemeinsam auftretend"@de ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14391> .

lexmeta:wordCombination
  rdfs:label "žodžių daryba"@lt, "hitz konbinazio"@eu, "Словосъчетание"@bg, "orðasamband"@is, "combinación de palabras"@es, "словазлучэнне"@be, "szóösszetétel"@hu, "combinazione di parole"@it, "îmbinări de cuvinte"@ro, "word combination"@en, "sõnaühend"@et, "flerordsforbindelse"@da, "словосочетание"@ru, "комбинација речи"@sr, "Словосполучення"@uk, "woordcombinatie"@nl, "combinació de mots"@ca ;
  skos:prefLabel "combinació de mots"@ca, "szóösszetétel"@hu, "combinación de palabras"@es, "îmbinări de cuvinte"@ro, "Словосъчетание"@bg, "словосочетание"@ru, "woordcombinatie"@nl, "комбинација речи"@sr, "Словосполучення"@uk, "flerordsforbindelse"@da, "word combination"@en, "hitz konbinazio"@eu, "orðasamband"@is, "словазлучэнне"@be, "sõnaühend"@et, "combinazione di parole"@it, "žodžių daryba"@lt ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  skos:narrower lexmeta:coocurrent .

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

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

skos:inScheme rdfs:label "skos:inScheme"@en .
