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

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

afo:mallit skos:related koko:p45702 .
koko:p9586
  skos:prefLabel "matemaattiset mallit"@fi, "matematiska modeller"@sv, "mathematical models"@en ;
  a skos:Concept ;
  skos:narrower koko:p45702 .

koko:p45702
  skos:inScheme yso:conceptscheme ;
  skos:altLabel "non-linear models"@en, "nonlinear models"@en ;
  afo:cc afo:C10_yleiset, afo:C50_maatalousekonomia ;
  skos:prefLabel "epälineaariset mallit"@fi ;
  skos:broader koko:p9586 ;
  skos:exactMatch afo:epälineaariset_mallit ;
  a skos:Concept ;
  skos:related afo:mallit .

