@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:p1179
  skos:prefLabel "occupations"@en, "yrken"@sv, "ammatit"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2299 .

tero:conceptscheme a skos:ConceptScheme .
tero:TTL2299
  skosext:broaderGeneric tero:p1179 ;
  skos:broader tero:p1179 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2299> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "telesales personnel"@en, "puhelinmyyjät"@fi, "telefonförsäljare"@sv ;
  a skos:Concept .

<http://www.yso.fi/onto/ttl/TTL2299> skos:exactMatch tero:TTL2299 .
