@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix koko: <http://www.yso.fi/onto/koko/> .
@prefix afo: <http://www.yso.fi/onto/afo/> .

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

koko:p45540
  afo:cc afo:C40_maataloustekniikka, afo:C80_ymparistonsuojelu ;
  skos:broader koko:p48177 ;
  skos:altLabel "fuel consumption"@en ;
  skos:exactMatch afo:polttoaineenkulutus ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "polttoaineenkulutus"@fi ;
  a skos:Concept .

koko:p48177
  skos:prefLabel "consumption"@en, "konsumtion"@sv, "kulutus"@fi ;
  a skos:Concept ;
  skos:narrower koko:p45540 .

