@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/TTL45> skos:exactMatch tero:TTL45 .
tero:conceptscheme a skos:ConceptScheme .
tero:TTL45
  skosext:broaderGeneric tero:TTL2487 ;
  skos:broader tero:TTL2487 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL45> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "stuveriarbete"@sv, "stowing"@en, "ahtaustyö"@fi ;
  a skos:Concept .

tero:TTL2487
  skos:prefLabel "dock work"@en, "satamatyö"@fi, "hamnarbete"@sv ;
  a skos:Concept ;
  skos:narrower tero:TTL45 .

