@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:citation ;
  a owl:NamedIndividual, lexmeta:MicrostructureFeature, skos:Concept .

skos:Concept a owl:Class .
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 .

lexmeta:citation
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:prefLabel "lähdeviittaus"@fi, "Citiranje radova"@hr, "aipu"@eu, "aanhalen"@nl, "citation"@fr, "belæg"@da, "citation"@en, "sitering"@nn, "sitering"@nb, "παραπομπή"@el, "tilvitnun"@is, "navajanje virov"@sl, "Citimi"@sq, "Zitat"@de, "citat"@ro, "цитування"@uk, "скасаванне"@be, "cita"@es, "citata"@lt, "citace"@cs, "idézet"@hu, "tsitaat"@et, "citação"@pt, "källhänvisning"@sv, "citácia"@sk, "citazione"@it, "иллюстративный пример"@ru, "הפניה למקור"@he, "cytowanie piśmiennictwa"@pl, "цитат"@sr, "exemple"@ca, "навод"@mk ;
  rdfs:label "הפניה למקור"@he, "cita"@es, "Zitat"@de, "citace"@cs, "citata"@lt, "citação"@pt, "tilvitnun"@is, "цитування"@uk, "citat"@ro, "citation"@fr, "citation"@en, "exemple"@ca, "aanhalen"@nl, "lähdeviittaus"@fi, "Citimi"@sq, "idézet"@hu, "cytowanie piśmiennictwa"@pl, "Citiranje radova"@hr, "citácia"@sk, "иллюстративный пример"@ru, "sitering"@nb, "sitering"@nn, "скасаванне"@be, "källhänvisning"@sv, "навод"@mk, "παραπομπή"@el, "belæg"@da, "цитат"@sr, "citazione"@it, "aipu"@eu, "tsitaat"@et, "navajanje virov"@sl ;
  skos:altLabel "citat"@da, "teksteksempel"@da, "citacions"@ca, "цитата"@ru, "allegatie"@nl, "citación"@es, "citació"@ca, "quote"@en, "aanhaling"@nl, "cita literal"@es, "sítat"@is, "eksempel"@da, "tekstbelæg"@da, "Zitation"@de ;
  lexmeta:wikidataEntity wd:Q1713 ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  rdfs:comment "a word or phrase with enough context to understand the meaning, taken as a unit that is recorded or excerpted from written and spoken sources. Citations are a source of lexicographical data that are collected, sorted, and analyzed for writing definitions and are used as verbal illustrations or examples in dictionary entries."@en ;
  skos:broader lexmeta:example ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14429> .

