@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:p49378
  skos:prefLabel "merenpinnan alapuolinen kohde"@fi, "undersea"@en ;
  a skos:Concept ;
  skos:narrower koko:p49548 .

koko:p49548
  skos:note "a line along which there is a marked increase of slope at the outer margin of a continental shelf or island shelf"@en ;
  skos:broader koko:p49378 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/shelf_edge> ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "shelf edge"@en ;
  a skos:Concept .

