@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/TTL2709> skos:exactMatch tero:TTL2709 .
tero:conceptscheme a skos:ConceptScheme .
tero:p838
  skos:prefLabel "service"@sv, "services"@en, "palvelut"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2709 .

tero:TTL2709
  skosext:broaderGeneric tero:p838 ;
  skos:broader tero:p838 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2709> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "tehdaspalvelu"@fi, "plant service"@en, "fabrikstjänst"@sv ;
  a skos:Concept .

