@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 .
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:SemAF-NE .

ms:SemAF-NE
  skos:topConceptOf ms:StandardBestPracticeTaxonomy ;
  rdfs:seeAlso "http://semanticweb.kaist.ac.kr/research/tc37sc4/new_doc/iso_tc37_sc4_N796_wg2_proposed_WD_24617-3_SemAF-NE.pdf" ;
  skos:altLabel "Semantic Annotation Framework - Named Entities"@en ;
  skos:prefLabel "SemAF-NE"@en ;
  skos:inScheme ms:StandardBestPracticeTaxonomy ;
  rdfs:label "SemAF-NE"@en ;
  a ms:StandardBestPractice, owl:NamedIndividual, skos:Concept .

