@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 dc11: <http://purl.org/dc/elements/1.1/> .

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

yso:p23008
  skos:broader yso:p1179 ;
  dc11:source "Källa: http://kaino.kotus.fi/www/ordlistor/utbildningsordlista_05.html" ;
  skos:altLabel "elevhemsföreståndare" ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "internatföreståndare"@sv, "asuntolanhoitajat"@fi ;
  a skos:Concept .

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

