@prefix koko: <http://www.yso.fi/onto/koko/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .

koko:p49337
  skos:note "diked salt ponds used in the production of solar evaporated salt"@en ;
  skos:broader koko:p49467 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/salt_evaporation_ponds> ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "salt evaporation ponds"@en ;
  a skos:Concept .

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

koko:p49467
  skos:prefLabel "salt ponds"@en ;
  a skos:Concept ;
  skos:narrower koko:p49337 .

