@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 .

lexmeta:crossReference
  skos:exactMatch ms:crossReference ;
  rdfs:label "referência cruzada"@pt, "cross-reference"@en, "Παραπομπή"@el, "viide"@et, "kereszthivatkozás"@hu, "remissió"@ca, "referencia cruzada"@es, "kryssreferanse"@nb, "trimitere"@ro, "xref"@cs, "krydshenvisning"@da, "millivísun"@is, "zeharkako erreferentzia"@eu, "перехресне посилання"@uk, "riferimento incrociato"@it, "odsyłacz"@pl, "référence croisée"@fr, "упатен навод"@mk, "перекрёстная ссылка"@ru, "doorverwijzing"@nl, "Querverweis"@de, "crostagairt"@ga, "dalinė nuoroda"@lt ;
  skos:prefLabel "kereszthivatkozás"@hu, "viide"@et, "kryssreferanse"@nb, "referencia cruzada"@es, "riferimento incrociato"@it, "перекрёстная ссылка"@ru, "krydshenvisning"@da, "zeharkako erreferentzia"@eu, "Παραπομπή"@el, "crostagairt"@ga, "xref"@cs, "millivísun"@is, "référence croisée"@fr, "упатен навод"@mk, "перехресне посилання"@uk, "trimitere"@ro, "odsyłacz"@pl, "dalinė nuoroda"@lt, "remissió"@ca, "referência cruzada"@pt, "cross-reference"@en, "doorverwijzing"@nl, "Querverweis"@de ;
  skos:inScheme lexmeta:MicrostructureFeatureScheme ;
  skos:broader lexmeta:usageInformation ;
  lexmeta:lexbibWikibaseEntity <https://lexbib.elex.is/entity/Q24040> ;
  skos:altLabel "referință"@ro ;
  a lexmeta:MicrostructureFeature, skos:Concept, owl:NamedIndividual .

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

lexmeta:usageInformation
  skos:prefLabel "pragmatinė informacija"@lt, "informazione pragmatica"@it, "información pragmática"@es, "pragmàtica"@ca, "pragmaatiline info"@et, "argibide pragmatiko"@eu, "usage information"@en ;
  rdfs:label "información pragmática"@es, "pragmàtica"@ca, "usage information"@en, "informazione pragmatica"@it, "argibide pragmatiko"@eu, "pragmatinė informacija"@lt, "pragmaatiline info"@et ;
  skos:narrower lexmeta:crossReference ;
  a owl:NamedIndividual, skos:Concept, lexmeta:MicrostructureFeature .

ms:crossReference skos:exactMatch lexmeta:crossReference .
