@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:p15001
  a skos:Concept ;
  skos:prefLabel "opintoneuvonta"@fi, "study guidance"@en, "studierådgivning"@sv ;
  skos:related yso:p14999 .

yso:p14999
  a skos:Concept ;
  skos:broader yso:p178 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "studievägledning"@sv, "student guidance"@en, "opinto-ohjaus"@fi ;
  skos:related yso:p15000, yso:p15001 .

yso:p178
  a skos:Concept ;
  skos:narrower yso:p14999 ;
  skos:prefLabel "handledande"@sv, "ohjaus (neuvominen)"@fi, "direction"@en .

yso:p15000
  a skos:Concept ;
  skos:prefLabel "study counsellors"@en, "studiehandledare"@sv, "opinto-ohjaajat"@fi ;
  skos:related yso:p14999 .

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

