@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:p56
  a skos:Collection ;
  skos:prefLabel "työ työn sisällön mukaan"@fi ;
  skos:member tero:TTL3234 .

<http://www.yso.fi/onto/ttl/TTL3234> skos:exactMatch tero:TTL3234 .
tero:TTL3234
  skosext:broaderGeneric tero:p1810 ;
  skos:broader tero:p1810 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL3234> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "water jet cutting"@en, "vattenskärning"@sv, "vesileikkaus"@fi ;
  a skos:Concept .

tero:p1810
  skos:prefLabel "work"@en, "arbete"@sv, "työ"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL3234 .

