@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:p14226
  skos:broader yso:p8771 ;
  skos:related yso:p20794 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "migration from town to country"@en, "flyttning till landsbygden"@sv, "maallemuutto"@fi ;
  a skos:Concept .

yso:p8771
  skos:prefLabel "migration"@sv, "internal migration"@en, "maassamuutto"@fi ;
  a skos:Concept ;
  skos:narrower yso:p14226 .

yso:p20794
  skos:prefLabel "in-migrants to rural areas"@en, "maallemuuttajat"@fi, "flyttare till landsbygden"@sv ;
  a skos:Concept ;
  skos:related yso:p14226 .

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

