@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:p49813
  skos:prefLabel "body of water"@en, "vesimuodostuma"@fi ;
  a skos:Concept ;
  skos:narrower koko:p49701 .

koko:p49753
  skos:prefLabel "hydrographic feature"@en, "vesistökohde"@fi ;
  a skos:Concept ;
  skos:narrower koko:p49701 .

koko:p49701
  skos:broader koko:p49813, koko:p49753 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/intermittent_pool> ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "intermittent pool"@en ;
  a skos:Concept .

