@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/> .
@prefix lexmeta: <http://w3id.org/meta-share/lexmeta/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wd: <http://www.wikidata.org/entity/> .

skos:Concept a owl:Class .
ms:frequency skos:exactMatch lexmeta:frequency .
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:frequency
  skos:prefLabel "frequentie"@nl, "gyakoriság"@hu, "frecuencia"@es, "Hyppighet i statistikk"@nb, "Частата"@be, "частотность"@ru, "četnost"@cs, "frecvență"@ro, "frequenza"@it, "frequency"@en, "fréquence"@fr, "frekvenca"@sl, "frequência"@pt, "Maiztasun"@eu, "Релативна фреквенција"@mk, "frekwencja"@pl, "שכיחות"@he, "Häufigkeit"@de, "dažnumas"@lt, "sagedus"@et, "Frekvens i statistikk"@nn, "συχνότητα"@el, "frekvens"@da, "freqüència"@ca, "фреквенција"@sr, "tíðni"@is, "Частота події"@uk ;
  rdfs:label "Релативна фреквенција"@mk, "Häufigkeit"@de, "שכיחות"@he, "Частата"@be, "frequência"@pt, "фреквенција"@sr, "частотность"@ru, "Maiztasun"@eu, "tíðni"@is, "frekvens"@da, "frekwencja"@pl, "sagedus"@et, "frequency"@en, "frequenza"@it, "freqüència"@ca, "fréquence"@fr, "frequentie"@nl, "συχνότητα"@el, "frecuencia"@es, "frekvenca"@sl, "Hyppighet i statistikk"@nb, "frecvență"@ro, "gyakoriság"@hu, "četnost"@cs, "dažnumas"@lt, "Частота події"@uk, "Frekvens i statistikk"@nn ;
  skos:exactMatch ms:frequency ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  rdfs:comment "number of times the event occurred in an experiment or study"@en, "the number of occurrences of a word/phrase in written or spoken contexts, as in corpora, kept as a statistic and used in wordlist compilation and usage label assignment for the vocabulary considered for inclusion in reference works."@en ;
  a owl:NamedIndividual, lexmeta:MicrostructureFeature, skos:Concept ;
  lexmeta:wikidataEntity wd:Q762856 ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24047> ;
  skos:altLabel "pogostost"@sl, "częstość wystąpień"@pl, "учесталост"@sr, "фреквентност"@sr, "pogostnost"@sl, "Frequenz"@de, "hyppighed"@da ;
  skos:broader lexmeta:usageInformation .

lexmeta:usageInformation
  skos:prefLabel "pragmatinė informacija"@lt, "informazione pragmatica"@it, "información pragmática"@es, "pragmàtica"@ca, "pragmaatiline info"@et, "argibide pragmatiko"@eu, "usage information"@en ;
  rdfs:label "información pragmática"@es, "pragmàtica"@ca, "usage information"@en, "informazione pragmatica"@it, "argibide pragmatiko"@eu, "pragmatinė informacija"@lt, "pragmaatiline info"@et ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature ;
  skos:narrower lexmeta:frequency .

