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

yso:p16485
  skos:prefLabel "schoolchildren"@en, "koululaiset"@fi, "skolelever"@sv ;
  a skos:Concept ;
  skos:narrower yso:p22092 .

yso:p16486
  skos:prefLabel "students"@en, "studerande"@sv, "opiskelijat"@fi ;
  a skos:Concept ;
  skos:related yso:p22092 .

yso:p22092
  skos:broader yso:p16485 ;
  skos:related yso:p16486, yso:p8131 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "vocational school students"@en, "ammattikoululaiset"@fi, "yrkeselever"@sv ;
  a skos:Concept .

yso:p8131
  skos:prefLabel "educants"@en, "elever"@sv, "oppilaat"@fi ;
  a skos:Concept ;
  skos:related yso:p22092 .

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

