@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:p541
  skos:prefLabel "utbildningsorganisation"@sv, "educational organisation"@en, "koulutusorganisaatio"@fi ;
  a skos:Concept ;
  skos:narrower yso:p11215 .

yso:p11216
  skos:prefLabel "koulu (ilmiöt)"@fi, "skolan"@sv, "school"@en ;
  a skos:Concept ;
  skos:related yso:p11215 .

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

yso:p11215
  skos:broader yso:p541 ;
  skos:related yso:p11216 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "educational service"@en, "skolväsen"@sv, "koululaitos"@fi ;
  a skos:Concept .

