@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 .
tero:TTL804
  skos:prefLabel "relaxation exercise"@en, "återhämtande gymnastik"@sv, "elpymisliikunta"@fi ;
  skos:related tero:p6500, tero:TTL2704 ;
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL804> ;
  skos:broader tero:p916 ;
  skosext:broaderGeneric tero:p916 ;
  a skos:Concept .

tero:TTL2704
  skos:prefLabel "pause gymnastics"@en, "pausgymnastik"@sv, "taukoliikunta"@fi ;
  a skos:Concept ;
  skos:related tero:TTL804 .

<http://www.yso.fi/onto/ttl/TTL804> skos:exactMatch tero:TTL804 .
tero:p6500
  skos:prefLabel "workplace exercise"@en, "arbetsplatsmotion"@sv, "työpaikkaliikunta"@fi ;
  a skos:Concept ;
  skos:related tero:TTL804 .

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

