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

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/ttl/TTL1045> skos:exactMatch tero:TTL1045 .
tero:p6549
  skos:prefLabel "selektion"@sv, "choice"@en, "valinta"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1045 .

tero:p479
  skos:prefLabel "hiring, employment"@en, "anställning"@sv, "työhönotto"@fi ;
  a skos:Concept ;
  skos:related tero:TTL1045 .

tero:TTL1045
  skosext:broaderGeneric tero:p6549 ;
  skos:broader tero:p6549 ;
  skos:related tero:p479 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1045> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "henkilövalinta"@fi, "personalrekrytering, anställning"@sv, "applicant selection"@en ;
  a skos:Concept .

