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

ms:StandardBestPractice
  rdfs:label "Standard/Best practice"@en ;
  a owl:Class .

skos:Concept a owl:Class .
ms:MLIF
  rdfs:seeAlso "https://www.iso.org/standard/37330.html" ;
  skos:topConceptOf ms:StandardBestPracticeTaxonomy ;
  skos:altLabel "ISO 24616"@en, "Multilingual Information Framework"@en ;
  rdfs:label "MLIF"@en ;
  a owl:NamedIndividual, ms:StandardBestPractice, skos:Concept ;
  skos:inScheme ms:StandardBestPracticeTaxonomy ;
  skos:prefLabel "MLIF"@en .

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

ms:StandardBestPracticeTaxonomy
  rdfs:label "Standards/Best practices Taxonomy"@en ;
  skos:prefLabel "Standards/Best practices Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept ms:MLIF .

