@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

<http://www.yso.fi/onto/hpmulti/T00023> skos:exactMatch tero:T00023 .
tero:p300
  skos:prefLabel "vuxenutbildning"@sv, "adult education"@en, "aikuiskoulutus"@fi ;
  a skos:Concept ;
  skos:narrower tero:T00023 .

tero:conceptscheme a skos:ConceptScheme .
tero:T00023
  skosext:broaderGeneric tero:p300 ;
  skos:broader tero:p300 ;
  skos:exactMatch <http://www.yso.fi/onto/hpmulti/T00023> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "adult basic education"@en, "aikuisten peruskoulutus"@fi, "grundläggande vuxenutbildning"@sv ;
  a skos:Concept .

