@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/TTL2649> skos:exactMatch tero:TTL2649 .
tero:conceptscheme a skos:ConceptScheme .
tero:p1221
  skos:prefLabel "kemisk industri"@sv, "chemical industry"@en, "kemianteollisuus"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2649 .

tero:TTL2649
  skosext:broaderGeneric tero:p1221 ;
  skos:broader tero:p1221 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2649> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "elektrokemisk industri"@sv, "sähkökemiallinen teollisuus"@fi, "electrochemical industry"@en ;
  a skos:Concept .

