@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/> .

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

koko:p49324
  a skos:Concept ;
  skos:narrower koko:p49357 ;
  skos:prefLabel "kanaali"@fi, "channel"@en .

koko:p49357
  a skos:Concept ;
  skos:broader koko:p49324 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/marine_channel> ;
  skos:inScheme yso:conceptscheme ;
  skos:note "that part of a body of water deep enough for navigation through an area otherwise not suitable"@en ;
  skos:prefLabel "marine channel"@en .

