@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#> .
@prefix wd: <http://www.wikidata.org/entity/> .

lexmeta:example
  skos:prefLabel "przykład"@pl, "exemplo"@pt, "esempio"@it, "דוגמה"@he, "exempel"@sv, "esimerkki"@fi, "piemērs"@lv, "ejemplo"@es, "Adibide"@eu, "příklad"@cs, "eksempel"@da, "example"@en, "exemple"@ca, "exemple"@fr, "пример"@ru, "пример"@sr, "Eeskuju"@et, "Primjer"@hr, "voorbeeld"@nl, "Beispiel"@de, "παράδειγμα"@el, "приклад"@uk, "Príklad"@sk ;
  rdfs:label "приклад"@uk, "exempel"@sv, "Beispiel"@de, "příklad"@cs, "exemple"@ca, "exemple"@fr, "Adibide"@eu, "Príklad"@sk, "ejemplo"@es, "esimerkki"@fi, "przykład"@pl, "Eeskuju"@et, "eksempel"@da, "Primjer"@hr, "παράδειγμα"@el, "exemplo"@pt, "пример"@sr, "пример"@ru, "voorbeeld"@nl, "דוגמה"@he, "esempio"@it, "example"@en, "piemērs"@lv ;
  skos:narrower lexmeta:quotation ;
  a owl:NamedIndividual, lexmeta:MicrostructureFeature, skos:Concept .

skos:Concept a owl:Class .
lexmeta:quotation
  skos:altLabel "citación"@es, "eksempelsætning"@da, "citate"@ro, "cita literal"@es, "sprogbrugseksempel"@da, "belæg"@da, "tsiteering"@et ;
  skos:prefLabel "цытата"@be, "цитат"@mk, "цитат"@sr, "citāts"@lv, "cita"@es, "tilvitnun"@is, "aipu"@eu, "citation"@fr, "ציטוט"@he, "sitat"@nn, "sitat"@nb, "citaat"@nl, "cytat"@pl, "Citovanie"@sk, "tsitaat"@et, "navedek"@sl, "Цитат"@bg, "citata, citavimas"@lt, "citazione"@it, "idézet"@hu, "citát"@cs, "цитата"@uk, "цитата"@ru, "quotation"@en, "citat"@sv, "citat"@da, "citat"@ro, "παράθεμα"@el, "sitaatti"@fi, "Zitat"@de, "citació"@ca ;
  rdfs:label "quotation"@en, "cytat"@pl, "navedek"@sl, "citāts"@lv, "idézet"@hu, "citazione"@it, "tsitaat"@et, "Citovanie"@sk, "sitat"@nb, "sitat"@nn, "Цитат"@bg, "cita"@es, "παράθεμα"@el, "sitaatti"@fi, "citata, citavimas"@lt, "aipu"@eu, "citat"@ro, "citat"@da, "citat"@sv, "citát"@cs, "цитат"@sr, "citaat"@nl, "Zitat"@de, "цитат"@mk, "цитата"@ru, "цитата"@uk, "citation"@fr, "цытата"@be, "tilvitnun"@is, "citació"@ca, "ציטוט"@he ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  skos:broader lexmeta:example ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:wikidataEntity wd:Q206287 ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14480> ;
  rdfs:comment "a phrase or sentence excerpted from a written or spoken source that contains a form of the entry word and which indicates additional information about its grammatical or semantic characteristics; in a dictionary entry or citation file, a citation; also called example, illustrative citation, illustrative example, illustrative phrase, illustrative quotation, illustrative sentence, verbal illustration."@en .

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 .

