@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:p45648 .
koko:p9586
  skos:prefLabel "matemaattiset mallit"@fi, "matematiska modeller"@sv, "mathematical models"@en ;
  a skos:Concept ;
  skos:narrower koko:p45648 .

koko:p45648
  afo:cc afo:C10_yleiset ;
  skos:broader koko:p9586 ;
  skos:related afo:mallit ;
  skos:exactMatch afo:lineaariset_mallit ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "linear models"@en, "lineaariset mallit"@fi ;
  a skos:Concept .

