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

lexmeta:morphologicalInformation
  rdfs:label "morphological information"@en, "información morfológica"@es ;
  skos:prefLabel "morphological information"@en, "información morfológica"@es ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:countability .

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:countability
  skos:prefLabel "teljanleiki"@is, "tællelighed"@da, "исчисляемость"@ru, "Mulțime numărabilă"@ro, "Zählbarkeit"@de, "numerabilità"@it, "contable"@es, "zenbagarritasun"@eu, "látkovosť"@sk, "skaičiaus kaltegorija"@lt, "comptable"@ca, "бројивост"@sr, "števnost"@sl, "countability"@en, "megszámlálhatóság"@hu, "loendatavus"@et, "policzalność"@pl ;
  rdfs:label "policzalność"@pl, "Mulțime numărabilă"@ro, "loendatavus"@et, "skaičiaus kaltegorija"@lt, "tællelighed"@da, "števnost"@sl, "zenbagarritasun"@eu, "бројивост"@sr, "comptable"@ca, "Zählbarkeit"@de, "numerabilità"@it, "megszámlálhatóság"@hu, "countability"@en, "contable"@es, "исчисляемость"@ru, "látkovosť"@sk, "teljanleiki"@is ;
  a skos:Concept, lexmeta:MicrostructureFeature, owl:NamedIndividual ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14350> ;
  skos:broader lexmeta:morphologicalInformation ;
  skos:altLabel "numerabile"@it, "propiedad de contable"@es, "Abzählbarkeit"@de, "qualitat de comptable"@ca, "numărabil"@ro ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  lexmeta:wikidataEntity wd:Q107063735 .

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

