@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p2972
  skos:broader yso:p978 ;
  skos:related yso:p19066, yso:p2973 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "prispolitik"@sv, "price policy"@en, "hintapolitiikka"@fi ;
  a skos:Concept .

yso:p978
  skos:prefLabel "economic policy"@en, "ekonomisk politik"@sv, "talouspolitiikka"@fi ;
  a skos:Concept ;
  skos:narrower yso:p2972 .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p2973
  skos:prefLabel "economic regulation"@en, "ekonomisk reglering"@sv, "taloudellinen sääntely"@fi ;
  a skos:Concept ;
  skos:related yso:p2972 .

yso:p19066
  skos:prefLabel "priskontroll"@sv, "price control"@en, "hintavalvonta"@fi ;
  a skos:Concept ;
  skos:related yso:p2972 .

