@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

puho:ph561 skos:exactMatch yso:p479 .
yso:p478
  skos:prefLabel "recruitment"@en, "rekrytering"@sv, "rekrytointi"@fi ;
  a skos:Concept ;
  skos:related yso:p479 .

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

yso:p479
  skos:broader yso:p2375 ;
  skos:related yso:p301, yso:p477, yso:p478 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "anställning"@sv, "työhönotto"@fi, "hiring"@en ;
  a skos:Concept .

yso:p2375
  skos:prefLabel "alteration of person's status"@en, "ändrande av en persons status"@sv, "henkilön aseman muuttaminen"@fi ;
  a skos:Concept ;
  skos:narrower yso:p479 .

yso:p477
  skos:prefLabel "recruitment, personnel policy"@en, "personalrekrytering"@sv, "henkilöstöhankinta"@fi ;
  a skos:Concept ;
  skos:related yso:p479 .

yso:p301
  skos:prefLabel "personaladministration"@sv, "personnel administration"@en, "henkilöstöhallinto"@fi ;
  a skos:Concept ;
  skos:related yso:p479 .

