@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/TTL2704> skos:exactMatch tero:TTL2704 .
tero:TTL804
  skos:prefLabel "återhämtande gymnastik"@sv, "relaxation exercise"@en, "elpymisliikunta"@fi ;
  a skos:Concept ;
  skos:related tero:TTL2704 .

tero:TTL2704
  skos:prefLabel "pausgymnastik"@sv, "pause gymnastics"@en, "taukoliikunta"@fi ;
  skosext:broaderGeneric tero:p916 ;
  skos:altLabel "taukojumppa"@fi ;
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2704> ;
  skos:related tero:TTL804, tero:p6500 ;
  skos:broader tero:p916 ;
  a skos:Concept .

tero:p6500
  skos:prefLabel "workplace exercise"@en, "arbetsplatsmotion"@sv, "työpaikkaliikunta"@fi ;
  a skos:Concept ;
  skos:related tero:TTL2704 .

tero:p916
  skos:prefLabel "exercise"@en, "liikunta"@fi, "motion"@sv ;
  a skos:Concept ;
  skos:narrower tero:TTL2704 .

