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

lexmeta:reflexivity
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  skos:prefLabel "reflectividad"@es, "reflexivity"@en ;
  rdfs:label "reflexivity"@en, "reflectividad"@es ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24063> ;
  skos:broader lexmeta:morphologicalInformation ;
  skos:exactMatch ms:reflexivity ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

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:reflexivity .

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 .

ms:reflexivity skos:exactMatch lexmeta:reflexivity .
