@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
  skos:prefLabel "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

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

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

