@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:hasTopConcept lexmeta:syntacticInformation .

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

lexmeta:subcategorizationFrame
  rdfs:label "subcategorization frame"@en, "subcategorisation frame"@en-GB, "marco de subcategorización"@es ;
  skos:prefLabel "subcategorization frame"@en, "marco de subcategorización"@es, "subcategorisation frame"@en-GB ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual ;
  skos:broader lexmeta:syntacticInformation .

ms:SyntacticType skos:exactMatch lexmeta:syntacticInformation .
lexmeta:syntacticInformation
  skos:altLabel "informacja syntaktyczna"@pl, "süntaktiline informatsioon"@et, "sintaksinė informacija"@lt ;
  rdfs:label "szintaktikai információ"@hu, "συντακτική πληροφορία"@el, "setningarupplýsingar"@is, "Informació sintàctica"@ca, "syntactic information"@en, "sintaksiniai duomenys"@lt, "süntaktiline info"@et, "informacja składniowa"@pl, "syntaktisk information"@da, "informație sintactică"@ro, "синтаксичке информације"@sr, "argibide sintaktiko"@eu, "información sintáctica"@es, "informazione sintattica"@it ;
  skos:prefLabel "syntactic information"@en, "syntaktisk information"@da, "συντακτική πληροφορία"@el, "sintaksiniai duomenys"@lt, "setningarupplýsingar"@is, "Informació sintàctica"@ca, "синтаксичке информације"@sr, "informacja składniowa"@pl, "szintaktikai információ"@hu, "argibide sintaktiko"@eu, "süntaktiline info"@et, "información sintáctica"@es, "informazione sintattica"@it, "informație sintactică"@ro ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q14495> ;
  skos:narrower lexmeta:subcategorizationFrame ;
  a skos:Concept, owl:NamedIndividual, lexmeta:MicrostructureFeature ;
  rdfs:comment "A type of content included in a language resource pertaining to the syntactic level"@en ;
  skos:topConceptOf lexmeta:MicrostructureFeatureScheme ;
  skos:exactMatch ms:SyntacticType ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme .

