@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:p36161
  skos:prefLabel "wetland"@en, "våtmarker"@sv, "kosteikot"@fi ;
  a skos:Concept ;
  skos:narrower koko:p49532 .

koko:p49532
  skos:note "a tropical tidal mud flat characterized by mangrove vegetation"@en ;
  skos:broader koko:p36161 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/mangrove_swamp> ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "mangrove swamp"@en, "mangrovesuo"@fi ;
  a skos:Concept .

