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

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:syntacticoSemanticLink skos:exactMatch lexmeta:syntacticoSemanticLink .
lexmeta:syntacticoSemanticInformation
  rdfs:label "Syntactico-semantic information"@en ;
  skos:prefLabel "Syntactico-semantic information"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:syntacticoSemanticLink .

lexmeta:syntacticoSemanticLink
  skos:exactMatch ms:syntacticoSemanticLink ;
  skos:prefLabel "syntactico-semantic link"@en ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:broader lexmeta:syntacticoSemanticInformation ;
  rdfs:label "syntactico-semantic link"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept .

