@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p7511
  skos:closeMatch allars:Y25047, ysa:Y98561 ;
  skos:related yso:p1117, yso:p7512 ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "headmasters"@en, "rehtorit"@fi, "rektorer"@sv ;
  skos:broader yso:p1179 .

yso:p1117
  skos:prefLabel "teachers"@en, "opettajat"@fi, "lärare"@sv ;
  a skos:Concept ;
  skos:related yso:p7511 .

yso:p1179
  skos:prefLabel "occupations"@en, "yrken"@sv, "ammatit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p7511 .

yso:p7512
  skos:prefLabel "principals"@en, "skolföreståndare"@sv, "koulunjohtajat"@fi ;
  a skos:Concept ;
  skos:related yso:p7511 .

