@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:p2418
  skos:prefLabel "success"@en, "framgång (succé)"@sv, "menestyminen"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL3004 .

tero:conceptscheme a skos:ConceptScheme .
tero:p1834
  skos:prefLabel "arbetsmotivation"@sv, "work motivation"@en, "työmotivaatio"@fi ;
  a skos:Concept ;
  skos:related tero:TTL3004 .

<http://www.yso.fi/onto/ttl/TTL3004> skos:exactMatch tero:TTL3004 .
tero:TTL3004
  skosext:broaderGeneric tero:p2418 ;
  skos:broader tero:p2418 ;
  skos:related tero:p1834 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL3004> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "success in work"@en, "työmenestys"@fi, "framgång i arbetet"@sv ;
  a skos:Concept .

