@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/stameta/TNR1962> skos:exactMatch tero:TNR1962 .
tero:conceptscheme a skos:ConceptScheme .
tero:p6035
  skos:prefLabel "budgetary planning"@en, "ekonomisk planering"@sv, "taloussuunnittelu"@fi ;
  a skos:Concept ;
  skos:related tero:TNR1962 .

tero:TNR1962
  skosext:broaderGeneric tero:p1753 ;
  skos:note "YSOhierB YSO termin alaluokka"@fi ;
  skos:broader tero:p1753 ;
  skos:related tero:p6035 ;
  skos:exactMatch <http://www.yso.fi/onto/stameta/TNR1962> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "tuotto- ja kululaskelmat"@fi ;
  a skos:Concept .

tero:p1753
  skos:prefLabel "calculations"@en, "kalkyler"@sv, "laskelmat"@fi ;
  a skos:Concept ;
  skos:narrower tero:TNR1962 .

