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

<http://www.yso.fi/onto/ttl/TTL2032> skos:exactMatch tero:TTL2032 .
tero:conceptscheme a skos:ConceptScheme .
tero:TTL2032
  skosext:broaderGeneric tero:p6561 ;
  skos:broader tero:p6561 ;
  skos:related tero:p6682 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2032> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "lyftning och bärande"@sv, "lifting and carrying"@en, "nostaminen ja kantaminen"@fi ;
  a skos:Concept .

tero:p6561
  skos:prefLabel "causing to move"@en, "rörelseframkallande"@sv, "liikuttaminen"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2032 .

tero:p6682
  skos:prefLabel "work movements"@en, "arbetsrörelser"@sv, "työliikkeet"@fi ;
  a skos:Concept ;
  skos:related tero:TTL2032 .

