@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:p1780
  skos:prefLabel "history"@en, "historia"@sv, "historia"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2971 .

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/ttl/TTL2971> skos:exactMatch tero:TTL2971 .
tero:TTL2971
  skosext:broaderGeneric tero:p1780 ;
  skos:broader tero:p1780 ;
  skos:related tero:TTL3100 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2971> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "työhistoria"@fi, "occupational history"@en, "arbetshistoria"@sv ;
  a skos:Concept .

tero:TTL3100
  skos:prefLabel "career"@en, "karriär"@sv, "työura"@fi ;
  a skos:Concept ;
  skos:related tero:TTL2971 .

