@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:p2123
  skos:prefLabel "developing"@en, "utveckling"@sv, "kehitys"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2714 .

<http://www.yso.fi/onto/ttl/TTL2714> skos:exactMatch tero:TTL2714 .
tero:conceptscheme a skos:ConceptScheme .
tero:TTL2714
  skosext:broaderGeneric tero:p2123 ;
  skos:broader tero:p2123 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2714> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "technical development"@en, "teknisk utveckling"@sv, "tekninen kehitys"@fi ;
  a skos:Concept .

