@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/T00203> skos:exactMatch tero:T00203 .
tero:conceptscheme a skos:ConceptScheme .
tero:p84
  skos:prefLabel "education"@en, "koulutus"@fi, "utbildning"@sv ;
  a skos:Concept ;
  skos:narrower tero:T00203 .

tero:T00203
  skos:prefLabel "community education"@sv, "community education"@fi, "community education"@en ;
  skosext:broaderGeneric tero:p84 ;
  skos:broader tero:p84 ;
  skos:inScheme tero:conceptscheme ;
  a skos:Concept ;
  skos:related tero:p3835, tero:T00201 ;
  skos:exactMatch <http://www.yso.fi/onto/hpmulti/T00203> .

tero:T00201
  skos:prefLabel "samhällsinriktat socialt arbete"@sv, "community care"@en, "community care"@fi ;
  a skos:Concept ;
  skos:related tero:T00203 .

tero:p3835
  skos:prefLabel "lokalsamhälle"@sv, "community"@en, "yhteisö"@fi ;
  a skos:Concept ;
  skos:related tero:T00203 .

