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

ms:SyntacticoSemanticType skos:exactMatch lexmeta:syntacticoSemanticInformation .
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:hasTopConcept lexmeta:syntacticoSemanticInformation .

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

lexmeta:syntacticoSemanticInformation
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  rdfs:comment "A type of content included in a language resource pertaining to the syntactico-semantic level"@en ;
  skos:exactMatch ms:SyntacticoSemanticType ;
  skos:topConceptOf lexmeta:MicrostructureFeatureScheme ;
  rdfs:label "Syntactico-semantic information"@en ;
  a lexmeta:MicrostructureFeature, owl:NamedIndividual, skos:Concept ;
  skos:narrower lexmeta:syntacticoSemanticLink ;
  skos:prefLabel "Syntactico-semantic information"@en .

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

